AGENTS.md 🔗
@@ -11,7 +11,7 @@ SilverBullet MCP server, this repo uses jujutsu over git and imperative, kernel-
## Commands
```sh
-mise run fmt lint build # after every edit
+mise run fmt ::: lint ::: build # all three in parallel, run after every edit
mise run check # fmt, lint, build, AND vet, vuln, and test
```