LICENSE
README.md
pyproject.toml
src/turma/__init__.py
src/turma/__main__.py
src/turma/cli.py
src/turma/config.py
src/turma/errors.py
src/turma/planning.py
src/turma/swarm.py
src/turma.egg-info/PKG-INFO
src/turma.egg-info/SOURCES.txt
src/turma.egg-info/dependency_links.txt
src/turma.egg-info/entry_points.txt
src/turma.egg-info/top_level.txt
src/turma/authoring/__init__.py
src/turma/authoring/base.py
src/turma/authoring/claude.py
src/turma/authoring/codex.py
src/turma/authoring/gemini.py
src/turma/authoring/opencode.py
tests/test_authoring_claude.py
tests/test_authoring_codex.py
tests/test_authoring_gemini.py
tests/test_authoring_opencode.py
tests/test_cli.py
tests/test_config.py
tests/test_init.py
tests/test_planning.py