@bastani/atomic 0.8.26-alpha.2 → 0.8.26-alpha.4
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 +12 -0
- package/dist/builtin/intercom/CHANGELOG.md +12 -0
- package/dist/builtin/intercom/package.json +1 -1
- package/dist/builtin/mcp/CHANGELOG.md +12 -0
- package/dist/builtin/mcp/package.json +1 -1
- package/dist/builtin/subagents/CHANGELOG.md +12 -0
- package/dist/builtin/subagents/package.json +1 -1
- package/dist/builtin/web-access/CHANGELOG.md +12 -0
- package/dist/builtin/web-access/package.json +1 -1
- package/dist/builtin/workflows/CHANGELOG.md +13 -0
- package/dist/builtin/workflows/README.md +10 -8
- package/dist/builtin/workflows/builtin/deep-research-codebase.ts +1 -1
- package/dist/builtin/workflows/builtin/goal.ts +4 -4
- package/dist/builtin/workflows/builtin/index.d.ts +2 -0
- package/dist/builtin/workflows/builtin/open-claude-design.ts +3 -3
- package/dist/builtin/workflows/builtin/ralph.d.ts +2 -0
- package/dist/builtin/workflows/builtin/ralph.ts +305 -95
- package/dist/builtin/workflows/package.json +1 -1
- package/dist/builtin/workflows/skills/create-spec/SKILL.md +14 -0
- package/dist/core/atomic-guide-command.d.ts.map +1 -1
- package/dist/core/atomic-guide-command.js +10 -8
- package/dist/core/atomic-guide-command.js.map +1 -1
- package/docs/quickstart.md +4 -4
- package/docs/workflows.md +16 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.8.26-alpha.4] - 2026-06-05
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
|
|
10
|
+
|
|
11
|
+
## [0.8.26-alpha.3] - 2026-06-05
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- 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)).
|
|
16
|
+
|
|
5
17
|
## [0.8.26-alpha.2] - 2026-06-05
|
|
6
18
|
|
|
7
19
|
### Fixed
|
|
@@ -4,6 +4,18 @@ 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.4] - 2026-06-05
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
|
|
12
|
+
|
|
13
|
+
## [0.8.26-alpha.3] - 2026-06-05
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
|
|
18
|
+
|
|
7
19
|
## [0.8.26-alpha.2] - 2026-06-05
|
|
8
20
|
|
|
9
21
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/intercom",
|
|
3
|
-
"version": "0.8.26-alpha.
|
|
3
|
+
"version": "0.8.26-alpha.4",
|
|
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,18 @@ 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.4] - 2026-06-05
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
|
|
15
|
+
|
|
16
|
+
## [0.8.26-alpha.3] - 2026-06-05
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
|
|
21
|
+
|
|
10
22
|
## [0.8.26-alpha.2] - 2026-06-05
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/mcp",
|
|
3
|
-
"version": "0.8.26-alpha.
|
|
3
|
+
"version": "0.8.26-alpha.4",
|
|
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,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.8.26-alpha.4] - 2026-06-05
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
|
|
10
|
+
|
|
11
|
+
## [0.8.26-alpha.3] - 2026-06-05
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
|
|
16
|
+
|
|
5
17
|
## [0.8.26-alpha.2] - 2026-06-05
|
|
6
18
|
|
|
7
19
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/subagents",
|
|
3
|
-
"version": "0.8.26-alpha.
|
|
3
|
+
"version": "0.8.26-alpha.4",
|
|
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,18 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.8.26-alpha.4] - 2026-06-05
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Bumped package version for the Atomic 0.8.26-alpha.4 prerelease.
|
|
12
|
+
|
|
13
|
+
## [0.8.26-alpha.3] - 2026-06-05
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Bumped package version for the Atomic 0.8.26-alpha.3 prerelease.
|
|
18
|
+
|
|
7
19
|
## [0.8.26-alpha.2] - 2026-06-05
|
|
8
20
|
|
|
9
21
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bastani/web-access",
|
|
3
|
-
"version": "0.8.26-alpha.
|
|
3
|
+
"version": "0.8.26-alpha.4",
|
|
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,19 @@ 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.4] - 2026-06-05
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Upgraded builtin workflow fallback model tiers so degraded runs land on stronger models: bumped `github-copilot/claude-opus-4.8` fallbacks from `:medium` to `:xhigh` in `deep-research-codebase` and `ralph`, replaced `claude-sonnet-4-8`/`4.8` fallbacks with `claude-opus-4-8`/`4.8` in the `goal` and `ralph` runner configs, and raised `claude-sonnet-4-6`/`4.6` fallbacks from `:medium` to `:high` in `open-claude-design` ([#1259](https://github.com/bastani-inc/atomic/issues/1259)).
|
|
14
|
+
|
|
15
|
+
## [0.8.26-alpha.3] - 2026-06-05
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- 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.
|
|
20
|
+
- 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)).
|
|
21
|
+
|
|
9
22
|
## [0.8.26-alpha.2] - 2026-06-05
|
|
10
23
|
|
|
11
24
|
### 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
|
|
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
|
|
597
|
-
|
|
|
598
|
-
| `prompt`
|
|
599
|
-
| `max_loops` | `number`
|
|
600
|
-
| `base_branch` | `string`
|
|
601
|
-
| `git_worktree_dir` | `string`
|
|
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`, `
|
|
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
|
|
|
@@ -417,7 +417,7 @@ export default defineWorkflow("deep-research-codebase")
|
|
|
417
417
|
"openai-codex/gpt-5.5:xhigh",
|
|
418
418
|
"github-copilot/gpt-5.5:xhigh",
|
|
419
419
|
"anthropic/claude-opus-4-8:xhigh",
|
|
420
|
-
"github-copilot/claude-opus-4.8:
|
|
420
|
+
"github-copilot/claude-opus-4.8:xhigh",
|
|
421
421
|
],
|
|
422
422
|
excludedTools: ["ask_user_question"],
|
|
423
423
|
};
|
|
@@ -1030,8 +1030,8 @@ export default defineWorkflow("goal")
|
|
|
1030
1030
|
fallbackModels: [
|
|
1031
1031
|
"openai-codex/gpt-5.5:medium",
|
|
1032
1032
|
"github-copilot/gpt-5.5:medium",
|
|
1033
|
-
"anthropic/claude-
|
|
1034
|
-
"github-copilot/claude-
|
|
1033
|
+
"anthropic/claude-opus-4-8:medium",
|
|
1034
|
+
"github-copilot/claude-opus-4.8:medium",
|
|
1035
1035
|
],
|
|
1036
1036
|
tools: goalRunnerTools,
|
|
1037
1037
|
};
|
|
@@ -1041,8 +1041,8 @@ export default defineWorkflow("goal")
|
|
|
1041
1041
|
fallbackModels: [
|
|
1042
1042
|
"openai-codex/gpt-5.5:xhigh",
|
|
1043
1043
|
"github-copilot/gpt-5.5:xhigh",
|
|
1044
|
-
"anthropic/claude-
|
|
1045
|
-
"github-copilot/claude-
|
|
1044
|
+
"anthropic/claude-opus-4-8:xhigh",
|
|
1045
|
+
"github-copilot/claude-opus-4.8:xhigh",
|
|
1046
1046
|
],
|
|
1047
1047
|
tools: [...goalRunnerTools, reviewDecisionTool.name],
|
|
1048
1048
|
customTools: [reviewDecisionTool],
|
|
@@ -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;
|
|
@@ -228,9 +228,9 @@ export default defineWorkflow("open-claude-design")
|
|
|
228
228
|
const designModelConfig = {
|
|
229
229
|
model: "anthropic/claude-opus-4-8:xhigh",
|
|
230
230
|
fallbackModels: [
|
|
231
|
-
"github-copilot/claude-opus-4.8:
|
|
232
|
-
"anthropic/claude-sonnet-4-6:
|
|
233
|
-
"github-copilot/claude-sonnet-4.6:
|
|
231
|
+
"github-copilot/claude-opus-4.8:xhigh",
|
|
232
|
+
"anthropic/claude-sonnet-4-6:high",
|
|
233
|
+
"github-copilot/claude-sonnet-4.6:high",
|
|
234
234
|
],
|
|
235
235
|
};
|
|
236
236
|
|
|
@@ -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 & {
|