chore: add attribution settings and agent guidance for commits/PRs#28
Merged
chore: add attribution settings and agent guidance for commits/PRs#28
Conversation
Add .claude/settings.json with empty attribution config to prevent session links in commits and PRs. Update AGENTS.md principles to explicitly prohibit session links and agent attribution.
chaliy
added a commit
that referenced
this pull request
Mar 20, 2026
## What Prepare patch release v0.2.3 with version bump and changelog update. ## Why Release new features and fixes since v0.2.2. ## How - Bumped version in Cargo.toml from 0.2.2 to 0.2.3 - Updated CHANGELOG.md with v0.2.3 section including all changes since v0.2.2 ## Changelog excerpt ### Highlights - WebSocket mode for Responses API streaming - OpenAI thinking/reasoning emulation support - Fixed repository URLs for crates.io listing ### What's Changed * chore: routine maintenance - update deps and align specs (#30) * fix: correct repository URLs for crates.io listing (#29) * chore: add attribution settings and agent guidance for commits/PRs (#28) * feat: add /ship command for full shipping workflow (#27) * feat(api): add WebSocket mode for Responses API (#26) * feat(api): add OpenAI thinking/reasoning emulation (#25) ## Risk - Low - Standard version bump release ## Checklist - [x] Tests added or updated - [x] Backward compatibility considered Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add
.claude/settings.jsonwith empty attribution config and updateAGENTS.mdwith a new principle about commit/PR attribution.Why
Prevent coding agents from adding session links to commits and PRs, and ensure commits are always attributed to real users.
How
.claude/settings.jsonwith emptyattribution.commitandattribution.prfieldsAGENTS.md: never add session links, always attribute to real userRisk
Checklist