@ikieaneh/opencode-kit 0.6.7 → 0.6.9

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.7",
3
+ "version": "0.6.9",
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
@@ -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.6",
3
+ "contract_version": "0.6.9",
4
4
  "session": {
5
5
  "task_id": "",
6
6
  "branch": "",
@@ -29,10 +29,33 @@
29
29
  "mode": "",
30
30
  "applicable_skills": [],
31
31
  "rules_references": [
32
- { "source": "AGENTS.md", "sections": ["§3 - Non-Negotiable Rules", "§5 - Writing Order", "§8 - Null Handling"] },
33
- { "source": "PROJECT.md", "sections": ["scope", "constraints"] },
34
- { "source": ".opencode/orchestration/contract.json", "sections": ["all"] },
35
- { "source": ".opencode/rules/rules.json", "sections": ["all"] }
32
+ {
33
+ "source": "AGENTS.md",
34
+ "sections": [
35
+ "§3 - Non-Negotiable Rules",
36
+ "§5 - Writing Order",
37
+ "§8 - Null Handling"
38
+ ]
39
+ },
40
+ {
41
+ "source": "PROJECT.md",
42
+ "sections": [
43
+ "scope",
44
+ "constraints"
45
+ ]
46
+ },
47
+ {
48
+ "source": ".opencode/orchestration/contract.json",
49
+ "sections": [
50
+ "all"
51
+ ]
52
+ },
53
+ {
54
+ "source": ".opencode/rules/rules.json",
55
+ "sections": [
56
+ "all"
57
+ ]
58
+ }
36
59
  ],
37
60
  "current_guidance": "",
38
61
  "extension_skills": [],
@@ -65,8 +88,17 @@
65
88
  "score_summary": null
66
89
  },
67
90
  "score": {
68
- "rules": { "pass": 0, "fail": 0, "deduction": 0, "subtotal": 0 },
69
- "judge": { "score": 0, "rationale": "", "missing_items": [] },
91
+ "rules": {
92
+ "pass": 0,
93
+ "fail": 0,
94
+ "deduction": 0,
95
+ "subtotal": 0
96
+ },
97
+ "judge": {
98
+ "score": 0,
99
+ "rationale": "",
100
+ "missing_items": []
101
+ },
70
102
  "combined": 0,
71
103
  "verdict": "INIT"
72
104
  },