@bastani/atomic 0.8.26-alpha.2 → 0.8.26-alpha.3

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,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.8.26-alpha.3] - 2026-06-05
6
+
7
+ ### Changed
8
+
9
+ - Documented the builtin `ralph` workflow's safe default for PR creation, `create_pr=true` opt-in examples, omitted disabled `pr_report`, and final-stage-only provider-aware PR/MR/review creation instructions ([#1255](https://github.com/bastani-inc/atomic/issues/1255)).
10
+
5
11
  ## [0.8.26-alpha.2] - 2026-06-05
6
12
 
7
13
  ### Fixed
@@ -4,6 +4,12 @@ All notable changes to the `pi-intercom` extension will be documented in this fi
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.26-alpha.3] - 2026-06-05
8
+
9
+ ### Changed
10
+
11
+ - Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
12
+
7
13
  ## [0.8.26-alpha.2] - 2026-06-05
8
14
 
9
15
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/intercom",
3
- "version": "0.8.26-alpha.2",
3
+ "version": "0.8.26-alpha.3",
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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.8.26-alpha.3] - 2026-06-05
11
+
12
+ ### Changed
13
+
14
+ - Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
15
+
10
16
  ## [0.8.26-alpha.2] - 2026-06-05
11
17
 
12
18
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/mcp",
3
- "version": "0.8.26-alpha.2",
3
+ "version": "0.8.26-alpha.3",
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": [
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.8.26-alpha.3] - 2026-06-05
6
+
7
+ ### Changed
8
+
9
+ - Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
10
+
5
11
  ## [0.8.26-alpha.2] - 2026-06-05
6
12
 
7
13
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/subagents",
3
- "version": "0.8.26-alpha.2",
3
+ "version": "0.8.26-alpha.3",
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,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.26-alpha.3] - 2026-06-05
8
+
9
+ ### Changed
10
+
11
+ - Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
12
+
7
13
  ## [0.8.26-alpha.2] - 2026-06-05
8
14
 
9
15
  ### Changed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bastani/web-access",
