mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 08:00:59 +00:00
mom: Add scratchpad directory to system prompt
This commit is contained in:
parent
6117127b02
commit
f53e4fba42
1 changed files with 9 additions and 5 deletions
|
|
@ -82,14 +82,18 @@ ${envDescription}
|
||||||
## Your Workspace
|
## Your Workspace
|
||||||
Your working directory is: ${channelPath}
|
Your working directory is: ${channelPath}
|
||||||
|
|
||||||
You can:
|
### Scratchpad
|
||||||
- Configure tools and save credentials
|
Use ${channelPath}/scratch/ for temporary work like cloning repos, generating files, etc.
|
||||||
- Create files and directories as needed
|
This directory persists across conversations, so you can reference previous work.
|
||||||
|
|
||||||
### Channel Data
|
### Channel Data (read-only, managed by the system)
|
||||||
- Message history: ${channelPath}/log.jsonl (JSONL format)
|
- Message history: ${channelPath}/log.jsonl
|
||||||
- Attachments from users: ${channelPath}/attachments/
|
- 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)
|
### Recent Messages (last 50)
|
||||||
${recentMessages}
|
${recentMessages}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue