This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bootstrap/docs/TASKS.md
Jarvis e5eac889ec fix: address review findings — backward compat, ACP safety, result timing, security
- Fix 1: tasks_md_sync only sets MACP fields when columns exist in table headers
- Fix 2: ACP dispatch now escalates instead of falsely completing
- Fix 3: Removed premature collect_result() from dispatch_task()
- Fix 4: Yolo brief staged via temp file (0600) instead of process args
- Fix 5: cleanup_worktree validates path against configured worktree base
2026-03-27 19:48:52 -05:00

1.4 KiB

TASKS

Canonical tracking for active work. Keep this file current.

Rules

  1. Update status as work progresses.
  2. Link every non-trivial task to a provider issue (#123) or internal ref (TASKS:T1) if no provider is available.
  3. Keep one row per active task.
  4. Do not set status=done for source-code work until PR is merged, CI/pipeline is terminal green, and linked issue/ref is closed.
  5. If merge/CI/issue closure fails, set status=blocked and record the exact failed wrapper command in notes.

Tasks

id status description issue repo branch depends_on blocks agent started_at completed_at estimate used notes
MACP-PHASE1 in-progress Implement MACP Phase 1 across orchestrator schemas, dispatcher, controller, CLI, config, and task sync while preserving legacy queue behavior. #8 bootstrap feat/macp-phase1 Jarvis 2026-03-27T23:00:00Z medium in-progress Review-fix pass started 2026-03-28T00:38:01Z to address backward-compatibility, ACP safety, result timing, and worktree/brief security findings on top of the blocked PR-create state. Prior blocker remains: ~/.config/mosaic/tools/git/pr-create.sh -t 'feat: implement MACP phase 1 core protocol' -b ... -B main -H feat/macp-phase1 failed with Remote repository required: Specify ID via --repo or execute from a local git repo.