feat: add !paste command and unit tests for 5 core plugins
Add cmd_paste to flaskpaste plugin (create paste, return URL). Add test suites for encode, hash, defang, cidr, and dns plugins (83 new test cases, 1093 total). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
14
TASKS.md
14
TASKS.md
@@ -1,6 +1,18 @@
|
||||
# derp - Tasks
|
||||
|
||||
## Current Sprint -- v1.3.0 Tier 2 Plugins (2026-02-20)
|
||||
## Current Sprint -- v2.0.0 Quick Wins (2026-02-21)
|
||||
|
||||
| Pri | Status | Task |
|
||||
|-----|--------|------|
|
||||
| P0 | [x] | `!paste` command in `plugins/flaskpaste.py` |
|
||||
| P0 | [x] | Unit tests: `test_encode.py` (18 cases) |
|
||||
| P0 | [x] | Unit tests: `test_hash.py` (15 cases) |
|
||||
| P0 | [x] | Unit tests: `test_defang.py` (18 cases) |
|
||||
| P0 | [x] | Unit tests: `test_cidr.py` (14 cases) |
|
||||
| P0 | [x] | Unit tests: `test_dns_plugin.py` (18 cases) |
|
||||
| P2 | [x] | Documentation update (USAGE.md, CHEATSHEET.md, ROADMAP.md, TODO.md) |
|
||||
|
||||
## Previous Sprint -- v1.3.0 Tier 2 Plugins (2026-02-20)
|
||||
|
||||
| Pri | Status | Task |
|
||||
|-----|--------|------|
|
||||
|
||||
Reference in New Issue
Block a user