summaryrefslogtreecommitdiff
path: root/.claude
Commit message (Collapse)AuthorAgeFilesLines
* Claude Code: Fix typos in 'make release'.Matthias Andreas Benkard2025-08-241-1/+1
|
* Claude Code: Disallow unconfirmed edits of GNUmakefile.Matthias Andreas Benkard2025-08-241-0/+4
| | | | They would be dangerous because calling 'make' is allowed.
* Claude Code: Allow only specific make target unprompted.Matthias Andreas Benkard2025-08-241-1/+4
|
* Add .claude/settings.json.Matthias Andreas Benkard2025-08-161-0/+25
- Allows 'zig build'. - Prevents editing of build.zig (which combined with allowing 'zig build' would mean allowing anything). - Adds a 'make format' hook after each tool use.