Skip to content

fix: metadata and documentation accuracy — medium batch#147

Merged
dean0x merged 1 commit intomainfrom
fix/metadata-docs-medium-batch
Mar 15, 2026
Merged

fix: metadata and documentation accuracy — medium batch#147
dean0x merged 1 commit intomainfrom
fix/metadata-docs-medium-batch

Conversation

@dean0x
Copy link
Owner

@dean0x dean0x commented Mar 15, 2026

Summary

Follow-up to quick wins batch (#146). Fixes 4 non-behavioral metadata/documentation inconsistencies:

  • Remove name= from debug.md Task() calls — non-standard parameter not used by any other command
  • Add synthesizer to debug plugin agent declarations — debug.md spawns Synthesizer in Phase 4 but didn't declare it in plugin.json or plugins.ts
  • Fix README skill count — 31 → 32 (9 core + 8 optional + 15 specialized = 32)
  • Align plugins.ts descriptions with marketplace.json — 7 plugin descriptions now match their marketplace counterparts

Test plan

  • npm run build passes (synthesizer now distributed to debug plugin: 2 agents)
  • npm test — 250/250 tests pass, no regressions
  • grep 'name=' plugins/devflow-debug/commands/debug.md returns no matches

- Remove non-standard name= parameter from debug.md Task() calls
- Add missing synthesizer agent declaration to debug plugin
- Fix README skill count (31 → 32)
- Align plugins.ts descriptions with marketplace.json
@dean0x dean0x merged commit b3d0ba9 into main Mar 15, 2026
4 checks passed
@dean0x dean0x deleted the fix/metadata-docs-medium-batch branch March 15, 2026 20:31
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