Skip to content

Restore commands key for 20 deterministic workflows - #12

Merged
5uck1ess merged 3 commits into
mainfrom
fix/restore-commands-autocomplete
Apr 4, 2026
Merged

Restore commands key for 20 deterministic workflows#12
5uck1ess merged 3 commits into
mainfrom
fix/restore-commands-autocomplete

Conversation

@5uck1ess

@5uck1ess 5uck1ess commented Apr 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Restore "commands" key in manifest.json for the 20 deterministic workflows so they appear in tab-completion/autocomplete
  • Keep "skills" key for the 14 context-activated entries (principles + natural-language triggered)
  • All files remain in skills/ directory — the manifest key controls registration behavior, not file location

Commands (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

  • After merge, spawn new session and verify /devkit: tab-completes the 20 commands
  • Verify context-activated skills still trigger on natural language (e.g., "write tests for X")

5uck1ess added 3 commits April 4, 2026 13:03
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.
@5uck1ess
5uck1ess merged commit ef7138c into main Apr 4, 2026
1 check passed
@5uck1ess
5uck1ess deleted the fix/restore-commands-autocomplete branch April 4, 2026 17:15
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