sync: auto-sync from GURU-KALI at 2026-06-19 08:28:07

Author: Mike Swanson
Machine: GURU-KALI
Timestamp: 2026-06-19 08:28:07
This commit is contained in:
2026-06-19 08:28:09 -07:00
parent cd478caa04
commit 416f2a3d91
2 changed files with 6 additions and 0 deletions

View File

@@ -107,6 +107,11 @@
"syncro", "wiki-compile", "wiki-lint", "self-check"
],
"capability_commands": [
{ "name": "autotask", "capability": "psa_autotask", "why": "Autotask PSA command. Syncro is the fleet-default PSA (feedback_psa_default_syncro.md), so /autotask is intentionally NOT in the shared repo and is absent on Syncro machines. Capability-gated, not required-everywhere; absence is INFO, never a FAIL. Present only on machines whose PSA is Autotask." }
],
"capability_commands_note": "Per-machine/per-capability slash commands that must NOT be required fleet-wide. The probe iterates only .commands[] for required conformance; entries here are documentary so a gated command is not silently dropped. Move a command here (and out of .commands[]) when it is intentionally machine-specific.",
"connectivity": [
{ "name": "coord_api", "url": "http://172.16.3.30:8001/api/coord/status", "required": true, "why": "live coordination source of truth" },
{ "name": "claudetools_api","url": "http://172.16.3.30:8001/health", "required": false, "why": "main API health" },