Profile-aware preflight
Deep integration for Codex, Claude Code, OpenCode, Hermes, OMP, Mercury, ChatGPT, Claude
Required
The CLI resolves the detected profile, stable agent_id, task session, topic scope, and query defaults without making users assemble lifecycle calls.
# prescribed profile-aware workflow
contextlattice doctor --pretty
contextlattice context "release readiness" --project contextlattice --pretty
contextlattice resume --project contextlattice --pretty
contextlattice remember "checkpoint saved" --project contextlattice --pretty
contextlattice finish "release verified" --success --project contextlattice --pretty
# adoption and capability discovery
contextlattice_adopt status --pretty
contextlattice_adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --check --pretty
contextlattice_skills_index search "browser automation" --pretty
contextlattice_agent_adapter profiles
- Profiles supported:
codex, claude-code, opencode, hermes-agent, hermes-ultra, omp, mercury-agent, pi, droid, chatgpt-web, chatgpt-desktop, claude-web, claude-desktop.
- Context compiler:
contextlattice context turns current objective state, ranked evidence, missing sources, risks, files, and next action into a bounded agent_packet.v1.
- Skills Index:
contextlattice_skills_index searches active configured skill roots such as $CODEX_HOME/skills without loading every skill body.
- Template path:
docs/public_overview/templates/agents/ (copy-ready prompts and setup blocks).
- Endpoint remains pinned:
http://127.0.0.1:8075.