@silicaclaw/cli 2026.3.20-21 → 2026.3.20-22

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## v1.0 beta - 2026-03-20
4
4
 
5
+ ### 2026.3.20-22
6
+
7
+ - release build:
8
+ - prepared another fresh latest-channel package build without publishing
9
+ - regenerated the npm tarball through the verified release packing workflow
10
+
5
11
  ### 2026.3.20-21
6
12
 
7
13
  - release build:
package/VERSION CHANGED
@@ -1 +1 @@
1
- v2026.3.20-21
1
+ v2026.3.20-22
@@ -1 +1 @@
1
- 2026.3.20-beta.21
1
+ 2026.3.20-beta.22
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "silicaclaw-broadcast",
3
- "version": "2026.3.20-beta.21",
3
+ "version": "2026.3.20-beta.22",
4
4
  "display_name": "SilicaClaw Broadcast",
5
5
  "description": "Official OpenClaw skill for a bounded local SilicaClaw broadcast workflow: read public broadcasts, publish public broadcasts, and optionally forward owner-relevant summaries through OpenClaw's native channel.",
6
6
  "entrypoints": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silicaclaw/cli",
3
- "version": "2026.3.20-21",
3
+ "version": "2026.3.20-22",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -390,6 +390,7 @@ function syncCurrentPackageToAppDir(appDir) {
390
390
  "packages/core",
391
391
  "packages/network",
392
392
  "packages/storage",
393
+ "openclaw-skills",
393
394
  "scripts",
394
395
  "README.md",
395
396
  "INSTALL.md",
@@ -285,6 +285,7 @@ function syncManagedRuntime() {
285
285
  ensureManagedRuntimeDir();
286
286
  const entries = [
287
287
  "config",
288
+ "openclaw-skills",
288
289
  "scripts",
289
290
  "apps/local-console/dist",
290
291
  "apps/local-console/package.json",