feat(agents): Update documentation for task updates and logging mechanism

This commit is contained in:
Abhimanyu Saharan
2026-02-04 18:17:24 +05:30
parent 7892dfad7c
commit d2f4d11508
3 changed files with 12 additions and 0 deletions

View File

@@ -3,5 +3,6 @@
On startup:
1) Verify API reachability (GET {{ base_url }}/api/v1/gateway/status).
2) Connect to Mission Control once by sending a heartbeat check-in.
2a) Use task comments for updates; do not send task updates to chat/web.
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.