@ikieaneh/opencode-kit 0.6.5 → 0.6.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/package.json +1 -1
  2. package/rules/rules.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikieaneh/opencode-kit",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Standardized OpenCode orchestration framework — contract-based, rules-enforced, zero-touch agent workflow. Install as plugin.",
5
5
  "license": "MIT",
6
6
  "author": "RizkiRachman",
package/rules/rules.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "check_cli": "npx --yes gitnexus --version"
18
18
  },
19
19
  "graphify": {
20
- "description": "Knowledge graph — codebase exploration",
20
+ "description": "Knowledge graph — codebase exploration (depends on gitnexus index)",
21
21
  "severity": "optional",
22
22
  "check_cli": "npx --yes gitnexus analyze --help"
23
23
  }