@@ -25,7 +25,7 @@ This file provides guidance to AI coding agents when working with code in this r
Example usage:
```bash
-just run -t feat -m "add validation" -T "Co-authored-by: Name <email>"
+just run -t feat -m "add validation" -T "Assisted-by: GLM 4.6 via Crush"
```
## Project Purpose
@@ -97,7 +97,7 @@ Trailers follow git's specification precisely:
Example valid trailer:
```
-Co-authored-by: This is a very long value, with spaces and
+Assisted-by: This is a very long value, with spaces and
newlines in it.
```
@@ -111,7 +111,7 @@ Co-authored-by: This is a very long value, with spaces and
- `-T` / `--trailer`: Repeatable flag accepting full trailer strings in `Key: value` format (not separate key/value args)
- `-a` / `--amend`: Boolean flag to amend the previous commit instead of creating a new one
-Trailer format detail: Each `-T` flag takes a complete trailer string like `-T "Co-authored-by: Name <email>"`, NOT separate key and value arguments.
+Trailer format detail: Each `-T` flag takes a complete trailer string like `-T "Assisted-by: GLM 4.6 via Crush"`, NOT separate key and value arguments.
### Final Output
@@ -33,8 +33,8 @@ var rootCmd = &cobra.Command{
the Conventional Commits specification with proper subject length validation,
body wrapping, and trailer formatting.`,
Example: `
-# With co-author-formatted-commit -t feat -m "do a thing" -T "Crush <crush@charm.land>"
+# With Assisted-by
+formatted-commit -t feat -m "do a thing" -T "Assisted-by: GLM 4.6 via Crush"
# Breaking change with longer body
formatted-commit -t feat -m "do a thing that borks a thing" -B -b "$(cat <<'EOF'