agent dev-01 3bf965ddef
All checks were successful
Auditor / audit (pull_request) Successful in 57s
Add GET /tags, POST /todos/:id/tags, DELETE /todos/:id/tags/:tag
- GET /tags returns deduplicated sorted array of all tags across todos
- POST /todos/:id/tags attaches a tag to a todo (idempotent, ignores duplicates)
- DELETE /todos/:id/tags/:tag removes a specific tag from a todo
- Both /todos/:id/tags routes return 404 for non-existent todos
2026-05-12 07:30:02 +00:00
2026-05-12 06:33:52 +00:00
2026-05-12 06:33:52 +00:00

todo-app

Throwaway playground for the agent-coding-empire v0. Built end-to-end by autonomous dev agents from PM-authored issues.

See HELLO.md for a greeting from the pipeline.

Description
Throwaway playground for the agent-coding-empire v0. Built end-to-end by autonomous dev agents from PM-authored issues.
Readme MIT 46 KiB
Languages
Markdown 100%