Conversation
added 2 commits
March 18, 2026 22:09
…ions - Add CLAUDE.md with repo overview, module structure, versioning contract, CI workflow descriptions, and conventions - Add .cursorrules (points to CLAUDE.md) - Add .github/copilot-instructions.md (points to CLAUDE.md) - Replace .markdownlint.json + .markdownlintignore with .markdownlint-cli2.jsonc (same rules, ignores SPECS.md/CLAUDE.md via jsonc config) - Bump markdownlint-cli2 in .tool-versions: 0.20.0 -> 0.21.0 - Update code-quality.yml: markdownlint-cli2-action v14 -> v22 - Update create-release.yml: actions/checkout@v4 -> @v6 (both steps)
- lint-terraform: 1.0.0 -> 1.0.1 - Add .cursorrules to files_ignore in code-quality.yml and create-release.yml (AI rules files should not trigger module version checks or releases)
jonryser
approved these changes
Mar 19, 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.
What
Brings the repo in line with the standard GenUI repo setup (matching
github-workflow-accelerators).Changes
CLAUDE.md,.cursorrules,.github/copilot-instructions.md.markdownlint.json+.markdownlintignorewith.markdownlint-cli2.jsonc(same rules; ignores now in one place).tool-versions— bumpmarkdownlint-cli20.20.0→0.21.0code-quality.yml—markdownlint-cli2-actionv14→v22create-release.yml—actions/checkout@v4→@v6(both checkout steps)markdownlint-cli2passes clean on all 36 markdown files.