From 2582970edf5c80a31c3756d4f95e66853694b8fb Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 3 Feb 2026 20:51:16 +0000 Subject: [PATCH] docs(claude): add README update step to workflow requirements --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 7f3f1c7..c5c8d58 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -35,7 +35,8 @@ Migration files are plain SQL in the `migrations/` directory, numbered sequentia 1. Run `cargo clippy --allow-dirty --fix && cargo fmt` to lint and format 2. Run `cargo build` to verify compilation 3. Run `cargo test` if changes affect testable code -4. Provide a **draft commit message** using Conventional Commits format +4. Update `README.md` if the change adds/removes/renames CLI commands, environment variables, or user-facing features +5. Provide a **draft commit message** using Conventional Commits format Example commit message: