feat(swift-customization-reader): swift: customizationjsonreader + pool mode routing [P13.05]#135
Closed
cesarnml wants to merge 7 commits into
Conversation
… routing [P13.05] - Add CustomizationJsonReader.swift: PlatformMode enum (own/combined/off), CustomizationSnapshot struct with safeDefault, enum reader that decodes platform_modes as [String:PlatformMode] with unknown-string→.own fallback - Add CodogotchiFolders.customizationPath() pointing to ~/.codogotchi/customization.json - Refactor FloatingPetWindowPool: replace fixed ttlSeconds/platformModes init params with customizationReader closure; reads CustomizationSnapshot fresh on each tick; ttl=0 maps to TimeInterval.infinity (never dismiss) - Update FloatingPetWindowPoolTests, MenuItemsTests to use customizationReader API
…egative TTL guard [subagent-review] - Force-dismiss own-keyed windows for off-mode origins bypassing last-active immunity (Step 5a) so switching to off removes the window this tick - Collapse own-keyed windows for origins switching to combined mode before spawning the shared window (Step 6a) so only one window exists per combined group - Reject negative idle_dismiss_ttl_seconds in CustomizationJsonReader by clamping to 300s default - Add tests: negative TTL clamp, own→combined collapse, own→off last-active bypass
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
P13.05 Swift: CustomizationJsonReader + pool mode routingagents/p13-04-swift-floatingpetwindowpool-updated-livepollingdrivercleancompleted at 2026-06-28 16:51 UTCcleancompleted at 2026-06-28 16:57 UTC