client/cascades: n.castro cleanup, share docs, hook path fix

- active-directory.md: disable n.castro (AD + M365), fix stale Alma.Montt
  pending entry (she is intentionally cloud-only), restructure SMB shares
  section into new Phase 2.5 / legacy / system buckets (verified live via
  GuruRMM Get-SmbShare 2026-05-20)
- settings.json: remove hardcoded D:/claudetools UserPromptSubmit hook
  (machine-specific path belongs in settings.local.json only; Howard's
  machine is C:/claudetools)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 08:18:27 -07:00
parent 098e1d4156
commit 75e3d38de8
2 changed files with 34 additions and 26 deletions

View File

@@ -5,18 +5,5 @@
"preferences": {
"autoCompact": true,
"verbose": false
},
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash \"D:/claudetools/.claude/scripts/check-messages.sh\"",
"timeout": 15
}
]
}
]
}
}