Skip to content

Commit eba0ad3

Browse files
ASRagabclaude
andcommitted
fix: remove gitignored docs/ paths from doc contract test
The docs/ directory is in .gitignore, so those files never reach CI. Replace with CLAUDE.md which is committed and contains all required terms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 0463ae3dfcdc
1 parent 9a3a249 commit eba0ad3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_doc_contract.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
REPO_ROOT = Path(__file__).resolve().parents[1]
1111
DOC_PATHS = (
1212
Path("README.md"),
13-
Path("docs/mcp-protocol.md"),
14-
Path("docs/release-checklist.md"),
15-
Path("docs/final-readiness-review.md"),
13+
Path("CLAUDE.md"),
1614
)
1715

1816

0 commit comments

Comments
 (0)