From ed09ea4ec7a6c9cf03402e2911a097ef88e13f79 Mon Sep 17 00:00:00 2001 From: phernandez Date: Wed, 18 Jun 2025 17:56:24 -0500 Subject: [PATCH] docs: add git sign-off reminder to CLAUDE.md 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.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 778202e6..1f038a87 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -240,4 +240,7 @@ Basic Memory uses `uv-dynamic-versioning` for automatic version management based - **Version management**: Versions automatically derived from git tags via `uv-dynamic-versioning` - **Configuration**: `pyproject.toml` uses `dynamic = ["version"]` - **Release automation**: `__init__.py` updated automatically during release process -- **CI/CD**: GitHub Actions handles building and PyPI publication \ No newline at end of file +- **CI/CD**: GitHub Actions handles building and PyPI publication + +## Development Notes +- make sure you sign off on commits \ No newline at end of file