Update agent config

This commit is contained in:
Jared Miller 2026-02-07 12:21:33 -05:00
parent 3ebff56017
commit 7f47124b02

View file

@ -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 check` - lint (ruff --fix + format), typecheck (pyright), test (pytest)
- `just lint` / `just typecheck` / `just test` - individual steps - `just lint` / `just typecheck` / `just test` - individual steps
- `just run` - start the server (`python -m mudlib`)
- `just debug` - start with debug logging
## Project Layout ## Project Layout