# the team it spawned finder scoped ~hundreds of thousands of rows → candidates understander scored hundreds of real sessions synthesizer themes → 50 use cases, personas skill-gen dozens of ready-to-run skill files
# the agent's badge access — all via Composio's cli prod database read-only viewer URL warehouse BI + columnar store via cli observability logs / metrics / SIEM comms chat, email, support inbox docs & tickets docs, issue tracker, git host the browser chrome devtools (CDP) the computer screen, mouse, keyboard
$ ls 02-06/ # the day we moved status pages STATUS-PAGE-MIGRATION.md # what happened + how migrate-incidents-v2.ts # dozens of incidents + updates build-structure.ts # groups + components incidents_backup.json # escape hatch, kept sessions/ # full transcripts, archived
# SessionStart — make today's folder + commit yesterday TODAY=$(date +%d-%m) mkdir -p "$DAY_DIR/sessions" echo "export TODAY_DIR=$DAY_DIR" >> "$CLAUDE_ENV_FILE" git add -A -- ':!'"$TODAY" # everything except today git commit -m "auto-commit prior day's work" && git push # SessionEnd — archive transcript + write .md summary # PostCompact — log that compaction happened
# small asks are one-liners $ composio execute METABASE_POST_API_DATASET \ --data '{"native":{"query":"SELECT ..."},"database":<id>}' # big asks are typed scripts with real concurrency $ composio run -f fetch_retention.ts # Promise.all, not loops # anything with auth, proxied $ composio proxy --toolkit slack -- POST /api/search.messages
$ cp design-doc.md live/design-docs/ # …that's it. instantly at https://<my-internal-host>/design-docs/<slug>.md # laptop tunnel → edge worker → hosted fallback # markdown rendered with mermaid, code, dark mode