fix: skill frontmatter compatibility with pi 0.50
- Remove unknown 'tools' field from ui-query - Quote description with colons in verify-work (YAML parsing)
This commit is contained in:
parent
a865c34876
commit
268b9ccc83
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
name: ui-query
|
name: ui-query
|
||||||
description: Query UI elements via AT-SPI accessibility tree. Get window lists, extract text, find elements by role/name without OCR.
|
description: Query UI elements via AT-SPI accessibility tree. Get window lists, extract text, find elements by role/name without OCR.
|
||||||
tools: scripts/ui-query
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# UI Query Skill
|
# UI Query Skill
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: verify-work
|
name: verify-work
|
||||||
description: Use BEFORE claiming completion of any task. Enforces "The Iron Law": No completion claims without fresh verification evidence. Runs project-specific build and test commands to prove correctness.
|
description: "Use BEFORE claiming completion of any task. Enforces 'The Iron Law': No completion claims without fresh verification evidence. Runs project-specific build and test commands to prove correctness."
|
||||||
---
|
---
|
||||||
|
|
||||||
# Verify Work (The Gatekeeper)
|
# Verify Work (The Gatekeeper)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue