@sellable/mcp 0.1.140 → 0.1.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -40,6 +40,30 @@ Choose the lightest mode that can produce useful memory.
|
|
|
40
40
|
Use quick mode when source material is strong or the user wants a fast pass.
|
|
41
41
|
Ask roughly 10-20 high-leverage questions after source prefill and correction.
|
|
42
42
|
|
|
43
|
+
## Draft-First Voice Calibration Mode
|
|
44
|
+
|
|
45
|
+
Use draft-first voice calibration when the user wants the skill to capture
|
|
46
|
+
voice/taste and already has some product or identity memory. Do not ask the
|
|
47
|
+
user to invent examples from a blank page. Instead:
|
|
48
|
+
|
|
49
|
+
1. Pick one concrete context, such as a LinkedIn post, sales call answer,
|
|
50
|
+
website line, investor answer, cold outbound note, reply, or objection
|
|
51
|
+
response.
|
|
52
|
+
2. Draft how you think the user would answer based on current memory:
|
|
53
|
+
"Based on what I know, I think you'd say it like this..."
|
|
54
|
+
3. Ask the user to fix what feels wrong. Encourage rough dictated feedback,
|
|
55
|
+
audio-transcript paste, or voice-note transcript. The correction can be
|
|
56
|
+
messy; do not require polished writing.
|
|
57
|
+
4. Extract only behavior-changing calibration from the correction: phrases to
|
|
58
|
+
keep, phrases to ban, tone shifts, proof-safety rules, structure rules,
|
|
59
|
+
decision rules, and context-specific voice laws.
|
|
60
|
+
5. Save the raw correction in the run archive, update the smallest durable core
|
|
61
|
+
sections, then continue with the next calibration draft.
|
|
62
|
+
|
|
63
|
+
Use choices only to reduce friction, not as a substitute for the user's
|
|
64
|
+
correction. Good prompts look like: "What feels off: too polished, too harsh,
|
|
65
|
+
too vague, wrong proof, wrong phrase, or something else?"
|
|
66
|
+
|
|
43
67
|
## Application Mode
|
|
44
68
|
|
|
45
69
|
Use application mode for a specific writing context such as founder profile,
|
|
@@ -105,6 +129,24 @@ proof, stories, taste, anti-style, context modes, reference examples, transcript
|
|
|
105
129
|
coverage, or reusable answers. Ask compact questions from
|
|
106
130
|
`references/question-bank.md`; do not dump the whole bank.
|
|
107
131
|
|
|
132
|
+
When the gap is voice/taste, prefer draft-first calibration over open-ended
|
|
133
|
+
questions. Show a specific answer, post, reply, or paragraph that current memory
|
|
134
|
+
would produce, then ask the user to correct it. The correction itself is the
|
|
135
|
+
interview answer.
|
|
136
|
+
|
|
137
|
+
Audio-friendly workflow:
|
|
138
|
+
|
|
139
|
+
- If the user wants to record audio, tell them to dictate or record their
|
|
140
|
+
reaction to the draft and paste the transcript or rough notes back into the
|
|
141
|
+
session.
|
|
142
|
+
- If the host provides an audio transcript, treat it as user-supplied source
|
|
143
|
+
material and save it in the raw archive with date, context, target speaker,
|
|
144
|
+
and sensitivity.
|
|
145
|
+
- If an audio file is attached but no transcription is available, ask for a
|
|
146
|
+
transcript or rough bullet notes instead of pretending to transcribe it.
|
|
147
|
+
- Preserve the user's rough wording when it teaches voice, but compile only the
|
|
148
|
+
smallest behavior-changing rules into core files.
|
|
149
|
+
|
|
108
150
|
## 3. Save Raw Truth
|
|
109
151
|
|
|
110
152
|
Every run writes a raw archive:
|
|
@@ -185,6 +227,17 @@ Before finalizing, run the silent audit pass in `references/anti-ai-audit.md`.
|
|
|
185
227
|
Capture banned AI-ish patterns, user-authentic exceptions, context-only rules,
|
|
186
228
|
negative-parallelism limits, proof hygiene, and anti-overfitting warnings in
|
|
187
229
|
`.sellable/configs/core/anti-ai-writing-style.md`.
|
|
230
|
+
|
|
231
|
+
## 9. Continue After Saves
|
|
232
|
+
|
|
233
|
+
Do not end a calibration run immediately after writing memory. After each save,
|
|
234
|
+
give a compact progress update:
|
|
235
|
+
|
|
236
|
+
1. what changed
|
|
237
|
+
2. what voice gap remains
|
|
238
|
+
3. the next specific calibration draft or question
|
|
239
|
+
|
|
240
|
+
Then continue unless the user explicitly says stop, compile only, or pause.
|
|
188
241
|
</process>
|
|
189
242
|
|
|
190
243
|
<idempotency_rules>
|
|
@@ -18,7 +18,9 @@ materials are provenance; do not expose them as separate user-facing workflows.
|
|
|
18
18
|
argument shape, story habits, proof style, and recurring refusals.
|
|
19
19
|
5. Run the gap interview: ask only for missing identity, company truth, proof,
|
|
20
20
|
taste, context modes, transcript topics, answer-bank candidates, and
|
|
21
|
-
reference curation.
|
|
21
|
+
reference curation. For voice/taste gaps, use draft-first calibration:
|
|
22
|
+
produce the answer/post/reply you think the user would write, then ask the
|
|
23
|
+
user to correct it.
|
|
22
24
|
6. Do durable compile: raw archive first, then stable core files, answer bank,
|
|
23
25
|
transcript library, proof/story/rule updates, and reference manifests.
|
|
24
26
|
7. Audit/correct: run the anti-AI audit, show compact candidate memory, ask for
|
|
@@ -32,6 +34,10 @@ materials are provenance; do not expose them as separate user-facing workflows.
|
|
|
32
34
|
- Natural samples and transcripts as evidence, with target-speaker filtering.
|
|
33
35
|
- Observed language patterns over generic self-description.
|
|
34
36
|
- Correction loops: "here is what I think I know" before a questionnaire.
|
|
37
|
+
- Draft-first calibration: "based on current memory, I think you would say it
|
|
38
|
+
like this" before asking the user to fix voice/taste.
|
|
39
|
+
- Dictated or voice-note transcript corrections. Rough spoken feedback is valid
|
|
40
|
+
source material when it has target speaker, date, context, and sensitivity.
|
|
35
41
|
- Raw archives separate from curated transcript entries.
|
|
36
42
|
- Approved reusable answers separate from raw answers.
|
|
37
43
|
- Compact compiled memory that changes future behavior.
|
|
@@ -49,6 +55,11 @@ materials are provenance; do not expose them as separate user-facing workflows.
|
|
|
49
55
|
- Do not require exact sample-size gates. A large corpus helps, but it is not a
|
|
50
56
|
blocking prerequisite.
|
|
51
57
|
- Do not do theatrical impersonation or invent personality quirks.
|
|
58
|
+
- Do not make the user create examples from scratch when current memory can
|
|
59
|
+
generate a concrete calibration draft first.
|
|
60
|
+
- Do not stop after each memory write during calibration; report what changed,
|
|
61
|
+
name the remaining voice gap, and continue with the next specific draft unless
|
|
62
|
+
the user pauses.
|
|
52
63
|
- Do not optimize for AI-detector avoidance at the expense of accurate,
|
|
53
64
|
natural, user-authentic writing.
|
|
54
65
|
- Do not use giant questionnaires as the default. The 100-question version is
|