Skip to content

doc: warn that publish bypasses tag validation#8

Merged
matthiasdebernardini merged 1 commit intomainfrom
doc/publish-bypass-warning
Mar 8, 2026
Merged

doc: warn that publish bypasses tag validation#8
matthiasdebernardini merged 1 commit intomainfrom
doc/publish-bypass-warning

Conversation

@matthiasdebernardini
Copy link
Copy Markdown
Owner

Summary

  • Adds a warning to SKILL.md's "Raw Event Publishing" section clarifying that publish passes tags through verbatim with no validation
  • Agents should prefer create-header and add-item which enforce correct DCoSL tag structure automatically
  • Closes the names tag in list headers #1 (names tag) and The z-tag in list items #2 (z-tag) — both were caused by raw/manual event construction, not CLI bugs

Test plan

🤖 Generated with Claude Code

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>
@matthiasdebernardini matthiasdebernardini merged commit 3f653a7 into main Mar 8, 2026
6 checks passed
@matthiasdebernardini matthiasdebernardini deleted the doc/publish-bypass-warning branch March 8, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the names tag in list headers

1 participant