docs: Update all documentation for Next.js/SSE migration#460
Merged
Conversation
All .lore/ reference docs, README, and copilot-instructions still referenced the pre-migration Hono/WebSocket architecture. This updates every stale reference to reflect the current Next.js App Router + SSE stack (PR #458). Changes across 55 files: - Rewrite all frontend/src/ paths to nextjs/ - Replace WebSocket protocol sections with REST/SSE endpoints - Remove references to deleted files (websocket-handler.ts, Hono handlers, server.ts) - Archive 12 outdated .lore/ documents (WebSocket-era designs, diagrams, specs, research) - Rename 3 auto-generated plan files to descriptive names - Delete unused test-vault-widgets fixture (15 files) - Update lore-agents registry with 4 new agents - Fix frontmatter statuses and tags across 10 documents Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
.lore/reference/docs from Hono/WebSocket to Next.js/SSE (paths, protocol sections, file tables).lore/documents (WebSocket-era designs, diagrams, specs, research)README.mdand.github/copilot-instructions.mdfor current architecturetest-vault-widgetsfixture (15 files, zero code references)Test plan
🤖 Generated with Claude Code