Skip to content

Commit 0d5ad0d

Browse files
committed
Update Docs Split
1 parent 5518838 commit 0d5ad0d

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/system_manual/setup_guide.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- VALIDATION_CHECKLIST: ["## PART A", "## PART B", "## PART C", "Visual Assets Standard", "Task: Standardize Package Headers", "Task: Update Structure Documentation"] -->
22
# EvisHomeLab: Documentation System Manual
33

4-
**Version:** 7.1 (Updated Package Workflow)
4+
**Version:** 7.2 (Refined Package Standardization)
55
**Philosophy:** Agentic CMDB (Configuration Management Database)
66
**Strategy:** "Detached Docs" (Private Config -> Public Documentation)
77

@@ -68,9 +68,12 @@ Create `.antigravity/rules.md`:
6868

6969
**Task: Standardize Package Headers (Source Code Management)**
7070
> "Scan the `packages/` directory. For every YAML file:
71-
> 1. Check if it has a standard header block.
72-
> 2. If missing, analyze the file to determine its dependencies (entities used) and purpose.
73-
> 3. **Prepend** this header to the file (do not delete code):
71+
> 1. **Analyze:** Read the file to determine its dependencies (entities used) and purpose.
72+
> 2. **Check Header:** Look for an existing top comment block.
73+
> 3. **Action:**
74+
> - **If missing:** Prepend the standard header.
75+
> - **If present but legacy/incomplete:** REPLACE the existing top comments with the standard header format (ensure `Version` is present).
76+
> - **Standard Header Format:**
7477
> ```yaml
7578
> # ------------------------------------------------------------------------------
7679
> # Package: [Filename]

0 commit comments

Comments
 (0)