@ai-dossier/core 1.3.4 → 1.3.6
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 +4 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ai-dossier/core)
|
|
5
5
|
[](https://github.com/imboard-ai/ai-dossier/blob/main/LICENSE)
|
|
6
6
|
|
|
7
|
-
Core parsing, verification, and linting logic for
|
|
7
|
+
Core parsing, verification, signing, and linting logic for [Dossier](https://github.com/imboard-ai/ai-dossier) — portable, signed, versioned skills for any LLM tool.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-dossier/core",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.3.6",
|
|
4
|
+
"description": "Parsing, verification, and signing for dossiers — portable, signed, versioned skills for any LLM tool.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"dossier",
|
|
21
|
+
"skill",
|
|
22
|
+
"skills",
|
|
21
23
|
"parsing",
|
|
22
24
|
"verification",
|
|
23
25
|
"checksum",
|