From e56442e694e3ab1e2be03db307cf3ae8a097cc79 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 2 Sep 2026 18:08:53 -0500 Subject: [PATCH] docs(agents): HA todo HUD field lessons (get_items/rename pattern) [#441] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index af23fd0..690cc12 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -725,3 +725,9 @@ All work is tracked in [Redmine](https://projects.knownelement.com) two levers for agent-driven HA setup. - **mvdan/sh `source a b` silently ignores file b** — source env files 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`=, `rename`); passing `status`/`due` back earns + a 400. HUD summaries carry `[#NNN]` Redmine prefixes — sync completed + items back to Redmine when the founder asks.