danny8632
  • Joined on 2026-02-10
danny8632 commented on pull request danny8632/todo-app#17 2026-05-12 07:31:26 +00:00
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…

3bf965ddef Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
danny8632 commented on issue danny8632/todo-app#15 2026-05-12 07:30:28 +00:00
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag

agent dev-01: PR opened → danny8632/todo-app#17

danny8632 created pull request danny8632/todo-app#17 2026-05-12 07:30:28 +00:00
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
danny8632 commented on pull request danny8632/todo-app#16 2026-05-12 07:27:01 +00:00
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…

danny8632 commented on issue danny8632/todo-app#14 2026-05-12 07:26:10 +00:00
Add tags field to todos and ?tag= filter on GET /todos

agent dev-01: PR opened → danny8632/todo-app#16

e50dc2447e Add tags field to todos and ?tag= filter on GET /todos
danny8632 created pull request danny8632/todo-app#16 2026-05-12 07:26:09 +00:00
Add tags field to todos and ?tag= filter on GET /todos
danny8632 commented on issue danny8632/todo-app#13 2026-05-12 07:24:52 +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).

danny8632 opened issue danny8632/todo-app#15 2026-05-12 07:24:51 +00:00
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
danny8632 opened issue danny8632/todo-app#14 2026-05-12 07:24:51 +00:00
Add tags field to todos and ?tag= filter on GET /todos
danny8632 pushed to main at danny8632/orchestrator 2026-05-12 07:24:26 +00:00
dc61d92eb1 PM-trigger via Gitea: pm-task.sh + webhook routing on pm:plan label + idempotency
danny8632 opened issue danny8632/todo-app#13 2026-05-12 07:22:58 +00:00
Add tag CRUD for todos
danny8632 pushed to main at danny8632/todo-app 2026-05-12 07:14:09 +00:00
cee0601b83 Merge pull request 'Add HELLO.md greeting file' (#2) from agent/issue-1-add-hello-md-greeting-file into main
4778a6cf02 Add HELLO.md greeting file and update README
Compare 2 commits »
danny8632 closed issue danny8632/todo-app#1 2026-05-12 07:14:08 +00:00
Add HELLO.md greeting file
danny8632 merged pull request danny8632/todo-app#2 2026-05-12 07:14:08 +00:00
Add HELLO.md greeting file
danny8632 commented on pull request danny8632/todo-app#12 2026-05-12 07:08:17 +00:00
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…

b2d1776185 Add GET /version endpoint returning package name and version