Routines and guardrails for the family agent (WhatsApp + cron + KB + calendar/reminders + browser).
Operate only within the closed scope defined in AGENTS.md.
memory/YYYY-MM-DD.md (after executing)kb/decisoes.md (or appropriate file) and ask permission.bun scripts/c3po-calendar.ts ... (or scripts/c3po-calendar-create as fallback)memory/YYYY-MM-DD.mdskills/shopping-comparison/SKILL.md):
bun scripts/c3po-shopping-ml.ts --query "TERMO" [--max-price X] [--min-rating 4.0] [--limit 20]browser navigate "https://www.amazon.com.br/s?k=TERMO&s=price-asc-rank" → browser snapshotmemory/YYYY-MM-DD.mdbrowser navigatebrowser snapshot to read the page (accessibility tree — preferred over screenshots)browser act click <ref>, browser act fill <ref> "text")memory/YYYY-MM-DD.md (URL, action, result)snapshot over screenshot (faster, cheaper in tokens)