LICENSE
LICENSE-APACHE
README.md
pyproject.toml
./bourdon/__init__.py
./bourdon/cli/__init__.py
./bourdon/cli/demo.py
./bourdon/cli/dogfood.py
./bourdon/cli/main.py
./bourdon/cli/setup.py
./bourdon/core/__init__.py
./bourdon/core/agents_export.py
./bourdon/core/codex_context.py
./bourdon/core/codex_fixtures.py
./bourdon/core/codex_turn_compiler.py
./bourdon/core/cursor_turn_compiler.py
./bourdon/core/federation_audit.py
./bourdon/core/federation_registry.py
./bourdon/core/federation_staging.py
./bourdon/core/improve_backlog.py
./bourdon/core/inference_protocol.py
./bourdon/core/l2.py
./bourdon/core/l2_config.yaml
./bourdon/core/l5_io.py
./bourdon/core/l6_remote.py
./bourdon/core/l6_server.py
./bourdon/core/l6_store.py
./bourdon/core/latency_harness.py
./bourdon/core/leak_audit.py
./bourdon/core/orchestrator.py
./bourdon/core/presence.py
./bourdon/core/recognition_contract.py
./bourdon/core/recognition_eval.py
./bourdon/core/recognition_runtime.py
./bourdon/core/redaction.py
./bourdon/core/sync.py
./bourdon/core/visibility.py
./bourdon/core/benchmark_data/latency_matrix_template.md
./bourdon/core/benchmark_data/recognition_golden_v1.yaml
./bourdon/core/benchmark_data/recognition_v1.txt
./bourdon/core/l0/hot_cache.yaml
./bourdon/core/l1/Alpha.md
./bourdon/core/l1/Beta.md
./bourdon/core/l1/Bourdon.md
./bourdon/participants/__init__.py
./bourdon/participants/_claude_desktop.py
./bourdon/participants/_cursor_sqlite.py
./bourdon/participants/_network_base.py
./bourdon/participants/_sqlite_base.py
./bourdon/participants/base.py
./bourdon/participants/cascade.py
./bourdon/participants/claude_code.py
./bourdon/participants/claude_code_automations.py
./bourdon/participants/claude_desktop_code.py
./bourdon/participants/claude_desktop_cowork.py
./bourdon/participants/codex.py
./bourdon/participants/codex_automations.py
./bourdon/participants/copilot.py
./bourdon/participants/copilot_automations.py
./bourdon/participants/copilot_cli.py
./bourdon/participants/copilot_vscode.py
./bourdon/participants/cursor.py
./bourdon/participants/cursor_automations.py
./bourdon/participants/github_copilot.py
./bourdon/participants/hermes.py
./bourdon/participants/llama_cpp_backend.py
./bourdon/participants/openclaw.py
bourdon/__init__.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
bourdon/cli/__init__.py
bourdon/cli/demo.py
bourdon/cli/dogfood.py
bourdon/cli/main.py
bourdon/cli/setup.py
bourdon/core/__init__.py
bourdon/core/agents_export.py
bourdon/core/codex_context.py
bourdon/core/codex_fixtures.py
bourdon/core/codex_turn_compiler.py
bourdon/core/cursor_turn_compiler.py
bourdon/core/federation_audit.py
bourdon/core/federation_registry.py
bourdon/core/federation_staging.py
bourdon/core/improve_backlog.py
bourdon/core/inference_protocol.py
bourdon/core/l2.py
bourdon/core/l2_config.yaml
bourdon/core/l5_io.py
bourdon/core/l6_remote.py
bourdon/core/l6_server.py
bourdon/core/l6_store.py
bourdon/core/latency_harness.py
bourdon/core/leak_audit.py
bourdon/core/orchestrator.py
bourdon/core/presence.py
bourdon/core/recognition_contract.py
bourdon/core/recognition_eval.py
bourdon/core/recognition_runtime.py
bourdon/core/redaction.py
bourdon/core/sync.py
bourdon/core/visibility.py
bourdon/core/benchmark_data/latency_matrix_template.md
bourdon/core/benchmark_data/recognition_golden_v1.yaml
bourdon/core/benchmark_data/recognition_v1.txt
bourdon/core/l0/hot_cache.yaml
bourdon/core/l1/Alpha.md
bourdon/core/l1/Beta.md
bourdon/core/l1/Bourdon.md
bourdon/participants/__init__.py
bourdon/participants/_claude_desktop.py
bourdon/participants/_cursor_sqlite.py
bourdon/participants/_network_base.py
bourdon/participants/_sqlite_base.py
bourdon/participants/base.py
bourdon/participants/cascade.py
bourdon/participants/claude_code.py
bourdon/participants/claude_code_automations.py
bourdon/participants/claude_desktop_code.py
bourdon/participants/claude_desktop_cowork.py
bourdon/participants/codex.py
bourdon/participants/codex_automations.py
bourdon/participants/copilot.py
bourdon/participants/copilot_automations.py
bourdon/participants/copilot_cli.py
bourdon/participants/copilot_vscode.py
bourdon/participants/cursor.py
bourdon/participants/cursor_automations.py
bourdon/participants/github_copilot.py
bourdon/participants/hermes.py
bourdon/participants/llama_cpp_backend.py
bourdon/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_cli_presence.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_container_release.py
tests/test_contamination_gate.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_cursor_turn_compiler.py
tests/test_demo.py
tests/test_docs.py
tests/test_federation_audit.py
tests/test_federation_cli.py
tests/test_federation_conformance.py
tests/test_federation_registry.py
tests/test_federation_roundtrip.py
tests/test_federation_tiers.py
tests/test_hermes_participant.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_leak_audit.py
tests/test_llama_cpp_backend.py
tests/test_mcp_smoke_test.py
tests/test_network_adapter.py
tests/test_openclaw_participant.py
tests/test_orchestrator.py
tests/test_packaged_resources.py
tests/test_participant_base.py
tests/test_participant_discovery.py
tests/test_presence.py
tests/test_recognition_contract.py
tests/test_recognition_eval.py
tests/test_recognition_parity.py
tests/test_recognition_runtime.py
tests/test_redaction.py
tests/test_setup.py
tests/test_short_index_guardrails.py
tests/test_sqlite_base.py
tests/test_sync.py
tests/test_visibility.py