From 82baeddd5d0245b72dd1689f84bba23d183e04e1 Mon Sep 17 00:00:00 2001 From: jnasbyupgrade Date: Sun, 9 Aug 2026 16:10:49 -0500 Subject: [PATCH] Add test/CLAUDE.md referencing ai/'s schema-testing conventions This extension isn't pinned to a fixed schema (no schema= in its .control file, and its install SQL uses @extschema@ throughout), so the random-schema testing conventions apply here. --- test/CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/CLAUDE.md diff --git a/test/CLAUDE.md b/test/CLAUDE.md new file mode 100644 index 0000000..3a73461 --- /dev/null +++ b/test/CLAUDE.md @@ -0,0 +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) +for random-schema testing conventions — this extension is not pinned to a +fixed schema, so both apply here.