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.