Agentic Development
How agents should work inside this core repo.
AGENTS.md is the shared source of truth for coding agents.
Claude, Gemini, Cursor, and Copilot instructions should point back to AGENTS.md.
Run pnpm varel impact "<task>" --json to get affected-provider hints before open-ended provider, env, domain, auth, billing, email, analytics, deploy, or agent-guidance work.
Run pnpm varel setup plan --json before provider setup work.
Keep agents aware of local sandbox, Vercel preview, and Vercel production env readiness.
Run pnpm varel doctor --json and pnpm agent:preflight before broad handoff.
Use Hyperdrive MCP tools for task impact, setup plans, next steps, provider handoffs, domain plans, Computer Use checkpoints, setup validation, UI review, and SEO review.
Core owns bootstrap guidance, local checks, env ownership, integration starting points, and generic provider reminders; Hyperdrive owns deeper provider sequencing and external-system orchestration when installed.
For Sanity provider work, use Sanity MCP, Sanity CLI, and official global Sanity skills; do not vendor official Sanity skills into this repo.
Keep docs, env, billing, data boundaries, and tests aligned when product behavior changes.