You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>"Update the documentation for the **[PACKAGE_NAME]** package.
@@ -259,7 +248,7 @@ Paste this prompt to "hydrate" the AI with the project context:
259
248
> 2. **Executive Summary:** What does this package do?
260
249
> 3. **Architecture Diagram:** Generate a `mermaid` sequence diagram of the logic.
261
250
> 4. **The Code:** Embed the YAML content in a code block (Redact secrets!).
262
-
> 5. **Dashboard Connections:** Scan `.storage/lovelace_dashboards` to find associated cards.
251
+
> 5. **Dashboard Connections:** Scan `.storage/lovelace_dashboards`. Identify cards that control entities from this package and embed their configuration.
263
252
> 6. **Visuals:** Insert a placeholder link for a screenshot (e.g., ``).
264
253
> Finally, update `mkdocs.yml` navigation."
265
254
@@ -276,7 +265,7 @@ Paste this prompt to "hydrate" the AI with the project context:
276
265
**Task: Convert Dashboard to YAML**
277
266
>"Run `python ag_regenerate_dashboards.py`."
278
267
279
-
### 4. System Integrity Check (Audit)
268
+
### 5. System Integrity Check (Audit)
280
269
**Use when:** You want to verify the system is healthy.
281
270
282
271
1. **Run Tool Update:**`python ag_update_docs.py` (Should pass without errors).
0 commit comments