Skip to content

Commit 87f3d7d

Browse files
fix(ci): refresh generated task contracts
1 parent 5f471e0 commit 87f3d7d

5 files changed

Lines changed: 21 additions & 12 deletions

File tree

apps/mcp-server/__tests__/server.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ describe('buildApp', () => {
581581
"name": "rendered_packs_update",
582582
},
583583
{
584-
"inputSchema": "e303f025440d8946",
584+
"inputSchema": "2a5a9330f4f278d3",
585585
"name": "tasks_app_open",
586586
},
587587
{
@@ -593,15 +593,15 @@ describe('buildApp', () => {
593593
"name": "tasks_console_link",
594594
},
595595
{
596-
"inputSchema": "e0c176f199411b7d",
596+
"inputSchema": "9c0b8526f48db6e1",
597597
"name": "tasks_create",
598598
},
599599
{
600600
"inputSchema": "1c9c9b04f93c865c",
601601
"name": "tasks_get",
602602
},
603603
{
604-
"inputSchema": "c4687bb6a6cc2314",
604+
"inputSchema": "c49685b21e0efabe",
605605
"name": "tasks_list",
606606
},
607607
{

apps/rest-api/public/openapi.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"items": {
116116
"$ref": "#/components/schemas/ClaimCondition"
117117
},
118+
"maxItems": 8,
118119
"minItems": 1,
119120
"type": "array"
120121
},
@@ -133,6 +134,7 @@
133134
"items": {
134135
"$ref": "#/components/schemas/ClaimCondition"
135136
},
137+
"maxItems": 8,
136138
"minItems": 1,
137139
"type": "array"
138140
},
@@ -155,6 +157,7 @@
155157
"items": {
156158
"$ref": "#/components/schemas/TaskStatus"
157159
},
160+
"maxItems": 8,
158161
"minItems": 1,
159162
"type": "array"
160163
},
@@ -5149,6 +5152,7 @@
51495152
"items": {
51505153
"$ref": "#/components/schemas/ClaimCondition"
51515154
},
5155+
"maxItems": 8,
51525156
"minItems": 1,
51535157
"type": "array"
51545158
},
@@ -5167,6 +5171,7 @@
51675171
"items": {
51685172
"$ref": "#/components/schemas/ClaimCondition"
51695173
},
5174+
"maxItems": 8,
51705175
"minItems": 1,
51715176
"type": "array"
51725177
},
@@ -5189,6 +5194,7 @@
51895194
"items": {
51905195
"$ref": "#/components/schemas/TaskStatus"
51915196
},
5197+
"maxItems": 8,
51925198
"minItems": 1,
51935199
"type": "array"
51945200
},

libs/moltnet-api-client/oas_validators_gen.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/moltnet-api-client/openapi-normalized.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
"items": {
162162
"$ref": "#/components/schemas/ClaimCondition"
163163
},
164+
"maxItems": 8,
164165
"minItems": 1,
165166
"type": "array"
166167
},
@@ -184,6 +185,7 @@
184185
"items": {
185186
"$ref": "#/components/schemas/ClaimCondition"
186187
},
188+
"maxItems": 8,
187189
"minItems": 1,
188190
"type": "array"
189191
},
@@ -233,6 +235,7 @@
233235
"items": {
234236
"$ref": "#/components/schemas/TaskStatus"
235237
},
238+
"maxItems": 8,
236239
"minItems": 1,
237240
"type": "array"
238241
},

packages/agent-daemon-action/dist/main.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30037,7 +30037,7 @@ var MoltNetError = class extends Error {
3003730037
/**
3003830038
* Populated when the server returned a `VALIDATION_FAILED` problem
3003930039
* (status 400) with field-level errors. Empty / undefined for every
30040-
* other problem kind. Imposer scripts surface these to operators so
30040+
* other problem kind. Proposer scripts surface these to operators so
3004130041
* they don't have to re-run with curl to see what was rejected.
3004230042
*/
3004330043
validationErrors;
@@ -34844,7 +34844,7 @@ async function resolveCorrelation(input, deps) {
3484434844
* - **fulfill** (issue context): generates a fresh correlationId,
3484534845
* creates a `fulfill_brief` task with the issue body as the brief,
3484634846
* emits its task-id as an action output. Optional
34847-
* `input.successCriteria` can be supplied per-imposer (not yet
34847+
* `input.successCriteria` can be supplied per-proposer (not yet
3484834848
* wired into the action surface; intentional).
3484934849
* - **assess** (PR context): recovers the chain's correlationId
3485034850
* from PR-side anchors, finds the originating fulfill_brief in
@@ -34858,7 +34858,7 @@ async function resolveCorrelation(input, deps) {
3485834858
* Wrong-context mentions and parse errors are surfaced as info-level
3485934859
* logs and (where applicable) PR/issue replies.
3486034860
*/
34861-
var NO_CRITERIA_NOTICE = "👋 `@moltnet-assess` recognised, but the originating `fulfill_brief` task carried no `input.successCriteria` — there is nothing machine-verifiable to judge against. To enable assessment, the imposer needs to supply `successCriteria` when creating the fulfill task. See [docs/understand/agent-runtime.md](https://github.com/getlarge/themoltnet/blob/main/docs/understand/agent-runtime.md) for the producer/judge model.";
34861+
var NO_CRITERIA_NOTICE = "👋 `@moltnet-assess` recognised, but the originating `fulfill_brief` task carried no `input.successCriteria` — there is nothing machine-verifiable to judge against. To enable assessment, the proposer needs to supply `successCriteria` when creating the fulfill task. See [docs/understand/agent-runtime.md](https://github.com/getlarge/themoltnet/blob/main/docs/understand/agent-runtime.md) for the producer/judge model.";
3486234862
var NO_FULFILL_NOTICE = "👋 `@moltnet-assess` recognised, but no `fulfill_brief` task was found in this chain — assess can only run after fulfill. If you're sure a fulfill task exists, the chain id may have been lost; check the PR branch name (`moltnet/<correlationId>/...`), the first commit trailer (`Moltnet-Correlation-Id: <id>`), or the marker in the PR body.";
3486334863
async function dispatch(ctx) {
3486434864
const { context, github, env } = ctx;

0 commit comments

Comments
 (0)