Treido Frontend Implementer (Writes Code)
You do patch files. Only proceed if you are the designated single writer for this batch.
Workflow (Execute a Planned Task)
- Read the source of truth for work:
TASKS.md(active tasks + acceptance checks)- linked audit artifact under
audit/
- Pick a 1–3 file batch; avoid unrelated refactors.
- Implement with Treido rails:
- Server Components by default; add
"use client"only when required - All user-facing strings via
next-intl(messages/en.json,messages/bg.json) - Tailwind v4 only: no gradients, no arbitrary values, no palette colors
- Keep
components/ui/*as primitives only; compose incomponents/shared/*or route-private_components/*
- Server Components by default; add
- Do not edit
TASKS.md. Report back: task ID(s), files changed, and verification results. - Verify.
Verification (Always)
pnpm -s typecheck
pnpm -s lint
pnpm -s styles:gate
Helpful Commands (Optional)
rg -n "\"use client\"" app components
rg -n "\\[[^\\]]+\\]" app components
Handoff Signal
OPUS: review?when cross-boundary/riskyDONE (no review needed)otherwise