AGENTS.md
LICENSE
MASTER_PROMPT.md
README.md
pyproject.toml
agentic/constitution/CORE.md
config/risk-weights.json
config/examples/dotnet.json
config/examples/generic.json
config/examples/python.json
config/examples/typescript.json
config/profiles/dotnet.json
config/profiles/generic.json
config/profiles/python.json
config/profiles/typescript.json
disciplines/01-source/SKILL.md
disciplines/02-specification/SKILL.md
disciplines/03-acceptance/SKILL.md
disciplines/04-verification-engineering/SKILL.md
disciplines/05-coding/SKILL.md
disciplines/06-cleaning/SKILL.md
disciplines/07-architecture/SKILL.md
disciplines/08-hardening/SKILL.md
disciplines/09-qa/SKILL.md
disciplines/10-evidence/SKILL.md
disciplines/11-evolution/SKILL.md
disciplines/12-autonomous-project-execution/SKILL.md
policies/architecture.md
policies/definition-of-done.md
policies/integrity.md
policies/quality-gates.md
policies/risk.md
policies/security.md
policies/spec-protection.md
schemas/acceptance-ir.schema.json
schemas/agentic-config.schema.json
schemas/evidence.schema.json
schemas/evolution.schema.json
schemas/requirement-graph.schema.json
schemas/verification-plan.schema.json
schemas/verification-result.schema.json
schemas/verifier-registry.schema.json
schemas/verifier.schema.json
skills/01-requirements-intake/SKILL.md
skills/02-specification/SKILL.md
skills/03-acceptance-design/SKILL.md
skills/04-acceptance-compiler/SKILL.md
skills/05-task-planning/SKILL.md
skills/06-risk-classification/SKILL.md
skills/07-implementation/SKILL.md
skills/08-unit-testing/SKILL.md
skills/09-property-testing/SKILL.md
skills/10-refactoring/SKILL.md
skills/11-crap-analysis/SKILL.md
skills/12-quality-gates/SKILL.md
skills/13-differential-mutation/SKILL.md
skills/14-architecture/SKILL.md
skills/15-security/SKILL.md
skills/16-integrity-audit/SKILL.md
skills/17-independent-review/SKILL.md
skills/18-qa/SKILL.md
skills/19-release-evidence/SKILL.md
skills/20-agent-retrospective/SKILL.md
src/agentic_discipline/__init__.py
src/agentic_discipline/__main__.py
src/agentic_discipline/acceptance.py
src/agentic_discipline/adapters.py
src/agentic_discipline/bootstrap.py
src/agentic_discipline/cli.py
src/agentic_discipline/common.py
src/agentic_discipline/crap.py
src/agentic_discipline/evidence.py
src/agentic_discipline/evolution.py
src/agentic_discipline/integrity.py
src/agentic_discipline/migration.py
src/agentic_discipline/profiles.py
src/agentic_discipline/quality.py
src/agentic_discipline/readiness.py
src/agentic_discipline/repair.py
src/agentic_discipline/requirements.py
src/agentic_discipline/risk.py
src/agentic_discipline/skills.py
src/agentic_discipline/validation.py
src/agentic_discipline/control/__init__.py
src/agentic_discipline/control/api.py
src/agentic_discipline/control/cli.py
src/agentic_discipline/control/console.py
src/agentic_discipline/control/contracts.py
src/agentic_discipline/control/diagnostics.py
src/agentic_discipline/control/discovery.py
src/agentic_discipline/control/intelligence.py
src/agentic_discipline/control/knowledge.py
src/agentic_discipline/control/mcp.py
src/agentic_discipline/control/migration.py
src/agentic_discipline/control/plane.py
src/agentic_discipline/control/preflight.py
src/agentic_discipline/control/store.py
src/agentic_discipline/control/verification.py
src/agentic_discipline/control/work.py
src/agentic_discipline/control/workspaces.py
src/agentic_discipline/control/assurance/__init__.py
src/agentic_discipline/control/assurance/compiler.py
src/agentic_discipline/control/assurance/decision.py
src/agentic_discipline/control/assurance/impact.py
src/agentic_discipline/control/assurance/migration.py
src/agentic_discipline/control/assurance/model.py
src/agentic_discipline/control/assurance/planner.py
src/agentic_discipline/control/assurance/registry.py
src/agentic_discipline/control/assurance/resolver.py
src/agentic_discipline/control/assurance/service.py
src/agentic_discipline/verifier/__init__.py
src/agentic_discipline/verifier/executor.py
src/agentic_discipline/verifier/protection.py
src/agentic_discipline/verifier/registry.py
src/agentic_discipline/verifier/result.py
src/agentic_discipline/verifier/schema.py
src/agentic_discipline/verifier/sensitivity.py
src/agentic_discipline_kit.egg-info/PKG-INFO
src/agentic_discipline_kit.egg-info/SOURCES.txt
src/agentic_discipline_kit.egg-info/dependency_links.txt
src/agentic_discipline_kit.egg-info/entry_points.txt
src/agentic_discipline_kit.egg-info/requires.txt
src/agentic_discipline_kit.egg-info/top_level.txt
templates/acceptance-template.feature
templates/release-report.md
templates/spec-template.md
tests/test_acceptance.py
tests/test_adapter_documents.py
tests/test_adapter_layout.py
tests/test_adapters.py
tests/test_adapters_report.py
tests/test_bootstrap.py
tests/test_bootstrap_pins.py
tests/test_cli.py
tests/test_cli_listings.py
tests/test_cli_migrate_hygiene.py
tests/test_cli_reports.py
tests/test_cli_surface.py
tests/test_cli_verification_commands.py
tests/test_command_edges.py
tests/test_common.py
tests/test_contract_root.py
tests/test_control_phase.py
tests/test_crap.py
tests/test_detection_depth.py
tests/test_discipline_loading.py
tests/test_doctor_report.py
tests/test_doctor_root.py
tests/test_emission.py
tests/test_evidence.py
tests/test_evidence_contract.py
tests/test_feature_parsing.py
tests/test_gate_availability_reason.py
tests/test_gate_commands.py
tests/test_gate_result.py
tests/test_generated_config.py
tests/test_generated_documents.py
tests/test_hygiene_report.py
tests/test_init_report.py
tests/test_init_target.py
tests/test_initialize_result.py
tests/test_install_helpers.py
tests/test_install_surfaces.py
tests/test_installer_output.py
tests/test_integrity.py
tests/test_integrity_audit.py
tests/test_integrity_retired.py
tests/test_integrity_rules.py
tests/test_ledger_and_hygiene_edges.py
tests/test_loaders_and_ledger.py
tests/test_migration_report.py
tests/test_mutation_equivalence.py
tests/test_mutation_gate.py
tests/test_mutation_scope.py
tests/test_optional_keys.py
tests/test_output_encoding.py
tests/test_outputs_and_messages.py
tests/test_packaging.py
tests/test_parsing_and_thresholds.py
tests/test_profiles.py
tests/test_project_detection.py
tests/test_quality.py
tests/test_quality_extended.py
tests/test_quality_report.py
tests/test_readiness.py
tests/test_readiness_pins.py
tests/test_readiness_render.py
tests/test_requirement_traceability_rules.py
tests/test_requirements.py
tests/test_risk.py
tests/test_risk_assessment.py
tests/test_risk_command.py
tests/test_schema_loading.py
tests/test_small_contracts.py
tests/test_state_and_gitignore.py
tests/test_utf8_on_legacy_code_pages.py
tests/test_validation.py
tests/test_verification_evolution.py
tests/test_verification_runtime_edges.py
tests/test_verifier.py
tests/test_verifier_contract_rules.py
tests/test_verifier_execution_paths.py
tests/test_verifier_registration.py
tests/test_verifier_result_contract.py