@a16njs/models 0.7.0 → 0.8.0

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.
@@ -80,7 +80,7 @@ export declare function readSkillFiles(skillDir: string, resources: string[]): P
80
80
  *
81
81
  * It does NOT write IR-specific fields (version, type, relativeDir).
82
82
  *
83
- * @param outputDir - Directory to write the skill (e.g., .a16n/agent-skill-io/<name>)
83
+ * @param outputDir - Directory to write the skill (e.g., .a16n/agent-skill-io/NAME)
84
84
  * @param frontmatter - Skill frontmatter (AgentSkills.io format)
85
85
  * @param content - Skill content
86
86
  * @param files - Resource files to write (key: relative path, value: content)
@@ -104,7 +104,7 @@ export declare function writeAgentSkillIO(outputDir: string, frontmatter: Parsed
104
104
  *
105
105
  * It does NOT expect IR-specific fields (version, type, relativeDir).
106
106
  *
107
- * @param skillDir - Directory containing the skill (e.g., .a16n/agent-skill-io/<name>)
107
+ * @param skillDir - Directory containing the skill (e.g., .a16n/agent-skill-io/NAME)
108
108
  * @returns Parsed skill with frontmatter, content, and resource files
109
109
  *
110
110
  * @example
@@ -110,7 +110,7 @@ export async function readSkillFiles(skillDir, resources) {
110
110
  *
111
111
  * It does NOT write IR-specific fields (version, type, relativeDir).
112
112
  *
113
- * @param outputDir - Directory to write the skill (e.g., .a16n/agent-skill-io/<name>)
113
+ * @param outputDir - Directory to write the skill (e.g., .a16n/agent-skill-io/NAME)
114
114
  * @param frontmatter - Skill frontmatter (AgentSkills.io format)
115
115
  * @param content - Skill content
116
116
  * @param files - Resource files to write (key: relative path, value: content)
@@ -169,7 +169,7 @@ export async function writeAgentSkillIO(outputDir, frontmatter, content, files)
169
169
  *
170
170
  * It does NOT expect IR-specific fields (version, type, relativeDir).
171
171
  *
172
- * @param skillDir - Directory containing the skill (e.g., .a16n/agent-skill-io/<name>)
172
+ * @param skillDir - Directory containing the skill (e.g., .a16n/agent-skill-io/NAME)
173
173
  * @returns Parsed skill with frontmatter, content, and resource files
174
174
  *
175
175
  * @example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a16njs/models",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Type definitions and plugin interface for a16n",
5
5
  "license": "AGPL-3.0",
6
6
  "author": "Texarkanine",