feat: add google-workspace skill to compass with usage one-liner

This commit is contained in:
Ani
2026-03-20 20:02:24 -04:00
parent 833dff0471
commit da6b7813e6

View File

@@ -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: