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
Copy file name to clipboardExpand all lines: docs/system_manual/setup_guide.md
+41-43Lines changed: 41 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
<!-- VALIDATION_CHECKLIST: ["## PART A", "## PART B", "## PART C", "Visual Assets Standard", "Task: Standardize Package Headers", "Task: Update Structure Documentation"] -->
1
+
<!-- VALIDATION_CHECKLIST: ["## PART A", "## PART B", "## PART C", "## PART D", "## PART E", "## PART F", "Visual Assets Standard", "Task: Standardize Package Headers"] -->
**Start new chats with:** "I am resuming EvisHomeLab. Read `docs_site/AI_CONTEXT.md` and `docs_site/docs/system_manual/setup_guide.md`. Adopt the persona."
> 2. **Overview:** Update 'High Level Architecture' with new integrations."
104
108
105
109
**Task: Web Design & Image Management**
106
110
> "Scan `assets/images/`. Update Markdown files to replace placeholder text with actual image links. If asking for CSS changes, edit `assets/css/custom.css`."
107
111
108
-
**Task: Generate All Package Documentation (Manual Fallback)**
112
+
**Task: Generate All Package Documentation**
109
113
> "Deep scan `packages/`. Create Markdown for all files with: Frontmatter tags, Summary, Architecture Diagram, Redacted Code, Dashboard connections, and Visuals."
110
114
111
-
**Task: Enable Tags & Tag Cloud**
112
-
> "Edit `docs_site/mkdocs.yml`. Add `- tags` under `plugins:`."
113
-
114
115
---
115
116
## PART E: Tool Reference
116
117
@@ -121,10 +122,7 @@ The Master Orchestrator. Imports content from `.ag_definitions/`, validates it,
121
122
The Privacy Engine. Reads `.storage/lovelace_dashboards`, performs regex-based name redaction (Jukka->Evis), and outputs clean YAML blocks.
122
123
123
124
### 3. `ag_update_package.py`
124
-
The Package Doc Generator.
125
-
* **Single Mode:** `python ag_update_package.py heating` (Updates one file).
126
-
* **Batch Mode:** `python ag_update_package.py --all` (Updates all packages).
127
-
* **Features:** Extracts header metadata (Version/Desc), checks for `auto_update: false` locks, and redacts secrets.
125
+
The Package Doc Generator. Reads a specific package YAML, extracts header metadata (Version/Desc), and updates the specific Markdown file.
0 commit comments