LICENSE
MANIFEST.in
README.md
pyproject.toml
src/agor/__init__.py
src/agor/config.py
src/agor/constants.py
src/agor/exceptions.py
src/agor/git_binary.py
src/agor/logging.py
src/agor/main.py
src/agor/memory_sync.py
src/agor/platform.py
src/agor/repo_mgmt.py
src/agor/settings.py
src/agor/strategy.py
src/agor/utils.py
src/agor/validation.py
src/agor/version_check.py
src/agor.egg-info/PKG-INFO
src/agor.egg-info/SOURCES.txt
src/agor.egg-info/dependency_links.txt
src/agor.egg-info/entry_points.txt
src/agor.egg-info/requires.txt
src/agor.egg-info/top_level.txt
src/agor/tools/AGOR_INSTRUCTIONS.md
src/agor/tools/AUGMENTCODE_LOCAL_DETECTION.md
src/agor/tools/AUGMENT_INITIALIZATION.md
src/agor/tools/BUNDLE_INITIALIZATION.md
src/agor/tools/BUNDLE_INSTRUCTIONS.md
src/agor/tools/CHAINABLE_PROMPTS.md
src/agor/tools/MENU_FLOW_GUIDE.md
src/agor/tools/MODE_DETECTION.md
src/agor/tools/PLATFORM_INITIALIZATION_PROMPTS.md
src/agor/tools/README_ai.md
src/agor/tools/REFRESH_PROTOCOLS.md
src/agor/tools/SNAPSHOT_SYSTEM_GUIDE.md
src/agor/tools/STANDALONE_INITIALIZATION.md
src/agor/tools/agent-requirements.txt
src/agor/tools/agent-start-here.md
src/agor/tools/agent_coordination.py
src/agor/tools/agent_handoffs.py
src/agor/tools/agent_prompt_templates.py
src/agor/tools/agor-meta.md
src/agor/tools/checklist.py
src/agor/tools/code_exploration.py
src/agor/tools/code_exploration_docs.md
src/agor/tools/coordination-audit.md
src/agor/tools/coordination-example.md
src/agor/tools/dev_testing.py
src/agor/tools/dev_tools.py
src/agor/tools/feedback_manager.py
src/agor/tools/git_operations.py
src/agor/tools/git_setup.py
src/agor/tools/hotkeys.py
src/agor/tools/index.md
src/agor/tools/memory_manager.py
src/agor/tools/project_planning_templates.py
src/agor/tools/session-startup-checklist.md
src/agor/tools/snapshot_templates.py
src/agor/tools/snapshots.py
src/agor/tools/state-management.md
src/agor/tools/strategy_config.py
src/agor/tools/subprocess_manager.py
src/agor/tools/template_engine.py
src/agor/tools/work-orders-and-memory-guide.md
src/agor/tools/strategies/__init__.py
src/agor/tools/strategies/dependency_planning.py
src/agor/tools/strategies/error_optimization.py
src/agor/tools/strategies/mob_programming.py
src/agor/tools/strategies/multi_agent_strategies.py
src/agor/tools/strategies/parallel_divergent.py
src/agor/tools/strategies/project_breakdown.py
src/agor/tools/strategies/quality_gates.py
src/agor/tools/strategies/red_team.py
src/agor/tools/strategies/risk_planning.py
src/agor/tools/strategies/snapshot_prompts.py
src/agor/tools/strategies/team_creation.py
src/agor/tools/strategies/team_management.py
src/agor/tools/strategies/workflow_design.py
src/agor/tools/templates/completion_report.md.j2
src/agor/tools/templates/handoff_prompt.md.j2
src/agor/tools/templates/pr_description.md.j2
src/agor/tools/templates/snapshot.md.j2
tests/test_bundler.py
tests/test_memory_sync_integration.py
tests/test_validation.py