Skip to content

Commit c433b6b

Browse files
committed
Update Dishwasher
1 parent 1ff54de commit c433b6b

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

docs/system_manual/setup_guide.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,19 @@ Run these commands in order to keep everything synced.
8686

8787
### 3. The Agent Prompts
8888

89-
**Task: Standardize Package Headers (Source Code Management)**
90-
> "Scan `packages/`. Check headers. If missing/legacy, prepend:
91-
92-
```yaml
93-
# ------------------------------------------------------------------------------
94-
# Package: [Filename]
95-
# Version: 1.0.0
96-
# Description: [Summary]
97-
# Dependencies: [Entities used]
98-
# ------------------------------------------------------------------------------
99-
```"
89+
```markdown
90+
> **Task: Standardize Package Headers (Source Code Management)**
91+
>
92+
> Scan `packages/`. Check headers. If missing/legacy, prepend:
93+
>
94+
> ```yaml
95+
> # ------------------------------------------------------------------------------
96+
> # Package: [Filename]
97+
> # Version: 1.0.0
98+
> # Description: [Summary]
99+
> # Dependencies: [Entities used]
100+
> # ------------------------------------------------------------------------------
101+
> ```
100102
101103
**Task: Deep Package Analysis (Mermaid & Summary)**
102104
*Use this prompt to add diagrams and intelligence to an existing package document.*

0 commit comments

Comments
 (0)