From 7f47124b02674ead273cdb8e18a3d1ca3161e6b5 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Sat, 7 Feb 2026 12:21:33 -0500 Subject: [PATCH] Update agent config --- .claude/CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 704ee91..4d9beb3 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -6,6 +6,8 @@ Telnet MUD engine built on telnetlib3. Python 3.12+, managed with uv. - `just check` - lint (ruff --fix + format), typecheck (pyright), test (pytest) - `just lint` / `just typecheck` / `just test` - individual steps +- `just run` - start the server (`python -m mudlib`) +- `just debug` - start with debug logging ## Project Layout