.env
.gitignore
CLAUDE.md
Makefile
Makefile.include
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/providers.py
src/engine/tool_registry.py
src/manager/__init__.py
src/manager/manager.py
src/manager/project_brief.py
src/monitor/Dockerfile
src/monitor/__init__.py
src/monitor/pr_monitor.py
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/shell_tools.py
tests/__init__.py
tests/run_loop_test.py
tests/test_loop.py