loomrail 0.1.0-alpha.2 → 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 CHANGED
@@ -26,9 +26,11 @@ the source of truth.
26
26
  </picture>
27
27
 
28
28
  > [!IMPORTANT]
29
- > Loomrail is public pre-alpha software. The recommended first run uses a deterministic mock: it starts no external
30
- > agent and spends no provider quota. Live providers are opt-in. Loomrail never commits, pushes, merges, or deploys
31
- > agent changes for you, and a task worktree is not an operating-system sandbox.
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,12 @@ 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. Create a task with a concrete outcome and observable acceptance criteria.
64
- 3. Move it to **Ready** and start the workflow.
65
- 4. Answer the blocking Human Request and approve the explicit mock budget increase.
66
- 5. Inspect Review and QA evidence.
67
- 6. Accept the delivery or return it to work as the owner.
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. 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.
68
71
 
69
72
  The task, request, budget, evidence, and decision survive page reloads and Loomrail restarts. The
70
73
  [quick start](docs/guides/GETTING-STARTED.md) walks through the route in detail.
@@ -79,15 +82,28 @@ worktrees, change inspection, backup, and recovery:
79
82
  - [Reproducible full-route example](docs/examples/full-route/README.md)
80
83
  - [Security and trust boundaries](docs/security/THREAT-MODEL.md)
81
84
 
82
- Live providers are explicit. Install and authenticate the provider CLI yourself, then start the same Loomrail
83
- installation with `LOOMRAIL_PROVIDER=CODEX` or `LOOMRAIL_PROVIDER=CLAUDE_CODE`. Read the owner guide and threat model
84
- before exposing a repository to either CLI.
85
+ Install and authenticate the provider CLI yourself, then start Loomrail normally. In **Settings → AI provider**, keep
86
+ **Auto** to use an available signed-in CLI or choose Codex, Claude Code, or Mock explicitly for that project. Use
87
+ **Check again** after installing or signing in; no extra launch command is required. `LOOMRAIL_PROVIDER` remains an
88
+ optional process-wide override for automation and troubleshooting. Read the owner guide and threat model before
89
+ exposing a repository to either live CLI.
90
+
91
+ Context7 is different from an AI provider: its exact-pinned MCP server ships with Loomrail. In **Settings → MCP
92
+ connections**, choose **Review bundled Context7**; no global install or `npx` command is needed. Loomrail still requires
93
+ you to approve the exact local process and grant its two read-only tools. Context7 documentation queries leave your
94
+ machine, so never include secrets, personal data, or proprietary code.
85
95
 
86
96
  ## Current boundary
87
97
 
88
98
  - Local browser UI, loopback daemon, and local SQLite state.
89
- - Deterministic mock-first workflow with durable Human Requests, budgets, evidence, recovery, and owner Decisions.
90
- - Local Git repository registration, per-task worktrees, change inspection, and owner-approved Project Constitution.
99
+ - Auto-discovered or explicitly selected providers, plus a deterministic Mock route with no provider quota.
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.
102
+ - A typed read-only tool SDK at `loomrail/plugin-sdk`; local registration still uses explicit C1 consent and grant.
103
+ - Existing-repository registration, readiness checks, per-task worktrees, change inspection, and owner-approved
104
+ Project Constitution.
105
+ - Explicit new-project creation from a fixed local recipe, with exact file review, durable recovery, and local Git
106
+ initialization. Loomrail does not install dependencies or create a commit.
91
107
  - No desktop installer, remote access, cloud sync, team accounts, automatic Git publishing, or complete OS sandbox.
92
108
 
93
109
  The versioned product scope lives in [Product decisions](docs/product/PRODUCT-DECISIONS.ru.md) and the
@@ -116,7 +132,8 @@ pnpm test:e2e
116
132
  ```
117
133
 
118
134
  See [CONTRIBUTING.md](CONTRIBUTING.md), the [architecture overview](docs/architecture/OVERVIEW.md), and the
119
- [release guide](docs/RELEASE.md).
135
+ [release guide](docs/RELEASE.md). Plugin authors should start with the
136
+ [Plugin SDK guide](docs/guides/PLUGIN-SDK.md) or its [Russian version](docs/guides/PLUGIN-SDK.ru.md).
120
137
 
121
138
  ## License
122
139