Sign In

plaud

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plaud - npm Package Compare versions

Comparing version
0.1.11
to
0.1.12
+2
-2
package.json
{
"name": "plaud",
"version": "0.1.11",
"description": "Unofficial advanced Plaud exporter for JSON-first and bulk transcript, summary, and audio workflows",
"version": "0.1.12",
"description": "Unofficial Plaud exporter for JSON-first bulk transcript and summary workflows, plus single-recording audio downloads",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Daniel G Wilson",

@@ -65,3 +65,4 @@ # plaud

```bash
cd plaud/plaud-cli
git clone https://github.com/danielgwilson/plaud.git
cd plaud
npm install

@@ -68,0 +69,0 @@ npm link

@@ -52,3 +52,3 @@ ---

3. Run adjacent searches:
- aliases: `Alex`, `Alex R.`, `Alex Rivera`
- aliases: `Jordan`, `J. Lee`, `Jordan Lee`
- project variants: `Project Atlas`, `Atlas project`, old names, related people, adjacent domain terms

@@ -69,11 +69,13 @@ - people/context: cofounders, advisors, customers, topic terms, dates

For hard fuzzy asks such as "emotionally charged founder conversations" or "entries where unnamed speakers are actually known", build a small query matrix first. Include direct terms, aliases, adjacent people, emotional/domain vocabulary, and generic speaker terms. Review snippets/transcripts for the resulting candidate set before making a completeness claim.
For hard fuzzy asks such as "conversations involving disagreement, urgency, or a difficult decision" or "entries with unlabeled speakers whose identities may be inferable from context", build a small query matrix first. Include direct terms, aliases, adjacent people, emotional or domain vocabulary, and generic speaker terms. Review snippets or transcripts for the resulting candidate set before making a completeness claim.
The following names and projects are synthetic examples.
Example for a person:
```bash
plaud files search "Alex Rivera" --ids-only --json
plaud files search "Alex" --ids-only --json
plaud files search "A. Rivera" --ids-only --json
plaud files search "Speaker 1 Alex" --ids-only --json
plaud files search "Jordan Lee" --ids-only --json
plaud files search "Jordan" --ids-only --json
plaud files search "J. Lee" --ids-only --json
plaud files search "Speaker 1 Jordan" --ids-only --json
```

@@ -85,5 +87,5 @@

plaud files search "Project Atlas" --ids-only --json
plaud files search "billing analytics migration" --ids-only --json
plaud files search "invoice provenance audit truth" --ids-only --json
plaud files search "founder customer advisor rollout" --snippets --json
plaud files search "billing migration" --ids-only --json
plaud files search "invoice reconciliation" --ids-only --json
plaud files search "pilot customer rollout" --snippets --json
```

@@ -90,0 +92,0 @@