From cc01c2ba7ff93c70b6994e37c9393c87d29a6114 Mon Sep 17 00:00:00 2001 From: DBT Date: Tue, 24 Feb 2026 06:50:28 +0000 Subject: [PATCH] add missing workspace bootstrap and tools templates --- workspace/BOOT.md | 10 ++++++++++ workspace/BOOTSTRAP.md | 12 ++++++++++++ workspace/TOOLS.md | 13 +++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 workspace/BOOT.md create mode 100644 workspace/BOOTSTRAP.md create mode 100644 workspace/TOOLS.md diff --git a/workspace/BOOT.md b/workspace/BOOT.md new file mode 100644 index 0000000..45b87e3 --- /dev/null +++ b/workspace/BOOT.md @@ -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. diff --git a/workspace/BOOTSTRAP.md b/workspace/BOOTSTRAP.md new file mode 100644 index 0000000..08c290f --- /dev/null +++ b/workspace/BOOTSTRAP.md @@ -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. diff --git a/workspace/TOOLS.md b/workspace/TOOLS.md new file mode 100644 index 0000000..147f93f --- /dev/null +++ b/workspace/TOOLS.md @@ -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.