From c04842041f3ff718298c535e7dc8d669e8d9607b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 15 Aug 2026 20:14:13 +0000 Subject: [PATCH] chore: rename repo's own CONTEXT.md to GLOSSARY.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the skills repo's own domain glossary, not the CONTEXT.md convention that skills like domain-modeling and grill-with-docs read and write in consumer repos — that convention is left untouched. Co-Authored-By: Claude --- .changeset/rename-context-to-glossary.md | 5 +++++ CONTEXT.md => GLOSSARY.md | 0 2 files changed, 5 insertions(+) create mode 100644 .changeset/rename-context-to-glossary.md rename CONTEXT.md => GLOSSARY.md (100%) diff --git a/.changeset/rename-context-to-glossary.md b/.changeset/rename-context-to-glossary.md new file mode 100644 index 0000000..dbcf1d3 --- /dev/null +++ b/.changeset/rename-context-to-glossary.md @@ -0,0 +1,5 @@ +--- +"mattpocock-skills": minor +--- + +Rename this repo's own root domain glossary from `CONTEXT.md` to `GLOSSARY.md`. This only affects the skills repo's own file — the `CONTEXT.md` convention that skills like `domain-modeling` and `grill-with-docs` read and write in consumer repos is unchanged. diff --git a/CONTEXT.md b/GLOSSARY.md similarity index 100% rename from CONTEXT.md rename to GLOSSARY.md