.env
.gitignore
CLAUDE.md
Makefile
Makefile.include
ROADMAP.md
pyproject.toml
.claude/settings.local.json
.github/workflows/publish.yml
docs/README.md
docs/productization-backlog.md
docs/shypmate_example.py
shypmate.egg-info/PKG-INFO
shypmate.egg-info/SOURCES.txt
shypmate.egg-info/dependency_links.txt
shypmate.egg-info/entry_points.txt
shypmate.egg-info/requires.txt
shypmate.egg-info/top_level.txt
src/.dockerignore
src/Dockerfile
src/__init__.py
src/__main__.py
src/docker-compose.monitor.yml
src/entrypoint.py
src/launch.bat
src/launch.sh
src/main.py
src/requirements.txt
src/setup_venv.bat
src/setup_venv.sh
src/task_manager.py
src/agents/__init__.py
src/agents/dev_agent.py
src/config/__init__.py
src/config/project.py
src/context/__init__.py
src/context/project_context.py
src/crews/__init__.py
src/crews/dev_crew.py
src/engine/__init__.py
src/engine/agent_loop.py
src/engine/prompt_guard.py
src/engine/providers.py
src/engine/tier_router.py
src/engine/tool_registry.py
src/hats/__init__.py
src/hats/context.py
src/hats/coordinator.py
src/hats/hat.py
src/hats/pipeline.py
src/manager/__init__.py
src/manager/manager.py
src/manager/manager_config.py
src/manager/manager_state.py
src/manager/preferences.py
src/manager/project_brief.py
src/manager/wave_planner.py
src/monitor/Dockerfile
src/monitor/__init__.py
src/monitor/pr_monitor.py
src/schemas/manager_state.schema.json
src/schemas/manager_yml.schema.json
src/schemas/shypmate_yml.schema.json
src/tasks/__init__.py
src/tasks/dev_task.py
src/tools/__init__.py
src/tools/file_tools.py
src/tools/git_tools.py
src/tools/github_tools.py
src/tools/human_tools.py
src/tools/memory_tools.py
src/tools/shell_tools.py
tests/__init__.py
tests/run_loop_test.py
tests/test_loop.py