LICENSE
README.md
pyproject.toml
cuddlytoddly/__init__.py
cuddlytoddly/__main__.py
cuddlytoddly/config.py
cuddlytoddly.egg-info/PKG-INFO
cuddlytoddly.egg-info/SOURCES.txt
cuddlytoddly.egg-info/dependency_links.txt
cuddlytoddly.egg-info/entry_points.txt
cuddlytoddly.egg-info/requires.txt
cuddlytoddly.egg-info/top_level.txt
cuddlytoddly/core/__init__.py
cuddlytoddly/core/events.py
cuddlytoddly/core/id_generator.py
cuddlytoddly/core/reducer.py
cuddlytoddly/core/task_graph.py
cuddlytoddly/engine/__init__.py
cuddlytoddly/engine/execution_step_reporter.py
cuddlytoddly/engine/llm_orchestrator.py
cuddlytoddly/engine/quality_gate.py
cuddlytoddly/infra/__init__.py
cuddlytoddly/infra/event_log.py
cuddlytoddly/infra/event_queue.py
cuddlytoddly/infra/logging.py
cuddlytoddly/infra/replay.py
cuddlytoddly/planning/__init__.py
cuddlytoddly/planning/llm_executor.py
cuddlytoddly/planning/llm_interface.py
cuddlytoddly/planning/llm_output_validator.py
cuddlytoddly/planning/llm_planner.py
cuddlytoddly/planning/plan_constraint_checker.py
cuddlytoddly/planning/prompts.py
cuddlytoddly/planning/schemas.py
cuddlytoddly/skills/__init__.py
cuddlytoddly/skills/skill_loader.py
cuddlytoddly/skills/code_execution/__init__.py
cuddlytoddly/skills/code_execution/tools.py
cuddlytoddly/skills/file_ops/__init__.py
cuddlytoddly/skills/file_ops/tools.py
cuddlytoddly/skills/web_research/SKILL.md
cuddlytoddly/skills/web_research/__init__.py
cuddlytoddly/skills/web_research/tools.py
cuddlytoddly/tools/__init__.py
cuddlytoddly/tools/mcp_adapter.py
cuddlytoddly/tools/registry.py
cuddlytoddly/ui/__init__.py
cuddlytoddly/ui/curses_startup.py
cuddlytoddly/ui/curses_ui.py
cuddlytoddly/ui/git_projection.py
cuddlytoddly/ui/startup.py
cuddlytoddly/ui/web_server.py
cuddlytoddly/ui/web_ui.html
cuddlytoddly/ui/web_ui_startup.html
cuddlytoddly/ui/web_ui_static.html
tests/test_bugfixes.py
tests/test_events_reducer.py
tests/test_id_generator.py
tests/test_infra.py
tests/test_integration.py
tests/test_llm_executor.py
tests/test_llm_interface.py
tests/test_llm_validator.py
tests/test_orchestrator.py
tests/test_quality_gate.py
tests/test_skill_loader.py
tests/test_startup.py
tests/test_task_graph.py