@osovv/vv-opencode 0.27.1 → 0.27.2
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
package/schemas/vvoc/v1.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@0.27.
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@0.27.2/schemas/vvoc/v1.json",
|
|
4
4
|
"title": "vvoc config",
|
|
5
5
|
"description": "Canonical vvoc configuration document.",
|
|
6
6
|
"type": "object",
|
package/schemas/vvoc/v2.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@0.27.
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@0.27.2/schemas/vvoc/v2.json",
|
|
4
4
|
"title": "vvoc config",
|
|
5
5
|
"description": "Canonical vvoc configuration document.",
|
|
6
6
|
"type": "object",
|
package/schemas/vvoc/v3.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@0.27.
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/@osovv/vv-opencode@0.27.2/schemas/vvoc/v3.json",
|
|
4
4
|
"title": "vvoc config",
|
|
5
5
|
"description": "Canonical vvoc configuration document.",
|
|
6
6
|
"type": "object",
|
|
@@ -44,9 +44,9 @@ Final response protocol:
|
|
|
44
44
|
- Start with this top block in this exact key order:
|
|
45
45
|
- `VVOC_WORK_ITEM_ID: wi-1`
|
|
46
46
|
- `VVOC_STATUS: PASS`
|
|
47
|
-
- Replace values as needed using only allowed values.
|
|
48
|
-
- `
|
|
49
|
-
-
|
|
47
|
+
- Replace values as needed using only allowed `VVOC_STATUS` values.
|
|
48
|
+
- Allowed `VVOC_STATUS` values: `PASS | FAIL | NEEDS_CONTEXT`
|
|
49
|
+
- Do not add a plain `Status:` line or any other extra top-block field.
|
|
50
50
|
|
|
51
51
|
Output format after the top block:
|
|
52
52
|
|
|
@@ -77,9 +77,9 @@ Final response protocol:
|
|
|
77
77
|
- `VVOC_WORK_ITEM_ID: wi-1`
|
|
78
78
|
- `VVOC_STATUS: DONE`
|
|
79
79
|
- `VVOC_ROUTE: change_with_review`
|
|
80
|
-
- Replace values as needed using only allowed values.
|
|
81
|
-
- `
|
|
82
|
-
-
|
|
80
|
+
- Replace values as needed using only allowed `VVOC_STATUS` values.
|
|
81
|
+
- Allowed `VVOC_STATUS` values: `DONE | DONE_WITH_CONCERNS | NEEDS_CONTEXT | BLOCKED`
|
|
82
|
+
- Keep `VVOC_ROUTE` in the top block and do not add a plain `Status:` line or any other extra top-block field.
|
|
83
83
|
- Then provide:
|
|
84
84
|
- `Changed: ...`
|
|
85
85
|
- `Verified: ...`
|
|
@@ -47,9 +47,9 @@ Final response protocol:
|
|
|
47
47
|
- Start with this top block in this exact key order:
|
|
48
48
|
- `VVOC_WORK_ITEM_ID: wi-1`
|
|
49
49
|
- `VVOC_STATUS: PASS`
|
|
50
|
-
- Replace values as needed using only allowed values.
|
|
51
|
-
- `
|
|
52
|
-
-
|
|
50
|
+
- Replace values as needed using only allowed `VVOC_STATUS` values.
|
|
51
|
+
- Allowed `VVOC_STATUS` values: `PASS | FAIL | NEEDS_CONTEXT`
|
|
52
|
+
- Do not add a plain `Status:` line or any other extra top-block field.
|
|
53
53
|
|
|
54
54
|
Output:
|
|
55
55
|
|