README.md
pyproject.toml
src/subcortex/__init__.py
src/subcortex/__main__.py
src/subcortex/auth.py
src/subcortex/cli.py
src/subcortex/client.py
src/subcortex/config.py
src/subcortex/daemon.py
src/subcortex/evalset.py
src/subcortex/hook.py
src/subcortex/ledger.py
src/subcortex/localhttp.py
src/subcortex/mcp_server.py
src/subcortex/metrics.py
src/subcortex/policy.py
src/subcortex/presets.py
src/subcortex/provision.py
src/subcortex/service.py
src/subcortex/settings.py
src/subcortex/state.py
src/subcortex/transcript.py
src/subcortex/tuis.py
src/subcortex/ui.py
src/subcortex/verdicts.py
src/subcortex/wizard.py
src/subcortex.egg-info/PKG-INFO
src/subcortex.egg-info/SOURCES.txt
src/subcortex.egg-info/dependency_links.txt
src/subcortex.egg-info/entry_points.txt
src/subcortex.egg-info/requires.txt
src/subcortex.egg-info/top_level.txt
src/subcortex/adapters/__init__.py
src/subcortex/adapters/base.py
src/subcortex/adapters/claude_family.py
src/subcortex/adapters/codex.py
src/subcortex/adapters/copilot.py
src/subcortex/adapters/cursor.py
src/subcortex/adapters/docker_agent.py
src/subcortex/adapters/gemini_family.py
src/subcortex/adapters/grok.py
src/subcortex/adapters/kimi_code.py
src/subcortex/adapters/letta_vibe.py
src/subcortex/adapters/openhands.py
src/subcortex/backends/__init__.py
src/subcortex/backends/base.py
src/subcortex/backends/jev.py
src/subcortex/backends/laya.py
src/subcortex/installers/__init__.py
src/subcortex/installers/amp.py
src/subcortex/installers/base.py
src/subcortex/installers/claude_family.py
src/subcortex/installers/codex.py
src/subcortex/installers/copilot.py
src/subcortex/installers/crush.py
src/subcortex/installers/cursor.py
src/subcortex/installers/gemini_family.py
src/subcortex/installers/goose.py
src/subcortex/installers/kimi_code.py
src/subcortex/installers/mcp_only.py
src/subcortex/installers/more_hooks.py
src/subcortex/installers/opencode.py
src/subcortex/installers/openhands.py
src/subcortex/installers/pi_cline.py
src/subcortex/plugins/amp/subcortex.ts
src/subcortex/plugins/cline/subcortex.ts
src/subcortex/plugins/opencode/subcortex.ts
src/subcortex/plugins/pi/subcortex.ts
tests/test_adapters.py
tests/test_cli.py
tests/test_config.py
tests/test_daemon.py
tests/test_e2e.py
tests/test_e2e_codex.py
tests/test_e2e_gemini.py
tests/test_e2e_more.py
tests/test_e2e_plugins.py
tests/test_e2e_vendor.py
tests/test_hook_process.py
tests/test_installer_base.py
tests/test_installers.py
tests/test_jev.py
tests/test_lifecycle.py
tests/test_mcp.py
tests/test_plugins.py
tests/test_policy.py
tests/test_settings.py
tests/test_setup.py
tests/test_state.py
tests/test_transcript.py
tests/test_verdicts.py