feat(journal): farm-journal maubot plugin
Records what people did each day, scoped per-room/sender/timestamp. Stored in maubot's per-instance SQLite plugin DB. Commands: - !journal <text> record an entry - !journal show [@u] last 10 entries, optionally filtered by user - !journal today everything logged today (UTC) The command shape requires @command.new(arg_fallthrough=False) so the parent's pass_raw=True `text` argument doesn't swallow subcommand keywords like "show" and "today" — same pattern the upstream maubot reminder plugin uses. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
153b164284
3 changed files with 101 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
*.mbp
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
Loading…
Add table
Add a link
Reference in a new issue