feat: record MACP delivery blocker state

This commit is contained in:
Jarvis
2026-03-27 18:40:57 -05:00
parent fd6274fb74
commit f8d7ed1d80
2 changed files with 4 additions and 1 deletions

View File

@@ -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.