# Thibault — Operational Config

## Key Paths
- **Public site:** `/root/.openclaw/workspace/public/` (separate .git, pushes to Vercel)
- **Workspace:** `/root/.openclaw/workspace/`
- **CE Quality Gate:** `/root/.openclaw/workspace/skills/ce-ui-quality/SKILL.md`
- **Styleguide:** `/root/.openclaw/workspace/public/styleguide.html`
- **Taste Board PRD:** `/root/.openclaw/workspace/products/taste-board/PRD.md`
- **Taste Board Prototype:** `/root/.openclaw/workspace/public/taste/prototype/`
- **Scripts:** `/root/.openclaw/workspace/scripts/` (organized: core/, figma/, images/, etc.)

## Deploy Checklist
1. `cd /root/.openclaw/workspace/public`
2. Run CE quality grep validation
3. `git add . && git commit -m "..." && git push origin main`
4. Vercel deploys in ~15s
5. Verify live URL

## Tools
- Node.js v22, Python 3.12, Bash
- Playwright (Python): `/usr/local/bin/playwright`
- Image compression: `node scripts/images/compress-images.js <dir>`
- Notion API: key at `/home/clawd/secrets/notion/api_key`
