.gitignore
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.claude/commands/conformance-check.md
.claude/commands/daily-checkin.md
.github/workflows/ci.yml
.github/workflows/release.yml
benchmarks/evidence_debugging_demo.py
benchmarks/llm_editing_experiment.py
benchmarks/python_equivalent.py
benchmarks/token_benchmark.py
docs/SRG_RUTHLESS_REVIEW_RUBRIC.md
docs/srg_conformance_v0_3.md
docs/srg_mvp_scaffold_and_issues.md
docs/srg_schema_v0_1.md
docs/srg_spec_v0_3.md
semantic_reasoning_graph.egg-info/PKG-INFO
semantic_reasoning_graph.egg-info/SOURCES.txt
semantic_reasoning_graph.egg-info/dependency_links.txt
semantic_reasoning_graph.egg-info/entry_points.txt
semantic_reasoning_graph.egg-info/requires.txt
semantic_reasoning_graph.egg-info/top_level.txt
srg/__init__.py
srg/cli.py
srg/py.typed
srg/examples/repo_risk.yaml
srg/examples/subnet_scorer.yaml
srg/examples/subnet_scorer_functions.py
srg/examples/validator_scorer.yaml
srg/kernel/__init__.py
srg/kernel/agentic_call.py
srg/kernel/contracts.py
srg/kernel/retry.py
srg/kernel/validation.py
srg/models/__init__.py
srg/models/edge.py
srg/models/evidence.py
srg/models/graph.py
srg/models/node.py
srg/models/result.py
srg/runtime/__init__.py
srg/runtime/deterministic_registry.py
srg/runtime/evidence_aggregator.py
srg/runtime/graph_runner.py
srg/runtime/graph_validator.py
srg/runtime/loader.py
srg/runtime/planner.py
srg/runtime/saver.py
srg/schemas/evidence.schema.json
srg/schemas/graph.schema.json
srg/utils/__init__.py
srg/utils/graph_compose.py
srg/utils/semantic_diff.py
tests/__init__.py
tests/test_agentic_call.py
tests/test_cli.py
tests/test_contracts.py
tests/test_deterministic_registry.py
tests/test_edge_port_validation.py
tests/test_evidence_aggregator.py
tests/test_evidence_summary.py
tests/test_failure_modes.py
tests/test_graph_compose.py
tests/test_graph_runner.py
tests/test_graph_validator.py
tests/test_loader.py
tests/test_models.py
tests/test_planner.py
tests/test_repo_risk_e2e.py
tests/test_retry.py
tests/test_saver.py
tests/test_scope_guard.py
tests/test_semantic_diff.py
tests/test_subnet_scorer_e2e.py
tests/test_token_benchmark.py
tests/test_validation.py
tests/test_validator_scorer_e2e.py