Skip to content

PR 5: Trim commands — delete 16, keep 8 entry points - #43

Merged
5uck1ess merged 2 commits into
mainfrom
feat/deterministic-pr5-trim
Apr 9, 2026
Merged

PR 5: Trim commands — delete 16, keep 8 entry points#43
5uck1ess merged 2 commits into
mainfrom
feat/deterministic-pr5-trim

Conversation

@5uck1ess

@5uck1ess 5uck1ess commented Apr 9, 2026

Copy link
Copy Markdown
Owner

Summary

Final PR of the deterministic workflow conversion project.

Command logic now lives in YAML workflows (18 files) and context-activated skills (18 files). The commands/ directory is reduced from 24 files to 8 tab-completable entry points.

Action Count Commands
Deleted 16 autoloop, bugfix, deep-research, feature, refactor, self-audit, self-improve, self-lint, self-perf, self-test, self-migrate, tri-dispatch, tri-test-gen, audit, decompose, repo-map
Ultra-thin 4 tri-review, tri-debug, tri-security, pr-ready (one-liner pointing to workflow)
Kept as-is 4 pr-monitor, status, setup-rules, workflow

Docs: README updated (24→8 commands), ROADMAP updated with deterministic conversion milestone.

Deterministic conversion totals (PRs 1-5)

  • ~3,600 lines of inline markdown logic removed
  • 3 new YAML workflows created (self-migrate, audit, pr-ready)
  • 18 YAML workflows now the source of truth
  • 24→8 commands (the rest are context-activated or invoked via devkit workflow run)

Test plan

  • 8 remaining commands tab-complete correctly
  • devkit workflow run <name> works for all 18 workflows
  • Context-activated skills still trigger (research, deep-research, bugfix, feature, etc.)
  • CI passes (validate-counts updated for 8 commands)

5uck1ess added 2 commits April 9, 2026 19:56
PR 5 of deterministic workflow conversion. Command logic now lives in
YAML workflows and context-activated skills.

Deleted (16): autoloop, bugfix, deep-research, feature, refactor,
self-audit, self-improve, self-lint, self-perf, self-test, self-migrate,
tri-dispatch, tri-test-gen, audit, decompose, repo-map

Ultra-thin wrappers (4): tri-review, tri-debug, tri-security, pr-ready
Kept as-is (4): pr-monitor, status, setup-rules, workflow

Updated README (24→8 commands) and ROADMAP (added conversion milestone).
@5uck1ess
5uck1ess force-pushed the feat/deterministic-pr5-trim branch from 23fa9c2 to e4b0c86 Compare April 9, 2026 23:56
@5uck1ess
5uck1ess merged commit ce79e5e into main Apr 9, 2026
3 checks passed
@5uck1ess
5uck1ess deleted the feat/deterministic-pr5-trim branch April 9, 2026 23:57
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