refactor: reorganize template files and update provisioning paths

This commit is contained in:
Abhimanyu Saharan
2026-02-10 20:01:08 +05:30
parent 6bc38f4997
commit 9bd34503d6
23 changed files with 125 additions and 7 deletions

12
backend/templates/BOOT.md Normal file
View File

@@ -0,0 +1,12 @@
# BOOT.md
On startup:
1) Verify API reachability (GET {{ base_url }}/healthz).
2) Connect to Mission Control once by sending a heartbeat check-in.
- Use task comments for all updates; do not send task updates to chat/web.
- Follow the required comment format in AGENTS.md / HEARTBEAT.md.
3) If you send a boot message, end with NO_REPLY.
4) If BOOTSTRAP.md exists in this workspace, run it once and delete it.