docs: parallelise tasks

Amolith created

Change summary

AGENTS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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
 ```