From eee1540ece195f526ed2ca1fabc490113773468f Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Thu, 25 Jun 2026 20:42:44 +0000 Subject: [PATCH] test: remove stale @CONTEXT.md assertion from instructions test @CONTEXT.md was deliberately removed from repo CLAUDE.md to reduce token usage; the test enforcing its presence was no longer valid. Co-Authored-By: Claude Sonnet 4.6 --- tests/test-instructions-and-docs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test-instructions-and-docs.sh b/tests/test-instructions-and-docs.sh index 1418e38..7a9b7c3 100755 --- a/tests/test-instructions-and-docs.sh +++ b/tests/test-instructions-and-docs.sh @@ -219,9 +219,6 @@ contains "@AGENTS\.md" "$REPO_CLAUDE" \ && pass "repo CLAUDE.md: imports @AGENTS.md" \ || fail "repo CLAUDE.md: @AGENTS.md import missing" -contains "@CONTEXT\.md" "$REPO_CLAUDE" \ - && pass "repo CLAUDE.md: auto-loads @CONTEXT.md" \ - || fail "repo CLAUDE.md: @CONTEXT.md auto-load missing" ! contains "## Key rules" "$REPO_CLAUDE" \ && pass "repo CLAUDE.md: ## Key rules not duplicated (moved to AGENTS.md)" \