Update MDS020 description to surface front matter validation - #54
Merged
Conversation
…an 48 done The required-structure rule already validates front matter via CUE schemas but its description only mentioned heading structure. Update the description so agents and users discover this capability from the rule listing. Mark plan 48 as complete since its AC is covered. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jeduden
force-pushed
the
claude/plan-48-done
branch
from
March 7, 2026 20:46
971ab36 to
15b87f4
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation to make MDS020’s template-driven front matter validation discoverable from rule listings, and marks the related plan as complete.
Changes:
- Update MDS020 required-structure description to mention front matter validation (rule README + generated rule catalog entries).
- Mark plan 48 (Front Matter Validation) as completed and document where the implementation lives.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| plan/48_front-matter-validation.md | Mark plan as ✅ and add an implementation note pointing to MDS020’s CUE-based front matter validation. |
| internal/rules/MDS020-required-structure/README.md | Update rule frontmatter + intro text to reflect front matter validation in addition to structure. |
| README.md | Update the rules catalog row description for MDS020. |
| PLAN.md | Update the plans catalog row for plan 48 to ✅. |
3 tasks
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.
Summary
Test plan
go test ./internal/rules/...passesmdsmith check .passes (0 failures)mdsmith help ruleshows updated description🤖 Generated with Claude Code