.gitignore
.releaserc.json
AGENTS.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
config.example.json
focal.py
install.sh
pyproject.toml
requirements.txt
ruff.toml
setup.sh
sync.sh
.github/ISSUE_TEMPLATE/epic.md
.github/ISSUE_TEMPLATE/story.md
.github/workflows/ci.yml
.github/workflows/docker-publish.yml
.github/workflows/publish.yml
.github/workflows/release.yml
docker/Dockerfile
docker/Dockerfile.test
docs/build-log.md
docs/pm-guide.md
docs/testing-guide.md
docs/user-guide.md
docs/why-focal.md
docs/focal/epics.md
docs/focal/iteration-planning.md
docs/focal/retro-log.md
docs/focal/design/D001-what-if-impact-assessment.md
docs/focal/design/D002-adopt-existing-project.md
docs/focal/design/D003-focal-mcp-server.md
docs/focal/design/D004-adopt-plan.md
docs/focal/design/INDEX.md
docs/focal/design/design-template.md
focal/__init__.py
focal/_cli.py
focal/config.py
focal/gh.py
focal/log.py
focal/mcp_server.py
focal/notify.py
focal/state.py
focal/sync.py
focal/wizard.py
focal/pm/__init__.py
focal/pm/adopt_cmd.py
focal/pm/adopt_plan_cmd.py
focal/pm/breakdown_parser.py
focal/pm/design_cmd.py
focal/pm/epic_cmd.py
focal/pm/epics_renderer.py
focal/pm/hierarchy_resolver.py
focal/pm/init_cmd.py
focal/pm/iteration_parser.py
focal/pm/plan_cmd.py
focal/pm/plan_doc_parser.py
focal/pm/plan_helpers.py
focal/pm/pm_state.py
focal/pm/retro_cmd.py
focal/pm/sp_extractor.py
focal/pm/status_cmd.py
focal/pm/story_cmd.py
focal/pm/sync_state_cmd.py
focal/pm/triage_cmd.py
focal/pm/velocity_cmd.py
focal/pm/whatif_cmd.py
focal/templates/epics.md
focal/templates/iteration-planning.md
focal/templates/plan.md
focal/templates/retro-log.md
focal/templates/ISSUE_TEMPLATE/epic.md
focal/templates/ISSUE_TEMPLATE/story.md
focal/templates/design/design-template.md
focal_cli.egg-info/PKG-INFO
focal_cli.egg-info/SOURCES.txt
focal_cli.egg-info/dependency_links.txt
focal_cli.egg-info/entry_points.txt
focal_cli.egg-info/requires.txt
focal_cli.egg-info/top_level.txt
launchd/com.your-username.focal-cache.plist
launchd/com.your-username.focal.plist
templates/epics.md
templates/iteration-planning.md
templates/retro-log.md
templates/ISSUE_TEMPLATE/epic.md
templates/ISSUE_TEMPLATE/story.md
templates/design/design-template.md
tests/__init__.py
tests/test_breakdown_parser.py
tests/test_design_cmd.py
tests/test_hierarchy_resolver.py
tests/test_mcp_server.py
tests/test_sp_extractor.py
tests/test_state.py
tests/test_status_cmd.py
tests/test_sync.py
tests/test_velocity.py
tests/test_whatif_cmd.py
tests/test_wizard.py