LICENSE
MANIFEST.in
README.md
pyproject.toml
src/agor/__init__.py
src/agor/bundler.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/platform.py
src/agor/repo_mgmt.py
src/agor/settings.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/BUNDLE_INSTRUCTIONS.md
src/agor/tools/README_ai.md
src/agor/tools/agent_prompt_templates.py
src/agor/tools/agor-meta.md
src/agor/tools/code_exploration.py
src/agor/tools/code_exploration_docs.md
src/agor/tools/git_setup.py
src/agor/tools/handoff_templates.py
src/agor/tools/project_planning_templates.py
src/agor/tools/sqlite_memory.py
tests/test_bundler.py
tests/test_validation.py