Agent Operations
Keep the Resonance agent healthy in production with daily checks, update runbooks, and incident response playbooks.
/health responds 200 with current version and commit hash./metrics for recent R(t), entropy, latency, and tail distributions.resonance/agent workspace.npm run build:agent-binaries to produce cross-platform archives.git tag agent-vX.Y.Z && git push --tags) to trigger GitHub Actions.RESONANCE_UPDATE_MANIFEST_URL and stage updates automatically.RESONANCE_UPDATE_INTERVAL_MS (default 30 minutes).RESONANCE_UPDATE_STAGING_DIR.resonance-agent --install-staged-update.RESONANCE_INTAKE_API_KEY from dashboard key for least privilege.--with-latency) to stress test throughput before go-live.adaptive).security.ts.docs/SECURITY_BASELINE.md for a full breakdown.# Validate health endpoint
curl https://syncscript-backend.onrender.com/health
# Feed synthetic phases
node resonance/bench/feed_phases.js --interval 1000 --count 600
# Tail latency smoke test
node resonance/bench/feed_phases.js --with-latency --interval 1000 --count 300