@ikieaneh/opencode-kit 0.6.8 → 0.6.10

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.8",
3
+ "version": "0.6.10",
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/src/init.sh CHANGED
@@ -128,7 +128,8 @@ if [ "$PLUGIN_MODE" = false ]; then
128
128
  echo " ✅ postflight.sh (executable)"
129
129
 
130
130
  cp "$KIT_DIR/src/postflight.py" .opencode/src/postflight.py
131
- echo " ✅ postflight.py"
131
+ chmod +x .opencode/src/postflight.py
132
+ echo " ✅ postflight.py (executable)"
132
133
 
133
134
  cp "$KIT_DIR/src/update.sh" .opencode/src/update.sh
134
135
  chmod +x .opencode/src/update.sh
@@ -15,7 +15,6 @@ permission:
15
15
  "git log*": allow
16
16
  "npm test": allow
17
17
  "npm run build": allow
18
- "npm test": allow
19
18
  task:
20
19
  "*": deny
21
20
  ---
@@ -31,7 +31,7 @@ permission:
31
31
  - git log --oneline -10
32
32
  - git diff main...HEAD --stat
33
33
 
34
- 3. Read rules.json: Check LEARN_001 (must update ALL 11 memory systems)
34
+ 3. Read rules.json: Check LEARN_001 (must update ALL memory systems listed below)
35
35
  ```
36
36
 
37
37
  ## Permissions
@@ -13,7 +13,6 @@ permission:
13
13
  "*": ask
14
14
  "npm test": allow
15
15
  "npm run build": allow
16
- "npm test": allow
17
16
  "npm run format": allow
18
17
  "git diff*": allow
19
18
  "git log*": allow
@@ -13,7 +13,6 @@ permission:
13
13
  "*": ask
14
14
  "npm test": allow
15
15
  "npm run build": allow
16
- "npm test": allow
17
16
  "npm run format": allow
18
17
  "git diff*": allow
19
18
  "git log*": allow
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "state": "INIT",
3
- "contract_version": "0.6.8",
3
+ "contract_version": "0.6.10",
4
4
  "session": {
5
5
  "task_id": "",
6
6
  "branch": "",