Files
natsdotnet/.claude/settings.local.json
Joseph Doherty 1f83df12e4 docs: add dotnet_tests metadata columns and mark 9 failing tests
Add long_running, real_network, test_project, and failing columns to
dotnet_tests table. Set test_project for all 3,491 rows. Mark 9 known
failing tests. Fix slopwatch hook to use absolute path.
2026-02-24 23:48:31 -05:00

17 lines
306 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "/Users/dohertj2/.dotnet/tools/slopwatch analyze -d . --hook",
"timeout": 60000
}
]
}
]
}
}