danube-cli 0.2.6 → 0.2.7
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/danube.mjs +4 -4
- package/package.json +1 -1
package/dist/danube.mjs
CHANGED
|
@@ -166,7 +166,7 @@ var package_default;
|
|
|
166
166
|
var init_package = __esm(() => {
|
|
167
167
|
package_default = {
|
|
168
168
|
name: "danube-cli",
|
|
169
|
-
version: "0.2.
|
|
169
|
+
version: "0.2.7",
|
|
170
170
|
description: "Danube CLI — agent-first tool infrastructure for AI agents",
|
|
171
171
|
type: "module",
|
|
172
172
|
license: "MIT",
|
|
@@ -1389,15 +1389,15 @@ ${chalk4.bold(skill.name)}`);
|
|
|
1389
1389
|
console.log(chalk4.dim(skill.description));
|
|
1390
1390
|
}
|
|
1391
1391
|
console.log();
|
|
1392
|
-
if (skill.
|
|
1393
|
-
console.log(skill.
|
|
1392
|
+
if (skill.skill_md_content) {
|
|
1393
|
+
console.log(skill.skill_md_content);
|
|
1394
1394
|
}
|
|
1395
1395
|
} else {
|
|
1396
1396
|
output({
|
|
1397
1397
|
id: skill.id,
|
|
1398
1398
|
name: skill.name,
|
|
1399
1399
|
description: skill.description,
|
|
1400
|
-
|
|
1400
|
+
skill_md_content: skill.skill_md_content
|
|
1401
1401
|
});
|
|
1402
1402
|
}
|
|
1403
1403
|
}));
|