Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 392 Bytes

File metadata and controls

15 lines (11 loc) · 392 Bytes

VibeKit quality gate

Development

mix deps.get
mix ci

Conventions

  • Use mix ci for the full validation suite before finishing changes.
  • For Phoenix/web apps, keep Phoenix's generated guidance, but treat this VibeKit section as the final quality gate.
  • For non-web Elixir projects, VibeKit is the default project baseline.
  • Keep changes small, tested, and formatted.