loomrail 0.1.0-alpha.2 → 0.1.0-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/README.md +29 -14
- package/apps/cli/dist/assets/internal-sEVQ7RK4.js +6242 -0
- package/apps/cli/dist/index.js +9895 -2717
- package/apps/cli/dist/proxy.js +8601 -0
- package/apps/cli/dist/supervisor.js +273 -0
- package/apps/cli/migrations/0016_project_readiness.sql +157 -0
- package/apps/cli/migrations/0017_project_provider_preference.sql +67 -0
- package/apps/cli/migrations/0018_mcp_connections.sql +259 -0
- package/apps/cli/migrations/0019_project_scaffolding.sql +123 -0
- package/apps/web/dist/assets/{index-DDJ2hnYz.css → index-BkBTdK6p.css} +1 -1
- package/apps/web/dist/assets/index-C74NW4gx.js +8 -0
- package/apps/web/dist/assets/index-C74NW4gx.js.map +1 -0
- package/apps/web/dist/assets/{validation-vendor-gX26utNf.js → validation-vendor-Bbm-tCDI.js} +3 -3
- package/apps/web/dist/assets/validation-vendor-Bbm-tCDI.js.map +1 -0
- package/apps/web/dist/index.html +3 -3
- package/package.json +12 -1
- package/packages/plugin-sdk/dist/index.d.ts +75 -0
- package/packages/plugin-sdk/dist/index.d.ts.map +1 -0
- package/packages/plugin-sdk/dist/index.js +264 -0
- package/packages/plugin-sdk/dist/index.js.map +1 -0
- package/apps/web/dist/assets/index-C2Qyqtd7.js +0 -5
- package/apps/web/dist/assets/index-C2Qyqtd7.js.map +0 -1
- package/apps/web/dist/assets/validation-vendor-gX26utNf.js.map +0 -1
package/README.md
CHANGED
|
@@ -26,9 +26,11 @@ the source of truth.
|
|
|
26
26
|
</picture>
|
|
27
27
|
|
|
28
28
|
> [!IMPORTANT]
|
|
29
|
-
> Loomrail is public pre-alpha software.
|
|
30
|
-
>
|
|
31
|
-
>
|
|
29
|
+
> Loomrail is public pre-alpha software. New projects use **Auto**: an installed, authenticated Codex or Claude Code
|
|
30
|
+
> CLI can be selected for new sessions and spend provider quota. To guarantee a zero-quota first run, choose **Mock**
|
|
31
|
+
> in **Settings → AI provider** before starting the workflow. Loomrail never installs or signs into a provider,
|
|
32
|
+
> enables permission-bypass flags, commits, pushes, merges, or deploys for you. A task worktree is not an
|
|
33
|
+
> operating-system sandbox.
|
|
32
34
|
|
|
33
35
|
## Install and run safely
|
|
34
36
|
|
|
@@ -60,11 +62,11 @@ recommended for evaluation because it keeps the selected pre-alpha channel visib
|
|
|
60
62
|
## First run
|
|
61
63
|
|
|
62
64
|
1. Choose **Initialize demo workspace**.
|
|
63
|
-
2.
|
|
64
|
-
3.
|
|
65
|
-
4.
|
|
66
|
-
5.
|
|
67
|
-
6.
|
|
65
|
+
2. Open **Settings → AI provider** and choose **Mock** for the zero-quota walkthrough.
|
|
66
|
+
3. Create a task with a concrete outcome and observable acceptance criteria.
|
|
67
|
+
4. Move it to **Ready** and start the workflow.
|
|
68
|
+
5. Answer the blocking Human Request and approve the explicit mock budget increase.
|
|
69
|
+
6. Inspect Review and QA evidence, then accept the delivery or return it to work as the owner.
|
|
68
70
|
|
|
69
71
|
The task, request, budget, evidence, and decision survive page reloads and Loomrail restarts. The
|
|
70
72
|
[quick start](docs/guides/GETTING-STARTED.md) walks through the route in detail.
|
|
@@ -79,15 +81,27 @@ worktrees, change inspection, backup, and recovery:
|
|
|
79
81
|
- [Reproducible full-route example](docs/examples/full-route/README.md)
|
|
80
82
|
- [Security and trust boundaries](docs/security/THREAT-MODEL.md)
|
|
81
83
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
Install and authenticate the provider CLI yourself, then start Loomrail normally. In **Settings → AI provider**, keep
|
|
85
|
+
**Auto** to use an available signed-in CLI or choose Codex, Claude Code, or Mock explicitly for that project. Use
|
|
86
|
+
**Check again** after installing or signing in; no extra launch command is required. `LOOMRAIL_PROVIDER` remains an
|
|
87
|
+
optional process-wide override for automation and troubleshooting. Read the owner guide and threat model before
|
|
88
|
+
exposing a repository to either live CLI.
|
|
89
|
+
|
|
90
|
+
Context7 is different from an AI provider: its exact-pinned MCP server ships with Loomrail. In **Settings → MCP
|
|
91
|
+
connections**, choose **Review bundled Context7**; no global install or `npx` command is needed. Loomrail still requires
|
|
92
|
+
you to approve the exact local process and grant its two read-only tools. Context7 documentation queries leave your
|
|
93
|
+
machine, so never include secrets, personal data, or proprietary code.
|
|
85
94
|
|
|
86
95
|
## Current boundary
|
|
87
96
|
|
|
88
97
|
- Local browser UI, loopback daemon, and local SQLite state.
|
|
89
|
-
-
|
|
90
|
-
-
|
|
98
|
+
- Auto-discovered or explicitly selected providers, plus a deterministic Mock route with no provider quota.
|
|
99
|
+
- Project-scoped local MCP connections and a bundled, owner-approved Context7 preset.
|
|
100
|
+
- A typed read-only tool SDK at `loomrail/plugin-sdk`; local registration still uses explicit C1 consent and grant.
|
|
101
|
+
- Existing-repository registration, readiness checks, per-task worktrees, change inspection, and owner-approved
|
|
102
|
+
Project Constitution.
|
|
103
|
+
- Explicit new-project creation from a fixed local recipe, with exact file review, durable recovery, and local Git
|
|
104
|
+
initialization. Loomrail does not install dependencies or create a commit.
|
|
91
105
|
- No desktop installer, remote access, cloud sync, team accounts, automatic Git publishing, or complete OS sandbox.
|
|
92
106
|
|
|
93
107
|
The versioned product scope lives in [Product decisions](docs/product/PRODUCT-DECISIONS.ru.md) and the
|
|
@@ -116,7 +130,8 @@ pnpm test:e2e
|
|
|
116
130
|
```
|
|
117
131
|
|
|
118
132
|
See [CONTRIBUTING.md](CONTRIBUTING.md), the [architecture overview](docs/architecture/OVERVIEW.md), and the
|
|
119
|
-
[release guide](docs/RELEASE.md).
|
|
133
|
+
[release guide](docs/RELEASE.md). Plugin authors should start with the
|
|
134
|
+
[Plugin SDK guide](docs/guides/PLUGIN-SDK.md) or its [Russian version](docs/guides/PLUGIN-SDK.ru.md).
|
|
120
135
|
|
|
121
136
|
## License
|
|
122
137
|
|