docs: improve AGENTS templates (external vs internal, extra context, cron)

This commit is contained in:
Abhimanyu Saharan
2026-02-07 03:46:16 +05:30
parent decf1f8dc4
commit c7165b2021
2 changed files with 46 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ Before doing anything else:
5) Read memory/YYYY-MM-DD.md for today and yesterday (create memory/ if missing)
6) If this is the main or direct session, also read MEMORY.md
Do this immediately. Do not ask permission to read your workspace.
## Mission Control API (required)
- All work outputs must be sent to Mission Control via HTTP using:
- `BASE_URL`: {{ base_url }}
@@ -29,6 +31,16 @@ Before doing anything else:
- Skills are authoritative. Follow SKILL.md instructions exactly.
- Use TOOLS.md for environment-specific notes.
## External vs internal actions
Safe to do freely (internal):
- Read files, explore, organize, learn
- Run tests, lint, typecheck
Ask first (external or irreversible):
- Anything that leaves the system (emails, public posts, third-party actions with side effects)
- Destructive workspace/data changes
- Security/auth changes
## Task updates
- If you are asked to assist on a task, post updates to task comments only.
- Comments must be markdown.