@bastani/atomic 0.8.15 → 0.8.16

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/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.8.16] - 2026-05-26
6
+
7
+ ### Changed
8
+
9
+ - Promoted the 0.8.16 prerelease changes to a stable release.
10
+
11
+ ## [0.8.16-0] - 2026-05-26
12
+
13
+ ### Breaking Changes
14
+
15
+ - Removed Ralph's `prompt` and `max_loops` compatibility inputs from the bundled workflow; use `objective` and `max_turns` instead ([#1061](https://github.com/flora131/atomic/issues/1061)).
16
+
17
+ ### Changed
18
+
19
+ - Updated bundled Ralph docs and guide examples for the Goal Runner workflow with goal-ledger receipts, reviewer quorum, repeated-blocker gating, and `max_turns`/`objective` inputs ([#1061](https://github.com/flora131/atomic/issues/1061)).
20
+
21
+ ### Fixed
22
+
23
+ - Clarified bundled Ralph's bounded `blocker_threshold` behavior ([#1061](https://github.com/flora131/atomic/issues/1061)).
24
+
5
25
  ## [0.8.15] - 2026-05-26
6
26
 
7
27
  ### Changed
@@ -4,6 +4,11 @@ All notable changes to the `pi-intercom` extension will be documented in this fi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.16] - 2026-05-26
8
+
9
+ ### Changed
10
+ - Promoted the 0.8.16 prerelease package version to a stable release.
11
+
7
12
  ## [0.8.15] - 2026-05-26
8
13
 
9
14
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.8.15",
3
+ "version": "0.8.16",
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": [
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.8.16] - 2026-05-26
11
+
12
+ ### Changed
13
+ - Promoted the 0.8.16 prerelease package version to a stable release.
14
+
10
15
  ## [0.8.15] - 2026-05-26
11
16
 
12
17
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/mcp",
3
- "version": "0.8.15",
3
+ "version": "0.8.16",
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": [
@@ -11,6 +11,11 @@
11
11
 
12
12
  ## [Unreleased]
13
13
 
14
+ ## [0.8.16] - 2026-05-26
15
+
16
+ ### Changed
17
+ - Promoted the 0.8.16 prerelease package version to a stable release.
18
+
14
19
  ## [0.8.15] - 2026-05-26
15
20
 
16
21
  ### Added
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/subagents",
3
- "version": "0.8.15",
3
+ "version": "0.8.16",
4
4
  "private": true,
5
5
  "description": "Atomic extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification. Fork of: https://github.com/nicobailon/pi-subagents",
6
6
  "contributors": [
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.16] - 2026-05-26
8
+
9
+ ### Changed
10
+ - Promoted the 0.8.16 prerelease package version to a stable release.
11
+
7
12
  ## [0.8.15] - 2026-05-26
8
13
 
9
14
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.8.15",
3
+ "version": "0.8.16",
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,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.8.16] - 2026-05-26
10
+
11
+ ### Changed
12
+
13
+ - Promoted the 0.8.16 prerelease changes to a stable release.
14
+
15
+ ## [0.8.16-0] - 2026-05-26
16
+
17
+ ### Breaking Changes
18
+
19
+ - Removed Ralph's `prompt` and `max_loops` compatibility inputs; use the canonical `objective` and `max_turns` inputs instead ([#1061](https://github.com/flora131/atomic/issues/1061)).
20
+
21
+ ### Changed
22
+
23
+ - Reworked Ralph into a Goal Runner workflow with a persisted goal ledger, bounded worker turns, parallel structured reviewers, reviewer-quorum completion, repeated-blocker gating, and final status reporting while excluding token-budget behavior ([#1061](https://github.com/flora131/atomic/issues/1061)).
24
+
25
+ ### Fixed
26
+
27
+ - Hardened Ralph's goal-runner edge cases around base-branch sanitization coverage, worker/reviewer failure handling, cross-turn review context, bounded blocker-threshold handling, and unused ledger state ([#1061](https://github.com/flora131/atomic/issues/1061)).
28
+
9
29
  ## [0.8.15] - 2026-05-26
10
30
 
11
31
  ### Breaking Changes
@@ -308,17 +308,19 @@ Final Markdown research documents are written to dated `research/` paths relativ
308
308
 
309
309
  ### `ralph`
310
310
 
311
- Plan write a spec under `specs/` orchestrate from that spec path while maintaining OS-temp implementation notes simplify infrastructure discovery parallel review loop PR preparation. The workflow result includes the generated spec as `plan_path`, the notes file as `implementation_notes_path`, and the final PR phase report as `pr_report`. The PR phase uses local git identity as a hint when multiple GitHub accounts are logged in, tries available credentials until one works, and posts the implementation notes as a PR comment when a PR is created. Named after the [Ralph Wiggum Method](https://ghuntley.com/ralph/).
311
+ Goal Runner workflow: initialize a persisted goal ledger with a per-run goal id and lifecycle events, render goal-continuation context, run bounded worker LM turns, append receipts, run three independent reviewers, and let a TypeScript reducer decide `complete`, `continue`, `blocked`, or `needs_human`. Token budget behavior is intentionally excluded.
312
312
 
313
313
  ```text
314
- /workflow ralph prompt="Migrate the database layer to Drizzle ORM" base_branch=develop
314
+ /workflow ralph objective="Migrate the database layer to Drizzle ORM" max_turns=5 review_quorum=2
315
315
  ```
316
316
 
317
- | Input | Type | Required | Default | Description |
318
- | ------------- | -------- | -------- | ------- | ------------------------------------------------ |
319
- | `prompt` | `text` | ✓ | — | High-level task or goal to accomplish. |
320
- | `max_loops` | `number` | — | `10` | Maximum plan → orchestrate → review loops. |
321
- | `base_branch` | `string` | — | `origin/main` | Branch reviewers compare the current delta with. |
317
+ | Input | Type | Required | Default | Description |
318
+ | ------------------- | -------- | -------- | ------------- | ------------------------------------------------ |
319
+ | `objective` | `text` | ✓ | — | Goal-runner objective. |
320
+ | `max_turns` | `number` | — | `10` | Maximum worker/review turns. |
321
+ | `review_quorum` | `number` | — | `2` | Reviewer `complete` votes required to complete. |
322
+ | `blocker_threshold` | `number` | — | `3` | Consecutive same-blocker turns required to block; requires at least two observations and is capped by `max_turns` when possible. |
323
+ | `base_branch` | `string` | — | `origin/main` | Branch reviewers compare the current delta with. |
322
324
 
323
325
  ### `open-claude-design`
324
326