docs: update help command docs for FlaskPaste detail pages
USAGE.md, CHEATSHEET.md, and TASKS.md updated to reflect enhanced !help output that pastes detailed docstrings via FlaskPaste. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
15
TASKS.md
15
TASKS.md
@@ -1,6 +1,18 @@
|
||||
# derp - Tasks
|
||||
|
||||
## Current Sprint -- MusicBrainz Fallback (2026-02-23)
|
||||
## Current Sprint -- Enhanced Help with FlaskPaste (2026-02-23)
|
||||
|
||||
| Pri | Status | Task |
|
||||
|-----|--------|------|
|
||||
| P0 | [x] | `!help <cmd>` pastes docstring detail via FlaskPaste, appends URL |
|
||||
| P0 | [x] | `!help <plugin>` pastes all plugin command details |
|
||||
| P0 | [x] | `!help` (no args) pastes full reference grouped by plugin |
|
||||
| P1 | [x] | Graceful fallback when FlaskPaste not loaded or paste fails |
|
||||
| P1 | [x] | Helper functions: `_build_cmd_detail`, `_paste` |
|
||||
| P1 | [x] | Tests: 5 new cases in test_core.py (9 total) |
|
||||
| P2 | [x] | Documentation update (USAGE.md, CHEATSHEET.md, TASKS.md) |
|
||||
|
||||
## Previous Sprint -- MusicBrainz Fallback (2026-02-23)
|
||||
|
||||
| Pri | Status | Task |
|
||||
|-----|--------|------|
|
||||
@@ -306,6 +318,7 @@
|
||||
|
||||
| Date | Task |
|
||||
|------|------|
|
||||
| 2026-02-23 | Enhanced `!help` with FlaskPaste detail pages (docstrings, grouped reference) |
|
||||
| 2026-02-23 | MusicBrainz fallback for `!similar` and `!tags` (no Last.fm key required) |
|
||||
| 2026-02-22 | v2.3.0 (voice profiles, rubberband FX, multi-bot, self-mute, container tools) |
|
||||
| 2026-02-21 | v2.3.0 (pymumble rewrite, music playback, fades, seek, kept library) |
|
||||
|
||||
Reference in New Issue
Block a user