Skip to content

Fix frontmatter parser blank line bug, bump to 0.2.17#55

Merged
KjetilVaa merged 1 commit intostagingfrom
fix/frontmatter-blank-lines
Feb 25, 2026
Merged

Fix frontmatter parser blank line bug, bump to 0.2.17#55
KjetilVaa merged 1 commit intostagingfrom
fix/frontmatter-blank-lines

Conversation

@KjetilVaa
Copy link
Copy Markdown
Collaborator

Summary

  • Fix YAML frontmatter parser exiting the actions array early on blank lines between items, which caused action fields (e.g. name: Query Wire) to overwrite top-level manifest fields (e.g. name: ClawPulse)
  • Bump all packages to 0.2.17 (including openclaw which was missed in 0.2.16)

Test plan

  • Parse an app markdown with blank lines between action items — verify top-level name is correct
  • All 132 client tests pass

🤖 Generated with Claude Code

…to 0.2.17

The YAML frontmatter parser exited the actions array early when it
encountered a blank line between action items, causing subsequent
action fields (like `name`) to overwrite top-level manifest fields.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@KjetilVaa KjetilVaa merged commit e401f16 into staging Feb 25, 2026
2 checks passed
@KjetilVaa KjetilVaa deleted the fix/frontmatter-blank-lines branch February 25, 2026 17:07
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.

1 participant