From 0d21bcd66e31fe4585b75664cae786f24239f357 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 6 Apr 2026 00:48:27 +0300 Subject: [PATCH] add cluster health checks preference to global CLAUDE.md --- dot_claude/CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_claude/CLAUDE.md b/dot_claude/CLAUDE.md index 8016701..2ce9d8e 100644 --- a/dot_claude/CLAUDE.md +++ b/dot_claude/CLAUDE.md @@ -23,6 +23,12 @@ When installing new Claude plugins or marketplaces, update these files: - `~/.local/share/chezmoi/run_once_after_install-claude-plugins.sh` - add to chezmoi run_once script Then sync and commit both to chezmoi. +### Cluster Health Checks +- **Source of truth**: `infra/scripts/cluster_healthcheck.sh` — always run this script for cluster healthchecks +- The `cluster-triage` agent and `cluster-health` skill both use this script +- When checking cluster health, prefer spawning the `cluster-triage` agent (which runs the script and investigates FAIL/WARN results) over running the script directly +- Any new health checks must be added to the script, not done ad-hoc + ### Skills/Agents Sync All Claude Code skills, agents, and hooks live in the **dotfiles repo** (`~/.local/share/chezmoi/dot_claude/`), synced via chezmoi. - **Add new skill/agent**: Create in `~/.claude/skills/` or `~/.claude/agents/`, then `chezmoi add ~/.claude/skills/` and commit