From 422cede3cb0930b3f62d978dfe70a80b9d047004 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 28 Jun 2026 17:23:30 +0000 Subject: [PATCH] test: remove stale docs/issues/ existence check Directory was deleted in 49567e4 as part of issue #15 migration. Co-Authored-By: Claude Sonnet 4.6 --- tests/test-instructions-and-docs.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test-instructions-and-docs.sh b/tests/test-instructions-and-docs.sh index 754d74b..11c2d3b 100755 --- a/tests/test-instructions-and-docs.sh +++ b/tests/test-instructions-and-docs.sh @@ -176,10 +176,6 @@ done && pass "docs/VISION.md unchanged" \ || fail "docs/VISION.md missing" -[[ -d "$REPO_ROOT/docs/issues" ]] \ - && pass "docs/issues/ unchanged" \ - || fail "docs/issues/ missing" - echo "" # ─── 0015: AGENTS.md refactor ────────────────────────────────────────────────