LICENSE
README.md
pyproject.toml
acdd/__init__.py
acdd/_doc.py
acdd/adapter.py
acdd/cli.py
acdd/discover.py
acdd/fingerprint.py
acdd/model.py
acdd/paths.py
acdd/process_report.py
acdd/record.py
acdd/validate.py
acdd.egg-info/PKG-INFO
acdd.egg-info/SOURCES.txt
acdd.egg-info/dependency_links.txt
acdd.egg-info/entry_points.txt
acdd.egg-info/requires.txt
acdd.egg-info/top_level.txt
acdd/share/AGENTS.md
acdd/share/DESIGN.md
acdd/share/__init__.py
acdd/share/adapters/implementation.yaml
acdd/share/adapters/review.yaml
acdd/share/adapters/task.yaml
acdd/share/examples/plan-example.md
acdd/share/examples/task-example.md
acdd/share/profiles/plan/v1.yaml
acdd/share/profiles/task/v1.yaml
acdd/share/skills/build/SKILL.md
acdd/share/skills/contract/SKILL.md
acdd/share/skills/decompose/SKILL.md
acdd/share/skills/design/SKILL.md
acdd/share/skills/diagnose/SKILL.md
acdd/share/skills/handoff/SKILL.md
acdd/share/skills/review/SKILL.md
acdd/share/skills/tdd/SKILL.md
tests/test_adapter.py
tests/test_core_contract.py
tests/test_discover_scope.py
tests/test_fingerprint.py
tests/test_fixes.py
tests/test_paths.py
tests/test_plan_profile_flow.py
tests/test_subtask_contracts.py
tests/test_task_profile_flow.py
tests/test_validate.py