LICENSE
README.md
pyproject.toml
src/koteguard/__init__.py
src/koteguard/cli.py
src/koteguard/config.py
src/koteguard/launcher.py
src/koteguard/models.py
src/koteguard/planning.py
src/koteguard/project_scanner.py
src/koteguard/sensitive_files.py
src/koteguard/templates.py
src/koteguard/validation.py
src/koteguard/worktree.py
src/koteguard.egg-info/PKG-INFO
src/koteguard.egg-info/SOURCES.txt
src/koteguard.egg-info/dependency_links.txt
src/koteguard.egg-info/entry_points.txt
src/koteguard.egg-info/requires.txt
src/koteguard.egg-info/top_level.txt
src/koteguard/templates/AGENTS.md
src/koteguard/templates/PLAN.md
src/koteguard/templates/TASK.md
src/koteguard/templates/WORKSPACE.md
src/koteguard/templates/config.toml
src/koteguard/templates/instructions.md
src/koteguard/templates/security.instructions.md
src/koteguard/templates/android-skills/agp9.skill.md
src/koteguard/templates/android-skills/compose-migration.skill.md
src/koteguard/templates/android-skills/edge-to-edge.skill.md
src/koteguard/templates/android-skills/navigation3.skill.md
tests/test_android_skills.py
tests/test_cli.py
tests/test_cli_deny_flags.py
tests/test_cli_extended.py
tests/test_cli_interactive.py
tests/test_config.py
tests/test_launcher.py
tests/test_models.py
tests/test_planning.py
tests/test_project_scanner.py
tests/test_sdd_spec.py
tests/test_sensitive_files.py
tests/test_session_structure.py
tests/test_token_hygiene.py
tests/test_validation.py
tests/test_worktree.py