3
- "version": "0.8.26-alpha.2",
3
+ "version": "0.8.26-alpha.3",
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,13 @@ 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.26-alpha.3] - 2026-06-05
10
+
11
+ ### Changed
12
+
13
+ - Changed the builtin `ralph` workflow to include the workflow current working directory in every stage prompt so planner, implementation, simplification, review, and PR handoff stages keep repository work anchored to the workflow checkout.
14
+ - Changed the builtin `ralph` workflow to skip pull-request creation by default unless `create_pr=true`, omit `pr_report` when disabled, and keep provider-aware PR/MR/review creation instructions in the final stage ([#1255](https://github.com/bastani-inc/atomic/issues/1255)).
15
+
9
16
  ## [0.8.26-alpha.2] - 2026-06-05
10
17
 
11
18
  ### Changed
@@ -587,20 +587,22 @@ Child workflow outputs: `result`, `status`, `approved`, `goal_id`, `objective`,
587
587
 
588
588
  ### `ralph`
589
589
 
590
- Plan → orchestrate → simplify → review PR-handoff workflow: write an RFC-style technical design document under `specs/`, delegate implementation through sub-agents, simplify recent changes, run parallel reviewers, iterate until approval or the loop limit, then prepare a pull-request report. Reviewers inspect repository infrastructure directly as needed; Ralph no longer runs separate `infra-*` discovery stages.
590
+ Plan → orchestrate → simplify → review workflow with optional final-stage PR handoff: write an RFC-style technical design document under `specs/`, delegate implementation through sub-agents, simplify recent changes, run parallel reviewers, and iterate until approval or the loop limit. Ralph skips PR creation by default; prompt text alone does not opt in. Pass `create_pr=true` to authorize only the final `pull-request` stage to inspect provider credentials and attempt provider-appropriate PR/MR/review creation (for example GitHub `gh`, Azure Repos `az repos pr create`, or Sapling/Phabricator tooling). Ralph's own PR-creation instructions live in that final stage. Reviewers inspect repository infrastructure directly as needed; Ralph no longer runs separate `infra-*` discovery stages.
591
591
 
592
592
  ```text
593
593
  /workflow ralph prompt="Plan and migrate the database layer to Drizzle ORM" max_loops=3 base_branch=develop
594
+ /workflow ralph prompt="Plan and migrate the database layer to Drizzle ORM" max_loops=3 base_branch=develop create_pr=true
594
595
  ```
595
596
 
596
- | Input | Type | Required | Default | Description |
597
- | ------------- | -------- | -------- | ------------- | ------------------------------------------------------------- |
598
- | `prompt` | `text` | ✓ | — | Task, feature request, issue summary, or spec path to plan, execute, refine, review, and prepare for PR. |
599
- | `max_loops` | `number` | — | `10` | Maximum plan/orchestrate/review iterations before PR handoff. |
600
- | `base_branch` | `string` | — | `origin/main` | Branch reviewers and PR-prep compare the current delta with; also used to create a missing worktree. |
601
- | `git_worktree_dir` | `string` | — | `""` | Optional reusable Git worktree root. Empty runs in the invoking checkout; non-empty values run Ralph stages in the created/reused worktree. |
597
+ | Input | Type | Required | Default | Description |
598
+ | ------------------ | --------- | -------- | ------------- | ------------------------------------------------------------- |
599
+ | `prompt` | `text` | ✓ | — | Task, feature request, issue summary, or spec path to plan, execute, refine, and review. |
600
+ | `max_loops` | `number` | — | `10` | Maximum plan/orchestrate/review iterations before completion or optional final handoff. |
601
+ | `base_branch` | `string` | — | `origin/main` | Branch reviewers and the optional final stage compare the current delta with; also used to create a missing worktree. |
602
+ | `git_worktree_dir` | `string` | — | `""` | Optional reusable Git worktree root. Empty runs in the invoking checkout; non-empty values run Ralph stages in the created/reused worktree. |
603
+ | `create_pr` | `boolean` | — | `false` | Safe-by-default PR creation flag. Omitted or `false` skips the final `pull-request` stage and omits `pr_report`; prompt text alone does not opt in, and only strict `true` authorizes the final `pull-request` stage to attempt provider-appropriate PR/MR/review creation. |
602
604
 
603
- Child workflow outputs: `result`, `plan`, `plan_path`, `implementation_notes_path`, `pr_report`, `approved`, `iterations_completed`, `review_report`, and `review_report_path`.
605
+ Child workflow outputs: `result`, `plan`, `plan_path`, `implementation_notes_path`, `approved`, `iterations_completed`, `review_report`, and `review_report_path`. `pr_report` is included only when `create_pr=true` and the final `pull-request` stage runs.
604
606
 
605
607
  ### `open-claude-design`
606
608
 
@@ -70,12 +70,14 @@ export type RalphWorkflowInputs = WorkflowInputValues & {
70
70
  readonly max_loops: number;
71
71
  readonly base_branch: string;
72
72
  readonly git_worktree_dir: string;
73
+ readonly create_pr: boolean;
73
74
  };
74
75
  export type RalphWorkflowRunInputs = WorkflowInputValues & {
75
76
  readonly prompt: string;
76
77
  readonly max_loops?: number;
77
78
  readonly base_branch?: string;
78
79
  readonly git_worktree_dir?: string;
80
+ readonly create_pr?: boolean;
79
81
  };
80
82
  export type RalphWorkflowOutputs = WorkflowOutputValues & {
81
83
  readonly result?: string;
@@ -5,6 +5,7 @@ export type RalphWorkflowInputs = WorkflowInputValues & {
5
5
  readonly max_loops: number;
6
6
  readonly base_branch: string;
7
7
  readonly git_worktree_dir: string;
8
+ readonly create_pr: boolean;
8
9
  };
9
10
 
10
11
  export type RalphWorkflowRunInputs = WorkflowInputValues & {
@@ -12,6 +13,7 @@ export type RalphWorkflowRunInputs = WorkflowInputValues & {
12
13
  readonly max_loops?: number;
13
14
  readonly base_branch?: string;
14
15
  readonly git_worktree_dir?: string;
16
+ readonly create_pr?: boolean;
15
17
  };
16
18
 
17
19
  export type RalphWorkflowOutputs = WorkflowOutputValues & {