HOLO-Codex v0.1.0
HOLO-Codex v0.1.0
HOLO-Codex is an observable workflow loop control plane for long-running Codex work. PR delivery is the first bundled workflow.
Install from npm
npm install --global holo-codex
agent-loop --helpSource install fallback
git clone https://github.com/tizerluo/HOLO-Codex.git
cd HOLO-Codex
pnpm install
pnpm build:hooksCompatibility
Stable runtime identifiers remain unchanged:
- CLI:
agent-loop - Runtime state directory:
.agent-loop/ - Plugin/MCP id:
autonomous-pr-loop - Source path:
plugins/autonomous-pr-loop/
Safety
Runtime state, tokens, raw hook payloads, raw transcripts, and dashboard tokens must not be committed or shared.
Rollback for source local installs uses:
agent-loop local rollback --snapshot <snapshot>For npm uninstall, remove target bindings first and remove shared HOLO-Codex router entries from ~/.codex/hooks.json only after all target repo bindings are gone:
agent-loop hooks unbind --repo /path/to/repo
npm uninstall --global holo-codex