From 3cf1f34b5658590c9a9c20d855456a31fbf19521 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 5 Nov 2025 11:14:17 -0700 Subject: [PATCH] docs(agents): update formatted-commit flag docs Replace duplicate --amend flag with --add flag to stage all modified files before committing. Assisted-by: GLM-4.6 via Crush --- dot_config/AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/AGENTS.md b/dot_config/AGENTS.md index b969642e68b4ba1f77cfb7ae8643b96f5933fc7d..262feac48d21485f954176342fb71a9fd8cc5362 100644 --- a/dot_config/AGENTS.md +++ b/dot_config/AGENTS.md @@ -77,7 +77,8 @@ Create/amend commits exclusively using `formatted-commit`. Try to use it normall -m --message Commit message (required) -b --body Commit body (optional) -T --trailer Trailer in 'Sentence-case-key: value' format (optional, repeatable) --a --amend Amend the previous commit (optional) +-a --add Stage all modified files before committing (optional) +--amend Amend the previous commit (optional) -h --help