@1agh/maude 0.33.0 → 0.35.0
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1agh/maude",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"description": "Marketplace of Claude Code plugins by Michal Dovrtěl: `design` (canvas-first design iteration) + `flow` (generic agentic workflow loop with .ai second brain). Ships the `maude` CLI (with `mdcc` legacy alias) to scaffold workspace, run the design dev server, and manage configs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"prepublishOnly": "bash scripts/check-version-parity.sh && bash apps/studio/bin/check-runtime-bundles.sh"
|
|
44
44
|
},
|
|
45
45
|
"optionalDependencies": {
|
|
46
|
-
"@1agh/maude-darwin-arm64": "0.
|
|
47
|
-
"@1agh/maude-darwin-x64": "0.
|
|
48
|
-
"@1agh/maude-linux-arm64": "0.
|
|
49
|
-
"@1agh/maude-linux-arm64-musl": "0.
|
|
50
|
-
"@1agh/maude-linux-x64": "0.
|
|
51
|
-
"@1agh/maude-linux-x64-musl": "0.
|
|
52
|
-
"@1agh/maude-win32-x64": "0.
|
|
46
|
+
"@1agh/maude-darwin-arm64": "0.35.0",
|
|
47
|
+
"@1agh/maude-darwin-x64": "0.35.0",
|
|
48
|
+
"@1agh/maude-linux-arm64": "0.35.0",
|
|
49
|
+
"@1agh/maude-linux-arm64-musl": "0.35.0",
|
|
50
|
+
"@1agh/maude-linux-x64": "0.35.0",
|
|
51
|
+
"@1agh/maude-linux-x64-musl": "0.35.0",
|
|
52
|
+
"@1agh/maude-win32-x64": "0.35.0"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"cli",
|
|
@@ -236,13 +236,13 @@
|
|
|
236
236
|
"orchestration": {
|
|
237
237
|
"type": "object",
|
|
238
238
|
"additionalProperties": false,
|
|
239
|
-
"description": "Opt-
|
|
239
|
+
"description": "Opt-OUT, capability-gated bookend debate (diverge→adversarial→research). The debate is ON by default: an absent `orchestration` block is treated as `mode:auto`, so the layer engages everywhere — a live native agent-team (`relay`) when the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS flag is enabled, else a cheap read-only `reduce` panel. Add this block ONLY to dial it down or off. No hard dependency on experimental Claude Code features (degrades to `reduce` without the flag). See DDR-130.",
|
|
240
240
|
"properties": {
|
|
241
241
|
"mode": {
|
|
242
242
|
"type": "string",
|
|
243
243
|
"enum": ["auto", "reduce", "off"],
|
|
244
244
|
"default": "auto",
|
|
245
|
-
"description": "`auto`
|
|
245
|
+
"description": "Opt-out default `auto` (absent block == `auto`). `auto` = live native agent-team (relay) when the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS capability is detected, else the read-only reduce-pass; gated further by the stakes-gate + short-circuit. `reduce` = always parallel panel + reduce-pass, never a live team. `off` = disable the debate entirely; today's raw single-pass / sum-of-verdicts, byte-for-byte unchanged."
|
|
246
246
|
},
|
|
247
247
|
"bookends": {
|
|
248
248
|
"type": "object",
|
|
@@ -292,9 +292,9 @@
|
|
|
292
292
|
"designTeam": {
|
|
293
293
|
"type": "object",
|
|
294
294
|
"additionalProperties": false,
|
|
295
|
-
"description": "`/design:critic` live-team (relay) tier.
|
|
295
|
+
"description": "`/design:critic` live-team (relay) tier — opt-out, ON by default. The conflicting critics convene as a native team and revise stances when the experimental flag is on AND the panel produced ≥ `minConflicts` cross-discipline conflicting blockers; otherwise the read-only reduce-pass stands. Set `enabled:false` to keep `/design:critic` on the reduce-pass only.",
|
|
296
296
|
"properties": {
|
|
297
|
-
"enabled": { "type": "boolean", "default":
|
|
297
|
+
"enabled": { "type": "boolean", "default": true },
|
|
298
298
|
"minConflicts": { "type": "integer", "minimum": 2, "default": 2 }
|
|
299
299
|
}
|
|
300
300
|
}
|