You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/tri/SKILL.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,7 +451,7 @@ After SYSTEM STATUS, render the Bridge section using data from bridge checks:
451
451
```
452
452
453
453
#### Bridge Status Logic:
454
-
-**Railway Server**: 🟢 if BRIDGE_STATUS:ok. 🔴 if BRIDGE_STATUS:down.
454
+
-**Railway Server**: 🟢 if BRIDGE_STATUS:ok (token valid). 🟢 if BRIDGE_STATUS:ok(no-token) (server responds HTTP but token missing/invalid). 🔴 if BRIDGE_STATUS:down (HTTP code 000, server unreachable).
455
455
-**Mac Agent**: 🟢 if BRIDGE_AGENT:UP. 🔴 if BRIDGE_AGENT:DOWN.
456
456
-**Command Queue**: 🟢 if BRIDGE_PENDING ≥ 0 and reachable. ⚪ if unreachable.
457
457
-**claude: support**: Always 🟢 (built into perplexity_bridge.zig). ⚪ if BRIDGE_CODE:MISSING.
test -f src/tri-api/perplexity_bridge.zig &&echo"BRIDGE_CODE:READY"||echo"BRIDGE_CODE:MISSING"
@@ -573,7 +586,7 @@ IMPORTANT: Faculty "Last Action" column MUST use live data:
573
586
-**Oracle**: Always 🟢 UP (computed from compile_rate). From: REGENERATION_REPORT.md.
574
587
-**Swarm**: 🟢 UP if SWARM_ASSIGNED > 0. ⚪ TBD if SWARM_TASKS > 0 but none assigned. ⬜ OFF if no tasks. From: swarm_state.json.
575
588
-**Linter**: 🟢 UP if LINTER:UP. ❌ DOWN if LINTER:DOWN. From: `test -f zig-out/bin/vibee`.
576
-
-**Bridge**: 🟢 UP if BRIDGE_STATUS:ok AND BRIDGE_AGENT:UP. ⚠️ PARTIAL if one is UP. ❌ DOWN if both DOWN. ⬜ TBD if BRIDGE_CODE:MISSING. From: curl + pgrep checks.
589
+
-**Bridge**: 🟢 UP if BRIDGE_STATUS:ok(token valid) OR BRIDGE_STATUS:ok(no-token) (server responds HTTP) AND BRIDGE_AGENT:UP. ⚠️ PARTIAL if server responds but agent DOWN, or agent UP but server unreachable. ❌ DOWN if both DOWN (HTTP 000 + no agent). ⬜ TBD if BRIDGE_CODE:MISSING. From: 3-level curl + pgrep checks.
0 commit comments