Skip to content

Commit f81a84e

Browse files
doc: warn that publish bypasses tag validation
Both issues #1 and #2 reported malformed tags from an AI agent, but the CLI's structured commands already enforce correct formats. The events were created via raw publishing. Add a warning to SKILL.md so agents prefer create-header/add-item over publish. Closes #1 Closes #2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3dc0970 commit f81a84e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ wokhei delete <event-id-1> <event-id-2> <event-id-3>
237237

238238
## Raw Event Publishing
239239

240+
> **Warning**: `publish` passes tags through **verbatim with no validation**. Incorrect tag formats (wrong `z` values, missing `names` plural, combined `recommended` fields, etc.) will be published as-is. Prefer `create-header` and `add-item` which enforce correct DCoSL tag structure automatically.
241+
240242
For custom events not covered by built-in commands:
241243

242244
```bash

0 commit comments

Comments
 (0)