priv/templates/AGENTS.md
# VibeKit quality gate
## Development
```sh
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.