1.6 KiB
1.6 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-PHASE2A | in-progress | Build the MACP event bridge with event watcher, webhook adapter, Discord formatter, CLI watch wiring, docs updates, and verification evidence. | #10 | bootstrap | feat/macp-phase2a | Jarvis | 2026-03-28T02:02:38Z | medium | in-progress | Issue created via ~/.config/mosaic/tools/git/issue-create.sh fallback after tea reported Remote repository required: Specify ID via --repo or execute from a local git repo. |
|||
| MACP-PHASE2A-TESTS | in-progress | Add comprehensive stdlib unittest coverage for the Phase 2A event bridge modules and runner scaffolding. | #10 | bootstrap | feat/macp-phase2a | MACP-PHASE2A | Jarvis | 2026-03-28T02:17:40Z | small | in-progress | User-requested follow-on task from docs/tasks/MACP-PHASE2A-tests.md; verification target is python3 -m unittest discover -s tests -p 'test_*.py' -v. |