Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Claude Code: Fix typos in 'make release'. | Matthias Andreas Benkard | 2025-08-24 | 1 | -1/+1 |
| | |||||
* | Claude Code: Disallow unconfirmed edits of GNUmakefile. | Matthias Andreas Benkard | 2025-08-24 | 1 | -0/+4 |
| | | | | They would be dangerous because calling 'make' is allowed. | ||||
* | Claude Code: Allow only specific make target unprompted. | Matthias Andreas Benkard | 2025-08-24 | 1 | -1/+4 |
| | |||||
* | Add .claude/settings.json. | Matthias Andreas Benkard | 2025-08-16 | 1 | -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. |