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
2026-03-27 18:40:57 -05:00

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