@hasna/skills 0.5.9 → 0.5.11

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.
package/dist/storage.js CHANGED
@@ -264,6 +264,9 @@ function getDataDir() {
264
264
  }
265
265
  return root;
266
266
  }
267
+ function getDataDirReadOnly() {
268
+ return getDataRoot();
269
+ }
267
270
  function getConfigPath(scope) {
268
271
  if (scope === "global") {
269
272
  return join2(getDataDir(), "config.json");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/skills",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
4
4
  "description": "Skills library for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -116,7 +116,8 @@
116
116
  },
117
117
  "repository": {
118
118
  "type": "git",
119
- "url": "git+https://github.com/hasna/apps.git"
119
+ "url": "https://github.com/hasna/apps.git",
120
+ "directory": "apps/skills"
120
121
  },
121
122
  "homepage": "https://github.com/hasna/skills",
122
123
  "bugs": {