mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-14 02:10:07 +08:00
701 B
701 B
paths
| paths | |||||||
|---|---|---|---|---|---|---|---|
|
F# Hooks
This file extends common/hooks.md with F#-specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- fantomas: Auto-format edited F# files
- dotnet build: Verify the solution or project still compiles after edits
- dotnet test --no-build: Re-run the nearest relevant test project after behavior changes
Stop Hooks
- Run a final
dotnet buildbefore ending a session with broad F# changes - Warn on modified
appsettings*.jsonfiles so secrets do not get committed