localclawd 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. package/README.md +6 -1
  2. package/dist/cli.mjs +27370 -22671
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -164,7 +164,12 @@ localclawd
164
164
 
165
165
  ## Release status
166
166
 
167
- `v1.0.0` is currently a source-first release. The repository contains the source code, bootstrap installers, and Bun-based fallback launcher needed to publish and run localclawd from GitHub today. Native multi-platform binaries can be added later without changing the install surface.
167
+ `v1.0.2` is live on npm. Install globally with `npm install -g localclawd` or run without installing with `npx localclawd`. Native multi-platform binaries can be added later without changing the install surface.
168
+
169
+ **Changelog**
170
+ - `1.0.2` — Fix zod v4 bundler crash (`_uppercase2 is not defined`); pin zod to `^3`; version string now reflects package.json correctly.
171
+ - `1.0.1` — Fix npm bin entry; add `/keepgoing` command; lattice memory scoring; branding cleanup.
172
+ - `1.0.0` — Initial source-first release.
168
173
 
169
174
  External native update metadata is now expected under `release-manifests/`, the main verification workflow lives in `.github/workflows/ci.yml`, and the native asset publication workflow lives in `.github/workflows/publish-release-assets.yml`. See `docs/release.md` for the expected asset set and publish sequence.
170
175