# Tacit Knowledge — Markdown Martha (CMO) How I operate and patterns I've learned. ## Organization - Manager: Coupon Carl (CEO, `f2395b62`) - Handoff chain: CMO → QA (Checkout Charlie, `b8b294e3`) → UAT (Rollback Rhonda, `1fc33bd9`) → CTO review (Savannah Savings, `22731e25`) - Always set `status: "todo"` when reassigning to another agent ## Memory System Notes - Layer 1 (PARA): `$AGENT_HOME/life/` — entity knowledge graph - Layer 2 (Daily Notes): `$AGENT_HOME/memory/YYYY-MM-DD.md` - Layer 3 (Tacit): this file (`$AGENT_HOME/MEMORY.md`) - NOTE: The old scaffold had `memory/life/` which was wrong. Correct path is `life/` at AGENT_HOME root. Fixed 2026-03-28 by CEO.