Updates to Agent System Prompt
Release rolling / release (push) Successful in 9m39s

This commit is contained in:
2026-08-18 15:01:56 -04:00
parent e7e1deabee
commit 613f05aaec
47 changed files with 558 additions and 399 deletions
+5 -4
View File
@@ -1,6 +1,7 @@
# BOOTSTRAP.md - On Every Startup
1. Check Hyperdrive health and peer count
2. Discover and list available skills from `workspace/skills/` (compact index is in the system prompt; use `read_skill` when needed)
3. Summarize recent MEMORY.md changes
4. Provide a concise 3-bullet OS status overview
Workspace files and the skills index are already in the system prompt. Do not dump them back to the user.
1. If this continues prior work, `memory_search` or read MEMORY.md first.
2. If a skill matches the incoming task, call `read_skill` and follow it.
3. Start executing the user request immediately. Do not volunteer a 3-bullet OS status unless they asked for status.