loomrail 0.1.0-beta.1 → 0.1.0
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 +7 -7
- package/apps/cli/dist/index.js +3 -3
- package/apps/web/dist/assets/{index-DvHDlEtu.js → index-DnefyhG4.js} +2 -2
- package/apps/web/dist/assets/index-DnefyhG4.js.map +1 -0
- package/apps/web/dist/index.html +1 -1
- package/package.json +1 -1
- package/apps/web/dist/assets/index-DvHDlEtu.js.map +0 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<p>
|
|
12
12
|
<a href="https://github.com/loomrail/loomrail/actions/workflows/ci.yml"><img src="https://github.com/loomrail/loomrail/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
|
|
13
13
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-6173ff" alt="Apache 2.0 license" /></a>
|
|
14
|
-
<img src="https://img.shields.io/badge/status-
|
|
14
|
+
<img src="https://img.shields.io/badge/status-stable-2f6b52" alt="Stable status" />
|
|
15
15
|
<img src="https://img.shields.io/badge/Node.js-24.19-43853d" alt="Node.js 24.19" />
|
|
16
16
|
</p>
|
|
17
17
|
</div>
|
|
@@ -27,12 +27,12 @@ the source of truth.
|
|
|
27
27
|
</picture>
|
|
28
28
|
|
|
29
29
|
> [!IMPORTANT]
|
|
30
|
-
> Loomrail is
|
|
30
|
+
> Loomrail is Stable software for macOS on Apple Silicon. New projects use **Auto**, which selects only a
|
|
31
31
|
> compatible, signed-in local
|
|
32
32
|
> Codex CLI or Claude Code CLI. Loomrail does not ask for provider API keys or use separate API billing; a missing,
|
|
33
33
|
> incompatible, or signed-out CLI blocks startup instead of falling back. Loomrail never creates provider credentials,
|
|
34
34
|
> enables permission-bypass flags, commits, pushes, merges, or deploys for you. A task worktree is not an
|
|
35
|
-
> operating-system sandbox. Windows and Linux live-provider execution is not supported by this
|
|
35
|
+
> operating-system sandbox. Windows and Linux live-provider execution is not supported by this release and fails closed;
|
|
36
36
|
> Windows remains covered by source, browser and clean-install CI while its real local-CLI evidence is pending.
|
|
37
37
|
|
|
38
38
|
## Install and run safely
|
|
@@ -44,7 +44,7 @@ managed by the installed Playwright package, and at least one official local age
|
|
|
44
44
|
- Claude Code: install the official CLI and run `claude auth login` once.
|
|
45
45
|
|
|
46
46
|
That login remains owned by the provider CLI. Loomrail detects it read-only and never asks you to copy an API key.
|
|
47
|
-
Windows and Linux are not supported live-provider targets in this
|
|
47
|
+
Windows and Linux are not supported live-provider targets in this macOS-scoped Stable release.
|
|
48
48
|
|
|
49
49
|
Start in a new empty directory, not inside a repository you care about:
|
|
50
50
|
|
|
@@ -53,7 +53,7 @@ Start in a new empty directory, not inside a repository you care about:
|
|
|
53
53
|
```bash
|
|
54
54
|
mkdir loomrail-evaluation
|
|
55
55
|
cd loomrail-evaluation
|
|
56
|
-
npm install --ignore-scripts loomrail@
|
|
56
|
+
npm install --ignore-scripts loomrail@latest
|
|
57
57
|
npx playwright install chromium
|
|
58
58
|
npx loomrail try
|
|
59
59
|
```
|
|
@@ -77,9 +77,9 @@ npx loomrail try --no-open --port 4176
|
|
|
77
77
|
|
|
78
78
|
Open the printed URL on the same machine within 60 seconds. `--no-open` does not enable remote access.
|
|
79
79
|
|
|
80
|
-
For a global launcher, use `npm install -g --ignore-scripts loomrail@
|
|
80
|
+
For a global launcher, use `npm install -g --ignore-scripts loomrail@latest`, run
|
|
81
81
|
`npx playwright install chromium`, and then `loomrail try`.
|
|
82
|
-
The project-local route above is recommended
|
|
82
|
+
The project-local route above is recommended because it keeps Loomrail and its browser runtime isolated.
|
|
83
83
|
|
|
84
84
|
## First run
|
|
85
85
|
|
package/apps/cli/dist/index.js
CHANGED
|
@@ -7080,7 +7080,7 @@ var guided_activation_v1_default = {
|
|
|
7080
7080
|
install: { "commands": [
|
|
7081
7081
|
"mkdir loomrail-evaluation",
|
|
7082
7082
|
"cd loomrail-evaluation",
|
|
7083
|
-
"npm install --ignore-scripts loomrail@
|
|
7083
|
+
"npm install --ignore-scripts loomrail@latest",
|
|
7084
7084
|
"npx playwright install chromium",
|
|
7085
7085
|
"npx loomrail try"
|
|
7086
7086
|
] }
|
|
@@ -7090,7 +7090,7 @@ var guided_activation_v1_default = {
|
|
|
7090
7090
|
var guidedActivationInstallCommands = [
|
|
7091
7091
|
"mkdir loomrail-evaluation",
|
|
7092
7092
|
"cd loomrail-evaluation",
|
|
7093
|
-
"npm install --ignore-scripts loomrail@
|
|
7093
|
+
"npm install --ignore-scripts loomrail@latest",
|
|
7094
7094
|
"npx playwright install chromium",
|
|
7095
7095
|
"npx loomrail try"
|
|
7096
7096
|
];
|
|
@@ -46967,7 +46967,7 @@ var formatGuidedLaunchReadiness = (report) => {
|
|
|
46967
46967
|
};
|
|
46968
46968
|
//#endregion
|
|
46969
46969
|
//#region src/version.ts
|
|
46970
|
-
var LOOMRAIL_VERSION = "0.1.0
|
|
46970
|
+
var LOOMRAIL_VERSION = "0.1.0";
|
|
46971
46971
|
//#endregion
|
|
46972
46972
|
//#region src/index.ts
|
|
46973
46973
|
var writeLine = (message) => {
|