|
| 1 | +# Remaining work from markdowns (added, full) |
| 2 | + |
| 3 | +Generated (UTC): 2026-01-30 |
| 4 | + |
| 5 | +Goal: for markdown files **added to git in the last 7 days**, list anything that is **not explicitly marked done**. |
| 6 | + |
| 7 | +This complements (does not replace) the checkbox/TODO scans: |
| 8 | +- `PLANS/2026-01-30/REMAINING_WORK_FROM_NEW_MARKDOWNS_LAST_7_DAYS.md` (checkbox/TODO scan) |
| 9 | +- `PLANS/2026-01-29/REMAINING_WORK_FROM_RECENT_MARKDOWNS.md` (human-curated “what’s left?” scan) |
| 10 | + |
| 11 | +## Scope |
| 12 | + |
| 13 | +“Added in the last 7 days” = files added to git since 2026-01-23 (inclusive): |
| 14 | + |
| 15 | +```bash |
| 16 | +git log --since="2026-01-23" --diff-filter=A --name-only -- ":(glob)**/*.md" |
| 17 | +``` |
| 18 | + |
| 19 | +## Detection rules |
| 20 | + |
| 21 | +1) Standard “remaining markers” (same as `scripts/scan-markdown-remaining.js`) |
| 22 | + - Unchecked task list items: `- [ ] ...` (and `* [ ] ...`) |
| 23 | + - `TODO` / `FIXME` tokens (case-insensitive) |
| 24 | +2) “Future/backlog docs” that intentionally avoid checkboxes |
| 25 | + - If a file self-identifies as “future work/backlog” and says it intentionally has **no checkboxes**, we treat top-level bullet items as **unshipped work**, and list them here. |
| 26 | + |
| 27 | +## Summary |
| 28 | + |
| 29 | +- Scanned (added .md files): 32 |
| 30 | +- Files with actionable remaining work: 1 |
| 31 | +- Files with “unchecked” items that are templates (not backlog): 2 |
| 32 | +- Files with no remaining work: 29 |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +## Files with actionable remaining work |
| 37 | + |
| 38 | +### `PLANS/2026-01-30/GASTOWN_PARITY_BACKLOG.md` |
| 39 | + |
| 40 | +Classification: **future backlog (no checkboxes by design)**. |
| 41 | + |
| 42 | +Status note: |
| 43 | +- “Activity feed: real-time event stream” is now shipped as **Activity Feed v1** (merged PRs #469–#476 on 2026-01-30). |
| 44 | + |
| 45 | +Remaining work (unshipped): |
| 46 | + |
| 47 | +**Phase 3A: Work distribution** |
| 48 | +- Convoy dashboard: create/view/track convoys |
| 49 | +- Sling interface: assign issues to agents |
| 50 | +- Work queue visualization |
| 51 | + |
| 52 | +**Phase 3B: Agent management** |
| 53 | +- Polecat management panel: spawn/kill/view logs |
| 54 | +- Polecat status dashboard |
| 55 | +- Agent identity management |
| 56 | + |
| 57 | +**Phase 3C: Monitoring** |
| 58 | +- Hook browser: view/edit/repair hooks |
| 59 | +- Deacon monitor: health dashboard |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +## Files with unchecked items (templates / guides — not backlog) |
| 64 | + |
| 65 | +These files intentionally contain unchecked lists as *process checklists*. |
| 66 | + |
| 67 | +### `PLANS/2026-01-24/CHECKLIST.md` |
| 68 | + |
| 69 | +### `PLANS/2026-01-24/OPTIMAL_ORCHESTRATOR_PROCESS.md` |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +## Files with no remaining work |
| 74 | + |
| 75 | +- `PLANS/2026-01-24/FIZZY_UI_NOTES.md` |
| 76 | +- `PLANS/2026-01-24/IMPLEMENTATION_ROADMAP.md` |
| 77 | +- `PLANS/2026-01-24/TASKS_TICKETING.md` |
| 78 | +- `PLANS/2026-01-24/TRELLO_KANBAN_NEXT_PR.md` |
| 79 | +- `PLANS/2026-01-25/BRAIN_DUMP_2026-01-25.md` |
| 80 | +- `PLANS/2026-01-25/BRAIN_DUMP_IMPLEMENTATION_PLAN.md` |
| 81 | +- `PLANS/2026-01-25/DATA_MODEL.md` |
| 82 | +- `PLANS/2026-01-25/ORCHESTRATOR_NATIVE_DEPENDENCIES_PR.md` |
| 83 | +- `PLANS/2026-01-25/POST_SHIP_ISSUES.md` |
| 84 | +- `PLANS/2026-01-25/PROJECT_RISK_AND_CONFLICTS.md` |
| 85 | +- `PLANS/2026-01-25/PROMPT_ARTIFACTS_PR.md` |
| 86 | +- `PLANS/2026-01-25/QUEUE_REVIEW_INBOX_PR.md` |
| 87 | +- `PLANS/2026-01-25/REMAINING_NEXT_PHASE.md` |
| 88 | +- `PLANS/2026-01-25/REVIEW_CONSOLE_V1.md` |
| 89 | +- `PLANS/2026-01-25/TASK_RECORDS_PR.md` |
| 90 | +- `PLANS/2026-01-25/TIER_FILTERS_PR.md` |
| 91 | +- `PLANS/2026-01-25/TRELLO_PARITY_PR.md` |
| 92 | +- `PLANS/2026-01-25/TRELLO_TASKS_NEXT_PR.md` |
| 93 | +- `PLANS/2026-01-25/WISHLIST_PHASE2.md` |
| 94 | +- `PLANS/2026-01-25/WORKFLOW_MODES_PR.md` |
| 95 | +- `PLANS/2026-01-25/WORKFLOW_TIER_RISK_PROMPTS.md` |
| 96 | +- `PLANS/2026-01-29/REMAINING_WORK_FROM_RECENT_MARKDOWNS.md` |
| 97 | +- `PLANS/2026-01-30/PHASE3_TASKS.md` |
| 98 | +- `PLANS/2026-01-30/REMAINING_WORK_FROM_ALL_MARKDOWNS.md` |
| 99 | +- `PLANS/2026-01-30/REMAINING_WORK_FROM_LAST_7_DAYS_MARKDOWNS.md` |
| 100 | +- `PLANS/2026-01-30/REMAINING_WORK_FROM_NEW_MARKDOWNS_LAST_7_DAYS.md` |
| 101 | +- `PLANS/2026-01-30/REMAINING_WORK_SCAN_LAST_7_DAYS.md` |
| 102 | + |
0 commit comments