Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,17 @@ import ScriptName from "!!raw-loader!./path/to/script.sh";
This ensures scripts are displayed accurately and stay in sync with the actual
files.

### Documentation Style Guidelines

**Capitalization in headings and bullet points:**

- Use lowercase for section headings (e.g., "Test design", "Resource
management")
- Use lowercase for bullet point labels (e.g., "**Connection policies**",
"**State inspection**")
- Maintain proper capitalization for proper nouns and technical terms
- Apply this style consistently across all documentation files

### Documentation Script Testing

When modifying developer setup scripts in `website/docs/developers/scripts/`,
Expand Down
Loading
Loading