@clawscarf/cli 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 CHANGED
@@ -1,4 +1,6 @@
1
- # ClawScarf 🧣
1
+ <a href="https://clawscarf.com"><img src="https://clawscarf.com/clawscarf-mark.svg" alt="ClawScarf logo" width="112" height="112" /></a>
2
+
3
+ # ClawScarf
2
4
 
3
5
  ### OpenClaw, ready for your team.
4
6
 
@@ -94,8 +96,8 @@ Default login and optional Connections use **ClawScarf Cloud**. You can use your
94
96
  OIDC provider and disable Connections to run without those hosted services. Original
95
97
  model-provider keys and Connections management credentials stay outside OpenClaw.
96
98
 
97
- ClawScarf is in alpha. Browser automation is off by default while an upstream routing
98
- issue remains; retained data still needs backups. See the [security boundaries](https://github.com/clawscarf/clawscarf/blob/main/deploy/openshell/README.md),
99
+ ClawScarf is in alpha. Browser automation is off by default pending release
100
+ qualification; retained data still needs backups. See the [security boundaries](https://github.com/clawscarf/clawscarf/blob/main/deploy/openshell/README.md),
99
101
  [browser support](https://github.com/clawscarf/clawscarf/blob/main/deploy/execution/browser-node/README.md) and [open work](https://github.com/clawscarf/clawscarf/blob/main/TODO.md)
100
102
  for details.
101
103
 
@@ -105,6 +107,9 @@ for details.
105
107
  - **Customizing it:** [Recipes](https://github.com/clawscarf/clawscarf/blob/main/recipes/README.md) · [Packs](https://github.com/clawscarf/clawscarf/blob/main/packs/README.md) · [Runtime architecture](https://github.com/clawscarf/clawscarf/blob/main/runtime/README.md)
106
108
  - **Helping build it:** [Contributing](https://github.com/clawscarf/clawscarf/blob/main/CONTRIBUTING.md) · [Development setup](https://github.com/clawscarf/clawscarf/blob/main/scripts/README.md) · [Report a bug](https://github.com/clawscarf/clawscarf/issues)
107
109
 
110
+ Development maintains a small [OpenClaw patch series](https://github.com/clawscarf/clawscarf/blob/main/runtime/openclaw/README.md)
111
+ for selected fixes and optional capabilities. Published alpha.3 predates that series.
112
+
108
113
  Built on [OpenClaw](https://github.com/openclaw/openclaw),
109
114
  [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) and
110
115
  [LiteLLM](https://github.com/BerriAI/litellm).
@@ -12,7 +12,7 @@ the operator, companion and Connections plugin artifacts.
12
12
  AGENTS.md is adapted from RawClaw's contributor guide at commit
13
13
  [`f37a6e786fdd88857c21bd32140567874e281a8c`](https://github.com/raw-labs/rawclaw/blob/f37a6e786fdd88857c21bd32140567874e281a8c/AGENTS.md),
14
14
  with the project owner's authorization. The Connections plugin and companion,
15
- access service, UI primitives and development checks also extract or adapt donor
15
+ access service, native page flows and development checks also extract or adapt donor
16
16
  source and regressions. Their local READMEs identify the incorporated paths and
17
17
  deliberate boundary changes.
18
18
  The reviewed donor has no top-level license file; do not infer a blanket license
@@ -24,7 +24,9 @@ embedded third-party notices for each extracted component before publication.
24
24
  The runtime recipe references pinned OpenClaw and OpenShell artifacts in
25
25
  [release/components.json](release/components.json). The access adapter imports
26
26
  the published `@openclaw/gateway-client` package. Dependencies and their versions
27
- are recorded in lockfiles; upstream source is not vendored here.
27
+ are recorded in lockfiles. The [downstream patch series](runtime/openclaw/README.md)
28
+ contains selected source differences and context from MIT-licensed OpenClaw; it is
29
+ not a complete vendored source tree.
28
30
  The terminal installer uses MIT-licensed `@clack/prompts` 1.8.1. It is installed
29
31
  from the operator lockfile and retains its upstream license with the dependency;
30
32
  the installer does not vendor or modify the prompt library.
@@ -33,8 +35,10 @@ Standalone CLI archives include the unmodified Node.js 24.19.0 executable from
33
35
  SHA-256 pins in [release/components.json](release/components.json). Each archive
34
36
  retains Node's complete upstream LICENSE, including its bundled third-party notices,
35
37
  at `node/LICENSE`. JavaScript dependencies retain their licenses in `node_modules`.
36
- The Gateway uses unmodified upstream commit `7bc487d39dc9e059bb9b19ea08152883022f83fe`;
37
- the [image build instructions](deploy/images/README.md) own source packaging.
38
+ Gateway source builds apply the maintained patch series to upstream commit
39
+ `7bc487d39dc9e059bb9b19ea08152883022f83fe`. Release provenance records the
40
+ resulting tree and patch-set digest. Published alpha.3 predates these patches.
41
+ The [image build instructions](deploy/images/README.md) own source packaging.
38
42
  OpenClaw's upstream [license](https://github.com/openclaw/openclaw/blob/7bc487d39dc9e059bb9b19ea08152883022f83fe/LICENSE)
39
43
  is MIT. NVIDIA NemoClaw's [license](https://github.com/NVIDIA/NemoClaw/blob/main/LICENSE)
40
44
  is Apache-2.0. Referencing their architecture is not incorporating their code.
@@ -63,12 +67,10 @@ qualification reports. Debian package copyright files remain under `/usr/share/d
63
67
  This initial inventory does not establish complete transitive license review;
64
68
  that release requirement remains in [TODO.md](TODO.md).
65
69
 
66
- The Gateway and companion image recipes copy this file and the root [license](LICENSE) verbatim
67
- to `/usr/share/licenses/clawscarf`. The companion recipe additionally copies the
68
- incorporated [shadcn notice](ui/shadcn/LICENSE.md)
69
- there as `shadcn-MIT.txt`. A local runtime rebuild verified the root notices against its build inputs.
70
- A local companion rebuild also verified the root and shadcn notices against build inputs. Relative
71
- source links in this file refer to the source checkout, not image filesystem paths.
70
+ The Gateway and companion image recipes copy this file and the root [license](LICENSE)
71
+ verbatim to `/usr/share/licenses/clawscarf`. Native plugin pages use the shared
72
+ [page renderer](plugins/common/native-page.ts) and OpenClaw's host UI components.
73
+ Relative source links in this file refer to the source checkout, not image filesystem paths.
72
74
 
73
75
  When bundling or adapting software, record its exact version and source, retain its
74
76
  license and required notices, and identify modifications where required. Review
@@ -90,7 +92,7 @@ provenance. Paths below are relative to that donor, not files already present he
90
92
  | Runtime/defaults and plugin packaging | runtime/openclaw/, deploy/images/hetzner/scripts/install-runtime.sh, plugins/connections/ | Reuse defaults, integrity checks and packaging; replace Hetzner, systemd, rootless-engine and host-path assumptions for the selected target. |
91
93
  | Company login and entry | src/domains/access/, src/domains/installations/service/openclaw/entry/, src/apps/ingress/, src/composition/ingress.ts | Reuse OIDC/session/ingress mechanics and native identity semantics; replace organization/admission/placement wiring with standalone ownership. |
92
94
  | Connections | plugins/connections/, src/domains/connections/, src/composition/connections/, catalogs/connections/, scripts/connectors-catalog*.ts | Preserve REST tools, Composio adapter, callbacks, account selection and grants; extract required persistence without the fleet control plane. |
93
- | Connection account UI | src/apps/web/domains/connections/ and its shared visual/form dependencies | Copy the working flow and visual primitives; remove organization routing through explicit standalone composition. |
95
+ | Connection account UI | src/apps/web/domains/connections/ | Adapt the account-management flow to native OpenClaw plugin pages and generated clients; omit the donor web shell. |
94
96
  | Model gateway | runtime/ai-gateway/, deploy/ai-gateway/, src/composition/ai/ and applicable src/domains/ai/ code | Reuse LiteLLM integration/configuration and tests; replace hosted-source/admission/catalog wiring where needed. Do not recreate the removed inference proxy. |
95
97
  | Acceptance | tests/ and corresponding helpers for identity, logout, ingress, native roles, connections, model gateway and browser flows | Transfer regressions with each capability; adapt fixtures and run against the new runtime. Donor success is not new-target acceptance. |
96
98
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0-alpha.3",
2
+ "version": "0.1.0-alpha.4",
3
3
  "engines": {
4
4
  "node": ">=24.16.0 <25 || >=26.1.0"
5
5
  },