From 15a2efbd17bf83910b2dd2f84202b8d4d4461c85 Mon Sep 17 00:00:00 2001 From: Leon van Zyl Date: Wed, 13 Aug 2025 15:24:42 +0200 Subject: [PATCH] Update CLAUDE.md with build verification instructions and add .claude config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/commands/checkpoint.md | 2 ++ .claude/commands/document-feature.md | 1 + CLAUDE.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .claude/commands/checkpoint.md create mode 100644 .claude/commands/document-feature.md diff --git a/.claude/commands/checkpoint.md b/.claude/commands/checkpoint.md new file mode 100644 index 0000000..baecb50 --- /dev/null +++ b/.claude/commands/checkpoint.md @@ -0,0 +1,2 @@ +Please commit all changes and provide a suitable comment for the commit. +Run git init if git has not been instantiated for the project as yet. diff --git a/.claude/commands/document-feature.md b/.claude/commands/document-feature.md new file mode 100644 index 0000000..223f089 --- /dev/null +++ b/.claude/commands/document-feature.md @@ -0,0 +1 @@ +Update the documents in /docs/features to reflect the latest changes. diff --git a/CLAUDE.md b/CLAUDE.md index ab22523..1dc8df9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1 +1,2 @@ -- Always run the db generate, migrate and build commands to check for errors after completing your changes. \ No newline at end of file +- Always run the db generate, migrate and build commands to check for errors after completing your changes. +- Always run the db generate, migrate and build comands to check for errors after completing your changes.  \ No newline at end of file