LICENSE
README.md
pyproject.toml
formaltask/__init__.py
formaltask/exceptions.py
formaltask/paths.py
formaltask/tmux.py
formaltask/types.py
formaltask.egg-info/PKG-INFO
formaltask.egg-info/SOURCES.txt
formaltask.egg-info/dependency_links.txt
formaltask.egg-info/entry_points.txt
formaltask.egg-info/requires.txt
formaltask.egg-info/top_level.txt
formaltask/apps/__init__.py
formaltask/apps/dashboard/__init__.py
formaltask/apps/dashboard/app.py
formaltask/apps/dashboard/constants.py
formaltask/apps/dashboard/state.py
formaltask/apps/dashboard/formatters/__init__.py
formaltask/apps/dashboard/formatters/worker_activity.py
formaltask/apps/dashboard/screens/__init__.py
formaltask/apps/dashboard/screens/inbox.py
formaltask/apps/dashboard/widgets/__init__.py
formaltask/apps/dashboard/widgets/status_bar.py
formaltask/apps/dashboard/widgets/task_list.py
formaltask/apps/dashboard/widgets/task_row.py
formaltask/apps/dashboard/widgets/terminal_pane.py
formaltask/cli/__init__.py
formaltask/cli/__main__.py
formaltask/cli/base.py
formaltask/cli/context.py
formaltask/cli/exit_codes.py
formaltask/cli/output.py
formaltask/cli/pm.py
formaltask/cli/commands/__init__.py
formaltask/cli/commands/blocked.py
formaltask/cli/commands/commit_link.py
formaltask/cli/commands/commit_scan.py
formaltask/cli/commands/dashboard.py
formaltask/cli/commands/defer.py
formaltask/cli/commands/disposition.py
formaltask/cli/commands/doctor.py
formaltask/cli/commands/epic.py
formaltask/cli/commands/epic_close.py
formaltask/cli/commands/epic_create.py
formaltask/cli/commands/epic_decompose.py
formaltask/cli/commands/epic_health.py
formaltask/cli/commands/epic_list.py
formaltask/cli/commands/epic_review.py
formaltask/cli/commands/epic_update.py
formaltask/cli/commands/formula.py
formaltask/cli/commands/inbox.py
formaltask/cli/commands/learning.py
formaltask/cli/commands/report.py
formaltask/cli/commands/restart_dead.py
formaltask/cli/commands/resume.py
formaltask/cli/commands/review.py
formaltask/cli/commands/review_store.py
formaltask/cli/commands/setup.py
formaltask/cli/commands/skill_init.py
formaltask/cli/commands/spawn.py
formaltask/cli/commands/spawnable.py
formaltask/cli/commands/task.py
formaltask/cli/commands/task_add.py
formaltask/cli/commands/task_cancel.py
formaltask/cli/commands/task_complete.py
formaltask/cli/commands/task_defer.py
formaltask/cli/commands/task_list.py
formaltask/cli/commands/task_show.py
formaltask/cli/commands/task_update.py
formaltask/cli/commands/watch.py
formaltask/cli/commands/work.py
formaltask/core/__init__.py
formaltask/core/completion_check.py
formaltask/core/completion_config.py
formaltask/core/completion_state.py
formaltask/core/rules.py
formaltask/core/rules_builtin.py
formaltask/core/rules_config.py
formaltask/data/__init__.py
formaltask/data/schema.sql
formaltask/db/__init__.py
formaltask/db/connection.py
formaltask/db/helpers.py
formaltask/db/path.py
formaltask/db/schema.py
formaltask/db/migrations/__init__.py
formaltask/db/migrations/drop_dead_infrastructure.py
formaltask/db/migrations/drop_task_events.py
formaltask/db/migrations/ensure_schema.py
formaltask/db/migrations/helpers.py
formaltask/epics/__init__.py
formaltask/epics/models.py
formaltask/epics/planning.py
formaltask/epics/templates.py
formaltask/epics/validation.py
formaltask/epics/yaml_parser.py
formaltask/git/__init__.py
formaltask/git/github.py
formaltask/git/status.py
formaltask/git/utils.py
formaltask/git/worktree.py
formaltask/hooks/__init__.py
formaltask/hooks/input_schema.py
formaltask/hooks/register.py
formaltask/llm/__init__.py
formaltask/llm/mcp_cleanup.py
formaltask/llm/openrouter.py
formaltask/review/__init__.py
formaltask/review/packet_schema.py
formaltask/skills/__init__.py
formaltask/state/__init__.py
formaltask/state/findings.py
formaltask/state/manager.py
formaltask/state/session.py
formaltask/tasks/__init__.py
formaltask/tasks/context.py
formaltask/tasks/crud.py
formaltask/tasks/dependencies.py
formaltask/tasks/guards.py
formaltask/tasks/lifecycle.py
formaltask/tasks/operations.py
formaltask/tasks/spawnability.py
formaltask/tasks/status.py
formaltask/utils/__init__.py
formaltask/utils/constants.py
formaltask/utils/formatting.py
formaltask/utils/json.py
formaltask/utils/schemas.py
formaltask/utils/skill_output.py
formaltask/utils/subprocess.py
formaltask/utils/template_loader.py
formaltask/utils/validation.py
formaltask/validators/__init__.py
formaltask/validators/bash_file_guard.py
formaltask/validators/db_guard.py
formaltask/validators/doc_guard_config.py
formaltask/validators/feature_branch.py
formaltask/validators/file_conflict.py
formaltask/validators/grep_to_warpgrep.py
formaltask/validators/no_verify.py
formaltask/validators/planning_schema_validator.py
formaltask/validators/pre_tool_use.py
formaltask/validators/review_store_enforcer.py
formaltask/validators/skill_write_guard.py
formaltask/validators/sql_guard.py
formaltask/validators/stub_detector.py
formaltask/validators/subagent_ft_guard.py
formaltask/validators/tool_redirect.py
formaltask/vault/__init__.py
formaltask/vault/concepts.py
formaltask/vault/summarizer.py
formaltask/workers/__init__.py
formaltask/workers/context.py
formaltask/workers/crash_detector.py
formaltask/workers/disposition.py
formaltask/workers/health.py
formaltask/workers/inbox.py
formaltask/workers/instructions.py
formaltask/workers/orchestrator.py
formaltask/workers/resume.py
formaltask/workers/spawner.py
hooks/__init__.py
hooks/generate-skill-rules.py
hooks/post-commit/__init__.py
hooks/post-commit/check_task_completion.py
hooks/post-commit/test_check_task_completion.py
hooks/posttool/__init__.py
hooks/posttool/runner.py
hooks/posttool/phases/__init__.py
hooks/posttool/phases/gmail_capture.py
hooks/posttool/phases/step_logger.py
hooks/pre_compact/__init__.py
hooks/pre_compact/carry_forward.py
hooks/pre_compact/handoff_generator.py
hooks/pre_compact/handoff_transcript.py
hooks/pre_compact/handoff_writer.py
hooks/pre_compact/skill_queue_flush.py
hooks/pre_compact/transcript_snapshot.py
hooks/pre_compact/vault_distill.py
hooks/pretool/__init__.py
hooks/pretool/runner.py
hooks/pretool/phases/__init__.py
hooks/pretool/phases/bash_file_guard.py
hooks/pretool/phases/doc_guard.py
hooks/pretool/phases/epic_decompose_validator.py
hooks/pretool/phases/feature_branch_guard.py
hooks/pretool/phases/formaltask_db_guard.py
hooks/pretool/phases/git_safety.py
hooks/pretool/phases/grep_redirect.py
hooks/pretool/phases/planning_schema_validator.py
hooks/pretool/phases/prompt_injection.py
hooks/pretool/phases/skill_stage_tracker.py
hooks/pretool/phases/skill_todo_validator.py
hooks/pretool/phases/sql_guard.py
hooks/pretool/phases/step_gate.py
hooks/pretool/phases/subagent_step_tracker.py
hooks/pretool/phases/task_context_injector.py
hooks/pretool/phases/task_validator.py
hooks/pretool/phases/tdd_guard.py
hooks/pretool/phases/todowrite_validator.py
hooks/pretool/phases/tool_redirect.py
hooks/pretool/phases/webfetch_redirect.py
hooks/promptsubmit/__init__.py
hooks/promptsubmit/runner.py
hooks/promptsubmit/think_composer.py
hooks/promptsubmit/phases/__init__.py
hooks/promptsubmit/phases/prompt_optimizer.py
hooks/promptsubmit/phases/skill_queue_reminder.py
hooks/promptsubmit/phases/skill_run_initializer.py
hooks/promptsubmit/phases/task_context.py
hooks/promptsubmit/phases/update_session_activity.py
hooks/scripts/__init__.py
hooks/scripts/analyze_hook_input.py
hooks/scripts/path_audit.py
hooks/scripts/test_path_audit.py
hooks/session_end/__init__.py
hooks/session_end/doc_analyzer_worker.py
hooks/session_end/runner.py
hooks/session_end/phases/__init__.py
hooks/session_end/phases/vault_capture.py
hooks/session_start/__init__.py
hooks/session_start/auto_index_codebase.py
hooks/session_start/auto_index_worker.py
hooks/session_start/delta_handoff.py
hooks/session_start/formaltask_db_location_hint.py
hooks/session_start/runner.py
hooks/session_start/task_context_loader.py
hooks/session_start/phases/__init__.py
hooks/stop/__init__.py
hooks/stop/runner.py
hooks/stop/phases/__init__.py
hooks/stop/phases/completion_enforcer.py
hooks/subagent_start/__init__.py
hooks/subagent_start/runner.py
hooks/tui/__init__.py
hooks/tui/widgets/__init__.py
tests/test_claudemd_sync.py
tests/test_database_connection.py
tests/test_output_formatter.py
tests/test_schema_migration.py
tests/test_schemas_review_validation.py
tests/test_tasks_module.py