{{ message }}
DictionaryCoding v1.0.0-alpha.1#1
Open
leogdion wants to merge 2 commits into
Open
Conversation
Give two self-contained, dependency-light units cleaner homes. DictionaryCoding (Foundation-only, zero deps) moves out of AtLeastKit into its own package at Packages/DictionaryCoding; AtLeastKit now depends on it via ../DictionaryCoding. This keeps it independently reusable/testable rather than entangling it with SundialKit. ContextEngine and its revisioned-message protocols (RevisionedMessage, ExpiringMessage, StaleWindow) move into a new SundialKitStreamSync target + product inside the SundialKitStream package, separating the snapshot-sync reliability layer from the core observers. Consumers (ConnectivityService, SessionIntent+Sync, TimerStateUpdate+Sync) import the new module; the sync tests stay in SundialKitStreamTests (they share MockConnectivitySession) with the new module added as a dependency. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bring Packages/DictionaryCoding up to BrightDigit's standard package scaffolding (modeled on SundialKit) ahead of extracting it into its own repo: README, MIT LICENSE, .gitignore, swiftlint/swift-format, .spi.yml, .mise.toml (no ruby), .periphery.yml, codecov.yml, Makefile, project.yml, Scripts/, .devcontainer/, a DocC catalog, a package-scoped CLAUDE.md, and GitHub workflows (CI, CodeQL, Claude) pinned to the Swift 6.3 toolchain the manifest requires. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.

Initial extraction of DictionaryCoding — a
Codable-basedDictionaryEncoder/DictionaryDecoderthat convertsCodablevalues to and from[String: Any]/NSDictionary(the dictionary analogue ofJSONEncoder/JSONDecoder).This branch brings the package up to BrightDigit's standard package scaffolding and serves as the
v1.0.0-alpha.1line. It is also consumed in the AtLeast monorepo as a git-subrepo on this branch.Contents
Sources/DictionaryCoding— encoder/decoder, container/storage plumbing, and strategy enums (date, data, non-conforming float, key, missing-value)Tests/DictionaryCodingTests— 71 tests across 14 suites (all passing).gitignore, SwiftLint + swift-format,.spi.yml,.mise.toml,.periphery.yml,codecov.yml,Makefile,project.yml,Scripts/,.devcontainer/, a DocC catalog, and a package-scopedCLAUDE.mdDictionaryCoding.yml), CodeQL, and Claude — pinned to the Swift 6.3 / Xcode 26.4 toolchain the manifest (swift-tools-version: 6.3) requiresNotes
CODECOV_TOKENandCLAUDE_CODE_OAUTH_TOKENrepo secrets.swift:6.3-<os>image; the Apple-platform legs (macOS 26 / Xcode 26.4) are the primary coverage.🤖 Generated with Claude Code