LICENSE
README.md
pyproject.toml
src/context_backpressure/__init__.py
src/context_backpressure/acks.py
src/context_backpressure/adapters.py
src/context_backpressure/attention.py
src/context_backpressure/cli.py
src/context_backpressure/companion.py
src/context_backpressure/demo.py
src/context_backpressure/explain.py
src/context_backpressure/export.py
src/context_backpressure/governor.py
src/context_backpressure/launcher.py
src/context_backpressure/ledger.py
src/context_backpressure/monitor.py
src/context_backpressure/pet.py
src/context_backpressure/pressure.py
src/context_backpressure/profile.py
src/context_backpressure/report.py
src/context_backpressure/schemas.py
src/context_backpressure/scorer.py
src/context_backpressure/shadow.py
src/context_backpressure/sidecar.py
src/context_backpressure/trace_loader.py
src/context_backpressure.egg-info/PKG-INFO
src/context_backpressure.egg-info/SOURCES.txt
src/context_backpressure.egg-info/dependency_links.txt
src/context_backpressure.egg-info/entry_points.txt
src/context_backpressure.egg-info/requires.txt
src/context_backpressure.egg-info/top_level.txt
src/context_backpressure/desktop/macos/cbp_float.swift
src/context_backpressure/desktop/windows/README.md
src/context_backpressure/desktop/windows/cbp_float.cs
src/context_backpressure/desktop/windows/webview2/LICENSE.WebView2.txt
src/context_backpressure/desktop/windows/webview2/Microsoft.Web.WebView2.Core.dll
src/context_backpressure/desktop/windows/webview2/Microsoft.Web.WebView2.WinForms.dll
src/context_backpressure/desktop/windows/webview2/NOTICE.WebView2.txt
src/context_backpressure/desktop/windows/webview2/SDK-VERSION.txt
src/context_backpressure/desktop/windows/webview2/WebView2Loader.dll
src/context_backpressure/fixtures/raw_logs/generic_session.jsonl
src/context_backpressure/fixtures/traces/healthy_short.jsonl
src/context_backpressure/fixtures/traces/healthy_short.meta.json
src/context_backpressure/fixtures/traces/majority_stale.jsonl
src/context_backpressure/fixtures/traces/majority_stale.meta.json
src/context_backpressure/fixtures/traces/overfetch_spiral.jsonl
src/context_backpressure/fixtures/traces/overfetch_spiral.meta.json
src/context_backpressure/fixtures/traces/plan_drift.jsonl
src/context_backpressure/fixtures/traces/plan_drift.meta.json
src/context_backpressure/fixtures/traces/repeated_failure.jsonl
src/context_backpressure/fixtures/traces/repeated_failure.meta.json
src/context_backpressure/fixtures/traces/stale_accumulation.jsonl
src/context_backpressure/fixtures/traces/stale_accumulation.meta.json
src/context_backpressure/fixtures/traces/tool_output_flood.jsonl
src/context_backpressure/fixtures/traces/tool_output_flood.meta.json
src/context_backpressure/fixtures/traces/verification_blackout.jsonl
src/context_backpressure/fixtures/traces/verification_blackout.meta.json
src/context_backpressure/shims/__init__.py
src/context_backpressure/shims/claude_code.py
src/context_backpressure/shims/codex.py
src/context_backpressure/shims/windows_shell.py
tests/test_adapters.py
tests/test_attention.py
tests/test_cli.py
tests/test_export.py
tests/test_governor.py
tests/test_ledger.py
tests/test_monotonicity.py
tests/test_pet.py
tests/test_pressure.py
tests/test_profile.py
tests/test_report.py
tests/test_schemas.py
tests/test_scorer.py
tests/test_shadow.py
tests/test_shadow_example.py
tests/test_sidecar.py
tests/test_stream.py
tests/test_trace_loader.py
tests/test_weight_sensitivity.py
tests/test_zone_recalibration.py