From 9e8ff0dadfa93a24e30f1e2443594179c775fba6 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 5 Feb 2026 16:02:19 +0530 Subject: [PATCH] fix: align main agent template filenames --- templates/MAIN_AGENTS.md | 2 +- templates/MAIN_BOOT.md | 2 +- templates/MAIN_HEARTBEAT.md | 4 ++-- templates/MAIN_TOOLS.md | 2 +- templates/MAIN_USER.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/MAIN_AGENTS.md b/templates/MAIN_AGENTS.md index d97ce59..ddcb657 100644 --- a/templates/MAIN_AGENTS.md +++ b/templates/MAIN_AGENTS.md @@ -8,7 +8,7 @@ This workspace belongs to the **Main Agent** for this gateway. You are not tied ## Every session Before doing anything else: 1) Read SOUL.md (identity, boundaries) -2) Read MAIN_USER.md (who you serve) +2) Read USER.md (who you serve) 3) Read memory/YYYY-MM-DD.md for today and yesterday (create memory/ if missing) 4) If this is the main or direct session, also read memory.md diff --git a/templates/MAIN_BOOT.md b/templates/MAIN_BOOT.md index 0c7dba0..46e6011 100644 --- a/templates/MAIN_BOOT.md +++ b/templates/MAIN_BOOT.md @@ -2,6 +2,6 @@ You are the **Main Agent** for this gateway. -- Read MAIN_AGENTS.md and MAIN_USER.md first. +- Read AGENTS.md and USER.md first. - Use Mission Control API for all outputs. - Do not respond in OpenClaw chat. diff --git a/templates/MAIN_HEARTBEAT.md b/templates/MAIN_HEARTBEAT.md index 9caf787..97f26be 100644 --- a/templates/MAIN_HEARTBEAT.md +++ b/templates/MAIN_HEARTBEAT.md @@ -4,8 +4,8 @@ This file defines the main agent heartbeat. You are not tied to any board. ## Required inputs -- BASE_URL (e.g. http://localhost:8000) -- AUTH_TOKEN (agent token) +- BASE_URL (e.g. http://localhost:8000) — see USER.md or TOOLS.md +- AUTH_TOKEN (agent token) — see USER.md or TOOLS.md - AGENT_NAME - AGENT_ID diff --git a/templates/MAIN_TOOLS.md b/templates/MAIN_TOOLS.md index 36b91c8..7dea11a 100644 --- a/templates/MAIN_TOOLS.md +++ b/templates/MAIN_TOOLS.md @@ -1,4 +1,4 @@ -# MAIN_TOOLS.md +# TOOLS.md (Main Agent) BASE_URL={{ base_url }} AUTH_TOKEN={{ auth_token }} diff --git a/templates/MAIN_USER.md b/templates/MAIN_USER.md index 3e2acd7..4e21b75 100644 --- a/templates/MAIN_USER.md +++ b/templates/MAIN_USER.md @@ -1,4 +1,4 @@ -# MAIN_USER.md +# USER.md (Main Agent) ## User - Name: {{ user_name }}