Skip to content

v0.1.0

Choose a tag to compare

@gorlix gorlix released this 02 Sep 14:08
· 13 commits to main since this release
b42f4f0

Initial release: project-scoped Agent Skills CRUD.

Implements point 3 of Paca-AI/paca#453 — lets a project register its own SKILL.md-format skills via this plugin's own HTTP routes (/projects/:projectId/skills[...]), backed by a project-scoped Postgres table. Names are validated and auto-prefixed with paca- per the ecosystem convention.

Tested: go test -race (86.5% coverage), golangci-lint clean, real TinyGo wasip1/wasm build, and a full CRUD cycle verified against a live Paca dev instance (see README's Testing section for details).

Not wired into the manifest's skills.baseUrl/names mechanism — see README for why (WASM plugins have no runtime filesystem access, and that mechanism is install-time-static only).