LICENSE
README.md
pyproject.toml
src/harness/__init__.py
src/harness/cli.py
src/harness/collect_evidence.py
src/harness/complexity.py
src/harness/controlplane.py
src/harness/evidence_validator.py
src/harness/harness_status.py
src/harness/init.py
src/harness/quality_gate.py
src/harness/repository.py
src/harness/state_machine.py
src/harness/templates.py
src/harness/schemas/evidence.schema.json
src/harness/schemas/finding.schema.json
src/harness/schemas/invariant.schema.json
src/harness/schemas/minimal-implementation.schema.json
src/harness/schemas/requirement.schema.json
src/harness/schemas/task.schema.json
src/harness/templates/current-task.yaml
src/harness/templates/gate.yaml
src/harness/templates/impact.yaml
src/harness/templates/invariants.yaml
src/harness/templates/requirements.yaml
src/superpowers_engineering_harness.egg-info/PKG-INFO
src/superpowers_engineering_harness.egg-info/SOURCES.txt
src/superpowers_engineering_harness.egg-info/dependency_links.txt
src/superpowers_engineering_harness.egg-info/entry_points.txt
src/superpowers_engineering_harness.egg-info/requires.txt
src/superpowers_engineering_harness.egg-info/top_level.txt
tests/test_cli_complexity.py
tests/test_cli_init.py
tests/test_cli_task_recovery.py
tests/test_complexity_review.py
tests/test_control_plane.py
tests/test_convergence.py
tests/test_convergence_cli.py
tests/test_evidence.py
tests/test_evidence_validator.py
tests/test_finding_lifecycle.py
tests/test_finding_schema.py
tests/test_finding_transition.py
tests/test_impact_authorization.py
tests/test_impact_control_plane.py
tests/test_impact_verification_gate.py
tests/test_init.py
tests/test_minimal_implementation.py
tests/test_package_resources.py
tests/test_quality_gate.py
tests/test_readme_docs.py
tests/test_repository.py
tests/test_state_machine.py
tests/test_task_contract.py
tests/test_task_new.py
tests/test_test_authorization.py
tests/test_verification_control_plane.py
tests/test_wheel_isolation.py