Skip to main content

Full Autonomous Health

Comprehensive system health report running 5 subsystem checks.

full-autonomous

Aliases: full_autonomous, health

tri full-autonomous

Runs 5 independent health checks and produces a unified status report:

Health Checks

#CheckCommandWhat it verifies
1Doctortri doctorSystem diagnostics (5 checks: Zig version, Compiler, Std Lib, Allocator, Build)
2Teststri testAll test suites pass (VSA, VM, integration)
3Stricttri strictVIBEE-first compliance (no manual code in protected dirs)
4Swarmtri swarmAgent health (16 agents, CRDT sync, connectivity)
5Marketplacetri marketplaceEconomy status ($TRI balance, listings, transactions)

Example Output

TRI FULL AUTONOMOUS — SYSTEM HEALTH REPORT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

[1/5] Doctor... PASS
[2/5] Tests... PASS
[3/5] Strict... PASS
[4/5] Swarm... PASS
[5/5] Marketplace... PASS

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Result: 5/5 ALL PASS

phi^2 + 1/phi^2 = 3 = TRINITY
System is FULLY AUTONOMOUS

Exit Codes

ResultMeaning
5/5 PASSSystem fully autonomous — all subsystems healthy
4/5 or lessOne or more subsystems need attention

When to Use

Run tri full-autonomous to:

  • Verify system health after changes
  • Confirm all subsystems are operational before deployment
  • Check agent and economy status
  • Validate VIBEE compliance across the codebase