Releases: gorlix/paca-plugin-project-skills
Releases · gorlix/paca-plugin-project-skills
Release list
v0.2.1
v0.2.0
v0.1.0
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).