Synchronize templates and schemas with CLAUDE.md Protocol 5 compliance - #32
Merged
Merged
Conversation
Co-authored-by: tuanductran <69758022+tuanductran@users.noreply.github.com>
Co-authored-by: tuanductran <69758022+tuanductran@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Synchronize data and templates directories with proper updates
Synchronize templates and schemas with CLAUDE.md Protocol 5 compliance
Feb 2, 2026
Co-authored-by: tuanductran <69758022+tuanductran@users.noreply.github.com>
Owner
|
@copilot Fix structural and formatting issues only in this Markdown file. Scope:
Rules:
Allowed changes:
The output must be semantically identical to the original document. |
Copilot stopped work on behalf of
tuanductran due to an error
February 2, 2026 19:57
tuanductran
approved these changes
Feb 2, 2026
tuanductran
marked this pull request as ready for review
February 2, 2026 20:12
There was a problem hiding this comment.
Pull request overview
This PR enforces strict compliance with CLAUDE.md Protocol 5 (Template Adherence) by standardizing YAML frontmatter across the project. The template and all 51 rule files now use quoted values for all frontmatter fields, eliminating inconsistencies that diverged from the governance specification.
Changes:
- Enhanced
templates/rule-template.mdwith explicit Protocol 5 requirements, expanded field definitions, and governance cross-references - Applied quoted YAML values across 51 rule files in API, CLI, UI, and Integration skills directories
- Removed extraneous blank lines after YAML frontmatter delimiters for consistency
Reviewed changes
Copilot reviewed 52 out of 52 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| templates/rule-template.md | Added Protocol 5 compliance requirements with detailed frontmatter specifications and mandatory formatting guidelines |
| skills/nextdns-ui/rules/*.md (10 files) | Standardized YAML frontmatter with quoted values and removed trailing blank lines |
| skills/nextdns-cli/rules/*.md (14 files) | Applied quoted strings to all frontmatter fields per Protocol 5 specification |
| skills/nextdns-api/rules/*.md (17 files) | Enforced consistent YAML quoting for metadata compliance |
| skills/integrations/rules/*.md (10 files) | Synchronized frontmatter formatting with template requirements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Brings
templates/rule-template.mdand all rule files into strict compliance with CLAUDE.md Protocol 5 (Template Adherence). YAML frontmatter across 51 rule files lacked consistent quoting, diverging from the governance specification.Changes
Template Enhancement
YAML Frontmatter Standardization (51 files)
Applied quoted values to all frontmatter fields per Protocol 5 specification:
Before:
After:
Schema Verification
Validation
pnpm lint(markdownlint + case-police)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.