From 36740b7e6c83e9fdd2de1d09b114f2b42624a22a Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 21 Apr 2026 22:38:45 -0600 Subject: [PATCH] Mention jj and commit style --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 8f481a002668fc48ce179aafc1d6eafffc6cefd2..61fdd5bf6a4cd9911572b357043496d5c87c853c 100644 --- a/AGENTS.md +++ b/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.