docs: close out the 2026-08 push — roadmap table, memory, next steps - #21
Merged
Conversation
Fifteen PRs (#6-#20) merged. main is green at server 656 / client 82 / 5 Playwright specs across five CI jobs; the baselines were 377 / 0 / 0, and CI had been red since May. - MASTER_PLAN §1: roadmap statuses updated to the closing state, with each row's audit-time judgement kept in the notes. B3, C1-C5, D2, D5 now complete; D1 and Hunter marked as needing a human decision (advertising accounts, paid API budget) rather than left as "not started". - MASTER_PLAN §2b: the surprise-defects table gains the three found in wave 2 — including that D3 was marked complete but had never actually worked, and that cache hits were being billed. - MASTER_PLAN §4: replaced the "next up" list with what's genuinely ready to pick up, ordered by value, and recorded what each wave-2 card did NOT cover (usage ledger's blind spots, SSE's coarse phases and why). - memory.md §6: rewritten. Half the historical known-bugs list is closed; the rest is restated alongside the new ones, and the footer now says plainly that none of this is deployed yet. memory.md also gains three failure modes this push taught, because they generalize: silent misconfiguration (a nonexistent CSS token, a nonexistent class, a wrong function contract — none of which throw, all of which just render or return the wrong thing), testing only against fresh databases (the session index would have stopped the server booting in production while 563 tests stayed green), and nullable columns as invisible data loss. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 9, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Docs-only close-out. Fifteen PRs (#6–#20) merged;
mainis green at server 656 / client 82 / 5 Playwright across five CI jobs — baselines were 377 / 0 / 0, and CI had been red since May.Three failure modes recorded in memory.md, because they generalize
className="input"→ unstyled native controls), a wrong function contract (llm.embedalways returning null). None throw; all just quietly render or return the wrong thing. "Looks like an empty state" should be treated as a bug lead.workspace_idstayed nullable, so any INSERT that forgot it succeeded and then vanished from every scoped read.Test plan
🤖 Generated with Claude Code