From 803c5039acb7e7d29f757f4f687618c01a18f734 Mon Sep 17 00:00:00 2001 From: fragmede Date: Sat, 27 Sep 2025 02:08:22 -0700 Subject: [PATCH] Add CLAUDE.md with git commit requirement --- CLAUDE.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000..47da538e4 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,19 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Important Instructions + +**ALWAYS commit changes to git after completing any task.** After making any code changes, modifications, or additions, run: +```bash +# If not in a git repository, initialize it first: +git init + +# Then commit changes: +git add . +git commit -m "Description of changes" +``` + +## Development Workflow + +Repository-specific build, test, and lint commands will be added here as needed. \ No newline at end of file