Metadata-Version: 2.4
Name: a2o-cortex
Version: 0.2.7
Summary: Cortex CLI: governed coding-agent sessions (`cortex code`) for OMP, Claude, Codex and OpenCode
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.12
Requires-Dist: pyyaml==6.0.3
Provides-Extra: synapse
Requires-Dist: synapse-library; extra == 'synapse'
Description-Content-Type: text/markdown

# a2o-cortex

The Cortex CLI: governed coding-agent sessions from your terminal.

```sh
pip install a2o-cortex
cortex code
```

`cortex code` wraps a coding harness (OMP by default; Claude Code, Codex and OpenCode are also
supported) in a Cortex governance session: every tool call is routed through a local policy
bridge that gates shell, file-write, network and package-install actions against the session's
policy, keeps writes inside the workspace, and audits what the agent did.

- `cortex code` — launch a governed session in the current directory
  (default harness `omp`, model `openai-codex/gpt-6-astra`, policy `developer`).
- `cortex code --harness claude|codex|opencode --model <id>` — pick a harness and model.
- `cortex setup` — save your preferred harness, model and policy so a bare `cortex code` uses them.
- `cortex code --dry-run` — print the resolved launch without starting the harness.

Requires Python 3.12+ and the harness binary you want to wrap on `PATH`.
The wheels ship compiled bytecode only.
