LICENSE
README.md
pyproject.toml
dhfkit/__init__.py
dhfkit/__main__.py
dhfkit/api.py
dhfkit/artifact_fetcher.py
dhfkit/change_requests.py
dhfkit/cli.py
dhfkit/document_generation.py
dhfkit/exceptions.py
dhfkit/id_generator.py
dhfkit/junit_parser.py
dhfkit/lifecycle.py
dhfkit/local_adapter.py
dhfkit/result_store.py
dhfkit/traceability.py
dhfkit/models/__init__.py
dhfkit/models/config.py
dhfkit/models/item.py
dhfkit/repository/__init__.py
dhfkit/repository/git.py
dhfkit/repository/loader.py
dhfkit/repository/saver.py
dhfkit/templates/README.md
dhfkit/templates/config/global.yaml
dhfkit/templates/config/doc_types/cr.yaml
dhfkit/templates/config/doc_types/crs.yaml
dhfkit/templates/config/doc_types/def.yaml
dhfkit/templates/config/doc_types/rcm.yaml
dhfkit/templates/config/doc_types/rel.yaml
dhfkit/templates/config/doc_types/risk.yaml
dhfkit/templates/config/doc_types/soup.yaml
dhfkit/templates/config/doc_types/srs.yaml
dhfkit/templates/config/doc_types/swdd.yaml
dhfkit/templates/config/doc_types/sys.yaml
dhfkit/templates/config/doc_types/sysarch.yaml
dhfkit/templates/config/doc_types/uc.yaml
dhfkit/templates/github/prompts/cr-analyze.md
dhfkit/templates/github/prompts/cr-develop.md
dhfkit/templates/items/00_uc/UC-001.yaml
dhfkit/templates/items/01_crs/CRS-001.yaml
dhfkit/templates/items/02_sys/SYS-001.yaml
dhfkit/templates/items/03_srs/SRS-001.yaml
dhfkit/templates/items/04_swdd/SWDD-001.yaml
dhfkit/templates/items/05_sysarch/SYSARCH-001.yaml
dhfkit/templates/items/06_cr/CR-001.yaml
dhfkit/templates/items/07_rel/REL-001.yaml
dhfkit/templates/items/08_soup/SOUP-001.yaml
dhfkit/templates/items/09_risk/RISK-001.yaml
dhfkit/templates/items/10_rcm/RCM-001.yaml
dhfkit/templates/items/11_def/DEF-001.yaml
dhfkit/templates/plans/configuration_management_plan.md
dhfkit/templates/plans/development_plan.md
dhfkit/templates/plans/integration_plan.md
dhfkit/templates/plans/maintenance_plan.md
dhfkit/templates/plans/risk_management_plan.md
dhfkit/templates/plans/validation_plan.md
dhfkit/templates/plans/verification_plan.md
dhfkit/templates/specs/architecture_design_specification.md.j2
dhfkit/templates/specs/change_request_specification.md.j2
dhfkit/templates/specs/customer_requirement_specification.md.j2
dhfkit/templates/specs/rcm_specification.md.j2
dhfkit/templates/specs/requirements_specification.md.j2
dhfkit/templates/specs/risk_specification.md.j2
dhfkit/templates/specs/test_specification.md.j2
dhfkit/templates/specs/traceability_matrix.md.j2
dhfkit/templates/specs/styles/default.css
medharness/__init__.py
medharness/__main__.py
medharness/_helpers.py
medharness/client.py
medharness/contracts.py
medharness/core.py
medharness/graph.py
medharness.egg-info/PKG-INFO
medharness.egg-info/SOURCES.txt
medharness.egg-info/dependency_links.txt
medharness.egg-info/entry_points.txt
medharness.egg-info/requires.txt
medharness.egg-info/top_level.txt
medharness/adapters/__init__.py
medharness/adapters/protocol.py
medharness/cli/__init__.py
medharness/cli/ci.py
medharness/cli/cr.py
medharness/cli/dhf.py
medharness/cli/init.py
medharness/commands/__init__.py
medharness/commands/cr.py
medharness/prompts/__init__.py
medharness/prompts/cr_analyze.md
medharness/prompts/cr_design.md
medharness/prompts/cr_develop.md
medharness/prompts/cr_review_code.md
medharness/prompts/cr_review_design.md
medharness/prompts/cr_review_spec.md
medharness/prompts/skills/__init__.py
medharness/prompts/skills/architecture_impact.md
medharness/prompts/skills/product_impact.md
medharness/prompts/skills/req_manage.md
medharness/prompts/skills/risk_impact.md
medharness/prompts/skills/soup_impact.md
medharness/prompts/skills/test_impact.md
medharness/services/__init__.py
medharness/services/ci.py
medharness/services/code_validation.py
medharness/services/cr_generation.py
medharness/services/design_validation.py
medharness/services/git.py
medharness/services/github_event.py
medharness/services/github_session.py
medharness/services/pr_approval.py
medharness/services/spec_validation.py
medharness/workflows/__init__.py
medharness/workflows/cr_intake.py
medharness/workflows/init.py