[docs] Consolidate yaml-version-gotchas.md into dev.md (v3.0)#18236
Merged
[docs] Consolidate yaml-version-gotchas.md into dev.md (v3.0)#18236
Conversation
- Add YAML Parser Compatibility section to dev.md Validation Architecture covering goccy/go-yaml YAML 1.2 compliance, Python false positive issue with on: trigger key, and YAML 1.2 parser recommendations - Fix 18 non-standard code fence closings in yaml-version-gotchas.md (17 ```text -> ```, 1 ```yaml -> ```) - Add yaml-version-gotchas.md to Related Documentation - Bump dev.md to v3.0 completing 100% coverage of all 60 spec files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Feb 25, 2026
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.
Overview
Daily documentation consolidation run (2026-02-25). This PR completes 100% coverage of all spec files in
scratchpad/by documentingyaml-version-gotchas.md, the last uncovered file from the 7 new specs added since the 2026-02-10 inventory. It also fixes 18 non-standard code fence closing markers in that file.Changes Made
scratchpad/dev.md— bumped to v3.0:goccy/go-yamlv1.18.0 (YAML 1.2 compliant)on/yes/no/offbehavior)yaml.safe_loadfalse positive for theon:trigger keygh aw compileas the correct validation toolyaml-version-gotchas.mdto Related Documentationscratchpad/yaml-version-gotchas.md— formatting fixes:```textinfo string →``````yamlas a closing marker →```CommonMark specifies that closing fences must not have an info string; these non-standard forms rendered correctly in GitHub's renderer but are not spec-compliant and may fail in other markdown processors.
Coverage Milestone
All 7 spec files added since the 2026-02-10 inventory are now documented in
dev.md:activation-output-transformations.mdadding-new-engines.mdengine-architecture-review.mdengine-review-summary.mdhtml-entity-mention-bypass-fix.mdtemplate-syntax-sanitization.mdyaml-version-gotchas.mdStatistics
References: §22375475464