diff --git a/TASKS.md b/TASKS.md deleted file mode 100644 index 37ad198..0000000 --- a/TASKS.md +++ /dev/null @@ -1,5 +0,0 @@ -# Findings – Pick'n'Play - -- [x] Non-admin suggestion edits now phase-gated: full edit in Suggest, title locked in Vote, no edits in Results. Updated PUT logic and expanded test to assert non-title fields edit in Vote and block in Results. -- [x] Joker create path now allows a sixth suggestion when using a joker and blocks a seventh; added coverage for the joker bypass case. -- [x] Editing another player's suggestion covered with 401 assertion to protect authorization regression.