@bastani/atomic 0.9.19-alpha.6 → 0.9.19-alpha.7

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 (119) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +2 -2
  3. package/dist/builtin/intercom/package.json +1 -1
  4. package/dist/builtin/mcp/package.json +1 -1
  5. package/dist/builtin/subagents/package.json +1 -1
  6. package/dist/builtin/web-access/CHANGELOG.md +6 -0
  7. package/dist/builtin/web-access/index.bundle.mjs +22 -3
  8. package/dist/builtin/web-access/package.json +1 -1
  9. package/dist/builtin/workflows/CHANGELOG.md +9 -0
  10. package/dist/builtin/workflows/README.md +1 -1
  11. package/dist/builtin/workflows/builtin/adversarial-verification.js +2 -2
  12. package/dist/builtin/workflows/builtin/{chunk-vhmnzdj9.js → chunk-1jth021m.js} +1 -1
  13. package/dist/builtin/workflows/builtin/{chunk-p8jjwfg6.js → chunk-2377r57g.js} +4 -2
  14. package/dist/builtin/workflows/builtin/{chunk-hbnwv56f.js → chunk-31j2gs7h.js} +2 -2
  15. package/dist/builtin/workflows/builtin/{chunk-n8zysf1t.js → chunk-ngkqkzej.js} +1 -1
  16. package/dist/builtin/workflows/builtin/{chunk-1nbq96fh.js → chunk-nkrafh9s.js} +1 -1
  17. package/dist/builtin/workflows/builtin/{chunk-1kx4aggw.js → chunk-wf741bv3.js} +2 -2
  18. package/dist/builtin/workflows/builtin/{chunk-t6x2d78s.js → chunk-z29qbehr.js} +1 -1
  19. package/dist/builtin/workflows/builtin/generate-and-filter.js +2 -2
  20. package/dist/builtin/workflows/builtin/goal.js +3 -3
  21. package/dist/builtin/workflows/builtin/index.js +7 -7
  22. package/dist/builtin/workflows/builtin/ralph.js +3 -3
  23. package/dist/builtin/workflows/builtin/tournament.js +2 -2
  24. package/dist/builtin/workflows/package.json +1 -1
  25. package/dist/builtin/workflows/src/extension/index.bundle.mjs +308 -29
  26. package/dist/builtin/workflows/src/index.js +67 -19
  27. package/dist/builtin/workflows/src/shared/authoring-contract-stage.d.ts +2 -0
  28. package/dist/modes/interactive/components/task-live-transcript.d.ts +1 -1
  29. package/dist/modes/interactive/components/task-live-transcript.d.ts.map +1 -1
  30. package/dist/modes/interactive/components/task-live-transcript.js +19 -11
  31. package/dist/modes/interactive/components/task-live-transcript.js.map +1 -1
  32. package/docs/background-tasks.md +1 -1
  33. package/docs/build.md +51 -0
  34. package/docs/changelog.mdx +8 -8
  35. package/docs/compaction/reference.md +267 -0
  36. package/docs/compaction.md +36 -219
  37. package/docs/computer-use.md +35 -0
  38. package/docs/containerization.md +2 -0
  39. package/docs/custom-provider/api-reference.md +145 -0
  40. package/docs/custom-provider/oauth.md +131 -0
  41. package/docs/custom-provider/override.md +34 -0
  42. package/docs/custom-provider/registration.md +163 -0
  43. package/docs/custom-provider/streaming.md +214 -0
  44. package/docs/custom-provider.md +43 -607
  45. package/docs/development.md +76 -0
  46. package/docs/docs.json +199 -77
  47. package/docs/environment-variables.md +1 -1
  48. package/docs/extensions/api-reference.md +1001 -0
  49. package/docs/extensions/authoring.md +676 -0
  50. package/docs/extensions/events.md +793 -0
  51. package/docs/extensions/examples.md +94 -0
  52. package/docs/extensions/ui.md +470 -0
  53. package/docs/extensions.md +270 -2768
  54. package/docs/getting-started/authentication.md +55 -0
  55. package/docs/getting-started/first-session.md +172 -0
  56. package/docs/getting-started/installation.md +154 -0
  57. package/docs/getting-started/project-instructions.md +43 -0
  58. package/docs/guides/configuration.md +65 -0
  59. package/docs/guides/intercom.md +24 -0
  60. package/docs/guides/non-interactive.md +33 -0
  61. package/docs/guides/subagents.md +24 -0
  62. package/docs/guides/workflows.md +27 -0
  63. package/docs/guides.md +41 -0
  64. package/docs/index.md +13 -45
  65. package/docs/intercom/operations.md +178 -0
  66. package/docs/intercom/reference.md +146 -0
  67. package/docs/intercom.md +54 -259
  68. package/docs/json.md +17 -0
  69. package/docs/llama-cpp.md +5 -0
  70. package/docs/models/artificial-analysis-index.md +89 -0
  71. package/docs/models/evals.md +2 -2
  72. package/docs/models/model-selection.md +3 -3
  73. package/docs/models/pareto-efficiency.md +2 -2
  74. package/docs/models/reference.md +601 -0
  75. package/docs/models.md +45 -550
  76. package/docs/packages/authoring.md +88 -0
  77. package/docs/packages/reference.md +43 -0
  78. package/docs/packages.md +28 -107
  79. package/docs/programmatic.md +29 -0
  80. package/docs/prompt-templates.md +11 -0
  81. package/docs/providers/reference.md +23 -0
  82. package/docs/providers.md +10 -15
  83. package/docs/quickstart.md +44 -238
  84. package/docs/reference/cli.md +252 -0
  85. package/docs/reference.md +52 -0
  86. package/docs/rpc/examples.md +64 -0
  87. package/docs/rpc/extension-ui.md +198 -0
  88. package/docs/rpc/protocol.md +1341 -0
  89. package/docs/rpc.md +109 -1346
  90. package/docs/sdk/reference.md +1090 -0
  91. package/docs/sdk.md +56 -1002
  92. package/docs/session-format.md +2 -0
  93. package/docs/sessions.md +6 -10
  94. package/docs/settings.md +6 -45
  95. package/docs/skills/authoring.md +95 -0
  96. package/docs/skills/reference.md +60 -0
  97. package/docs/skills.md +20 -122
  98. package/docs/subagents/authoring.md +37 -0
  99. package/docs/subagents/reference.md +60 -0
  100. package/docs/subagents.md +39 -95
  101. package/docs/terminal-setup.md +1 -1
  102. package/docs/themes/reference.md +176 -0
  103. package/docs/themes.md +21 -135
  104. package/docs/tmux.md +5 -0
  105. package/docs/tools/edit.md +5 -0
  106. package/docs/tools.md +5 -0
  107. package/docs/tui/reference.md +343 -0
  108. package/docs/tui.md +23 -286
  109. package/docs/usage.md +26 -209
  110. package/docs/web-access.md +2 -0
  111. package/docs/windows.md +2 -1
  112. package/docs/workflows/api-reference.md +11 -4
  113. package/docs/workflows/authoring.md +4 -2
  114. package/docs/workflows/builtins.md +2 -2
  115. package/docs/workflows/operations.md +11 -7
  116. package/docs/workflows/reliable-design.md +21 -3
  117. package/docs/workflows/verification.md +8 -0
  118. package/npm-shrinkwrap.json +32 -32
  119. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.9.19-alpha.7] - 2026-09-12
