LICENSE
README.md
pyproject.toml
src/sdcs/__init__.py
src/sdcs/audit.py
src/sdcs/cli.py
src/sdcs/decay.py
src/sdcs/graph.py
src/sdcs/hydrate.py
src/sdcs/init.py
src/sdcs/map.py
src/sdcs/session.py
src/sdcs/warehouse.py
src/sdcs/watch.py
src/sdcs.egg-info/PKG-INFO
src/sdcs.egg-info/SOURCES.txt
src/sdcs.egg-info/dependency_links.txt
src/sdcs.egg-info/entry_points.txt
src/sdcs.egg-info/requires.txt
src/sdcs.egg-info/top_level.txt
src/sdcs/static/hud.html
src/sdcs/static/pixel_office.jpg
src/sdcs/verifier/__init__.py
src/sdcs/verifier/cycles.py
src/sdcs/verifier/environment.py
src/sdcs/verifier/quality.py
src/sdcs/verifier/sandbox.py
src/sdcs/verifier/state.py
src/sdcs/verifier/topology.py
tests/test_audit.py
tests/test_cli.py
tests/test_cycles.py
tests/test_decay.py
tests/test_e2e_agent_cheating.py
tests/test_environment.py
tests/test_graph.py
tests/test_hydrate.py
tests/test_init.py
tests/test_init_casing.py
tests/test_map.py
tests/test_polyglot_topology.py
tests/test_quality.py
tests/test_sandbox.py
tests/test_session.py
tests/test_state.py
tests/test_subagent_state.py
tests/test_topology.py
tests/test_warehouse.py
tests/test_watch.py