sync: auto-sync from GURU-5070 at 2026-06-03 11:52:45

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-03 11:52:45
This commit is contained in:
2026-06-03 11:52:50 -07:00
parent 6228793152
commit 6de0ce6098
45 changed files with 1452 additions and 35 deletions

View File

@@ -19,8 +19,12 @@ Recommended:
`SELFCHECK_TS="$(date -u +%Y-%m-%dT%H:%M:%SZ)" bash .claude/skills/self-check/scripts/self-check.sh report`
(or --json, --publish, etc.)
The self-check is driver-agnostic — it validates the files, scripts, hooks wiring, identity, tools, and the .claude/ + .grok/ harness pieces (including the new Grok hooks and skills we added for coexistence).
The self-check is driver-agnostic — it validates the files, scripts, hooks wiring, identity, tools, and the .claude/ + .grok/ harness pieces (including the new Grok hooks and skills we added for coexistence, .grok/config.toml for native MCP like grepai, .grok/agents/ mirrors, .grok/ thin reference docs for memory history/references/standards, and all .grok/skills/ adapters).
See the source skill for full details on modes, the baseline manifest, and how it helps keep the fleet consistent across machines (some running Claude Code, some Grok).
See the source skill for full details on modes, the baseline manifest (now includes .grok/ for Grok machines), and how it helps keep the fleet consistent across machines (some running Claude Code, some Grok).
Also update the census component on coord for this host.
Also update the census component on coord for this host.
When running under Grok, the census should reflect .grok/config.toml , .grok/hooks/claudetools.json , .grok/skills/* (all the command + .claude/skills mirrors + windows-bash), .grok/agents/, .grok/README.md + the pointer docs (REFERENCE.md etc.), and the native MCP loading.
Use GrepAI MCP in the self-check analysis for finding harness pieces.