Current section

Files

Jump to
vibe_kit priv templates AGENTS.md
Raw

priv/templates/AGENTS.md

# Agent Guidelines
## Development
```sh
mix deps.get
mix ci
```
## Conventions
- Use the project Mix aliases; prefer `mix ci` for the full validation suite.
- Keep changes small, tested, and formatted.