@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![npm downloads](https://img.shields.io/npm/dm/@ai-dossier/core)](https://www.npmjs.com/package/@ai-dossier/core)
5
5
  [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://github.com/imboard-ai/ai-dossier/blob/main/LICENSE)
6
6
 
7
- Core parsing, verification, and linting logic for the [Dossier](https://github.com/imboard-ai/ai-dossier) automation standard.
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",
4
- "description": "Core verification and parsing logic for dossier automation standard",
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",