fix: quote YAML frontmatter descriptions containing colons in SKILL.md files

Closes #143
This commit is contained in:
bluzername
2026-03-27 15:06:19 +07:00
parent a45c672d30
commit e7d59140c0
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
---
name: workflow-test-fix-cycle
description: End-to-end test-fix workflow generate test sessions with progressive layers (L0-L3), then execute iterative fix cycles until pass rate >= 95%. Combines test-fix-gen and test-cycle-execute into a unified pipeline. Triggers on "workflow:test-fix-cycle".
description: "End-to-end test-fix workflow generate test sessions with progressive layers (L0-L3), then execute iterative fix cycles until pass rate >= 95%. Combines test-fix-gen and test-cycle-execute into a unified pipeline. Triggers on \"workflow:test-fix-cycle\"."
allowed-tools: spawn_agent, wait, send_input, close_agent, request_user_input, Read, Write, Edit, Bash, Glob, Grep
---