Affaan Mustafa
141286a02a
Merge pull request #2234 from BERORINPO/fix/skill-origin-to-metadata
...
fix(skills): move top-level origin frontmatter key under metadata (spec compliance). tdd-workflow conflict resolved keeping #2235 argument-hint + metadata.origin.
2026-06-15 14:09:17 -04:00
He Dong
c3fd4137b9
fix(skills): replace star ratings with ASCII N/5 ( #2194 )
...
Change-Id: I72b7d094bb982070706595255536b69aa5998862
2026-06-15 13:48:54 -04:00
BERORINPO
db7f2a6fd5
fix(skills): move top-level origin frontmatter key under metadata
...
The official Agent Skills spec (agentskills.io/specification) whitelists exactly
6 top-level frontmatter keys (name/description/license/compatibility/metadata/
allowed-tools). A top-level `origin` key fails the official validator
(anthropics/skills quick_validate.py ALLOWED_PROPERTIES; skills-ref validate).
This moves `origin: X` -> `metadata.origin: X` across the canonical skills/
tree, preserving each value verbatim. Frontmatter-only, minimal diff.
- 251 SKILL.md updated (242 new metadata block, 9 appended to existing metadata)
- origin values preserved verbatim (verified 251/251)
- YAML validated on all changed files
- scoped to canonical skills/ only (docs/<lang> translations + tool mirrors
.cursor/.kiro/.agents left untouched; presumably regenerated from canonical)
Addresses #2233
2026-06-11 21:12:21 +09:00
wp_duality
acbc152375
feat(skills): enrich windows-desktop-e2e with trace/dpi/diagnostics ( #1925 )
...
* feat(skills): enrich windows-desktop-e2e with trace/dpi/diagnostics
- opt-in E2E_TRACE for step-level screenshots + JSONL action log;
text content redacted by default (E2E_TRACE_INCLUDE_TEXT to opt in)
- DPI/scaling rules + debug_match() helper for screenshot fallback
- flaky table covers Qt5 set_edit_text fallback and off-screen controls
* docs: fix windows e2e debug helper
---------
Co-authored-by: Affaan Mustafa <affaan@dcube.ai>
2026-05-15 08:11:30 -04:00
Affaan Mustafa
14816289ba
feat: salvage windows desktop e2e skill
...
Reintroduce the Windows desktop E2E testing skill from stale PR #1334 with current manifest wiring, package publish coverage, catalog counts, and sanitized environment-path guidance.
2026-05-11 19:15:02 -04:00