LICENSE
README.md
pyproject.toml
mypm/__init__.py
mypm/__main__.py
mypm/agents.py
mypm/bootstrap.py
mypm/claude.py
mypm/cli.py
mypm/constraints.py
mypm/council.py
mypm/distill.py
mypm/embeddings.py
mypm/githook.py
mypm/index.py
mypm/metrics.py
mypm/models.py
mypm/observe.py
mypm/parser.py
mypm/proposer.py
mypm/ranking.py
mypm/reflect.py
mypm/retriever.py
mypm/review.py
mypm/store.py
mypm/validator.py
mypm/schemas/__init__.py
mypm/schemas/base.py
mypm/schemas/component.py
mypm/schemas/decision.py
mypm/schemas/lesson.py
mypm/schemas/pattern.py
mypm/schemas/preference.py
mypm/schemas/project.py
mypm/templates/CLAUDE.md
mypm/templates/council.md
mypm/templates/agents/adversarial-reviewer.md
mypm/templates/agents/oss-maintainer.md
mypm/templates/agents/performance-engineer.md
mypm/templates/agents/principal-engineer.md
mypm/templates/agents/reflection-analyst.md
mypm/templates/agents/research-engineer.md
mypm/templates/architecture/agents.md
mypm/templates/architecture/capture.md
mypm/templates/architecture/core-model.md
mypm/templates/architecture/golden-loop.md
mypm/templates/architecture/philosophy.md
mypm/templates/architecture/relationships.md
mypm/templates/architecture/storage.md
mypm/templates/architecture/success-metrics.md
mypm/templates/ci/knowledge-validate.yml
mypm/templates/commands/enrich-drafts.md
mypm_cli.egg-info/PKG-INFO
mypm_cli.egg-info/SOURCES.txt
mypm_cli.egg-info/dependency_links.txt
mypm_cli.egg-info/entry_points.txt
mypm_cli.egg-info/requires.txt
mypm_cli.egg-info/top_level.txt
tests/test_bootstrap.py
tests/test_claude.py
tests/test_distill.py
tests/test_githook.py
tests/test_hardening.py
tests/test_metrics.py
tests/test_observe.py
tests/test_ranking.py
tests/test_review.py
tests/test_semantic.py
tests/test_slice.py
tests/test_v04.py
tests/test_validator.py