Skip to content

PR 4: Convert remaining 12 commands to thin wrappers - #41

Merged
5uck1ess merged 3 commits into
mainfrom
feat/deterministic-pr4-shipping
Apr 9, 2026
Merged

PR 4: Convert remaining 12 commands to thin wrappers#41
5uck1ess merged 3 commits into
mainfrom
feat/deterministic-pr4-shipping

Conversation

@5uck1ess

@5uck1ess 5uck1ess commented Apr 9, 2026

Copy link
Copy Markdown
Owner

Summary

Fourth PR of the deterministic workflow conversion project.

Converts all remaining command files to thin wrappers with invoke + fallback pattern:

Category Commands Has YAML Workflow
Shipping pr-ready, audit No (fallback only)
Tri-agent tri-review, tri-debug, tri-security, tri-dispatch, tri-test-gen Yes (except tri-test-gen)
Utility autoloop, refactor, self-audit, decompose, repo-map Yes (except decompose, repo-map)

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

  • Tab-completion still works for all 12 commands
  • Commands with workflows: devkit workflow run tri-review executes correctly
  • Commands without workflows: fallback steps are clear enough for manual execution
  • No broken references between commands and workflows

5uck1ess added 3 commits April 9, 2026 19:42
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)
@5uck1ess
5uck1ess merged commit 52736c5 into main Apr 9, 2026
3 checks passed
@5uck1ess
5uck1ess deleted the feat/deterministic-pr4-shipping branch April 9, 2026 23:47
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