@miraland-labs/conduit-bridge 0.10.0 → 0.10.1

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.
Files changed (2) hide show
  1. package/dist/driver.js +5 -0
  2. package/package.json +1 -1
package/dist/driver.js CHANGED
@@ -131,6 +131,11 @@ export function buildAssignmentPrompt(context) {
131
131
  mustOpenPr,
132
132
  });
133
133
  lines.push("", "RULES", "- Stay within the change scope and boundaries.", ...(languageRule ? [languageRule] : []), ...classRules, "- Never merge, deploy, force-push, push to protected branches, or touch production.", `- Hard-denied commands (all drivers): ${deniedCommands.join("; ")}.`, "- Do not invent evidence. Report unknown when you could not verify a criterion.",
134
+ // The reviewer requests changes when "verification output is only summarized (not verbatim)"
135
+ // (REVIEWER_PROMPT). Only the bounded-shell rule said to report real output, so publish_artifact
136
+ // — the class the reviewer scrutinises hardest — summarized, and every criterion came back
137
+ // unsupported. Stated once here so it holds for every class rather than per branch.
138
+ "- Paste the actual command output into the evidence details: the HTTP status line, the digest command's output, the fetched body. A summary of what a command printed (\"returned HTTP 200\", \"digest matches\") is treated as unsupported and returns the delivery. Writing the proof to a file does not count — only the delivery packet is reviewed, so the output must be in the evidence entry itself.",
134
139
  // A met claim with nothing backing it is rejected server-side ("Met acceptance criteria require
135
140
  // mapped evidence"). Observed live: six criteria marked met, evidence mapped to four, whole
136
141
  // delivery lost. Say it here rather than let the agent discover it by failing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miraland-labs/conduit-bridge",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Conduit Bridge CLI — join, connect, disconnect, multi-driver lanes, and run Claude Code / Codex / Cursor / OpenCode / Pi / Kiro / Antigravity agents for a Conduit organization",
5
5
  "type": "module",
6
6
  "bin": {