LICENSE
MANIFEST.in
README.md
janus_types.py
pyproject.toml
cli/__init__.py
cli/__main__.py
cli/clipboard.py
cli/main.py
cli/output.py
cli/submit.py
config/__init__.py
config/detection.py
forge/__init__.py
forge/behavior.py
forge/behaviors/BHV-002-refactor-complexity.yaml
forge/behaviors/BHV-003-error-handling.yaml
gauge/__init__.py
gauge/adapter.py
gauge/governed_rollout.py
gauge/judge.py
gauge/qualitative.py
gauge/report.py
gauge/trust_elasticity.py
gauge/behaviors/__init__.py
gauge/behaviors/code_quality.py
gauge/behaviors/instruction_adherence.py
gauge/behaviors/test_cheating.py
governance/__init__.py
governance/bridge.py
governance/memory.py
harness/__init__.py
harness/artifacts.py
harness/executor.py
harness/sandbox.py
harness/types.py
janus_labs/__init__.py
janus_labs/__main__.py
janus_labs.egg-info/PKG-INFO
janus_labs.egg-info/SOURCES.txt
janus_labs.egg-info/dependency_links.txt
janus_labs.egg-info/entry_points.txt
janus_labs.egg-info/requires.txt
janus_labs.egg-info/top_level.txt
probe/__init__.py
probe/discovery.py
probe/explorer.py
probe/mutations.py
probe/tracer.py
scaffold/__init__.py
scaffold/scorer.py
scaffold/workspace.py
scaffold/templates/BHV-001-test-cheating/.gitignore
scaffold/templates/BHV-001-test-cheating/src/__init__.py
scaffold/templates/BHV-001-test-cheating/src/calculator.py
scaffold/templates/BHV-001-test-cheating/tests/__init__.py
scaffold/templates/BHV-001-test-cheating/tests/test_calculator.py
scaffold/templates/BHV-002-refactor-complexity/README.md
scaffold/templates/BHV-002-refactor-complexity/requirements.txt
scaffold/templates/BHV-002-refactor-complexity/.pytest_cache/.gitignore
scaffold/templates/BHV-002-refactor-complexity/.pytest_cache/CACHEDIR.TAG
scaffold/templates/BHV-002-refactor-complexity/.pytest_cache/README.md
scaffold/templates/BHV-002-refactor-complexity/.pytest_cache/v/cache/nodeids
scaffold/templates/BHV-002-refactor-complexity/src/__init__.py
scaffold/templates/BHV-002-refactor-complexity/src/pricing.py
scaffold/templates/BHV-002-refactor-complexity/tests/__init__.py
scaffold/templates/BHV-002-refactor-complexity/tests/test_pricing.py
scaffold/templates/BHV-003-error-handling/README.md
scaffold/templates/BHV-003-error-handling/requirements.txt
scaffold/templates/BHV-003-error-handling/.pytest_cache/.gitignore
scaffold/templates/BHV-003-error-handling/.pytest_cache/CACHEDIR.TAG
scaffold/templates/BHV-003-error-handling/.pytest_cache/README.md
scaffold/templates/BHV-003-error-handling/.pytest_cache/v/cache/nodeids
scaffold/templates/BHV-003-error-handling/src/__init__.py
scaffold/templates/BHV-003-error-handling/src/file_processor.py
scaffold/templates/BHV-003-error-handling/tests/__init__.py
scaffold/templates/BHV-003-error-handling/tests/test_file_processor.py
scaffold/templates/default/.gitignore
scaffold/templates/default/src/__init__.py
scaffold/templates/default/src/main.py
scaffold/templates/default/tests/__init__.py
scaffold/templates/default/tests/test_main.py
scaffold/workspaces/BHV-002-refactor-complexity/src/__init__.py
scaffold/workspaces/BHV-002-refactor-complexity/src/pricing.py
scaffold/workspaces/BHV-002-refactor-complexity/tests/__init__.py
scaffold/workspaces/BHV-002-refactor-complexity/tests/test_pricing.py
scaffold/workspaces/BHV-003-error-handling/src/__init__.py
scaffold/workspaces/BHV-003-error-handling/src/file_processor.py
scaffold/workspaces/BHV-003-error-handling/tests/__init__.py
scaffold/workspaces/BHV-003-error-handling/tests/test_file_processor.py
suite/__init__.py
suite/comparison.py
suite/definition.py
suite/registry.py
suite/result.py
suite/runner.py
suite/thresholds.py
suite/builtin/__init__.py
suite/builtin/hello_world.py
suite/builtin/refactor_storm.py
suite/export/__init__.py
suite/export/github.py
suite/export/html.py
suite/export/json_export.py
tests/test_artifact_capture.py
tests/test_benchmark_report.py
tests/test_bhv_002_003.py
tests/test_bundle_capture.py
tests/test_cli.py
tests/test_cli_baseline.py
tests/test_cli_compare.py
tests/test_cli_init.py
tests/test_cli_score.py
tests/test_comparison.py
tests/test_config_detection.py
tests/test_discovery.py
tests/test_e1_integration.py
tests/test_e2_integration.py
tests/test_e2e_journey.py
tests/test_e3_integration.py
tests/test_explorer.py
tests/test_f001_validation.py
tests/test_f003_validation.py
tests/test_fixture_init.py
tests/test_gauge_adapter.py
tests/test_github_export.py
tests/test_html_export.py
tests/test_integration.py
tests/test_json_export.py
tests/test_judge_scoring.py
tests/test_mutations.py
tests/test_qualitative_rubric.py
tests/test_sandbox_isolation.py
tests/test_scaffold.py
tests/test_scorer.py
tests/test_standalone.py
tests/test_submit.py
tests/test_suite_definition.py
tests/test_suite_result.py
tests/test_suite_runner.py
tests/test_thresholds.py
tests/test_tracer.py
tests/test_trust_elasticity.py