Commit Graph

4 Commits

Author SHA1 Message Date
hugocasa
d16df49f86 add Claude Code hooks for formatting and notifications (#7767)
* feat: add Claude Code hooks for formatting and notifications

- Add PostToolUse hooks to auto-format files after Edit/Write:
  - format-frontend.sh: runs prettier on frontend files
  - format-backend.sh: runs rustfmt on backend Rust files
- Add Notification hook to alert user when Claude needs input
- Add edition=2021 to rustfmt.toml for proper parsing
- Update .gitignore for symlinked cache directories
- Add additional bash permissions for cargo check and npm scripts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* remove echo

* notification when in ssh as well

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 11:39:16 +00:00
Ruben Fiszel
8037e390db cargo fmt II 2022-07-29 21:35:50 +02:00
Ruben Fiszel
d4b5a0ea3d cargo fmt 2022-07-29 21:29:59 +02:00
Ruben Fiszel
2e132878e4 first commit 2022-05-05 04:25:58 +02:00