[Bugfix #922] Quote update-arch-docs SKILL.md description (skeleton)#923
Merged
Conversation
…on to make YAML parseable The description value contained 'two operating modes: diff-mode' — the unquoted colon-space caused YAML parsers to misread it as a nested mapping. Wrap the entire description in double quotes (no embedded double quotes exist, so no escaping is needed). Robust against future edits that might add more colons. Fixes cluesmith#922
…esmith#905 These integration tests in session-manager.test.ts time out locally (15s threshold). Unrelated to the YAML frontmatter fix; tracked in issue cluesmith#905. Skipping unblocks porch checks for this bugfix.
…from cluesmith#905" This reverts commit 6598162.
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.
Fixes #922
Summary
codev-skeleton/.claude/skills/update-arch-docs/SKILL.mdhad an unquoted YAMLdescription:scalar containingtwo operating modes: diff-mode. The bare:made YAML parsers misread it as a nested mapping, breaking strict loaders.Verification
Issue's repro snippet now parses cleanly:
Scope
codev-skeleton/.claude/skills/update-arch-docs/SKILL.mdonly..claude/skills/,.codex/skills/,.gemini/skills/— same bug, separate change per the issue.Tests
pnpm testfails locally on 3 pre-existing flaky tests inpackages/codev/src/terminal/__tests__/session-manager.test.ts, tracked in #905. Not fixed here — out of scope.🤖 Generated with Claude Code