substrate-ai 0.2.16 → 0.2.18
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/README.md +1 -1
- package/dist/cli/index.js +52 -319
- package/dist/cli/templates/claude-md-substrate-section.md +6 -0
- package/dist/{decisions-SyswIRKz.js → decisions-Dq4cAA2L.js} +9 -2
- package/dist/decisions-DxgMpQpz.js +3 -0
- package/dist/{event-bus-J-bw-pkp.js → event-bus-BMxhfxfT.js} +1 -1
- package/dist/{experimenter-Cd04gAWQ.js → experimenter-CHRVkV3d.js} +4 -4
- package/dist/{git-utils-BtI5eNoN.js → git-utils-CtmrZrHS.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/{logger-C6n1g8uP.js → logger-D2fS2ccL.js} +1 -1
- package/dist/{run-BrI2xzk7.js → run-BBr-wMHS.js} +483 -192
- package/dist/run-cxQgjit7.js +7 -0
- package/dist/{upgrade-BjYVeC6G.js → upgrade-CF8EjNuO.js} +2 -2
- package/dist/{upgrade-rV26kdh3.js → upgrade-CjjAx5kD.js} +2 -2
- package/dist/{version-manager-impl-9N_519Ey.js → version-manager-impl-C6jmvble.js} +1 -1
- package/dist/{version-manager-impl-BpVx2DkY.js → version-manager-impl-CZ6KF1Ds.js} +1 -1
- package/package.json +1 -1
- package/dist/decisions-BmqXQ3Se.js +0 -3
- package/dist/run-fjuwOUib.js +0 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# Substrate
|
|
6
6
|
|
|
7
|
-
Substrate is
|
|
7
|
+
Most multi-agent coding tools help you run AI sessions in parallel — but leave planning, quality control, and learning up to you. Substrate is different: it packages structured planning methodology, multi-agent parallel execution, automated code review cycles, and self-improvement into a single pipeline. Describe your project concept, and Substrate takes it from analysis through implementation and review — coordinating multiple AI coding agents (Claude Code, Codex, Gemini CLI) across isolated worktree branches while a supervisor watches for stalls, auto-recovers, and after each run experiments with improvements to close the loop automatically.
|
|
8
8
|
|
|
9
9
|
Unlike API-based orchestrators, Substrate routes work through the CLI tools you already have installed, maximizing your existing AI subscriptions before falling back to pay-per-token billing. Runs are persistent and resumable with full cost visibility across every provider.
|
|
10
10
|
|