feat(ci): enhance linting with link validation, word limits, and marketing checks - #57
Merged
Merged
Conversation
- Add changelog requirements to CLAUDE.md for AI assistants - Add missing Jan 2026 commits to CHANGELOG - Add CI job to warn when content changes without changelog update
…nded marketing checks - Expand marketing language detection from 5 to 40+ terms across all content types - Add internal link validation to catch broken cross-references (blocking in CI) - Add word count checks to enforce conciseness guidelines (800 words for patterns) - Add Makefile for local validation commands - Add .marketing-exceptions.txt for allowed technical terms
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
../patterns/*.mdcross-references (blocking in CI mode)Makefilewithmake validate,make lint,make marketing-checkcommands for local validation.marketing-exceptions.txtto allow technical terms like "Best Execution" and "end-to-end encryption"Test plan
make validatelocally - should show warnings for long patterns and broken linksmake marketing-check- should detect marketing language in contentmake installinstalls dependencies correctly🤖 Generated with Claude Code