Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.24 KB

File metadata and controls

27 lines (19 loc) · 1.24 KB

AI Agent Guide -- Qovery Console

Before working on this repo, read the relevant skills in .agents/skills/. Each skill has a SKILL.md with a summary and a rules/ folder with detailed guidelines.

Skills

Skill Description
qovery-console-standards Architecture, React/TS, styling, testing, naming, workflow, pre-commit
vercel-react-best-practices React performance optimization (57 rules)
web-design-guidelines UI/UX and accessibility audit

Symlinks: .cursor/skills/ and .claude/skills/ point to .agents/skills/.

Essential Facts

  • Yarn Berry only (never npm). nvm use 23.
  • Branch from staging. Conventional commits: feat|fix|chore(scope): message.
  • Before commit: format -> test -> snapshot review -> lint.
  • ts-pattern for branching logic. React Query for server state.
  • Shared utilities live in @qovery/shared/util-js.

Agent Behavior

  • Do not revert changes you did not author.
  • State assumptions clearly.
  • Keep diffs focused.