Skip to content

docs(README): mark 13 implemented plans as landed#651

Merged
intendednull merged 1 commit into
mainfrom
docs/active-plans-bookkeeping
May 22, 2026
Merged

docs(README): mark 13 implemented plans as landed#651
intendednull merged 1 commit into
mainfrom
docs/active-plans-bookkeeping

Conversation

@intendednull

Copy link
Copy Markdown
Owner

Summary

Audit-and-align pass found 13 plans where the README badge says `[active]` but the implementation is on main, often for weeks-to-months. Same drift pattern as the recent phase-3c (#649) and issue-354 (#650) status fixes.

Each badge flip was verified by a survey agent that opened the plan's "Files touched" / "Approach" section, grep'd for the key artifact (struct, function, file), confirmed presence on main, and found the landing commit via `git log --oneline -- `.

Plans flipped:

  • `2026-03-24-multi-peer-e2e-tests.md` — Playwright multi-peer/mobile specs (`eeb8329`)
  • `2026-03-25-ux-navigation-improvements.md` — confirm dialogs / context menu / command palette (`0ffb33a`)
  • `2026-03-26-video-screen-sharing-call-page.md` — call page, participant tiles, screen share (`545cd97`)
  • `2026-03-27-shareable-join-links.md` — JoinPage, JoinToken/JoinLink (`eb950ee`)
  • `2026-03-31-actor-library-migration.md` — `state_actors.rs`, `views.rs`, etc. (`c862ff4`)
  • `2026-04-01-agentic-peer-api.md` — `willow-agent` MCP binary, all 4 phases (`faeb988` + `fee84c3`)
  • `2026-04-12-willow-channel-removal.md` — `crates/channel/` deleted (`ddb2cdc`)
  • `2026-04-20-ui-phase-2a-message-row.md` — `message_row/{mention,code,day_separator,jump_latest}.rs` (`74c08c5`)
  • `2026-04-21-e2e-test-architecture.md` — trust/sync tests migrated to client/wasm-pack tier (`8d58232`)
  • `2026-04-21-ui-phase-2b-sync-queue.md` — `queue.rs`, offline strip, sync-queue view (`99f8283`)
  • `2026-04-21-ui-phase-2e-local-search.md` — `search/` module (11 files), search UI (`7edaa96`)
  • `2026-04-30-event-based-waits-pr4-ratchet-flake-harness.md` — `scripts/check-wait-timeout-count.sh`, flake harness recipe (`5b84ef5`)
  • `2026-05-07-docs-organization.md` — master index populated, `organizing-willow-docs` skill (`c9ab61c`). Plan's own `Status:` also flipped `draft` → `landed`.

Scope note

This PR flips the master-index badges only. Adding a `Status:` frontmatter line to the remaining 12 plan files (one still has `draft` — fixed here) is left to a follow-up to keep the diff small and focused.

Test plan

  • CI green (docs-only).

🤖 Generated with Claude Code

Audit-and-align pass found 13 plans in the master index where the
implementation has been on main for weeks-to-months but the README
badge still said \`[active]\`. Same drift pattern as the recent
phase-3c (#649) and issue-354 (#650) status fixes — flips happen at
merge time when nobody updates docs/README.md.

Plans flipped (all artifacts verified present in code):

- 2026-03-24-multi-peer-e2e-tests.md (eeb8329 + f715387)
- 2026-03-25-ux-navigation-improvements.md (0ffb33a)
- 2026-03-26-video-screen-sharing-call-page.md (545cd97 + e4e1e1f)
- 2026-03-27-shareable-join-links.md (eb950ee)
- 2026-03-31-actor-library-migration.md (c862ff4)
- 2026-04-01-agentic-peer-api.md (faeb988 + fee84c3)
- 2026-04-12-willow-channel-removal.md (ddb2cdc)
- 2026-04-20-ui-phase-2a-message-row.md (74c08c5/2c07f64/0be5b23/abf83b0)
- 2026-04-21-e2e-test-architecture.md (8d58232)
- 2026-04-21-ui-phase-2b-sync-queue.md (99f8283 + 70db3c7)
- 2026-04-21-ui-phase-2e-local-search.md (7edaa96)
- 2026-04-30-event-based-waits-pr4-ratchet-flake-harness.md (5b84ef5/1283430/eeed70f)
- 2026-05-07-docs-organization.md (c9ab61c + 037dbbd; plan's Status also flipped from draft → landed)

The remaining 12 plans need a Status frontmatter line citing landing
commit + date — left to a follow-up PR to keep this one focused on
the master-index drift only.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@intendednull
intendednull merged commit 59901ac into main May 22, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant