This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit dcdaee0e0a08863f94ee1d17cd65454041e655a8 Author: Stephen Mallette <[email protected]> AuthorDate: Thu Sep 10 11:50:45 2026 +0000 Restrict AI commit trailers to Assisted-by only Forbid improvised trailers such as Claude-Session and direct agents to ask before adding any provenance trailer other than Assisted-by. Assisted-by: Claude Code:claude-opus-4-8 --- AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 1e8286b331..5570636929 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -65,7 +65,10 @@ of the form `Assisted-by: <agent>:<model>` to the commit message, where `<agent> only when something other than the primary agent contributed. For example, `Assisted-by: Claude Code:claude-opus-4-7`, `Assisted-by: Cursor:gpt-5`, or `Assisted-by: Claude Code:claude-opus-4-7 [tinkerpop-mcp]`. This aligns with the ASF's recommendation on AI -provenance tracking. +provenance tracking. `Assisted-by:` is the *only* AI-provenance trailer this project uses — do not add any +other trailer (for example `Claude-Session`, `Co-Authored-By`, `Generated-by`, or any self-improvised +variant). If you think a change needs provenance beyond `Assisted-by:`, stop and ask rather than inventing +a trailer. * *The contributor remains responsible for what they submit.* Review generated output for licensing, correctness, and style before committing.
