@ikieaneh/opencode-kit 0.6.4 → 0.6.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikieaneh/opencode-kit",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
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",
@@ -44,7 +44,8 @@
44
44
  },
45
45
  "scripts": {
46
46
  "postinstall": "git config core.hooksPath .githooks 2>/dev/null || true",
47
- "lint": "shellcheck src/*.sh rules/*.sh 2>/dev/null || true",
47
+ "lint": "shellcheck -S error src/*.sh rules/*.sh test/shell/*.sh",
48
+ "lint-all": "shellcheck src/*.sh rules/*.sh test/shell/*.sh",
48
49
  "format": "echo 'Formatting: not configured yet'"
49
50
  },
50
51
  "bugs": {
@@ -5,6 +5,7 @@
5
5
  set -euo pipefail
6
6
 
7
7
  SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
8
+ # shellcheck source=../src/platform.sh
8
9
  . "$SCRIPT_DIR/src/platform.sh"
9
10
 
10
11
  RULES_FILE=".opencode/rules/rules.json"
package/src/cli.js CHANGED
@@ -70,7 +70,7 @@ function findProjectRoot(startDir) {
70
70
  const commands = {
71
71
  doctor: '.opencode/src/doctor.sh',
72
72
  status: '.opencode/src/status.sh',
73
- analytics: 'src/analytics.sh',
73
+ analytics: '.opencode/src/analytics.sh',
74
74
  };
75
75
 
76
76
  const command = args[0];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "state": "INIT",
3
- "contract_version": "0.1.0",
3
+ "contract_version": "0.6.4",
4
4
  "session": {
5
5
  "task_id": "",
6
6
  "branch": "",