Browse Source
Assisted-by: harness=opencode; primary-model=openrouter/z-ai/glm-5.2; api-location=openrouter.aimaster
2 changed files with 39 additions and 11 deletions
@ -1,11 +1,13 @@
|
||||
# CLAUDE.md |
||||
|
||||
AGENTS.md is the source of truth for this repository, including for Claude harnesses. |
||||
|
||||
Before working, read and follow the root `AGENTS.md`, then read and follow any nested `AGENTS.md` files that apply to the paths being inspected or edited. |
||||
|
||||
If this file conflicts with `AGENTS.md`, `AGENTS.md` wins. |
||||
|
||||
## Git Commit Conventions |
||||
|
||||
- Never add "Co-Authored-By" lines or any AI-attribution footers to commit messages. |
||||
# CLAUDE.md |
||||
|
||||
AGENTS.md is the source of truth for this repository, including for Claude harnesses. |
||||
|
||||
Before working, read and follow the root `AGENTS.md`, then read and follow any nested `AGENTS.md` files that apply to the paths being inspected or edited. |
||||
|
||||
If this file conflicts with `AGENTS.md`, `AGENTS.md` wins. |
||||
|
||||
## Git Commit Conventions |
||||
|
||||
- Never add "Co-Authored-By" lines or any AI-attribution footers to commit messages. |
||||
- When an agent constructs and executes the `git commit` command itself (staging, composing the message, and committing), it must append one `Assisted-by` trailer as the last line of the commit body. If the user commits manually, no trailer is required. |
||||
- Trailer format and field derivation rules live in the root `AGENTS.md` "Git Commit Conventions" section. `AGENTS.md` is the source of truth; this section is a reminder that the policy applies to Claude harnesses too. |
||||
|
||||
Loading…
Reference in new issue