Claudinite maintenance: converge to canon 6b0669f + local-pack manifest migration - #89
Merged
Merged
Conversation
…n notes Also migrates this repo's local pack manifest(s) to the new schema (#555): ruleRoutingGuidance added, rules split into worldRules/workRules, bundled skills declared, and retired fields dropped. Without this the new mount blocks on the manifest checks and the pack's own rules stop running. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ECifRRammkF9uD7zdEGFpb
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.
Manual baselining run — the nightly
basics/baseliningtask has been pushing its maintenance branch but never opening a PR, so this repo's mount had drifted behind the canon.Converged to canon head
6b0669f: vendored mount (156 files), theSessionEndhook, the stamp (7e89c0cf→6b0669f0), and the generated README badge row.Left for review because it also migrates this repo's local packs. Canon PR #555 made the pack manifest a closed vocabulary with a required
ruleRoutingGuidance, and shipped no migration record — so the new mount blocks, and a manifest still declaring bareruleshas its checks silently stop running. That matters here:on-device-privacycarries the four rules enforcing the never-leaves-the-machine promise..claudinite/local/packs/laughcounter/pack.mjsand.../on-device-privacy/pack.mjs:ruleRoutingGuidance: { belongs, excludes }, drafted from each pack's own header commentrules:→worldRules:— every rule ran incheck_the_worldbefore, so behaviour is preservedConformance: 4 blocking after the raw converge → 0. This repo's
mainwas at 0 before, so nothing regresses.Generated by Claude Code