1.3 KiB
1.3 KiB
TASKS
Canonical tracking for active work. Keep this file current.
Rules
- Update status as work progresses.
- Link every non-trivial task to a provider issue (
#123) or internal ref (TASKS:T1) if no provider is available. - Keep one row per active task.
- Do not set
status=donefor source-code work until PR is merged, CI/pipeline is terminal green, and linked issue/ref is closed. - If merge/CI/issue closure fails, set
status=blockedand record the exact failed wrapper command innotes.
Tasks
| id | status | description | issue | repo | branch | depends_on | blocks | agent | started_at | completed_at | estimate | used | notes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| MACP-PHASE1 | blocked | 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 | 2026-03-27T23:45:00Z | medium | completed | Implementation, verification, review, commit, and push completed. Blocked on PR creation: ~/.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. |