aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/common/.claude/settings.json
Commit message (Collapse)AuthorAgeFilesLines
* claude/settings: suppress commit and PR attribution structurallyCraig Jennings2026-04-201-1/+5
| | | | | | | | | | | | | | | Adds the empty-string attribution block that disables Claude Code's auto-added attribution lines (Co-Authored-By, 'Generated with Claude Code', etc.) at the tool layer, matching the existing 'no Claude attribution' rule in protocols.org. Two complementary enforcement layers now: - prompt-level rule (protocols.org) - tool-level setting (this commit) Same intent already lives in rulesets/languages/elisp/claude/settings.json for elisp project bundles; this brings it to the global Claude Code config that ships via archsetup.
* feat: add Claude Code settings to stowed dotfilesCraig Jennings2026-04-091-0/+17
Add commands, settings, MCP config, and humanizer skill to dotfiles/common for GNU Stow management across machines.