Finish what indexing starts: live project switching, scoped embeddings, persistent selection - #33
Merged
Merged
Conversation
…s, persistent selection Four findings from real use of the dashboard. Indexing a new project now refreshes the project list, selects the new project, and reloads its graph without a page reload. The embedding badge scopes to the selected project (global coverage is labeled as such), polls while a pass is running, and keeps moving after indexing because the server now runs a continuation pass over the nodes the index-time pass deliberately skips (Files, Variables, trivial functions), which is why coverage used to freeze at a partial percentage until Generate was clicked; manual Generate remains idempotent against the background pass. The selected project persists in the URL with a storage fallback and restores on reload, with a visible notice when a remembered project no longer exists. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Same polynomial-regex shape CodeQL flagged before, reintroduced by the project-scoped embedding continuation. Linear loop, identical result. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This branch was previously deployed
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.
What this fixes
Four findings from the first real use of the dashboard after the campaign, all stateful flows that fresh-fixture reviews never chained.
Verification
pnpm turbo build 21/21, test 36/36, typecheck 20/20. Core 275 tests, api 244, dashboard 56. Live probe against a running instance: project-scoped status reports 100 percent for the project's Variables while global reports 71 percent across all nodes, with the running flag present.
🤖 Generated with Claude Code