2026-02-04 03:46:46 +05:30
|
|
|
# BOOT.md
|
|
|
|
|
|
|
|
|
|
On startup:
|
2026-02-04 13:03:18 +05:30
|
|
|
1) Verify API reachability (GET {{ base_url }}/api/v1/gateway/status).
|
2026-02-04 18:25:13 +05:30
|
|
|
- A 401 Unauthorized response is acceptable here for agents (auth-protected endpoint).
|
2026-02-04 15:16:28 +05:30
|
|
|
2) Connect to Mission Control once by sending a heartbeat check-in.
|
2026-02-04 19:08:14 +05:30
|
|
|
2a) Use task comments for all updates; do not send task updates to chat/web.
|
|
|
|
|
2b) Follow the required comment format in AGENTS.md / HEARTBEAT.md.
|
2026-02-04 15:16:28 +05:30
|
|
|
3) If you send a boot message, end with NO_REPLY.
|
|
|
|
|
4) If BOOTSTRAP.md exists in this workspace, the agent should run it once and delete it.
|