docs: point the T12 belt at the engine heartbeat and the CLI - #206
DealAppSeo wants to merge 1 commit into
Conversation
T12 cannot live in this repo. The belt names GET /health on the status default engine and the trustshell status and proof commands.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Strix Security ReviewNo security issues found. Review summaryThe PR adds only documentation ( Updated for Reviewed by Strix |
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
There was a problem hiding this comment.
The PR adds only documentation (docs/T12_BELT.md) and a test (tests/t12-belt.test.ts). It changes no runtime code. The documentation references the engine origin https://repid-engine-production.up.railway.app, which is a public Railway endpoint already defined as DEFAULT_ENGINE in the unchanged src/cli/status.ts, not a secret or credential. The test reads fixed local file paths and performs static string/regex assertions, with no user-controlled input or dangerous sink. No security vulnerabilities were identified in the changed code.
Reviewed by Strix
Configure security review settings
T12 cannot live in this repo. The belt points at the engine heartbeat
GET /healthon the default engine origin insrc/cli/status.ts, and at the CLI only:trustshell statusandtrustshell proof <agentIdOrSlug> --verify.No worker. No secret print. No HeyGen. No live stake.
Related to #191.