From 2f66cb1537d1678c6ba4c3cda4f6e0c512c659df Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sat, 8 Nov 2025 18:21:57 -0800 Subject: [PATCH 1/2] docs: Add pointer to development.md for releases and environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 40a79cbc1aba..ae6a49686e0f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -88,3 +88,7 @@ View target/doc/prqlc/module_name/index.html # For function documentation View target/doc/prqlc/fn.compile.html ``` + +## Releases & Environment + +For releases or environment issues, see `web/book/src/project/contributing/development.md`. From ae19cd9ae0cc69d2f71f3624427fd9bfb275180d Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sat, 8 Nov 2025 18:29:35 -0800 Subject: [PATCH 2/2] docs: Wrap long line in CLAUDE.md for readability Co-authored-by: Claude --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index ae6a49686e0f..75033478072f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -91,4 +91,5 @@ View target/doc/prqlc/fn.compile.html ## Releases & Environment -For releases or environment issues, see `web/book/src/project/contributing/development.md`. +For releases or environment issues, see +`web/book/src/project/contributing/development.md`.