LICENSE
README.md
pyproject.toml
src/ultra_plan/__init__.py
src/ultra_plan/agent_setup.py
src/ultra_plan/cli.py
src/ultra_plan/executor.py
src/ultra_plan/orchestrator.py
src/ultra_plan/validate.py
src/ultra_plan.egg-info/PKG-INFO
src/ultra_plan.egg-info/SOURCES.txt
src/ultra_plan.egg-info/dependency_links.txt
src/ultra_plan.egg-info/entry_points.txt
src/ultra_plan.egg-info/requires.txt
src/ultra_plan.egg-info/top_level.txt
src/ultra_plan/agents/__init__.py
src/ultra_plan/agents/_env.py
src/ultra_plan/agents/_errors.py
src/ultra_plan/agents/_extract.py
src/ultra_plan/agents/claude.py
src/ultra_plan/agents/opencode.py
src/ultra_plan/prompts/__init__.py
src/ultra_plan/prompts/system.md
src/ultra_plan/prompts/sources/anthropic.md
src/ultra_plan/prompts/sources/github.md
src/ultra_plan/prompts/sources/mcp.md
src/ultra_plan/prompts/sources/web.md
src/ultra_plan/review/__init__.py
src/ultra_plan/review/server.py
src/ultra_plan/review/static/app.js
src/ultra_plan/review/static/index.html
src/ultra_plan/review/static/style.css
src/ultra_plan/schema/bundle.schema.json
src/ultra_plan/schema/permissions.schema.json
src/ultra_plan/schema/skills.schema.json
src/ultra_plan/schema/tools.schema.json
tests/test_agent_setup.py
tests/test_claude_agent.py
tests/test_cli_args.py
tests/test_env_scrub.py
tests/test_error_messages_demo.py
tests/test_errors.py
tests/test_execute_integration.py
tests/test_executor.py
tests/test_orchestrator.py
tests/test_preflight_permissions.py
tests/test_preflight_settings.py
tests/test_prompt_render.py
tests/test_review_fixes.py
tests/test_schema.py