chore(skills): refresh vendored msdmd/visualize.py from skill-lib@289d495 - #12
Merged
Merged
Conversation
…d495 Propagates the canonical loader fix (skill-lib#51): load_collection now parses hand-authored collection points (trailing ratios seal, unquoted keys, trailing commas, comments) in addition to raw JSON and generated TypeScript. Updates the .agents/skills README source-commit citation. Verified drift-free with skill-lib tools/check_consumer_drift.py --sha 289d495 (0 drifted, citation current). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PDCdtmianYqpiLmcsfvfSv
erinepshovel-code
marked this pull request as ready for review
July 29, 2026 07:00
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
Propagates the canonical msdmd visualizer loader fix (skill-lib#51) into this repo's vendored copy at
.agents/skills/msdmd/visualize.py, and updates the.agents/skills/README.mdsource-commit citation to289d495.Why
load_collectionpreviously could not parse hand-authored collection points (trailingratios:seal, unquoted keys, trailing commas, comments). The fix landed on skill-libmainat289d495; vendored copies track the canonical source, and skill-lib's scheduledconsumer-drift.ymldetector would otherwise flag this repo.Verification
python tools/check_consumer_drift.py <this repo> --sha 289d495(run from skill-lib) reports clean — 0 drifted, citation current.eml_ucns/package code is untouched; the CI import smoke test is unaffected.🤖 Generated with Claude Code
https://claude.ai/code/session_01PDCdtmianYqpiLmcsfvfSv
Generated by Claude Code