Skip to content

docs(marketplace): update all pack docs to match actual verb behavior#4

Merged
ohdearquant merged 3 commits into
mainfrom
docs/marketplace-accuracy-update
Jun 7, 2026
Merged

docs(marketplace): update all pack docs to match actual verb behavior#4
ohdearquant merged 3 commits into
mainfrom
docs/marketplace-accuracy-update

Conversation

@ohdearquant
Copy link
Copy Markdown
Owner

Summary

  • Updated all 7 marketplace pack READMEs and 18 SKILL.md files against help=true ground truth
  • brain: expand feedback signals 3→8, fix profile_id param name in examples
  • gtd: remove nonexistent params (start, end, description), add context_entity_id
  • kg: add missing list/search filter params, document query limit cap (10000)
  • knowledge: expand verb table from 3→10 verbs, fix param names (content not body)
  • memory: add 9 missing recall params, fix default fusion from RRF → weighted
  • schedule: fix cancel to require full UUID, remove false idempotency claim
  • comm: already accurate — no changes needed

Test plan

  • Compared every verb table against verb(help=true) output
  • No code changes — docs only

🤖 Generated with Claude Code

ohdearquant and others added 3 commits June 7, 2026 00:46
…al behavior

Updated from help=true ground truth across all packs:
- brain: expand feedback signals 3→8, fix profile_id param name in examples
- gtd: remove nonexistent params, add context_entity_id, document depends_on edges
- kg: add missing list/search filter params, document query limit cap
- knowledge: expand from 3→10 verbs documented, fix param names
- memory: add 9 missing recall params, fix default fusion to "weighted"
- schedule: fix cancel to require full UUID, remove false idempotency claim
- comm: already accurate, no changes needed

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ction signals

- kg README: add stats/verbs rows, fix neighbors default direction (both not out),
  add include_deleted to get, entity_type to create/list/search, event_kind/event_kinds
  to list, salience/decay_factor to update; bump verb count to 16
- knowledge README: replace hardcoded "10 verbs" claim with accurate note pointing to
  verbs(pack="knowledge") for the full 18-verb surface
- schedule cancel SKILL: correct anti-pattern — cancel accepts full UUID or unambiguous
  8+ hex prefix, not full UUID only
- brain tune SKILL: fix section_signals example to use only valid values (useful,
  not_useful, wrong) instead of invalid explicit_positive/implicit_negative

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ohdearquant ohdearquant merged commit df25586 into main Jun 7, 2026
3 checks passed
@ohdearquant ohdearquant deleted the docs/marketplace-accuracy-update branch June 7, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant