-
Notifications
You must be signed in to change notification settings - Fork 0
Improvement wave 3: 27 verified fixes across sessions, presence, AI, a11y, settings, and the updater #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Improvement wave 3: 27 verified fixes across sessions, presence, AI, a11y, settings, and the updater #80
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
230d748
fix(home): key the tail fragment so the inbox stops remounting on vie…
scotej 5198645
fix(friends): reseed the pending-invite clock when the list becomes n…
scotej d082eba
fix(session): stop counting OS-sleep as study minutes
scotej 606f583
fix(session): end at once when every peer left deliberately
scotej df030f2
fix(friends): notify on a friend's first genuine arrival after launch
scotej c3d8b1d
fix(session): cap and sanitize the peer name from the session hello
scotej cdca1f0
fix(ai): stop a dead webcam from toast-storming the sample loop
scotej cee78ce
fix(design): make the focus ring clear WCAG 1.4.11 and measure it for…
scotej 4ba24ee
fix(a11y): give dropdown-menu rows a highlight that paints pixels
scotej 4b8f683
fix(a11y): wake up the dead secondary hover on Button and Badge
scotej 381166f
fix(a11y): make the session-rail scrollers keyboard-reachable
scotej 6500967
fix(settings): route the nav-search keywords to the panes that own th…
scotej 7268f92
fix(settings): make "Reset shortcuts to defaults" survive a combo col…
scotej f262858
fix(updater): guard in-session Restart now / Check now like the updat…
scotej 046e9e9
fix(updater): stop About claiming "you're on the latest" before any c…
scotej 2a755af
feat(identity): name the non-wordlist words when a 24-word restore fails
scotej 21724bc
fix(stats): anchor the Focus-over-time tooltip to its session's day
scotej 550c1c0
feat(stats): lead the stats CSV with the headline summary tiles
scotej db17628
fix(sidecar): open the log file before spawning llama-server
scotej 9f30b15
fix(sidecar): base the respawn budget on child uptime, not crash spacing
scotej e466f76
fix(db): point the corrupt-DB recovery dialog at the friends backup i…
scotej 6c06950
perf(db): narrow the cross-session audit read to AI distraction rows
scotej 8ef06b9
ci(release): stamp an incomplete draft's title before a human can pub…
scotej e1479f4
test(crypto): pin regression vectors for the six rendezvous derivations
scotej 4fc732e
test(session): pin every branch of the signed-hello peerId<->pubkey gate
scotej d1eb474
test(friends): pin the PR-18 inbox replay guard against dual-transpor…
scotej bb6ec12
docs(design-system): reconcile §4 inventory with the tree and fix the…
scotej d75301f
docs(architecture): reconcile §11 update-check bullet and §12 capabil…
scotej d7f3630
docs(readme): stop the Versioning para from making a currency claim
scotej e55d664
fix: apply the adversarial-review findings on this branch
scotej 0737077
docs: stage the wave-3 CHANGELOG notes and ledger rows I51–I70
scotej ad4599b
Merge main (PRs #81–#85) into improvement wave 3
scotej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Fail when
latest.jsonis absent.An absent manifest follows the same success path as a transient
ghfailure, so an incomplete draft remains publishable and unstamped—the exact release state this job is meant to prevent. List assets first; fail/stamp iflatest.jsonis missing, and keep only genuine API/download failures non-blocking.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents