From 7b8d065cf5aabeae958b55dc91d6f798df5e6206 Mon Sep 17 00:00:00 2001 From: Ashmit Biswas Date: Sat, 2 May 2026 18:04:23 +0530 Subject: [PATCH] chore(plans): flip M4 to shipped + archive historian.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Carries the post-merge tracker admin for PR #14. Frontmatter status moves to shipped, the plan file relocates to docs/plans/archive/, and INDEX.md moves M4 from queued to shipped. The entire core P1 chain (M0 → M5) is now shipped. INDEX bumped: - "Last updated" reflects the milestone - Effort summary: Core bucket cleared (no queued P1s); only quality-of-life P2/P3 work remains (M6–M12, ~13–18 days). --- docs/plans/INDEX.md | 11 ++++++----- docs/plans/{ => archive}/historian.md | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) rename docs/plans/{ => archive}/historian.md (99%) diff --git a/docs/plans/INDEX.md b/docs/plans/INDEX.md index 1625c6b..efb50d2 100644 --- a/docs/plans/INDEX.md +++ b/docs/plans/INDEX.md @@ -2,7 +2,7 @@ Live status of canopy's planned work. Update this file as milestones progress; each plan's frontmatter is the per-plan source of truth, this doc is the rolled-up dashboard. -**Last updated:** 2026-05-02 (M0, M1, M2, M3, M5 shipped; M4 in-progress) +**Last updated:** 2026-05-02 (M0, M1, M2, M3, M4, M5 shipped — entire core chain done) **Roadmap:** [roadmap.md](roadmap.md) — full architecture context, cross-cutting decisions, sequencing rationale ## Status legend @@ -28,8 +28,8 @@ Live status of canopy's planned work. Update this file as milestones progress; e Per-workspace `[augments]` block in canopy.toml + opt-in `augment-canopy` skill. Wires `preflight_cmd`; reserves `review_bots` (M3) and `test_cmd` (future). - [x] ✅ **M3 — Bot-comment tracking** — [archive/bot-tracking.md](archive/bot-tracking.md) · shipped 2026-05-02 Bot vs human comment classification, `commit --address `, `awaiting_bot_resolution` state, `bot-status` rollup. -- [ ] 🟨 **M4 — Historian** — [historian.md](historian.md) · P1 · ~5-6d · depends on M3 - Cross-session feature memory at `.canopy/memory/.md`. Auto-read on `canopy switch`. +- [x] ✅ **M4 — Historian** — [archive/historian.md](archive/historian.md) · shipped 2026-05-02 + `.canopy/memory/.md` per-feature memory; auto-read on `canopy switch`; in-canopy auto-capture from `commit --address` + `github_get_pr_comments`. Autopilot Stop/PostToolUse hooks (categories 2/7/8) deferred. - [x] ✅ **M5 — Issue-provider scaffold** — [archive/issue-providers.md](archive/issue-providers.md) · shipped 2026-04-27 Linear refactored into the contract; GitHub Issues backend. New `issue_get` / `issue_list_my_issues` MCP tools; old `linear_*` retained as deprecated aliases. Closes [#5](https://github.com/ashmitb95/canopy/issues/5). @@ -45,6 +45,7 @@ Live status of canopy's planned work. Update this file as milestones progress; e ### Shipped +- [x] ✅ **M4 — Historian** — [archive/historian.md](archive/historian.md) · shipped 2026-05-02 (PR #14) - [x] ✅ **M3 — Bot-comment tracking** — [archive/bot-tracking.md](archive/bot-tracking.md) · shipped 2026-05-02 (PR #12) - [x] ✅ **M2 — Augment skill** — [archive/augments.md](archive/augments.md) · shipped 2026-05-02 (PR #10) - [x] ✅ **M5 — Issue-provider scaffold** — [archive/issue-providers.md](archive/issue-providers.md) · shipped 2026-04-27 @@ -58,9 +59,9 @@ Live status of canopy's planned work. Update this file as milestones progress; e | Bucket | Milestones | Estimate | |---|---|---| -| Core (M4) | 1 | ~5–6 days | +| Core | 0 | shipped (M0/M1/M2/M3/M4/M5) | | Quality-of-life (M6–M12) | 7 | ~13–18 days | -| **Total queued** | **8** | **~18–24 days** | +| **Total queued** | **7** | **~13–18 days** | --- diff --git a/docs/plans/historian.md b/docs/plans/archive/historian.md similarity index 99% rename from docs/plans/historian.md rename to docs/plans/archive/historian.md index 16086c0..1fcacb0 100644 --- a/docs/plans/historian.md +++ b/docs/plans/archive/historian.md @@ -1,8 +1,9 @@ --- -status: in-progress +status: shipped priority: P1 effort: ~5-6d depends_on: ["bot-tracking.md"] +shipped: 2026-05-02 --- # Historian — cross-session feature memory