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)" \