LICENSE
NOTICE.md
README.md
pyproject.toml
runproof/__init__.py
runproof/__main__.py
runproof/_dispatch.py
runproof/_extensions.py
runproof/_render.py
runproof/_render_auto.py
runproof/_types.py
runproof/_wf_artifacts.py
runproof/_wf_changeops.py
runproof/_wf_discovery.py
runproof/_wf_engine.py
runproof/_wf_evidence.py
runproof/_wf_inference.py
runproof/_wf_infra.py
runproof/_wf_registry.py
runproof/_wf_templates.py
runproof/_wf_validation.py
runproof/_workflow.py
runproof/cli.py
runproof/templates/commands/runproof-constitution.md
runproof/templates/commands/runproof-new.md
runproof/templates/commands/runproof-next.md
runproof/templates/commands/runproof-status.md
runproof/templates/commands/runproof-verify.md
runproof/templates/commands/copilot/runproof-constitution.prompt.md
runproof/templates/commands/copilot/runproof-new.prompt.md
runproof/templates/commands/copilot/runproof-next.prompt.md
runproof/templates/commands/copilot/runproof-status.prompt.md
runproof/templates/commands/copilot/runproof-verify.prompt.md
runproof/templates/docs/adapter-authoring-v0.1.md
runproof/templates/docs/adapter-contract-v0.1.md
runproof/templates/docs/adapters-v0.1.md
runproof/templates/docs/production-readiness-v0.1.md
runproof/templates/docs/runproof-protocol-v0.1.md
runproof/templates/docs/sdd-validator-v0.1.md
runproof/templates/runproof/constitution.md
runproof/templates/runproof/protocol.md
runproof/templates/runproof/state.json
runproof/templates/runproof/adapters/claude-code.json
runproof/templates/runproof/adapters/codex.json
runproof/templates/runproof/adapters/cursor.json
runproof/templates/runproof/adapters/gemini-cli.json
runproof/templates/runproof/adapters/generic-markdown.json
runproof/templates/runproof/adapters/github-copilot.json
runproof/templates/runproof/adapters/opencode.json
runproof/templates/runproof/adapters/qwen-code.json
runproof/templates/runproof/agents/architect.md
runproof/templates/runproof/agents/archivist.md
runproof/templates/runproof/agents/critic.md
runproof/templates/runproof/agents/explorer.md
runproof/templates/runproof/agents/implementer.md
runproof/templates/runproof/agents/orchestrator.md
runproof/templates/runproof/agents/planner.md
runproof/templates/runproof/agents/specifier.md
runproof/templates/runproof/agents/verifier.md
runproof/templates/runproof/examples/standard-verified-change/archive.md
runproof/templates/runproof/examples/standard-verified-change/delta-spec.md
runproof/templates/runproof/examples/standard-verified-change/design.md
runproof/templates/runproof/examples/standard-verified-change/proposal.md
runproof/templates/runproof/examples/standard-verified-change/tasks.md
runproof/templates/runproof/examples/standard-verified-change/verification.md
runproof/templates/runproof/memory/constitution.md
runproof/templates/runproof/memory/decisions.md
runproof/templates/runproof/memory/project.md
runproof/templates/runproof/profiles/bugfix.md
runproof/templates/runproof/profiles/enterprise.md
runproof/templates/runproof/profiles/quick.md
runproof/templates/runproof/profiles/refactor.md
runproof/templates/runproof/profiles/research.md
runproof/templates/runproof/profiles/standard.md
runproof/templates/runproof/schemas/adapter-capabilities.schema.json
runproof/templates/runproof/schemas/agent.schema.json
runproof/templates/runproof/schemas/artifact.schema.json
runproof/templates/runproof/schemas/extension.schema.json
runproof/templates/runproof/schemas/phase-result.schema.json
runproof/templates/runproof/schemas/skill.schema.json
runproof/templates/runproof/schemas/verification.schema.json
runproof/templates/runproof/skills/archive.md
runproof/templates/runproof/skills/critique.md
runproof/templates/runproof/skills/design.md
runproof/templates/runproof/skills/implement.md
runproof/templates/runproof/skills/propose.md
runproof/templates/runproof/skills/specify.md
runproof/templates/runproof/skills/sync-specs.md
runproof/templates/runproof/skills/task.md
runproof/templates/runproof/skills/verify.md
runproof_cli.egg-info/PKG-INFO
runproof_cli.egg-info/SOURCES.txt
runproof_cli.egg-info/dependency_links.txt
runproof_cli.egg-info/entry_points.txt
runproof_cli.egg-info/top_level.txt
tests/test_contracts.py
tests/test_core.py
tests/test_execution_evidence.py
tests/test_features.py
tests/test_golden.py
tests/test_inference.py
tests/test_sdd.py
tests/test_verify.py
tests/test_workflow.py