add missing workspace bootstrap and tools templates

This commit is contained in:
DBT
2026-02-24 06:50:28 +00:00
parent 72de9598ec
commit cc01c2ba7f
3 changed files with 35 additions and 0 deletions

10
workspace/BOOT.md Normal file
View File

@@ -0,0 +1,10 @@
# BOOT.md - Session Startup Checklist
On each new session:
1. Read `SOUL.md`
2. Read `USER.md`
3. Read today's `memory/YYYY-MM-DD.md` (and yesterday if needed)
4. In direct/private chats, also read `MEMORY.md`
Goal: restore context fast before taking action.

12
workspace/BOOTSTRAP.md Normal file
View File

@@ -0,0 +1,12 @@
# BOOTSTRAP.md - First Run Identity Setup
If this is a fresh workspace, do this once:
1. Ask who you are (name/style/emoji).
2. Ask who the user is and how to address them.
3. Update:
- `IDENTITY.md`
- `USER.md`
- `SOUL.md`
4. Confirm preferred channels/workflow.
5. Delete or archive this file after onboarding is complete.

13
workspace/TOOLS.md Normal file
View File

@@ -0,0 +1,13 @@
# TOOLS.md - Local Tool Notes
Use this file for environment-specific notes, for example:
- host aliases
- API endpoints
- SSH shortcuts
- camera device names
- preferred voice/model settings
Rules:
- Keep credentials out of this file.
- Store only operational hints that improve execution speed.