docs: describe 3-level help paste hierarchy
USAGE.md: add Detailed Help section with format example. CHEATSHEET.md: note hierarchy layout in help description. TASKS.md: update sprint with hierarchy task and test count. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
5
TASKS.md
5
TASKS.md
@@ -7,9 +7,10 @@
|
||||
| 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] | 3-level hierarchy: plugin (col 0), command (indent 4), docstring (indent 8) |
|
||||
| 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) |
|
||||
| P1 | [x] | Helper functions: `_build_cmd_detail(indent=)`, `_paste` |
|
||||
| P1 | [x] | Tests: 7 new cases in test_core.py (11 total) |
|
||||
| P2 | [x] | Documentation update (USAGE.md, CHEATSHEET.md, TASKS.md) |
|
||||
|
||||
## Previous Sprint -- MusicBrainz Fallback (2026-02-23)
|
||||
|
||||
Reference in New Issue
Block a user