perf(sync): coordinate startup across processes - #50
Merged
Conversation
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
0600advisory lockWhy
Concurrent Backscroll invocations independently repeated expensive startup work and could contend on SQLite. Large sessions also triggered O(n²) string concatenation during tagging, causing commands to exceed 120 seconds and consume excessive transient memory.
Closes #46.
How
tagging.Accumulatorto classify each message without constructing a session-sized stringinternal/startuplockusinggithub.com/gofrs/flock v0.13.0, keyed by the canonical database pathrecoverpost-install syncOpenReadOnlyWAL inspection and emitted freshness warnings only on stderrDesign:
docs/superpowers/specs/2026-08-21-startup-sync-coordination-design.mdADR:
docs/adr/0003-coordinar-sync-entre-procesos.mdVerification
rootline validate docs/adr/0003-coordinar-sync-entre-procesos.md --strictjust checkgo test -race ./...just testjust ci— aggregate coverage 86.5%-count=5)GOOS=windows GOARCH=amd64 go test -c ./internal/startuplockChecklist
just test)just check)