acpx
acpx
Use acpx as the default transport for every external Codex loop in this repo.
Defaults
- Use
acpx codex execfor one-shot audits, reviews, and repo questions. - Use
acpx codex sessions ensure --name <name>plusacpx codex -s <name>for multi-turn loops. - Use
--approve-readsfor planning, review, and analysis. - Use
--approve-allfor implementation flows that must let the external agent edit files. - Use
--format json --json-strictwhen Claude will inspect or loop on the response. - Prefer
-f <prompt-file>for long prompts so the shell command stays short.
Session Rules
- Keep one stable session name per loop:
plan-audit,review,test-audit,task-01. - Use a fresh session name for each independent task branch.
- Reuse the same session name for follow-up feedback instead of creating a new conversation.
- Close stale sessions when the workflow is done:
acpx codex sessions close <name>.
More from knowlet/claude-acpx
execute-acpx
Smart size-based routing: Claude handles small changes locally, while large changes run through acpx and code-reviewer reviews the result. By default the examples use `acpx codex`, but the workflow is branded around acpx. Triggers on: /execute-acpx, execute plan, implement with routing, run the plan, or route large implementation through acpx.
1plan-acpx
Create a structured implementation plan, then audit it through acpx until approved. By default the external audit examples use `acpx codex`, but the workflow is acpx-first. Triggers on: /plan-acpx, plan a feature, create an implementation plan, design a system, architect this, or audit a plan with acpx.
1tdd-claude-acpx
Full TDD workflow: Claude writes tests first, acpx audits the tests, Claude implements locally, and acpx reviews the final diff. By default the examples use `acpx codex`, but the workflow is branded around acpx. Triggers on: /tdd-claude-acpx, TDD with review, test-driven implement, or tests first then review through acpx.
1claude-acpx
Claude implements code changes locally, then an external review loop checks the diff through acpx. By default the examples use `acpx codex`, but the branding and workflow are acpx-first. Triggers on: /claude-acpx, implement and review, build with external review, or review the diff through acpx.
1tdd-execute-acpx
Full TDD with smart routing: Claude writes tests first, acpx audits them, then Claude handles small implementations locally while large implementations run through acpx and code-reviewer reviews the result. By default the examples use `acpx codex`, but the workflow is branded around acpx. Triggers on: /tdd-execute-acpx, TDD with routing, test-driven execute, or large TDD implementation through acpx.
1