From f8d7ed1d80a7250f6debd2d6ebc35e143f70bbfe Mon Sep 17 00:00:00 2001 From: Jarvis Date: Fri, 27 Mar 2026 18:40:57 -0500 Subject: [PATCH] feat: record MACP delivery blocker state --- docs/TASKS.md | 2 +- docs/scratchpads/macp-phase1.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/TASKS.md b/docs/TASKS.md index 36a68b9..c3bdfc6 100644 --- a/docs/TASKS.md +++ b/docs/TASKS.md @@ -14,4 +14,4 @@ Canonical tracking for active work. Keep this file current. | id | status | description | issue | repo | branch | depends_on | blocks | agent | started_at | completed_at | estimate | used | notes | |---|---|---|---|---|---|---|---|---|---|---|---|---|---| -| MACP-PHASE1 | done | 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, and review completed; awaiting PR merge, green CI, and issue closure in delivery flow. | +| 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.` | diff --git a/docs/scratchpads/macp-phase1.md b/docs/scratchpads/macp-phase1.md index 383b458..cab3f16 100644 --- a/docs/scratchpads/macp-phase1.md +++ b/docs/scratchpads/macp-phase1.md @@ -54,6 +54,8 @@ Implement MACP Phase 1 in `mosaic-bootstrap` by extending the orchestrator-matri - 2026-03-27: Drafted PRD, task tracking, and this scratchpad before implementation. - 2026-03-27: Implemented MACP schemas, dispatcher lifecycle, controller integration, CLI support, sync updates, and developer docs. - 2026-03-27: Added explicit worker escalation handling via the `MACP_ESCALATE:` stdout marker. +- 2026-03-27: Committed and pushed branch `feat/macp-phase1` (`7ef49a3`, `fd6274f`). +- 2026-03-27: Blocked in PR workflow when `~/.config/mosaic/tools/git/pr-create.sh` failed to resolve the remote repository from this worktree. ## Tests Run @@ -78,3 +80,4 @@ Implement MACP Phase 1 in `mosaic-bootstrap` by extending the orchestrator-matri - The repo-local `bin/mosaic` route was verified through help output; full runtime routing depends on installation into `$MOSAIC_HOME/bin`. - Explicit worker escalation currently uses a stdout marker convention rather than a richer structured worker-to-controller handoff. +- Delivery is blocked on repository automation because PR creation failed before merge/CI/issue-closure stages could run.