fix: harden dashboard refresh flow and complete cleanup pass#54
Merged
janekbaraniewski merged 32 commits intomainfrom Mar 10, 2026
Merged
fix: harden dashboard refresh flow and complete cleanup pass#54janekbaraniewski merged 32 commits intomainfrom
janekbaraniewski merged 32 commits intomainfrom
Conversation
- reject stale dashboard snapshots by time window and request id - normalize runtime provider paths and route dashboard side effects through services - share codex and claude code local-source parsing across dashboard and telemetry paths - update audit notes and regression coverage for the cleanup pass Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- parse composerData and bubbleId rows once into shared cursor state records - reuse shared state records in both the dashboard provider and telemetry collector - remove the extra telemetry bubble pass and add direct shared-reader tests - update the audit table to narrow the remaining cursor duplication scope Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- store the daemon service root context on the service instance - use the service-owned context for async read-model cache refreshes from HTTP handlers - keep timeout bounds while removing detached context.Background ownership - update the audit table to mark the ownership cleanup as fixed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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
This PR started as a dashboard timeframe race fix and expanded into a full correctness, concurrency, and code-structure cleanup across the dashboard, daemon, telemetry, provider, detection, and TUI layers.
The work in this branch is now complete for the review scope it set out to address:
RuntimeHints/Hint/SetHinthelpersWhat Changed
core.TimeWindowRuntimeHintsonAccountConfigwithHint/SetHinthelpers and moved active detect/provider runtime-only reads toward that boundaryReview State
There are no remaining active
P1,P2, orP3audit items from this review.The remaining work in the repo is ordinary future maintenance or product evolution, not an unresolved bug or open cleanup obligation from this branch.
Validation
go test ./...go vet ./...