Skip to content

Commit 2d5ada1

Browse files
committed
fix(skills): correct misleading JSON array comment in wandConfig example
1 parent 0df36f6 commit 2d5ada1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude/commands/add-block.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Optional fields that are rarely used should be set to `mode: 'advanced'` so they
753753

754754
## WandConfig for Complex Inputs
755755

756-
Use `wandConfig` for fields that are hard to fill out manually, such as timestamps, JSON arrays, and complex query strings. This gives users an AI-assisted input experience.
756+
Use `wandConfig` for fields that are hard to fill out manually, such as timestamps, comma-separated lists, and complex query strings. This gives users an AI-assisted input experience.
757757

758758
```typescript
759759
// Timestamps - use generationType: 'timestamp' to inject current date context
@@ -769,7 +769,7 @@ Use `wandConfig` for fields that are hard to fill out manually, such as timestam
769769
},
770770
}
771771

772-
// JSON arrays - use generationType: 'json-object'
772+
// Comma-separated lists - simple prompt without generationType
773773
{
774774
id: 'mediaIds',
775775
title: 'Media IDs',

0 commit comments

Comments
 (0)