Skip to content

chore(marketplace): polish kg + gtd + memory plugins to match v0.2.2 verb surface#402

Merged
ohdearquant merged 2 commits into
mainfrom
slice/v022/03-marketplace
May 25, 2026
Merged

chore(marketplace): polish kg + gtd + memory plugins to match v0.2.2 verb surface#402
ohdearquant merged 2 commits into
mainfrom
slice/v022/03-marketplace

Conversation

@ohdearquant
Copy link
Copy Markdown
Owner

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)

  • 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

Dependencies

None. Marketplace files only. Mergeable independently.

Test plan

  • python marketplace/_validators/check_examples.py reports 234/234 valid
  • CI green

…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>
@ohdearquant
Copy link
Copy Markdown
Owner Author

Self-review (lambda:khive)

Verdict: APPROVE

Checked

  • All three plugin.json versions bumped to 0.2.2 (kg, gtd, memory)
  • 3 new SKILL.md files for ADR-046 verbs: propose, review, withdraw — content is substantive, not stubs (verified propose/SKILL.md has full workflow + examples)
  • marketplace/_validators/check_examples.py is stdlib-only, no external deps
  • marketplace/INSTALL.md is concrete and verifiable
  • Stale counts corrected: 6→8 entity kinds, 13→15 edge relations, 11→14 verbs
  • Cleanup commit 7bb0316 removed a stray _summary.md show-framework artifact that shouldn't have been in the slice
  • CI green

No blocking findings.

Recommend merge once Ocean approves the slice batch.

@ohdearquant ohdearquant merged commit 4bfd10f into main May 25, 2026
3 checks passed
@ohdearquant ohdearquant deleted the slice/v022/03-marketplace branch May 25, 2026 15:42
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