Skip to content

Commit 6d756ac

Browse files
docs: reorganize README for public install clarity
1 parent 1b55bc8 commit 6d756ac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This public repo is meant to be:
3737
- installable from zero
3838
- honest about what is shipped today
3939
- extensible through optional adapters
40-
- usable without access to the reference private deployment
40+
- usable without any private repo access
4141

4242
<div align="center">
4343

@@ -75,7 +75,7 @@ This public repo is meant to be:
7575
- full voice / browser runtime
7676
- full Tier 2-Tier 5 runtime extraction
7777
- repo-intel adapter implementation
78-
- full gateway parity with the reference deployment
78+
- full gateway parity
7979

8080
---
8181

@@ -193,7 +193,7 @@ This writes:
193193
### 3. Configure The Required Inputs
194194

195195
Edit:
196-
- `TARGET_ROOT/config/openclaw.public.example.jsonc`
196+
- `"$TARGET_ROOT/config/openclaw.public.example.jsonc"`
197197

198198
For a real runtime, provide your own values for:
199199
- `OPENCLAW_GATEWAY_TOKEN`
@@ -224,6 +224,8 @@ python3 -m unittest discover -s tests -q
224224
### 5. Add Optional Adapters When Needed
225225

226226
Examples:
227+
- `hyperclaw-materialize-pack "$TARGET_ROOT" --force`
228+
- `hyperclaw-materialize-pack "$TARGET_ROOT" --include-optional finance`
227229
- materialize `finance` or `legal` overlays
228230
- enable Telegram or HTTP hooks
229231
- wire systemd templates for the gateway surface
@@ -340,7 +342,7 @@ The public config template assumes a simple provider path first:
340342
- one fallback model
341343
- clear env-var based credentials
342344

343-
Local and hybrid routing are part of the architecture and reference deployment, but they are not required for a clean public-core install.
345+
Local and hybrid routing are part of the architecture and proven operating model, but they are not required for a clean public-core install.
344346

345347
### Surgical Repo Intelligence
346348

0 commit comments

Comments
 (0)