LICENSE
README.md
pyproject.toml
src/ctxfw/__init__.py
src/ctxfw/__main__.py
src/ctxfw/auditor.py
src/ctxfw/cli.py
src/ctxfw/gatekeeper.py
src/ctxfw/installer.py
src/ctxfw/mcp.py
src/ctxfw/mcp_server.py
src/ctxfw/proxy.py
src/ctxfw/service.py
src/ctxfw.egg-info/PKG-INFO
src/ctxfw.egg-info/SOURCES.txt
src/ctxfw.egg-info/dependency_links.txt
src/ctxfw.egg-info/entry_points.txt
src/ctxfw.egg-info/requires.txt
src/ctxfw.egg-info/top_level.txt
src/ctxfw/core/__init__.py
src/ctxfw/core/contracts.py
src/ctxfw/core/polyglot.py
src/ctxfw/core/pruner.py
src/ctxfw/core/topological.py
src/ctxfw/sieve/__init__.py
src/ctxfw/sieve/engine.py
src/ctxfw/storage/__init__.py
src/ctxfw/storage/cache.py
src/ctxfw/storage/dashboard_template.py
src/ctxfw/storage/telemetry.py
tests/test_ci_gatekeeper.py
tests/test_contracts.py
tests/test_finops_auditor.py
tests/test_firewall_cli.py
tests/test_installer_and_doctor.py
tests/test_mcp_server.py
tests/test_polyglot_pruner.py
tests/test_proxy_gateway.py
tests/test_proxy_streaming.py
tests/test_run_evals.py
tests/test_spec_sieve.py
tests/test_standalone_and_service.py
tests/test_telemetry_and_dashboard.py
tests/test_topological_resolver.py