Skip to content
Open
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .claude/commands/design-os/shape-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Create the file at `product/sections/[section-id]/spec.md` with this exact forma
**Important:**
- Set `shell: true` if the section should display inside the app shell (this is the default)
- Set `shell: false` if the section should display as a standalone page without the shell
- The section-id is the slug version of the section title (lowercase, hyphens instead of spaces)
- The section-id is the slug version of the section title: lowercase, spaces → hyphens, and **` & ` → `-and-`** (e.g. "Composants & UI" → `composants-and-ui`). This must match exactly what the app's `slugify()` function produces.
- Don't add features that weren't discussed. Don't leave out features that were discussed.

### 6b: Generate Sample Data and Types
Expand Down