Update agent config
This commit is contained in:
parent
3ebff56017
commit
7f47124b02
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue