Fix LedgerCore docs left behind by LogKit → Periscope migration - #186
Merged
Conversation
The Ledger PR (#103) landed LedgerLog on PeriscopeCore, but AGENTS.md and README.md still described LogKit and an OSLog subsystem. Align the module docs with WhereCore's Periscope wording. Validation: documentation-only; no tests run. Co-authored-by: Kyle Van Essen <k@kve.me>
kyleve
enabled auto-merge (squash)
August 4, 2026 21:55
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
PR #103 landed
LedgerLogonPeriscopeCore, butLedger/LedgerCore/AGENTS.mdandREADME.mdstill described LogKit and an OSLog subsystem. The final merge commit on the Ledger branch even claimed these docs were updated, but the LedgerCore files weren't touched in that merge.This brings the module docs in line with the code and with WhereCore's Periscope wording.
Changes
Ledger/LedgerCore/AGENTS.md— dependency list:LogKit→PeriscopeCoreLedger/LedgerCore/README.md— intro mentions logging through Periscope viaLedgerLog; public API entry describes the Periscope facade (root scope + grouping scopes) instead of LogKit/subsystemVerification
Documentation-only change; no tests run.