feat(plugin): define canonical codingbuddy:* slash-command mapping (#1287)#1293
Merged
Conversation
Add namespace-policy.md documenting that all future commands must use the codingbuddy:* prefix. Add namespacePolicy metadata to plugin.json.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…alidation The plugin.json schema does not allow additionalProperties. Namespace policy is documented in docs/namespace-policy.md instead.
JeremyDev87
commented
Apr 4, 2026
JeremyDev87
left a comment
Owner
Author
There was a problem hiding this comment.
Review: ✅ APPROVE
CI Status: ALL PASS (25/25 checks)
Code Quality Assessment:
- Namespace policy document: Clear, well-structured policy at
docs/namespace-policy.md - Canonical mapping: All 6 current commands mapped to
codingbuddy:*equivalents - Keyword retention: PLAN/ACT/EVAL/AUTO correctly documented as non-slash workflow triggers
- New command policy: Explicit "MUST use codingbuddy: prefix, no exceptions"
- CI fix: Correctly removed
namespacePolicyfield from plugin.json (schema violation) - No runtime code changes: Pure documentation/policy — minimal risk
Checklist:
- CI ALL PASS
- Acceptance criteria from #1287 met
- Policy statement documented
- Command mapping defined
- Keyword workflow retention documented
- No schema violations
✅ Review complete — canonical namespace policy established.
5 tasks
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
docs/namespace-policy.mddefining the canonicalcodingbuddy:*namespace policy/plan,/act,/eval,/auto,/buddy,/checklist) to namespaced equivalentsnamespacePolicymetadata toplugin.jsonCloses #1287
Test plan
plugin.jsonis valid JSONnamespace-policy.mdexists and covers all sectionstsc --noEmit)vitest run)