LICENSE
README.md
pyproject.toml
src/quaestor/__init__.py
src/quaestor/cli.py
src/quaestor/command_config.py
src/quaestor/constants.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/assets/configuration/automation_base.json
src/quaestor/assets/configuration/languages.yaml
src/quaestor/assets/hooks/shared_utils.py
src/quaestor/assets/hooks/validation/compliance_validator.py
src/quaestor/assets/hooks/validation/milestone_checker.py
src/quaestor/assets/hooks/validation/milestone_validator.py
src/quaestor/assets/hooks/validation/quality_checker.py
src/quaestor/assets/hooks/validation/research_enforcer.py
src/quaestor/assets/hooks/workflow/automated_commit_trigger.py
src/quaestor/assets/hooks/workflow/context_refresher.py
src/quaestor/assets/hooks/workflow/file_change_tracker.py
src/quaestor/assets/hooks/workflow/implementation_declaration.py
src/quaestor/assets/hooks/workflow/implementation_tracker.py
src/quaestor/assets/hooks/workflow/memory_sync.py
src/quaestor/assets/hooks/workflow/memory_updater.py
src/quaestor/assets/hooks/workflow/research_tracker.py
src/quaestor/assets/hooks/workflow/research_workflow_tracker.py
src/quaestor/assets/hooks/workflow/todo_milestone_connector.py
src/quaestor/assets/templates/architecture.md
src/quaestor/assets/templates/automation.md
src/quaestor/assets/templates/base_command.md
src/quaestor/assets/templates/claude_include.md
src/quaestor/assets/templates/command_loading.md
src/quaestor/assets/templates/critical_rules.md
src/quaestor/assets/templates/memory.md
src/quaestor/assets/templates/patterns.md
src/quaestor/assets/templates/quaestor_claude.md
src/quaestor/assets/templates/validation.md
src/quaestor/automation/__init__.py
src/quaestor/automation/base.py
src/quaestor/automation/enforcement.py
src/quaestor/automation/intelligence.py
src/quaestor/automation/workflow.py
src/quaestor/cli/__init__.py
src/quaestor/cli/configure.py
src/quaestor/cli/init.py
src/quaestor/cli/main.py
src/quaestor/cli/update.py
src/quaestor/commands/analyze.md
src/quaestor/commands/auto-commit.md
src/quaestor/commands/check.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/core/__init__.py
src/quaestor/core/configuration.py
src/quaestor/core/project_analysis.py
src/quaestor/core/project_metadata.py
src/quaestor/core/template_engine.py
src/quaestor/core/validation_engine.py
src/quaestor/utils/__init__.py
src/quaestor/utils/file_utils.py
src/quaestor/utils/project_detection.py
src/quaestor/utils/yaml_utils.py
tests/test_cli.py
tests/test_hooks_reliability.py
tests/test_manifest.py
tests/test_new_cli_structure.py
tests/test_updater.py