mud_server
PipeWorks MUD Server — The Undertaking.
A procedural, ledger-driven MUD server for interactive fiction where characters are issued (not built), failure is recorded as data, and optimisation is resisted.
Version Management
__version__ is read from the installed package metadata at import time.
The single source of truth is the version field in pyproject.toml,
which release-please bumps automatically on each release. No manual edits
are needed anywhere else — server.py and health.py import
__version__ from here.