@sellable/mcp 0.1.136 → 0.1.138

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.
Files changed (33) hide show
  1. package/agents/post-find-leads-filter-scout.md +19 -25
  2. package/agents/post-find-leads-message-scout.md +21 -0
  3. package/agents/registry.json +9 -16
  4. package/agents/source-scout-linkedin-engagement.md +2 -2
  5. package/dist/engage-memory.d.ts +13 -0
  6. package/dist/engage-memory.js +129 -34
  7. package/dist/identity-compiler.d.ts +119 -0
  8. package/dist/identity-compiler.js +344 -0
  9. package/dist/identity-memory.d.ts +49 -0
  10. package/dist/identity-memory.js +89 -0
  11. package/dist/index-dev.js +0 -0
  12. package/dist/index.js +0 -0
  13. package/dist/tools/bootstrap.js +1 -1
  14. package/dist/tools/engage-memory.js +2 -2
  15. package/dist/tools/navigation.js +3 -0
  16. package/dist/tools/prompts.d.ts +1 -4
  17. package/dist/tools/prompts.js +3 -3
  18. package/package.json +1 -1
  19. package/skills/craft-message/SKILL.md +13 -4
  20. package/skills/create-campaign/references/brief-template.md +2 -1
  21. package/skills/create-campaign-v2/SKILL.md +150 -1342
  22. package/skills/create-campaign-v2/core/flow.v2.json +471 -1970
  23. package/skills/create-post/SKILL.md +54 -9
  24. package/skills/engage/SKILL.md +37 -15
  25. package/skills/engage/core/README.md +18 -12
  26. package/skills/generate-messages/SKILL.md +15 -5
  27. package/skills/interview/SKILL.md +183 -89
  28. package/skills/interview/references/anti-ai-audit.md +101 -0
  29. package/skills/interview/references/compiler-schema.md +94 -0
  30. package/skills/interview/references/legacy-linkedin-interview.md +118 -0
  31. package/skills/interview/references/question-bank.md +123 -0
  32. package/skills/interview/references/reference-curation.md +68 -0
  33. package/skills/interview/references/voice-capture-method.md +62 -0
@@ -40,8 +40,9 @@ Example: "In a 15-minute call, we will audit your top 10 accounts and show where
40
40
  - **Lead with:** [Hook based on their posts/news]
41
41
  - **Bridge to:** [How it connects to their pain]
42
42
  - **Avoid:** [Generic phrases to skip - "best-in-class", "industry-leading", etc.]
43
- - **Voice:** [Reference sender's voice from `.sellable/configs/writing/styleguide-core.md` if loaded]
43
+ - **Voice:** [Reference core memory / composed engage memory first. Use legacy writing memory only as fallback.]
44
44
  - **Outbound rules:** [Reference `.sellable/configs/writing/outbound.md` if loaded -- observation -> relevance -> ask]
45
+ - **Proof boundaries:** [Reference `.sellable/configs/core/proof-ledger.md` and `.sellable/configs/core/wins-ledger.md` if loaded. Do not upgrade or invent claims.]
45
46
 
46
47
  ## Do NOT Target
47
48