@ikieaneh/opencode-kit 0.6.7 → 0.6.8
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 +1 -1
- package/templates/contract.json +39 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikieaneh/opencode-kit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
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/templates/contract.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"state": "INIT",
|
|
3
|
-
"contract_version": "0.6.
|
|
3
|
+
"contract_version": "0.6.8",
|
|
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
|
-
{
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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": {
|
|
69
|
-
|
|
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
|
},
|