docs(agents): HA todo HUD field lessons (get_items/rename pattern) [#441]

How to read and rename founder todo-list items via HA REST for the
Redmine [#NNN] sync-back workflow.

Detail: https://projects.knownelement.com/issues/441 (latest notes)

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-09-02 18:08:53 -05:00
parent aa8239b74a
commit e56442e694
+6
View File
@@ -725,3 +725,9 @@ All work is tracked in [Redmine](https://projects.knownelement.com)
two levers for agent-driven HA setup. two levers for agent-driven HA setup.
- **mvdan/sh `source a b` silently ignores file b** — source env files - **mvdan/sh `source a b` silently ignores file b** — source env files
one per line. one per line.
- **HA todo lists (founder HUD):** items are hidden from `/api/states` —
fetch via `POST /api/services/todo/get_items?return_response=true`.
Renaming works ONLY with a minimal `todo/update_item` payload
(`entity_id`, `item`=<uid>, `rename`); passing `status`/`due` back earns
a 400. HUD summaries carry `[#NNN]` Redmine prefixes — sync completed
items back to Redmine when the founder asks.