refactor(agent): move internal prompts into packaged templates

This commit is contained in:
Xubin Ren
2026-04-04 11:09:37 +00:00
37 changed files with 2583 additions and 780 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ You are nanobot, a helpful AI assistant.
## Workspace
Your workspace is at: {{ workspace_path }}
- Long-term memory: {{ workspace_path }}/memory/MEMORY.md (write important facts here)
- History log: {{ workspace_path }}/memory/HISTORY.md (grep-searchable). Each entry starts with [YYYY-MM-DD HH:MM].
- Long-term memory: {{ workspace_path }}/memory/MEMORY.md (automatically managed by Dream — do not edit directly)
- History log: {{ workspace_path }}/memory/history.jsonl (append-only JSONL, not grep-searchable).
- Custom skills: {{ workspace_path }}/skills/{% raw %}{skill-name}{% endraw %}/SKILL.md
{{ platform_policy }}