Restore commands key for 20 deterministic workflows - #12
Merged
Conversation
The "commands" manifest key registers entries in tab-completion. The previous migration put all 34 entries under "skills" only, killing discoverability for deterministic workflows. Split: 20 commands (tri-*, self-*, pr-ready, pr-monitor, bugfix, feature, refactor, decompose, workflow, audit, repo-map, status) and 14 skills (principles + natural-language triggered). All files remain in skills/ directory.
- CONTRIBUTING: separate sections for slash commands vs context-activated skills, clarify which manifest key to use for each - README: repo structure tree now shows all 34 files grouped by type (20 commands + 14 skills) - ROADMAP: clarify "14 context-activated skills" label
The reviewer agent runs in a worktree based on main, not the PR branch. It was reading files from disk to "verify" the diff and reporting false positives (files appear unchanged). Add explicit instruction that the inline diff is the source of truth.
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
"commands"key inmanifest.jsonfor the 20 deterministic workflows so they appear in tab-completion/autocomplete"skills"key for the 14 context-activated entries (principles + natural-language triggered)skills/directory — the manifest key controls registration behavior, not file locationCommands (20): tri-review, tri-dispatch, tri-debug, tri-test-gen, tri-security, self-improve, self-test, self-lint, self-perf, self-migrate, pr-ready, pr-monitor, workflow, status, bugfix, feature, refactor, decompose, audit, repo-map
Skills (14): executing, clean-code, dry, yagni, creating-workflows, stuck, gcli, dont-reinvent, changelog, onboard, doc-gen, test-gen, scrape, research
Test plan
/devkit:tab-completes the 20 commands