Commit graph

3 commits

Author SHA1 Message Date
f36085c921
Add rest command for stamina recovery 2026-02-08 22:16:47 -05:00
c385f559a3
Strip aliases from TOML content files 2026-02-08 13:36:20 -05:00
d159a88ca4
Add TOML content loader for declarative command definitions
Scan content/commands/ for .toml files at startup and register them
as commands alongside Python-defined ones. Two flavors: handler-based
(points to a Python callable via module:function) and message-based
(auto-generates a handler from inline text). Includes example MOTD
command, type validation, error logging, and full test coverage.
2026-02-07 20:27:29 -05:00