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 <noreply@anthropic.com>
This commit is contained in:
2026-06-25 20:42:44 +00:00
parent ad051e2f35
commit eee1540ece

View File

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