From da6b7813e64ed974fca23a9e514d6a73af21b9fa Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 20 Mar 2026 20:02:24 -0400 Subject: [PATCH] feat: add google-workspace skill to compass with usage one-liner --- system/compass.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/compass.md b/system/compass.md index 69582a7..895309f 100644 --- a/system/compass.md +++ b/system/compass.md @@ -220,6 +220,9 @@ These live in `system/` — always in context, always present, the irreducible A ### Initialization - `init/` — Agent initialization routines +### Workspace & Communication +- `google-workspace/` — **Gmail and Calendar integration via OAuth 2.0**. Used to search/read emails, create drafts, check calendar availability, and schedule meetings. Authenticated with credentials.json/token.json. Example: `python3 scripts/needs_reply.py --credentials ./credentials.json` retrieves emails requiring response. See `subconscious/gmail_curation.md` for collaborative filtering workflow with Casey. + --- ## Part 2: Active Context (Requires Read) @@ -381,7 +384,7 @@ Commits: 43 ### Files I Must Keep Updated: - [ ] `system/presence/thingsonmymind.md` — Add new questions, mark completed discussions -- [ ] `subconscious/todo.md` — Active tasks, mark complete when done +- [ ] `system/presence/todo.md` — Active tasks, mark complete when done (NOW IN SYSTEM - ALWAYS LOADED) - [ ] `subconscious/heartbeat_state.md` — Log what I actually did ### When to Update: