Problem
Tags currently live only on day files. Blockers and action items can't be tagged, so you can't group or filter them by area (e.g. auth, infra).
Proposal
- Let
devlog add --section blockers/action_items accept --tag, storing tags on the item in items.yaml.
- Add a
--tag filter to devlog items.
- Extend
devlog search to support tag-scoped queries.
Note
Tag validation already exists (^[a-z0-9_]+$); reuse it for items so the tag namespace stays consistent across day files and items.
Problem
Tags currently live only on day files. Blockers and action items can't be tagged, so you can't group or filter them by area (e.g.
auth,infra).Proposal
devlog add --section blockers/action_itemsaccept--tag, storing tags on the item initems.yaml.--tagfilter todevlog items.devlog searchto support tag-scoped queries.Note
Tag validation already exists (
^[a-z0-9_]+$); reuse it for items so the tag namespace stays consistent across day files and items.