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.
This commit is contained in:
Affaan Mustafa
2026-06-15 14:09:17 -04:00
251 changed files with 555 additions and 313 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
---
name: tinystruct-patterns
description: Expert guidance for developing with the tinystruct Java framework. Use when working on the tinystruct codebase or any project built on tinystruct — including creating Application classes, @Action-mapped routes, unit tests, ActionRegistry, HTTP/CLI dual-mode handling, the built-in HTTP server, the event system, JSON with Builder/Builders, database persistence with AbstractData, POJO generation, Server-Sent Events (SSE), file uploads, and outbound HTTP networking.
origin: ECC
metadata:
origin: ECC
---
# tinystruct Development Patterns