Skip to content

Commit 9d190b8

Browse files
committed
docs(server-apps): restore .server-changes writing guidance from #4260
The .server-changes docs tidy-up from #4260 (commit 1726d57) was reverted alongside the recovery mechanism; restoring it here since it is unrelated.
1 parent eb55530 commit 9d190b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/rules/server-apps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ area: webapp
1414
type: fix
1515
---
1616
17-
Brief description of what changed and why.
17+
Fix pages occasionally loading unstyled during deploys. The dashboard now recovers automatically.
1818
EOF
1919
```
2020

2121
- **area**: `webapp` | `supervisor`
2222
- **type**: `feature` | `fix` | `improvement` | `breaking`
2323
- If the PR also touches `packages/`, just the changeset is sufficient (no `.server-changes/` needed).
24+
25+
The body ships **verbatim in user-facing release notes**. Keep it to 1–2 short sentences, non-technical, written for a dashboard user: describe what changed for them, never the implementation (no header names, endpoints, middleware, storage mechanisms, internal tools). See `.server-changes/README.md` for full guidance.

0 commit comments

Comments
 (0)