6
+
7
+ ### Fixed
8
+
9
+ - Reduced CPU work in long `/tasks` live transcripts on Windows by reusing unchanged message rendering during streaming, without dropping history or delaying live updates.
10
+
5
11
  ## [0.9.19-alpha.6] - 2026-09-11
6
12
 
7
13
  ### Breaking Changes
package/README.md CHANGED
@@ -79,7 +79,7 @@ atomic
79
79
 
80
80
  Then just talk to Atomic. By default, Atomic gives the model six coding tools: `read`, `write`, `edit`, `bash`, `find`, and `search`. On native Windows, Atomic also enables `powershell` when `pwsh.exe` or `powershell.exe` is available. The model uses these to fulfill your requests. `read`, `search`, `write`, and successful `edit` calls emit session-scoped hashline anchors (`[path#TAG]` plus `LINE:text`) so the model can make stale-safe line edits; see [docs/tools.md](docs/tools.md). Add capabilities via [skills](#skills), [prompt templates](#prompt-templates), [extensions](#extensions), or [Atomic packages](#atomic-packages).
81
81
 
82
- **Platform notes:** [Windows](docs/windows.md) | [Alpine/musl Linux](docs/index.md#alpine-and-musl-linux-archives) | [Termux (Android)](docs/termux.md) | [tmux](docs/tmux.md) | [Terminal setup](docs/terminal-setup.md) | [Shell aliases](docs/shell-aliases.md)
82
+ **Platform notes:** [Windows](docs/windows.md) | [Alpine/musl Linux](docs/getting-started/installation.md#alpine-and-musl-linux-archives) | [Termux (Android)](docs/termux.md) | [tmux](docs/tmux.md) | [Terminal setup](docs/terminal-setup.md) | [Shell aliases](docs/shell-aliases.md)
83
83
 
84
84
  ---
85
85
 
@@ -138,7 +138,7 @@ For each built-in provider, Atomic maintains a list of tool-capable models, upda
138
138
 
139
139
  See [docs/providers.md](docs/providers.md) for detailed setup instructions.
140
140
 
141
- Atomic's Pi 0.84.1 model/runtime surface includes Claude Opus 5 on Anthropic and Bedrock, model-capability-aware strict JSON-schema and OpenAI Lark/regex tool sampling, ETag-revalidated cached catalogs, persisted llama.cpp models, arbitrary OpenAI-compatible `samplingParams`, opt-in vLLM thinking-token budgets through `compat.supportsThinkingTokenBudget`, and finishless-stream stop inference through `compat.supportsFinishReason`. A populated `ANTHROPIC_AUTH_TOKEN` makes Anthropic models available/selectable while sending header-only bearer auth—with no synthesized API key or `x-api-key`—across chat and summary/compaction requests. Typed RPC model listings expose constrained-sampling flags through optional `ModelInfo.compat`; capability flags are enforcement claims, so unsupported `require` constraints fail instead of being silently weakened. Custom `models.json` is read from the active Atomic agent directory only; it is not merged across `.pi` and `.atomic` paths. See [models](docs/models.md), [providers](docs/providers.md), [RPC](docs/rpc.md#get_available_models), and [extensions](docs/extensions.md#constrained-sampling).
141
+ Atomic's Pi 0.84.1 model/runtime surface includes Claude Opus 5 on Anthropic and Bedrock, model-capability-aware strict JSON-schema and OpenAI Lark/regex tool sampling, ETag-revalidated cached catalogs, persisted llama.cpp models, arbitrary OpenAI-compatible `samplingParams`, opt-in vLLM thinking-token budgets through `compat.supportsThinkingTokenBudget`, and finishless-stream stop inference through `compat.supportsFinishReason`. A populated `ANTHROPIC_AUTH_TOKEN` makes Anthropic models available/selectable while sending header-only bearer auth—with no synthesized API key or `x-api-key`—across chat and summary/compaction requests. Typed RPC model listings expose constrained-sampling flags through optional `ModelInfo.compat`; capability flags are enforcement claims, so unsupported `require` constraints fail instead of being silently weakened. Custom `models.json` is read from the active Atomic agent directory only; it is not merged across `.pi` and `.atomic` paths. See [models](docs/models.md), [providers](docs/providers.md), [RPC](docs/rpc/protocol.md#get_available_models), and [extensions](docs/extensions/authoring.md#constrained-sampling).
142
142
 
143
143
  **Custom providers & models:** Add providers via the active agent directory's `models.json` (normally `~/.atomic/agent/models.json`; `ATOMIC_CODING_AGENT_DIR`/`PI_CODING_AGENT_DIR` can select another directory) if they speak a supported API (OpenAI, Anthropic, Google). For custom APIs or OAuth, use extensions. See [docs/models.md](docs/models.md) and [docs/custom-provider.md](docs/custom-provider.md).
144
144
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.9.19-alpha.6",
3
+ "version": "0.9.19-alpha.7",
4
4
  "private": true,
5
5
  "description": "Atomic extension providing a private coordination channel between parent and child agent sessions. Fork of: https://github.com/nicobailon/pi-intercom",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/mcp",
3
- "version": "0.9.19-alpha.6",
3
+ "version": "0.9.19-alpha.7",
4
4
  "private": true,
5
5
  "description": "Atomic extension that adapts MCP (Model Context Protocol) servers into the coding agent. Fork of: https://github.com/nicobailon/pi-mcp-adapter",
6
6
  "contributors": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/subagents",
3
- "version": "0.9.19-alpha.6",
3
+ "version": "0.9.19-alpha.7",
4
4
  "private": true,
5
5
  "description": "Atomic extension for delegating tasks to subagents with parallel execution. Fork of: https://github.com/nicobailon/pi-subagents",
6
6
  "contributors": [
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.9.19-alpha.7] - 2026-09-12
8
+
9
+ ### Fixed
10
+
11
+ - `fetch_content` now shows each URL's error and recovery steps when an entire batch fails, instead of hiding the causes behind a generic failure count. Retained partial content is shown as incomplete excerpts rather than incorrectly reported as absent.
12
+
7
13
  ## [0.9.19-alpha.6] - 2026-09-11
8
14
 
9
15
  ### Breaking Changes
@@ -91055,19 +91055,38 @@ Showing ${deps.maxInlineContent} of ${fullLength} chars. ` + `Use get_search_con
91055
91055
  if (error) {
91056
91056
  output += `- ${url}: Error - ${error}
91057
91057
  `;
91058
+ if (content.length > 0) {
91059
+ output += `
91060
+ Partial content (incomplete):
91061
+ ${content.slice(0, deps.maxInlineContent)}
91062
+ `;
91063
+ if (content.length > deps.maxInlineContent)
91064
+ output += `[Partial content truncated...]
91065
+ `;
91066
+ output += `
91067
+ `;
91068
+ }
91058
91069
  } else {
91059
91070
  output += `- ${title || url} (${content.length} chars)
91060
91071
  `;
91061
91072
  }
91062
91073
  }
91063
- output += `
91074
+ const allFailed = successful === 0;
91075
+ if (allFailed) {
91076
+ const contentStatus = totalChars > 0 ? "Partial content was retained; extraction is incomplete." : "No content was retrieved.";
91077
+ output = `All ${urlList.length} URL fetch(es) failed. ${contentStatus}
91078
+
91079
+ ${output}` + `
91080
+ Check each URL and its error above. Retry transient failures individually with ` + 'fetch_content({ urls: ["<failed URL>"] }). If access is blocked or extraction keeps failing, ' + "try an accessible alternate URL or use web_search to find the information. " + (totalChars > 0 ? "get_search_content cannot recover the missing content; use the incomplete excerpts above with caution." : "get_search_content cannot recover content from these failed fetches.");
91081
+ } else {
91082
+ output += `
91064
91083
  ---
91065
91084
  Use get_search_content({ responseId: "${responseId}", urlIndex: 0 }) to retrieve full content.`;
91066
- const allFailed = successful === 0;
91085
+ }
91067
91086
  return {
91068
91087
  content: [{ type: "text", text: output }],
91069
91088
  details: {
91070
- ...allFailed ? { outcome: "all_failed", stage: "fetch", error: `All ${urlList.length} URL fetch(es) failed`, failedUrls: urlList.length } : {},
91089
+ ...allFailed ? { outcome: "all_failed", stage: "fetch", error: output, failedUrls: urlList.length } : {},
91071
91090
  urls: urlList,
91072
91091
  urlCount: urlList.length,
91073
91092
  successful,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.9.19-alpha.6",
3
+ "version": "0.9.19-alpha.7",
4
4
  "private": true,
5
5
  "description": "Atomic extension for web search, URL fetching, GitHub repo cloning, PDF/video extraction. Fork of: https://github.com/nicobailon/pi-web-access",
6
6
  "contributors": [
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.9.19-alpha.7] - 2026-09-12
10
+
11
+ ### Fixed
12
+
13
+ - Warm-first verifier and tournament judge groups now advertise conservative possible-stage names in source and bundled workflows without the builtin `warmSteps`/`restSteps` discovery warnings. Call-scoped `possibleStageNames` metadata leaves execution unchanged and retains diagnostics for unsupported dynamic calls ([#3001](https://github.com/bastani-inc/atomic/issues/3001)).
14
+ - Fixed workflow quit hanging while a stage waits on `ask_user_question`. Cancelling the stage's active tool now dismisses its owned question without requiring an answer, including in nested workflows, while preserving paused/resumable state and unrelated questions. Related: [#2897](https://github.com/bastani-inc/atomic/issues/2897).
15
+ - Fixed quit leaving a stage's readiness question answerable after stopping. Readiness questions now dismiss on pause or quit, ignore late answers, and ask again after explicit resume instead of advancing a paused workflow. Related: [#2897](https://github.com/bastani-inc/atomic/issues/2897).
16
+ - Fixed a failed pause or quit leaving a running stage stuck after its readiness answer was accepted. Failed cancellation now releases that stage's temporary hold without releasing a successful pause. Related: [#2897](https://github.com/bastani-inc/atomic/issues/2897).
17
+
9
18
  ## [0.9.19-alpha.6] - 2026-09-11
10
19
 
11
20
  ### Fixed
@@ -103,7 +103,7 @@ The existing `.atomic/workflows/release-docs.ts` keeps its graph in the entry fi
103
103
 
104
104
  ### Workflow and extension responsibilities
105
105
 
106
- Evaluate Atomic extension hooks when a workflow needs fine-grained, cross-cutting tool or session event control. Workflow TypeScript owns the inspectable DAG, stages, handoffs, durable `ctx.tool` side effects, and gates. Extension hooks own cross-cutting session and model-tool policy such as `tool_call` interception, input mutation, or blocking; `tool_result` transformation; context and provider hooks; lifecycle observation; or reusable custom tools. Use hooks only when cross-stage or cross-workflow event control is materially clearer than embedding the policy in each stage. Do not require a companion extension for ordinary workflow logic. See the authoritative [extension event documentation](../coding-agent/docs/extensions.md#events) for hook contracts and ordering.
106
+ Evaluate Atomic extension hooks when a workflow needs fine-grained, cross-cutting tool or session event control. Workflow TypeScript owns the inspectable DAG, stages, handoffs, durable `ctx.tool` side effects, and gates. Extension hooks own cross-cutting session and model-tool policy such as `tool_call` interception, input mutation, or blocking; `tool_result` transformation; context and provider hooks; lifecycle observation; or reusable custom tools. Use hooks only when cross-stage or cross-workflow event control is materially clearer than embedding the policy in each stage. Do not require a companion extension for ordinary workflow logic. See the authoritative [extension event documentation](../coding-agent/docs/extensions/events.md#events) for hook contracts and ordering.
107
107
 
108
108
  When a workflow depends on a companion extension, make that dependency explicit and package and document the extension with the workflow. If stages use `tools` allowlists, include any custom tools provided by the extension. Document the hook-driven behavior and keep the graph, stage contracts, artifacts, gates, and stop conditions visible in the workflow entry file so readers can distinguish inspectable workflow orchestration from event policy.
109
109
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  adversarial_verification_default
3
- } from "./chunk-1kx4aggw.js";
4
- import"./chunk-p8jjwfg6.js";
3
+ } from "./chunk-wf741bv3.js";
4
+ import"./chunk-2377r57g.js";
5
5
  import"./chunk-n1910xc4.js";
6
6
  import"./chunk-xtxcq5tj.js";
7
7
  import"./chunk-a2kdsqn8.js";
@@ -38,7 +38,7 @@ import {
38
38
  reviewerFailureText,
39
39
  summarizeReviewConvergence,
40
40
  reverify_consolidated_batch
41
- } from "./chunk-n8zysf1t.js";
41
+ } from "./chunk-ngkqkzej.js";
42
42
  import {
43
43
  fold_usage
44
44
  } from "./chunk-tgt0s5e5.js";
@@ -95,7 +95,8 @@ async function warm_first_fan_out(ctx, steps, prefixKeyOf, options = {}) {
95
95
  const warmResults = await ctx.parallel(warmSteps, {
96
96
  ...parallelOptions,
97
97
  concurrency: boundedConcurrency(warmSteps.length, warmConcurrency ?? DEFAULT_WARM_CONCURRENCY, inheritedConcurrency),
98
- failFast: false
98
+ failFast: false,
99
+ possibleStageNames: options.possibleStageNames
99
100
  });
100
101
  for (const [resultIndex, result] of warmResults.entries()) {
101
102
  const originalIndex = warmIndices[resultIndex];
@@ -110,7 +111,8 @@ async function warm_first_fan_out(ctx, steps, prefixKeyOf, options = {}) {
110
111
  const restSteps = restIndices.map((index) => steps[index]);
111
112
  const restResults = await ctx.parallel(restSteps, {
112
113
  ...parallelOptions,
113
- concurrency: boundedConcurrency(restSteps.length, undefined, inheritedConcurrency)
114
+ concurrency: boundedConcurrency(restSteps.length, undefined, inheritedConcurrency),
115
+ possibleStageNames: options.possibleStageNames
114
116
  });
115
117
  for (const [resultIndex, result] of restResults.entries()) {
116
118
  const originalIndex = restIndices[resultIndex];
@@ -13,7 +13,7 @@ import {
13
13
  scoring_prompt_reads,
14
14
  build_scoring_prompt,
15
15
  warm_first_fan_out
16
- } from "./chunk-p8jjwfg6.js";
16
+ } from "./chunk-2377r57g.js";
17
17
  import {
18
18
  fold_usage
19
19
  } from "./chunk-tgt0s5e5.js";
@@ -369,7 +369,7 @@ async function runTournament(ctx) {
369
369
  if (stages.length === 0)
370
370
  return { preferences: [], results: [] };
371
371
  executed += stages.length;
372
- const results = await warm_first_fan_out(ctx, stages.map((stage) => stage.step), (_step, index) => `${stages[index].slot1}:${stages[index].slot2}`, { concurrency: maxConcurrency, failFast: false });
372
+ const results = await warm_first_fan_out(ctx, stages.map((stage) => stage.step), (_step, index) => `${stages[index].slot1}:${stages[index].slot2}`, { concurrency: maxConcurrency, failFast: false, possibleStageNames: ["judge-*-*-*-r*"] });
373
373
  const phaseResults = [...results];
374
374
  for (const stage of stages) {
375
375
  let report = judgeReport(resultFor(results, stage.name)?.structured);
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  scoring_prompt_reads,
11
11
  build_scoring_prompt
12
- } from "./chunk-p8jjwfg6.js";
12
+ } from "./chunk-2377r57g.js";
13
13
 
14
14
  // dist/builtin/workflows/src/shared/workflow-artifacts.ts
15
15
  import { randomUUID as randomUUID2 } from "node:crypto";
@@ -36,7 +36,7 @@ import {
36
36
  reviewerFailureText,
37
37
  summarizeReviewConvergence,
38
38
  reverify_consolidated_batch
39
- } from "./chunk-n8zysf1t.js";
39
+ } from "./chunk-ngkqkzej.js";
40
40
  import {
41
41
  VERIFICATION_SCALE
42
42
  } from "./chunk-n1910xc4.js";
@@ -14,7 +14,7 @@ import {
14
14
  scoring_prompt_reads,
15
15
  build_scoring_prompt,
16
16
  warm_first_fan_out
17
- } from "./chunk-p8jjwfg6.js";
17
+ } from "./chunk-2377r57g.js";
18
18
  import {
19
19
  fold_usage
20
20
  } from "./chunk-tgt0s5e5.js";
@@ -261,7 +261,7 @@ async function runAdversarialVerification(ctx) {
261
261
  const runWave = async (pending, reaskWave) => {
262
262
  if (pending.length === 0)
263
263
  return { valid: [], invalid: [], results: [] };
264
- const reports = await warm_first_fan_out(ctx, pending.map((cell) => scoreStep(cell, reaskWave, scoringHead, criteriaPath)), () => scoringHead, { concurrency: Math.min(pending.length, 4), failFast: false });
264
+ const reports = await warm_first_fan_out(ctx, pending.map((cell) => scoreStep(cell, reaskWave, scoringHead, criteriaPath)), () => scoringHead, { concurrency: Math.min(pending.length, 4), failFast: false, possibleStageNames: ["verifier-*-*-*", "verifier-*-*-*-reask-*"] });
265
265
  const byName = new Map;
266
266
  for (const report of reports) {
267
267
  const name = report.name ?? report.stageName;
@@ -7,7 +7,7 @@ import {
7
7
  import {
8
8
  scoring_prompt_reads,
9
9
  build_scoring_prompt
10
- } from "./chunk-p8jjwfg6.js";
10
+ } from "./chunk-2377r57g.js";
11
11
  import {
12
12
  stableArtifactRoot
13
13
  } from "./chunk-rc5ec5xx.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generate_and_filter_default
3
- } from "./chunk-t6x2d78s.js";
4
- import"./chunk-p8jjwfg6.js";
3
+ } from "./chunk-z29qbehr.js";
4
+ import"./chunk-2377r57g.js";
5
5
  import"./chunk-n1910xc4.js";
6
6
  import"./chunk-xtxcq5tj.js";
7
7
  import"./chunk-a2kdsqn8.js";
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  goal_default
3
- } from "./chunk-1nbq96fh.js";
4
- import"./chunk-n8zysf1t.js";
5
- import"./chunk-p8jjwfg6.js";
3
+ } from "./chunk-nkrafh9s.js";
4
+ import"./chunk-ngkqkzej.js";
5
+ import"./chunk-2377r57g.js";
6
6
  import"./chunk-z0d03ktm.js";
7
7
  import"./chunk-n1910xc4.js";
8
8
  import"./chunk-xtxcq5tj.js";
@@ -1,10 +1,10 @@
1
1
  import"./chunk-xtxcq5tj.js";
2
2
  import"./chunk-a2kdsqn8.js";
3
3
  import"./chunk-n1910xc4.js";
4
- import"./chunk-p8jjwfg6.js";
4
+ import"./chunk-2377r57g.js";
5
5
  import {
6
6
  adversarial_verification_default
7
- } from "./chunk-1kx4aggw.js";
7
+ } from "./chunk-wf741bv3.js";
8
8
  import {
9
9
  classify_and_act_default
10
10
  } from "./chunk-g0csgs7w.js";
@@ -13,12 +13,12 @@ import {
13
13
  } from "./chunk-fg9esgkj.js";
14
14
  import {
15
15
  generate_and_filter_default
16
- } from "./chunk-t6x2d78s.js";
17
- import"./chunk-n8zysf1t.js";
16
+ } from "./chunk-z29qbehr.js";
17
+ import"./chunk-ngkqkzej.js";
18
18
  import"./chunk-z0d03ktm.js";
19
19
  import {
20
20
  goal_default
21
- } from "./chunk-1nbq96fh.js";
21
+ } from "./chunk-nkrafh9s.js";
22
22
  import {
23
23
  open_claude_design_default
24
24
  } from "./chunk-yeee2jrc.js";
@@ -27,10 +27,10 @@ import {
27
27
  } from "./chunk-6w6cvk6b.js";
28
28
  import {
29
29
  ralph_default
30
- } from "./chunk-vhmnzdj9.js";
30
+ } from "./chunk-1jth021m.js";
31
31
  import {
32
32
  tournament_default
33
- } from "./chunk-hbnwv56f.js";
33
+ } from "./chunk-31j2gs7h.js";
34
34
  export {
35
35
  adversarial_verification_default as adversarialVerification,
36
36
  classify_and_act_default as classifyAndAct,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  ralph_default
3
- } from "./chunk-vhmnzdj9.js";
4
- import"./chunk-n8zysf1t.js";
5
- import"./chunk-p8jjwfg6.js";
3
+ } from "./chunk-1jth021m.js";
4
+ import"./chunk-ngkqkzej.js";
5
+ import"./chunk-2377r57g.js";
6
6
  import"./chunk-z0d03ktm.js";
7
7
  import"./chunk-n1910xc4.js";
8
8
  import"./chunk-xtxcq5tj.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  tournament_default
3
- } from "./chunk-hbnwv56f.js";
4
- import"./chunk-p8jjwfg6.js";
3
+ } from "./chunk-31j2gs7h.js";
4
+ import"./chunk-2377r57g.js";
5
5
  import"./chunk-n1910xc4.js";
6
6
  import"./chunk-xtxcq5tj.js";
7
7
  import"./chunk-a2kdsqn8.js";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/workflows",
3
- "version": "0.9.19-alpha.6",
3
+ "version": "0.9.19-alpha.7",
4
4
  "private": true,
5
5
  "description": "Atomic extension for multi-stage workflow authoring and execution.",
6
6
  "contributors": [