@ecuabyte/cortex-cli
v0.9.4
Published
CLI for capturing verified engineering state and resuming coding-agent tasks
Maintainers
Readme
@ecuabyte/cortex-cli
The local command-line runtime for Cortex. It installs the open-source continuity workflow, captures high-signal agent and Git events, and exposes portable task handoffs for humans and coding agents.
Install and activate
bunx @ecuabyte/cortex-cli setupThe CLI requires Bun 1.x. setup configures detected MCP clients, preserves
existing project instructions, installs supported lifecycle/Git capture
surfaces, and scans the current repository. Use install --project . when you
do not want to scan.
Continuity commands
cortex start "Implement the API migration"
cortex status
cortex resume
cortex handoff --task <task-id> --attempt <attempt-id> --next "Run CI"
cortex verify --task <task-id> --attempt <attempt-id> \
--summary "CI passed" --source ciProvider adapters can receive one JSON event on stdin:
printf '%s\n' '{"hook":"post-commit","commit":"abc123"}' \
| cortex bridge ingest --provider gitSupported bridge providers are claude, codex, cursor, gemini,
opencode, and git. Ingestion is deduplicated, redacted, local-first, and
fail-open at the generated hook boundary.
Documentation
Development
bun run build
bun run test:cliLicense
MIT
