LICENSE
LICENSE_FAQ.md
README.md
pyproject.toml
./cli/__init__.py
./cli/demo.py
./cli/dogfood.py
./cli/main.py
./cli/setup.py
./core/__init__.py
./core/agents_export.py
./core/codex_context.py
./core/codex_fixtures.py
./core/codex_turn_compiler.py
./core/cursor_turn_compiler.py
./core/federation_audit.py
./core/federation_registry.py
./core/federation_staging.py
./core/improve_backlog.py
./core/inference_protocol.py
./core/l2.py
./core/l5_io.py
./core/l6_remote.py
./core/l6_server.py
./core/l6_store.py
./core/orchestrator.py
./core/recognition_runtime.py
./core/sync.py
./participants/__init__.py
./participants/_claude_desktop.py
./participants/_cursor_sqlite.py
./participants/base.py
./participants/cascade.py
./participants/claude_code.py
./participants/claude_code_automations.py
./participants/claude_desktop_code.py
./participants/claude_desktop_cowork.py
./participants/codex.py
./participants/codex_automations.py
./participants/copilot.py
./participants/copilot_automations.py
./participants/copilot_cli.py
./participants/copilot_vscode.py
./participants/cursor.py
./participants/cursor_automations.py
./participants/llama_cpp_backend.py
./participants/openclaw.py
bourdon.egg-info/PKG-INFO
bourdon.egg-info/SOURCES.txt
bourdon.egg-info/dependency_links.txt
bourdon.egg-info/entry_points.txt
bourdon.egg-info/requires.txt
bourdon.egg-info/top_level.txt
cli/__init__.py
cli/demo.py
cli/dogfood.py
cli/main.py
cli/setup.py
core/__init__.py
core/agents_export.py
core/codex_context.py
core/codex_fixtures.py
core/codex_turn_compiler.py
core/cursor_turn_compiler.py
core/federation_audit.py
core/federation_registry.py
core/federation_staging.py
core/improve_backlog.py
core/inference_protocol.py
core/l2.py
core/l5_io.py
core/l6_remote.py
core/l6_server.py
core/l6_store.py
core/orchestrator.py
core/recognition_runtime.py
core/sync.py
participants/__init__.py
participants/_claude_desktop.py
participants/_cursor_sqlite.py
participants/base.py
participants/cascade.py
participants/claude_code.py
participants/claude_code_automations.py
participants/claude_desktop_code.py
participants/claude_desktop_cowork.py
participants/codex.py
participants/codex_automations.py
participants/copilot.py
participants/copilot_automations.py
participants/copilot_cli.py
participants/copilot_vscode.py
participants/cursor.py
participants/cursor_automations.py
participants/llama_cpp_backend.py
participants/openclaw.py
tests/test_agents_cli.py
tests/test_agents_export.py
tests/test_cascade_participant.py
tests/test_claude_code_automations_participant.py
tests/test_claude_code_participant.py
tests/test_claude_desktop_code_participant.py
tests/test_claude_desktop_cowork_participant.py
tests/test_cli.py
tests/test_cli_dogfood.py
tests/test_codex_automations_participant.py
tests/test_codex_memory_metrics.py
tests/test_codex_participant.py
tests/test_codex_sync_native_federation.py
tests/test_codex_turn_compiler.py
tests/test_copilot_automations.py
tests/test_copilot_cli.py
tests/test_copilot_participant.py
tests/test_copilot_vscode.py
tests/test_cursor_automations_participant.py
tests/test_cursor_participant.py
tests/test_demo.py
tests/test_docs.py
tests/test_federation_audit.py
tests/test_federation_cli.py
tests/test_federation_registry.py
tests/test_federation_roundtrip.py
tests/test_federation_tiers.py
tests/test_improve_backlog.py
tests/test_inference_protocol.py
tests/test_l2.py
tests/test_l5_io.py
tests/test_l6_remote.py
tests/test_l6_server.py
tests/test_l6_store.py
tests/test_l6_store_federation.py
tests/test_latency_harness.py
tests/test_llama_cpp_backend.py
tests/test_mcp_smoke_test.py
tests/test_openclaw_participant.py
tests/test_orchestrator.py
tests/test_participant_base.py
tests/test_participant_discovery.py
tests/test_recognition_runtime.py
tests/test_setup.py
tests/test_short_index_guardrails.py
tests/test_sync.py