@bastani/atomic 0.9.19 → 0.9.20-alpha.2

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 (30) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/builtin/intercom/CHANGELOG.md +6 -0
  3. package/dist/builtin/intercom/index.bundle.mjs +15 -1
  4. package/dist/builtin/intercom/package.json +1 -1
  5. package/dist/builtin/mcp/package.json +1 -1
  6. package/dist/builtin/subagents/CHANGELOG.md +6 -0
  7. package/dist/builtin/subagents/package.json +5 -1
  8. package/dist/builtin/subagents/skills/feedback/SKILL.md +49 -0
  9. package/dist/builtin/subagents/skills/feedback/scripts/scrub.mjs +498 -0
  10. package/dist/builtin/web-access/package.json +1 -1
  11. package/dist/builtin/workflows/CHANGELOG.md +8 -0
  12. package/dist/builtin/workflows/builtin/{chunk-nkrafh9s.js → chunk-ewkkkbak.js} +1 -1
  13. package/dist/builtin/workflows/builtin/{chunk-1jth021m.js → chunk-zqtm1d2c.js} +1 -1
  14. package/dist/builtin/workflows/builtin/goal.js +2 -2
  15. package/dist/builtin/workflows/builtin/index.js +3 -3
  16. package/dist/builtin/workflows/builtin/ralph.js +2 -2
  17. package/dist/builtin/workflows/package.json +1 -1
  18. package/dist/builtin/workflows/src/extension/index.bundle.mjs +312 -67
  19. package/dist/builtin/workflows/src/index.js +231 -56
  20. package/dist/core/system-prompt.d.ts.map +1 -1
  21. package/dist/core/system-prompt.js +2 -1
  22. package/dist/core/system-prompt.js.map +1 -1
  23. package/docs/background-tasks.md +2 -0
  24. package/docs/docs.json +1 -0
  25. package/docs/mcp.md +74 -0
  26. package/docs/prompt-templates.md +8 -0
  27. package/docs/workflows/operations.md +8 -0
  28. package/npm-shrinkwrap.json +32 -32
  29. package/package.json +3 -3
  30. /package/dist/builtin/workflows/builtin/{chunk-ngkqkzej.js → chunk-m0xfsef8.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.9.19",
3
+ "version": "0.9.20-alpha.2",
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,14 @@ 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.20-alpha.1] - 2026-09-14
10
+
11
+ ### Fixed
12
+
13
+ - Cold-start workflow stages wait for acknowledged Intercom route authority before connecting, preventing spurious ownership and heavy-initialization failures without weakening route ownership checks.
14
+ - Completed stages retain their original start, end, and duration through workflow resume and repeated replay, without rerunning completed work or displaying missing legacy timing as a new zero-duration execution ([#3038](https://github.com/bastani-inc/atomic/issues/3038)).
15
+ - Explicit workflow resume now initializes durability in a fresh CLI session instead of silently failing before dispatch, and reports initialization failures ([#3038](https://github.com/bastani-inc/atomic/issues/3038)).
16
+
9
17
  ## [0.9.19] - 2026-09-13
10
18
 
11
19
  Cumulative release of the `0.9.19-alpha.1` through `0.9.19-alpha.11` prereleases. Per-change details remain in the unchanged prerelease sections below.
@@ -36,7 +36,7 @@ import {
36
36
  reviewerFailureText,
37
37
  summarizeReviewConvergence,
38
38
  reverify_consolidated_batch
39
- } from "./chunk-ngkqkzej.js";
39
+ } from "./chunk-m0xfsef8.js";
40
40
  import {
41
41
  VERIFICATION_SCALE
42
42
  } from "./chunk-n1910xc4.js";
@@ -38,7 +38,7 @@ import {
38
38
  reviewerFailureText,
39
39
  summarizeReviewConvergence,
40
40
  reverify_consolidated_batch
41
- } from "./chunk-ngkqkzej.js";
41
+ } from "./chunk-m0xfsef8.js";
42
42
  import {
43
43
  fold_usage
44
44
  } from "./chunk-tgt0s5e5.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  goal_default
3
- } from "./chunk-nkrafh9s.js";
4
- import"./chunk-ngkqkzej.js";
3
+ } from "./chunk-ewkkkbak.js";
4
+ import"./chunk-m0xfsef8.js";
5
5
  import"./chunk-2377r57g.js";
6
6
  import"./chunk-z0d03ktm.js";
7
7
  import"./chunk-n1910xc4.js";
@@ -14,11 +14,11 @@ import {
14
14
  import {
15
15
  generate_and_filter_default
16
16
  } from "./chunk-z29qbehr.js";
17
- import"./chunk-ngkqkzej.js";
17
+ import"./chunk-m0xfsef8.js";
18
18
  import"./chunk-z0d03ktm.js";
19
19
  import {
20
20
  goal_default
21
- } from "./chunk-nkrafh9s.js";
21
+ } from "./chunk-ewkkkbak.js";
22
22
  import {
23
23
  open_claude_design_default
24
24
  } from "./chunk-yeee2jrc.js";
@@ -27,7 +27,7 @@ import {
27
27
  } from "./chunk-6w6cvk6b.js";
28
28
  import {
29
29
  ralph_default
30
- } from "./chunk-1jth021m.js";
30
+ } from "./chunk-zqtm1d2c.js";
31
31
  import {
32
32
  tournament_default
33
33
  } from "./chunk-31j2gs7h.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ralph_default
3
- } from "./chunk-1jth021m.js";
4
- import"./chunk-ngkqkzej.js";
3
+ } from "./chunk-zqtm1d2c.js";
4
+ import"./chunk-m0xfsef8.js";
5
5
  import"./chunk-2377r57g.js";
6
6
  import"./chunk-z0d03ktm.js";
7
7
  import"./chunk-n1910xc4.js";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/workflows",
3
- "version": "0.9.19",
3
+ "version": "0.9.20-alpha.2",
4
4
  "private": true,
5
5
  "description": "Atomic extension for multi-stage workflow authoring and execution.",
6
6
  "contributors": [