Skip to content

HOLO-Codex v0.1.0-source

Choose a tag to compare

@tizerluo tizerluo released this 19 Jun 00:03
a260416

HOLO-Codex v0.1.0-source

This is the first public source/local-install release of HOLO-Codex.

HOLO-Codex is a Human On Loop Codex control plane for turning long-running Codex workflows into observable, recoverable systems. PR delivery is the first bundled workflow, not the product boundary.

Install From Source

git clone https://github.com/tizerluo/HOLO-Codex.git
cd HOLO-Codex
pnpm install
pnpm build:hooks
# Replace /path/to/repo with the repository you want HOLO-Codex to supervise.
pnpm agent-loop local install --repo /path/to/repo
agent-loop --repo /path/to/repo status

Add the source checkout to the local Codex plugin marketplace:

codex plugin marketplace add /path/to/HOLO-Codex

Then enable the autonomous-pr-loop plugin in Codex.

Validation

  • Public sync PR: #1
  • Public CI passed on Node 22.x and Node 24.x.
  • Fresh public clone passed pnpm install --frozen-lockfile, pnpm lint, pnpm test, and npm pack --dry-run --json.
  • Pack audit found no private plans/specs/research, HANDOFF.md, AGENTS.md, or .agent-loop/ runtime paths.
  • Secret/local-state scan found only safety docs and example environment variable names, not real secrets.

Important Notes

  • npm is not published yet.
  • Runtime identifiers remain stable: agent-loop, .agent-loop/, autonomous-pr-loop, and plugins/autonomous-pr-loop/.
  • Do not commit .agent-loop/, dashboard tokens, MCP tokens, raw hook payloads, raw transcripts, raw worker logs, or private prompts.
  • Rollback local installs with agent-loop local rollback --snapshot <snapshot>.

See docs/release-checklist.md, docs/install.md, and docs/local-release-readiness.md for details.