Mention jj and commit style

Amolith created

Change summary

AGENTS.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

AGENTS.md 🔗

@@ -1,13 +1,13 @@
 # sb-mcp
 
+SilverBullet MCP server, this repo uses jujutsu over git and imperative, kernel-style commits over Conventional Commits.
+
 ## Commands
 
 ```sh
 mise run check # fmt, lint, vet, vuln, build, and test
 ```
 
-Run: `sb-mcp serve` (stdio) or `sb-mcp serve --http :3001` (streamable HTTP)
-
 ## Landmines
 
 - **`print()` is silently swallowed** in the Runtime API. Always use `return` to send results back from `execute_lua`. No error, no warning — just empty output.