@hasna/skills 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -213,6 +213,8 @@ export interface ServerSkillVersion {
213
213
  createdAt: string;
214
214
  }
215
215
  export interface PublishSkillInput {
216
+ /** Internal boot-seed precondition: never revive or replace non-bundled records. */
217
+ seedBundledOnly?: true;
216
218
  principal: ApiPrincipal;
217
219
  slug: string;
218
220
  displayName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/skills",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "Skills library for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {