91c349a65b
Task 12's rewrite of list_tags dropped the ok flag from the response. loadTags in view-modal.js gates its render on 'if (j.ok)', so every POST add-tag returned 200, the feedback said 'Tag added', but the pill list never refreshed because loadTags silently dropped the response as not-ok. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>