From 57f415de32ff7e29d80046ea32d84e5293d7ef6f Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Sun, 9 Aug 2026 17:15:08 -0500 Subject: [PATCH] Fix stale path: RANDOM_SCHEMA_TESTING.md moved under ai/test/ Postgres-Extensions/ai#5 relocated it from the repo root to test/ after this PR merged. --- test/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CLAUDE.md b/test/CLAUDE.md index 3a73461..fd8a2c2 100644 --- a/test/CLAUDE.md +++ b/test/CLAUDE.md @@ -1,5 +1,5 @@ See [`../../ai/test/CLAUDE.md`](../../ai/test/CLAUDE.md) for the universal schema/search_path-isolation testing principle, and -[`../../ai/RANDOM_SCHEMA_TESTING.md`](../../ai/RANDOM_SCHEMA_TESTING.md) +[`../../ai/test/RANDOM_SCHEMA_TESTING.md`](../../ai/test/RANDOM_SCHEMA_TESTING.md) for random-schema testing conventions — this extension is not pinned to a fixed schema, so both apply here.