@omnidev-ai/cli 0.13.2 → 0.13.3

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/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6005,8 +6005,7 @@ async function runCapabilityList(flags = {}) {
6005
6005
  if (capabilityPaths.length === 0) {
6006
6006
  console.log("No capabilities found.");
6007
6007
  console.log("");
6008
- console.log("To add capabilities, create directories in omni/capabilities/");
6009
- console.log("Each capability must have a capability.toml file.");
6008
+ console.log("To add capabilities, use the 'omnidev add cap' command.");
6010
6009
  return;
6011
6010
  }
6012
6011
  let updates;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnidev-ai/cli",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {