v0.15.3: ARCH-1 step 3 — extract DependencyProbe#44
Closed
NathanNeurotic wants to merge 2 commits into
Closed
Conversation
Second collaborator extracted from TrayContext partial. No user- visible changes. - New src/SettingsStore.cs owns settings.json read/write/cache/ atomic-write/backup/prune mechanics. Constructor takes the settings file path + log callbacks. - TrayContext.Settings.cs delegates ReadSettingsRoot, WriteSettingsRoot, BackupSettingsFile, BackupsDir to a lazy SettingsStore field. PERF-3 cache behavior preserved. - Profile-specific shape logic (LoadProfiles/SaveProfiles) stays in TrayContext as before. 53/53 tests green, FileVersion 0.15.2.0. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Third collaborator extracted from TrayContext. No user-visible changes. - New src/DependencyProbe.cs owns cached RcloneAvailable / WinFspInstalled state, TTL stamp, and the slow synchronous probes (File.Exists, spawn rclone version, registry lookups). Constructor takes Func<string> rclone path provider + log callback. - TrayContext.Setup.cs delegates RcloneAvailable, WinFspInstalled, ProbeRcloneAvailableSync, ProbeWinFspInstalledSync. The async refresh worker stays in TrayContext (composes results into the setup-status line) and calls Deps.PublishProbeResults at the end. 53/53 tests green, FileVersion 0.15.3.0. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
3 tasks
2 tasks
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
Third collaborator extracted from `TrayContext`. No user-visible changes. Depends on PR #43 (v0.15.2 SettingsStore) — merge that first.
Changed
Test plan
🤖 Generated with Claude Code