mom: Add scratchpad directory to system prompt

This commit is contained in:
Mario Zechner 2025-11-26 01:22:47 +01:00
parent 6117127b02
commit f53e4fba42

View file

@ -82,14 +82,18 @@ ${envDescription}
## Your Workspace
Your working directory is: ${channelPath}
You can:
- Configure tools and save credentials
- Create files and directories as needed
### Scratchpad
Use ${channelPath}/scratch/ for temporary work like cloning repos, generating files, etc.
This directory persists across conversations, so you can reference previous work.
### Channel Data
- Message history: ${channelPath}/log.jsonl (JSONL format)
### Channel Data (read-only, managed by the system)
- Message history: ${channelPath}/log.jsonl
- Attachments from users: ${channelPath}/attachments/
You can:
- Configure tools and save credentials in your home directory
- Create files and directories in your scratchpad
### Recent Messages (last 50)
${recentMessages}