loomrail 0.1.0-alpha.3 → 0.1.0-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/README.md +4 -2
- package/apps/cli/dist/index.js +2199 -2003
- package/apps/web/dist/assets/index-BXj2yqdr.js +8 -0
- package/apps/web/dist/assets/index-BXj2yqdr.js.map +1 -0
- package/apps/web/dist/assets/{index-BkBTdK6p.css → index-CGqbHGqg.css} +1 -1
- package/apps/web/dist/index.html +2 -2
- package/package.json +1 -1
- package/apps/web/dist/assets/index-C74NW4gx.js +0 -8
- package/apps/web/dist/assets/index-C74NW4gx.js.map +0 -1
package/README.md
CHANGED
|
@@ -65,8 +65,9 @@ recommended for evaluation because it keeps the selected pre-alpha channel visib
|
|
|
65
65
|
2. Open **Settings → AI provider** and choose **Mock** for the zero-quota walkthrough.
|
|
66
66
|
3. Create a task with a concrete outcome and observable acceptance criteria.
|
|
67
67
|
4. Move it to **Ready** and start the workflow.
|
|
68
|
-
5.
|
|
69
|
-
6.
|
|
68
|
+
5. Open **Attention**, answer the blocking Human Request, and approve the explicit mock budget increase.
|
|
69
|
+
6. When acceptance appears in **Attention**, open its exact task, inspect Review and QA evidence, then accept the
|
|
70
|
+
delivery or return it to work as the owner.
|
|
70
71
|
|
|
71
72
|
The task, request, budget, evidence, and decision survive page reloads and Loomrail restarts. The
|
|
72
73
|
[quick start](docs/guides/GETTING-STARTED.md) walks through the route in detail.
|
|
@@ -97,6 +98,7 @@ machine, so never include secrets, personal data, or proprietary code.
|
|
|
97
98
|
- Local browser UI, loopback daemon, and local SQLite state.
|
|
98
99
|
- Auto-discovered or explicitly selected providers, plus a deterministic Mock route with no provider quota.
|
|
99
100
|
- Project-scoped local MCP connections and a bundled, owner-approved Context7 preset.
|
|
101
|
+
- A global, restart-safe Attention Inbox for Human Requests and acceptance deep-links across every Project.
|
|
100
102
|
- A typed read-only tool SDK at `loomrail/plugin-sdk`; local registration still uses explicit C1 consent and grant.
|
|
101
103
|
- Existing-repository registration, readiness checks, per-task worktrees, change inspection, and owner-approved
|
|
102
104
|
Project Constitution.
|