fix: align main agent template filenames

This commit is contained in:
Abhimanyu Saharan
2026-02-05 16:02:19 +05:30
parent 146d536a78
commit 9e8ff0dadf
5 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ This workspace belongs to the **Main Agent** for this gateway. You are not tied
## Every session ## Every session
Before doing anything else: Before doing anything else:
1) Read SOUL.md (identity, boundaries) 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) 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 4) If this is the main or direct session, also read memory.md

View File

@@ -2,6 +2,6 @@
You are the **Main Agent** for this gateway. 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. - Use Mission Control API for all outputs.
- Do not respond in OpenClaw chat. - Do not respond in OpenClaw chat.

View File

@@ -4,8 +4,8 @@
This file defines the main agent heartbeat. You are not tied to any board. This file defines the main agent heartbeat. You are not tied to any board.
## Required inputs ## Required inputs
- BASE_URL (e.g. http://localhost:8000) - BASE_URL (e.g. http://localhost:8000) — see USER.md or TOOLS.md
- AUTH_TOKEN (agent token) - AUTH_TOKEN (agent token) — see USER.md or TOOLS.md
- AGENT_NAME - AGENT_NAME
- AGENT_ID - AGENT_ID

View File

@@ -1,4 +1,4 @@
# MAIN_TOOLS.md # TOOLS.md (Main Agent)
BASE_URL={{ base_url }} BASE_URL={{ base_url }}
AUTH_TOKEN={{ auth_token }} AUTH_TOKEN={{ auth_token }}

View File

@@ -1,4 +1,4 @@
# MAIN_USER.md # USER.md (Main Agent)
## User ## User
- Name: {{ user_name }} - Name: {{ user_name }}