Skip to content

Commit c4ababa

Browse files
committed
chore(package): declare the omdsh-workshop intake manifest
1 parent 5cdd9b5 commit c4ababa

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

package.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,45 @@
5858
"patch": "./cordis.patch.yml"
5959
}
6060
},
61+
"dshWorkshop": {
62+
"schema": "omdsh-workshop-package/v1",
63+
"type": "plugin",
64+
"integration": {
65+
"protocol": "harness-profile",
66+
"artifact": "cordis.patch.yml"
67+
},
68+
"install": {
69+
"mode": "transactional",
70+
"adapter": "profile-bundle",
71+
"failurePolicy": "generation-rollback",
72+
"touchesCurrentBeforeActivation": false
73+
},
74+
"lifecycle": {
75+
"activation": "restart-profile",
76+
"dispose": "supported"
77+
},
78+
"permissions": [
79+
"network:outbound",
80+
"filesystem:write"
81+
],
82+
"compatibility": {
83+
"dshVersions": [
84+
"0.1.0-rc.6"
85+
]
86+
},
87+
"capability": {
88+
"id": "gh-ci",
89+
"kind": "command",
90+
"invocation": "/ci",
91+
"expected": "runs the review engine for the requested PR, posts idempotent inline review comments and publishes the status-check verdict (success / changes needed)"
92+
},
93+
"evidence": {
94+
"install": null,
95+
"failureIsolation": null,
96+
"hotReload": null,
97+
"remove": null
98+
}
99+
},
61100
"dependencies": {
62101
"@deepseek-ai/schemastery": "^3.18.1"
63102
},

0 commit comments

Comments
 (0)