diff --git a/pm/tasks-v2.org b/pm/tasks-v2.org index b6f23c3..c0296d8 100644 --- a/pm/tasks-v2.org +++ b/pm/tasks-v2.org @@ -208,7 +208,7 @@ python ./youdis.py - legacy auth/user-management commands were removed from the active adapter path - `.env` is now supported for local/dev convenience, while real environment variables still override it in prod/docker - command registration required explicit binding plus `@bot.listen()` listeners in this adapter structure -* [ ] 2.0.3: remove deprecated discord-bot functionality (2) +* [X] 2.0.3: remove deprecated discord-bot functionality (2) delete or retire legacy bot behaviors that no longer fit once the backend split is in place ** pm notes - only remove this after the new path works. this is cleanup, not pioneering work. @@ -227,7 +227,7 @@ delete or retire legacy bot behaviors that no longer fit once the backend split - deprecated artifacts are clearly removed or marked ** evidence -- commit: +- commit: 0aa9950 - tests: 1. `python3 -m py_compile ./youdis.py ./youdis/adapters/discord.py` 2. `rg -n "users.json|api_token" README.md unraid-ca-template.xml youdis.py youdis/adapters/discord.py`