.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test.yml
src/frankcode/__init__.py
src/frankcode/cli.py
src/frankcode/environment.py
src/frankcode/orchestrator.py
src/frankcode/setup.py
src/frankcode/utils.py
src/frankcode.egg-info/PKG-INFO
src/frankcode.egg-info/SOURCES.txt
src/frankcode.egg-info/dependency_links.txt
src/frankcode.egg-info/entry_points.txt
src/frankcode.egg-info/requires.txt
src/frankcode.egg-info/top_level.txt
src/frankcode/configs/oh-my-opencode-slim.json
src/frankcode/configs/opencode-verify.json
src/frankcode/configs/opencode.json
src/frankcode/configs/prompt-rules.json
tests/conftest.py
tests/unit/test_environment.py
tests/unit/test_setup.py
tests/unit/test_watchdog.py