@atoms-agent/skills 0.4.0 → 0.4.1
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ not implement marketplaces, plugin loaders, or sandboxes.
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm install @atoms-agent/skills@0.4.
|
|
13
|
+
npm install @atoms-agent/skills@0.4.1 @atoms-agent/core@0.4.1 @atoms-agent/llm@0.4.1
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atoms-agent/skills",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local SKILL.md catalog, secure discovery, lazy loading and Core tool integration",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"README.md",
|
|
37
37
|
"LICENSE"
|
|
38
38
|
],
|
|
39
|
-
"scripts": {
|
|
40
|
-
"test": "vitest run",
|
|
41
|
-
"build": "tsc -b"
|
|
42
|
-
},
|
|
43
39
|
"engines": {
|
|
44
40
|
"node": ">=22.13"
|
|
45
41
|
},
|
|
46
42
|
"dependencies": {
|
|
47
|
-
"@atoms-agent/core": "
|
|
43
|
+
"@atoms-agent/core": "0.4.1",
|
|
48
44
|
"yaml": "2.8.0"
|
|
45
|
+
},
|
|
46
|
+
"scripts": {
|
|
47
|
+
"test": "vitest run",
|
|
48
|
+
"build": "tsc -b"
|
|
49
49
|
}
|
|
50
|
-
}
|
|
50
|
+
}
|