PR 4: Convert remaining 12 commands to thin wrappers - #41
Merged
Conversation
PR 4 of deterministic workflow conversion. Converts all remaining command files to thin wrappers with invoke + fallback pattern: Shipping: pr-ready, audit (no YAML yet — fallback only) Tri-agent: tri-review, tri-debug, tri-security, tri-dispatch, tri-test-gen Utility: autoloop, refactor, self-audit, decompose, repo-map 12 files, -1,767 lines of inline logic removed. All commands now follow consistent pattern: invoke → fallback → rules.
- Create audit.yml and pr-ready.yml (spec-defined workflows) - Remove invoke sections from tri-test-gen, decompose, repo-map (no YAML workflows — these stay as standalone commands) - Fix autoloop guard-check timing in fallback - Add source-of-truth guardrail to tri-review fallback - Update README/ROADMAP: 16 → 18 workflows
…ence - refactor.md: loop max 10→15, budget 300k→400k (match YAML) - tri-review/debug/security/dispatch: add note explaining YAML uses model tiers while fallback uses external agents (intentional — richer path when engine unavailable)
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
Fourth PR of the deterministic workflow conversion project.
Converts all remaining command files to thin wrappers with invoke + fallback pattern:
Net: -1,767 lines of inline logic removed across 12 files. All 24 commands in the repo now follow the consistent thin-wrapper pattern.
Test plan
devkit workflow run tri-reviewexecutes correctly