chore(marketplace): polish kg + gtd + memory plugins to match v0.2.2 verb surface#402
Merged
Conversation
…verb surface Audited all three marketplace plugins against the actual pack handler registrations and fixed every stale example, count, and arg reference. KG plugin (14 files touched): - Fixed 10 P0 broken examples: positional query() → keyword, missing kind= on update/delete, placeholder batches, unsupported filter/status/tags - Added 3 new SKILL.md files for ADR-046 verbs: propose, review, withdraw - Updated all stale counts: 6→8 entity kinds, 13→15 edge relations, 11→14 verbs GTD plugin: bumped version, added start?/end? to assign docs, listed process and plan skills in README. Memory plugin: bumped version, documented parameter aliases (importance/salience, decay_factor/decay, source_id/source). All three plugin.json versions bumped to 0.2.2. New tooling: - marketplace/_validators/check_examples.py: stdlib-only validator (234 examples checked, 0 invalid) - marketplace/INSTALL.md: installation and verification guide Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced May 25, 2026
Owner
Author
Self-review (lambda:khive)Verdict: APPROVE Checked
No blocking findings.Recommend merge once Ocean approves the slice batch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Slice 3/9 from PR #399 (v022-polish show).
Audited all three marketplace plugins against the actual pack handler registrations and fixed every stale example, count, and arg reference. 234/234 examples now validate.
What's changed
KG plugin (14 files touched)
query()→ keyword, missingkind=on update/delete, placeholder batches, unsupported filter/status/tagspropose,review,withdrawGTD plugin
start?/end?to assign docs, listed process and plan skills in READMEMemory plugin
All three
plugin.jsonversions bumped to 0.2.2.New tooling
marketplace/_validators/check_examples.py— stdlib-only validator (234 examples checked, 0 invalid)marketplace/INSTALL.md— installation and verification guideDependencies
None. Marketplace files only. Mergeable independently.
Test plan
python marketplace/_validators/check_examples.pyreports 234/234 valid