Auto-discover local repos; declutter Connected Accounts and check-in start - #95
Merged
Conversation
…eck-in start indicator Reduces setup friction: repos are now discovered by scanning user-chosen code root folders instead of manual path entry (authoring stays opt-in per repo), Connected Accounts no longer lists unenabled identity surfaces as "not connected", and starting a check-in shows the thinking indicator immediately instead of an empty card while the opening briefing spins up. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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
Reviewed by three parallel review passes (correctness, security, conventions) before push; fixes applied from that review:
RepoLinkwhen a scanned path already has a manual link.rescanRepos()now queues a follow-up scan when called mid-scan, soaddCodeRoots/removeCodeRootalways return results reflecting their own just-written config, not a stale in-flight scan.addCodeRootsrejects filesystem/drive roots and the home directory outright, and the scanner yields to the event loop periodically, so a bad root can't hang or repeatedly re-scan the whole disk.addRepoLink/removeRepoLinkfunctions rather than keeping them as unused back-compat code.docs-dev/renderer.md, which the first pass had missed.Test plan
npm run typecheckpassesnpm run buildpasses🤖 Generated with Claude Code