LICENSE
README.md
pyproject.toml
src/quaestor/CRITICAL_RULES.md
src/quaestor/QUAESTOR_CLAUDE.md
src/quaestor/__init__.py
src/quaestor/cli.py
src/quaestor/command_config.py
src/quaestor/constants.py
src/quaestor/converters.py
src/quaestor/manifest.py
src/quaestor/project_analyzer.py
src/quaestor/rule_engine.py
src/quaestor/updater.py
src/quaestor.egg-info/PKG-INFO
src/quaestor.egg-info/SOURCES.txt
src/quaestor.egg-info/dependency_links.txt
src/quaestor.egg-info/entry_points.txt
src/quaestor.egg-info/requires.txt
src/quaestor.egg-info/top_level.txt
src/quaestor/commands/auto-commit.md
src/quaestor/commands/check.md
src/quaestor/commands/help.md
src/quaestor/commands/milestone-pr.md
src/quaestor/commands/milestone.md
src/quaestor/commands/project-init.md
src/quaestor/commands/status.md
src/quaestor/commands/task.md
src/quaestor/hooks/__init__.py
src/quaestor/hooks/automation.py
src/quaestor/hooks/enforcement.py
src/quaestor/hooks/intelligence.py
src/quaestor/manifest/ARCHITECTURE.md
src/quaestor/manifest/MEMORY.md
src/quaestor/templates/ARCHITECTURE.template.md
src/quaestor/templates/CLAUDE_INCLUDE.md
src/quaestor/templates/COMMAND_LOADING.md
src/quaestor/templates/MEMORY.template.md
src/quaestor/templates/MILESTONE_TRACKING_RULES.md
src/quaestor/templates/TASK_COMMAND_MILESTONE_ADDITION.md
src/quaestor/templates/hooks.json.jinja2
src/quaestor/templates/hooks_base.json
src/quaestor/templates/task-override-example.md
src/quaestor/templates/hooks/auto-commit-trigger.py
src/quaestor/templates/hooks/check-milestone.py
src/quaestor/templates/hooks/comprehensive-compliance-check.py
src/quaestor/templates/hooks/enforce-research.py
src/quaestor/templates/hooks/file-change-tracker.py
src/quaestor/templates/hooks/milestone-validator.py
src/quaestor/templates/hooks/pre-implementation-declaration.py
src/quaestor/templates/hooks/quality-check.py
src/quaestor/templates/hooks/refresh-context.py
src/quaestor/templates/hooks/todo-milestone-connector.py
src/quaestor/templates/hooks/track-implementation.py
src/quaestor/templates/hooks/track-research.py
src/quaestor/templates/hooks/update-memory-enhanced.py
src/quaestor/templates/hooks/update-memory.py
tests/test_cli.py
tests/test_converters.py
tests/test_manifest.py
tests/test_updater.py