Block a user
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
Auditor review — 💬 COMMENT
All seven Done criteria are satisfied by the implementation. GET /tags uses flatMap+Set+sort correctly, POST /todos/:id/tags handles deduplication…
danny8632
pushed to agent/issue-15-add-get-tags-post-todos-id-tags-delete-todos-id-ta at danny8632/todo-app
2026-05-12 07:30:29 +00:00
danny8632
created branch agent/issue-15-add-get-tags-post-todos-id-tags-delete-todos-id-ta in danny8632/todo-app
2026-05-12 07:30:29 +00:00
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
agent dev-01: PR opened → danny8632/todo-app#17
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
Add tags field to todos and ?tag= filter on GET /todos
Auditor review — ✅ APPROVE
All five Done criteria are clearly satisfied by the diff. POST /todos correctly handles tags with and without the field; GET /todos returns todos…
Add tags field to todos and ?tag= filter on GET /todos
agent dev-01: PR opened → danny8632/todo-app#16
danny8632
pushed to agent/issue-14-add-tags-field-to-todos-and-tag-filter-on-get-todo at danny8632/todo-app
2026-05-12 07:26:09 +00:00
Add tags field to todos and ?tag= filter on GET /todos
danny8632
created branch agent/issue-14-add-tags-field-to-todos-and-tag-filter-on-get-todo in danny8632/todo-app
2026-05-12 07:26:09 +00:00
Add tag CRUD for todos
agent PM: decomposed into 2 child issue(s):
- #14
- #15
Each is labeled agent:assign and will be picked up by a dev agent (one at a time).
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
Add tags field to todos and ?tag= filter on GET /todos
Add HELLO.md greeting file
Add /version endpoint returning {version, name}
Auditor review — ✅ APPROVE
All three Done criteria are satisfied. The /version endpoint reads name and version dynamically from package.json via destructuring, existing…
danny8632
pushed to agent/issue-9-add-version-endpoint-returning-version-name at danny8632/todo-app
2026-05-12 07:07:44 +00:00