CC-MEM-010: README Duplication - Claude Memory
Summary
- Rule ID:
CC-MEM-010 - Severity:
MEDIUM - Category:
Claude Memory - Normative Level:
SHOULD - Auto-Fix:
No - Verified On:
2026-02-09
Applicability
- Tool:
claude-code - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
true - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
# My Project
This project validates agent configurations using Rust for performance.
(Content duplicated verbatim from README.md)
Valid
# Project Memory
Project-specific agent instructions:
- Always run tests before committing
- Use feature branches for changes