openclaw/scripts
Dewaldt Huysamen d4eb236523
fix(release-check): assert bundled plugin runtime deps after packed postinstall (#70035)
* fix(release-check): assert bundled plugin runtime deps after packed postinstall

Release-check already validates source dist/extensions runtime deps are staged, but runPackedBundledChannelEntrySmoke never re-validates after the packed postinstall runs against the installed tarball. That gap is how 2026.4.21 shipped without @whiskeysockets/baileys in dist/extensions/whatsapp/node_modules, because the source staging passed while the installed layout was left broken.

Re-use collectBuiltBundledPluginStagedRuntimeDependencyErrors against the installed packageRoot right after runPackedBundledPluginPostinstall and fail release-check if any declared runtime dependency is missing from the plugin-local node_modules.

* fix(release-check): check postinstalled dep sentinels at packageRoot/node_modules

Codex review on #70035 caught that collectInstalledBundledPluginRuntimeDepErrors was pointing at dist/extensions/<id>/node_modules, but packed postinstall installs and probes sentinels at packageRoot/node_modules (see dependencySentinelPath in scripts/postinstall-bundled-plugins.mjs). The previous implementation would have falsely failed release-check on healthy packed installs while still missing the original WhatsApp regression.

Reuse discoverBundledPluginRuntimeDeps from postinstall-bundled-plugins.mjs so the release guard uses the exact same dep discovery and sentinel paths the packed postinstall uses. Update the test fixtures accordingly so they model the real install layout.
2026-04-22 00:31:40 -07:00
..
clawdock [ClawDock] Iteration on the first submission; bug fixes, UX improvements, etc (#23912) 2026-03-29 20:05:41 -04:00
dev chore: remove redundant discord smoke conversions 2026-04-10 22:48:35 +01:00
docker test: bound installer e2e agent turns 2026-04-21 04:11:01 +01:00
docs-i18n docs-i18n: harden behavior fixture path reads (#67046) 2026-04-15 17:32:59 +08:00
e2e fix(channels): repair bundled setup runtime deps 2026-04-22 06:26:13 +01:00
k8s
lib feat(tokenjuice): bundle the native adapter (#69946) 2026-04-21 23:58:37 -07:00
podman update podman setup and docs (#55388) 2026-03-27 11:47:35 -04:00
pr-lib fix(test): stop overriding host-aware vitest scheduling in prepare gates (#67213) 2026-04-15 22:06:41 +08:00
pre-commit fix(ci): parse quoted pnpm snapshot keys 2026-04-14 21:15:43 -04:00
repro plugin-sdk: drop investigative weixin repro harness 2026-04-09 01:35:15 +01:00
systemd
test-planner refactor: remove custom test planner runtime 2026-04-03 12:45:13 +01:00
AGENTS.md feat: add changed-lane local gate 2026-04-20 15:48:20 +01:00
analyze-plugin-sdk-usage.ts Add reusable TypeScript topology analyzer for public surface usage 2026-03-28 08:37:26 -05:00
anthropic-prompt-probe.ts chore: enable no-unnecessary-type-arguments 2026-04-10 20:14:49 +01:00
audit-seams.mjs Revert "refactor(cli): remove bundled cli text providers" 2026-04-06 13:40:41 +01:00
auth-monitor.sh
bench-cli-startup.ts tests: use multi-sample CLI startup baselines 2026-03-30 22:35:50 -04:00
bench-gateway-startup.ts perf(gateway): skip cold startup sidecars until needed 2026-04-20 22:24:37 +01:00
bench-model.ts chore(lint): type script and test helpers 2026-04-06 16:55:50 +01:00
bench-test-changed.mjs perf(test): trim runtime lookups and add changed bench 2026-04-06 16:49:28 +01:00
build-all.mjs perf: defer unconfigured gateway hooks 2026-04-20 19:47:35 +01:00
build-and-run-mac.sh
build-docs-list.mjs
build-stamp.d.mts fix(ci): write dist build stamp after builds 2026-03-22 22:23:25 -07:00
build-stamp.mjs fix(ci): write dist build stamp after builds 2026-03-22 22:23:25 -07:00
build_icon.sh
bundle-a2ui.mjs perf(build): use tsgo for a2ui renderer compile 2026-04-22 04:57:55 +01:00
bundle-a2ui.sh fix: unblock windows update build 2026-04-08 07:18:31 +01:00
canvas-a2ui-copy.ts build(a2ui): allow sparse core builds 2026-04-05 07:34:33 +01:00
changed-lanes.mjs ci: speed up release metadata pre-commit checks 2026-04-21 21:56:06 +01:00
changelog-add-unreleased.ts refactor(browser): share lifecycle cleanup helpers 2026-04-04 12:17:46 +01:00
changelog-to-html.sh
check-architecture-smells.mjs refactor: remove plugin sdk facade generator 2026-04-05 09:23:55 +01:00
check-changed.mjs ci: speed up release metadata pre-commit checks 2026-04-21 21:56:06 +01:00
check-channel-agnostic-boundaries.mjs refactor: enforce plugin-owned channel boundaries 2026-04-18 22:48:27 +01:00
check-cli-startup-memory.mjs test(ci): tighten startup memory thresholds 2026-03-19 16:28:00 -07:00
check-codex-app-server-protocol.ts feat: add Codex app-server harness extension 2026-04-10 21:22:16 +01:00
check-composite-action-input-interpolation.py
check-docs-i18n-glossary.mjs [codex] Move internal development notes to maintainers (#57316) 2026-03-30 00:15:08 +02:00
check-dynamic-import-warts.mjs refactor: cache provider tool runtimes 2026-04-18 19:05:00 +01:00
check-extension-package-tsc-boundary.mjs perf(ci): use tsgo for extension boundary compiles 2026-04-22 04:22:38 +01:00
check-extension-plugin-sdk-boundary.mjs perf(test): split support boundary shard 2026-04-07 09:12:26 +01:00
check-file-utils.ts Config: separate core/plugin baseline entries (#60162) 2026-04-03 18:26:23 +09:00
check-gateway-watch-regression.mjs perf(ci): trim gateway watch regression build 2026-04-22 03:35:19 +01:00
check-import-cycles.ts ci: add runtime import cycle guard 2026-04-09 03:56:22 +01:00
check-ingress-agent-owner-context.mjs refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
check-live-cache.ts ci: gate releases on live cache floors 2026-04-04 15:44:34 +09:00
check-madge-import-cycles.ts perf: replace madge cycle scan 2026-04-22 02:46:16 +01:00
check-no-conflict-markers.mjs ci: fix workflow sanity gate 2026-03-22 23:04:04 +00:00
check-no-extension-src-imports.ts refactor: centralize update targets and extension guardrails 2026-04-03 23:26:31 +09:00
check-no-extension-test-core-imports.ts test(extensions): move channel contracts out of core 2026-04-20 17:59:51 +01:00
check-no-monolithic-plugin-sdk-entry-imports.ts refactor(test): dedupe shared test helpers 2026-03-21 23:07:51 +00:00
check-no-pairing-store-group-auth.mjs
check-no-random-messaging-tmp.mjs Media: secure image temp dirs (#58270) 2026-03-31 11:12:47 +01:00
check-no-raw-channel-fetch.mjs fix(tlon): guard memex upload target (#69794) 2026-04-21 15:57:49 -06:00
check-no-raw-window-open.mjs
check-no-register-http-handler.mjs refactor: dedupe test and script helpers 2026-03-24 15:48:35 +00:00
check-no-runtime-action-load-config.mjs fix(config): enforce resolved runtime channel config 2026-04-22 06:47:50 +01:00
check-pairing-account-scope.mjs
check-plugin-extension-import-boundary.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
check-plugin-sdk-exports.mjs Plugin SDK: preserve secret input runtime build 2026-04-17 22:15:00 -04:00
check-plugin-sdk-subpath-exports.mjs refactor: dedupe test and script helpers 2026-03-24 15:48:35 +00:00
check-release-metadata-only.mjs chore: bump version to 2026.4.22 2026-04-22 03:04:53 +01:00
check-sdk-package-extension-import-boundary.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
check-src-extension-import-boundary.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
check-temp-path-guardrails.ts perf(test): move temp path guard to check 2026-04-20 19:07:29 +01:00
check-test-helper-extension-import-boundary.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
check-timed.mjs perf: parallelize local check gate 2026-04-20 13:55:55 +01:00
check-ts-max-loc.ts Reduce script logging suppressions and Feishu any casts 2026-03-27 02:12:56 -05:00
check-tsgo-core-boundary.mjs refactor: enforce plugin-owned channel boundaries 2026-04-18 22:48:27 +01:00
check-web-fetch-provider-boundaries.mjs CI: fix mainline regression blockers (#65269) 2026-04-13 06:18:37 +09:00
check-web-search-provider-boundaries.mjs perf: share web boundary source scans 2026-04-11 12:50:45 +01:00
check-webhook-auth-body-order.mjs refactor(plugins): decouple bundled plugin runtime loading 2026-03-29 09:10:38 +01:00
check.mjs fix(config): enforce resolved runtime channel config 2026-04-22 06:47:50 +01:00
ci-changed-scope.d.mts fix(ci): patch main regression surfaces 2026-04-06 04:17:52 +01:00
ci-changed-scope.mjs ci: scope mlx helper as macos native 2026-04-22 02:19:58 +01:00
ci-hydrate-live-auth.sh CI: expand native release validation coverage (#67144) 2026-04-16 19:58:19 +02:00
claude-auth-status.sh
CLAUDE.md docs(agents): split scoped workflow guidance (#65241) 2026-04-12 09:09:50 +01:00
clawlog.sh
clawtributors-map.json docs: clean up clawtributors generator 2026-04-15 14:20:32 -04:00
codesign-mac-app.sh ci: isolate mlx from macos swift checks 2026-04-22 02:12:07 +01:00
codespell-dictionary.txt
codespell-ignore.txt
committer fix(tooling): commit hook-restaged file contents 2026-04-12 05:19:56 +01:00
control-ui-i18n.ts refactor: dedupe script error formatting 2026-04-07 05:06:54 +01:00
copy-bundled-plugin-metadata.d.mts fix(release): preserve shipped channel surfaces in npm tar (#52913) 2026-03-23 17:39:22 +02:00
copy-bundled-plugin-metadata.mjs build: exclude private QA from npm package 2026-04-15 09:39:51 -07:00
copy-export-html-templates.ts refactor: share build copy script helpers 2026-03-26 23:20:26 +00:00
copy-hook-metadata.ts refactor: share build copy script helpers 2026-03-26 23:20:26 +00:00
copy-plugin-sdk-root-alias.mjs
create-dmg.sh
cron_usage_report.ts refactor(lint): enable map spread rule 2026-04-18 20:37:12 +01:00
debug-claude-usage.ts refactor: simplify claude usage debug parsing 2026-04-10 23:37:23 +01:00
docs-link-audit.d.mts fix(docs): handle anchors in docs link audit 2026-03-21 19:58:36 +00:00
docs-link-audit.mjs refactor: simplify cli conversions 2026-04-11 01:27:48 +01:00
docs-list.js [codex] Move internal development notes to maintainers (#57316) 2026-03-30 00:15:08 +02:00
docs-spellcheck.sh
docs-sync-publish.mjs feat(i18n): add Ukrainian docs and control UI locale 2026-04-05 18:31:02 +01:00
firecrawl-compare.ts refactor: dedupe script error formatting 2026-04-07 05:06:54 +01:00
generate-base-config-schema.ts fix(config): cap generated schema export types 2026-04-05 07:58:02 +01:00
generate-bundled-channel-config-metadata.ts perf(config): use generated SecretRef policy metadata 2026-04-13 20:19:04 +01:00
generate-bundled-provider-auth-env-vars.d.mts Plugins: generate bundled auth env metadata 2026-03-18 10:53:48 -07:00
generate-config-doc-baseline.ts refactor: replace 156k-line generated baselines with SHA-256 hash files 2026-04-04 16:49:21 +09:00
generate-host-env-security-policy-swift.mjs fix(infra): expand host env security policy denylist [AI] (#63277) 2026-04-10 11:36:39 +05:30
generate-plugin-sdk-api-baseline.ts refactor: replace 156k-line generated baselines with SHA-256 hash files 2026-04-04 16:49:21 +09:00
generate-runtime-sidecar-paths-baseline.ts test: baseline bundled runtime sidecar paths 2026-04-03 14:26:01 +01:00
generate-secretref-credential-matrix.ts
gh-read feat: add gh-read GitHub app helper 2026-04-08 00:09:07 +01:00
gh-read.ts chore: enable consistent-return 2026-04-10 20:56:43 +01:00
ghsa-patch.mjs
install.ps1 CI: expand native release validation coverage (#67144) 2026-04-16 19:58:19 +02:00
install.sh CI: expand native release validation coverage (#67144) 2026-04-16 19:58:19 +02:00
ios-asc-keychain-setup.sh
ios-beta-archive.sh
ios-beta-prepare.sh feat(ios): pin calver release versioning (#63001) 2026-04-08 11:25:35 +03:00
ios-beta-release.sh
ios-configure-signing.sh fix(ios): harden watch exec approval review (#61757) 2026-04-06 17:42:42 +03:00
ios-pin-version.ts feat(ios): pin calver release versioning (#63001) 2026-04-08 11:25:35 +03:00
ios-sync-versioning.ts feat(ios): pin calver release versioning (#63001) 2026-04-08 11:25:35 +03:00
ios-team-id.sh
ios-version.ts refactor: simplify typed conversions 2026-04-11 01:01:30 +01:00
ios-write-version-xcconfig.sh feat(ios): pin calver release versioning (#63001) 2026-04-08 11:25:35 +03:00
label-open-issues.ts chore(lint): enable additional cleanup rules 2026-04-18 20:37:13 +01:00
live-docker-normalize-config.ts fix: stabilize docker live tests 2026-04-06 19:31:16 +01:00
load-channel-config-surface.ts Config: stabilize bundled channel metadata loading 2026-04-13 00:26:44 +02:00
make_appcast.sh build: harden local release verification 2026-03-23 17:38:08 -07:00
mobile-reauth.sh refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07:00
notarize-mac-artifact.sh
npm-runner.mjs refactor: dedupe windows cmd runner helpers 2026-04-06 16:52:41 +01:00
openclaw-cross-os-release-checks.ts fix: keep qa lab compat shim out of release inventory 2026-04-19 06:24:34 +01:00
openclaw-npm-postpublish-verify.ts build: restore qa lab updater sidecar 2026-04-17 00:44:35 +01:00
openclaw-npm-publish.sh build: make npm release tag configurable 2026-04-02 19:06:37 +01:00
openclaw-npm-release-check.ts chore: prepare 2026.4.19-beta.1 release 2026-04-19 02:09:43 +01:00
openclaw-prepack.ts fix(plugins): localize bundled runtime deps to extensions (#67099) 2026-04-15 12:04:31 +01:00
package-mac-app.sh ci: isolate mlx from macos swift checks 2026-04-22 02:12:07 +01:00
package-mac-dist.sh build: harden local release verification 2026-03-23 17:38:08 -07:00
plugin-clawhub-publish.sh CI: add ClawHub plugin release workflow (#59179) 2026-04-03 15:40:07 +02:00
plugin-clawhub-release-check.ts CI: add ClawHub plugin release workflow (#59179) 2026-04-03 15:40:07 +02:00
plugin-clawhub-release-plan.ts CI: add ClawHub plugin release workflow (#59179) 2026-04-03 15:40:07 +02:00
plugin-npm-publish.sh fix(ci): allow plugin npm preview without publish token (#58929) 2026-04-01 19:16:46 +09:00
plugin-npm-release-check.ts Release: add plugin npm publish workflow (#47678) 2026-03-18 13:44:23 +01:00
plugin-npm-release-plan.ts Release: add plugin npm publish workflow (#47678) 2026-03-18 13:44:23 +01:00
pnpm-runner.d.ts build: type live media runner 2026-04-06 19:52:42 +01:00
pnpm-runner.mjs style: use non-capturing pnpm regex group 2026-04-15 10:35:43 +05:30
postinstall-bundled-plugins.mjs fix: run packed bundled postinstall in release check 2026-04-21 16:40:07 +01:00
pr Maintainer: split PR workflow script modules 2026-03-30 20:28:32 -04:00
pr-merge
pr-prepare
pr-review
preinstall-package-manager-warning.mjs fix(plugins): localize bundled runtime deps to extensions (#67099) 2026-04-15 12:04:31 +01:00
prepare-codex-ci-config.ts CI: stabilize live release lanes (#67838) 2026-04-18 03:18:12 +02:00
prepare-extension-package-boundary-artifacts.mjs perf(ci): use tsgo for sdk declaration emit 2026-04-22 04:45:19 +01:00
prepush-ci.sh fix(test): route raw vitest scripts through wrapper 2026-04-12 04:56:21 +01:00
print-cli-backend-live-metadata.ts feat: unify live cli backend probes 2026-04-07 10:35:24 +01:00
process-warning-filter.mjs chore: enable consistent-return 2026-04-10 20:56:43 +01:00
profile-extension-memory.mjs refactor: dedupe script error formatting 2026-04-07 05:06:54 +01:00
profile-tsgo.mjs perf: simplify tsgo test lanes 2026-04-18 23:16:47 +01:00
protocol-gen-swift.ts
protocol-gen.ts
proxy-install-ca.mjs feat(qa-lab): Add proxy capture stack and QA Lab inspector (#64895) 2026-04-11 12:34:57 -05:00
qa-e2e.ts refactor: remove qa-e2e compatibility facade 2026-04-06 17:23:35 +01:00
qa-lab-up.ts feat: add fast qa lab ui refresh mode 2026-04-07 09:45:11 +01:00
readability-basic-compare.ts
recover-orphaned-processes.sh
release-check.ts fix(release-check): assert bundled plugin runtime deps after packed postinstall (#70035) 2026-04-22 00:31:40 -07:00
restart-mac.sh
root-dependency-ownership-audit.mjs ci(deps): gate extension-owned root dependencies 2026-04-21 21:08:08 +01:00
run-bundled-extension-oxlint.mjs refactor(plugins): share extension oxlint runner 2026-04-06 15:25:34 +01:00
run-extension-channel-oxlint.mjs ci: allow empty extension channel lint 2026-04-20 16:58:03 +01:00
run-node.d.mts fix: skip clean run-node runtime restaging 2026-04-22 06:28:50 +01:00
run-node.mjs fix: skip clean run-node runtime restaging 2026-04-22 06:28:50 +01:00
run-openclaw-podman.sh remove noisy podman output from launch script and update doc (#59368) 2026-04-01 23:28:11 -04:00
run-oxlint-shards.mjs perf: parallelize local check gate 2026-04-20 13:55:55 +01:00
run-oxlint.mjs perf: parallelize local check gate 2026-04-20 13:55:55 +01:00
run-tsgo.mjs fix(tsgo): skip heavy-check lock for metadata commands 2026-04-12 05:35:52 +01:00
run-vitest-profile.mjs test: move Vitest configs under test 2026-04-10 13:44:51 +01:00
run-vitest.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
runtime-postbuild-shared.mjs
runtime-postbuild.mjs chore(acpx): clarify runtime asset packaging 2026-04-06 17:51:21 +01:00
sandbox-browser-entrypoint.sh fix(sandbox): enforce CDP source-range restriction by default (#61404) 2026-04-10 14:59:25 -06:00
sandbox-browser-setup.sh
sandbox-common-setup.sh
sandbox-setup.sh
setup-auth-system.sh
sparkle-build.ts
sqlite-vec-smoke.mjs refactor: dedupe script error formatting 2026-04-07 05:06:54 +01:00
stage-bundled-plugin-runtime-deps.mjs fix: tolerate pnpm-backed runtime dependency installs 2026-04-21 07:37:48 +01:00
stage-bundled-plugin-runtime.d.mts
stage-bundled-plugin-runtime.mjs fix: package plugin SDK alias wrappers 2026-04-19 03:01:25 +01:00
sync-labels.ts docs: add beta blocker contributor guidance (#55199) 2026-03-26 09:31:59 -05:00
sync-moonshot-docs.ts
sync-plugin-sdk-exports.mjs
sync-plugin-versions.ts fix(plugins): preserve bundled host compatibility floor 2026-04-12 00:22:32 +01:00
termux-auth-widget.sh refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07:00
termux-quick-auth.sh refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07:00
termux-sync-widget.sh refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07:00
test-built-bundled-channel-entry-smoke.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
test-built-bundled-runtime-deps.mjs refactor: share duplicate script helpers 2026-04-18 21:12:54 +01:00
test-built-plugin-singleton.mjs refactor: dedupe test helpers and script warning filter 2026-04-08 15:58:45 +01:00
test-cleanup-docker.sh test(docker): quiet success-path e2e logs 2026-04-09 00:29:24 +01:00
test-cli-startup-bench-budget.mjs refactor: remove custom test planner runtime 2026-04-03 12:45:13 +01:00
test-extension-batch.mjs refactor: dedupe script and matrix send helpers 2026-04-06 17:21:52 +01:00
test-extension.mjs refactor: dedupe script error formatting 2026-04-07 05:06:54 +01:00
test-force.ts fix(test): route force runner through project sharding 2026-04-12 04:54:36 +01:00
test-group-report.mjs Tests: scope grouped benchmark artifacts 2026-04-16 23:45:57 -04:00
test-hotspots.mjs test: move Vitest configs under test 2026-04-10 13:44:51 +01:00
test-install-sh-docker.sh fix: guard empty docker host args in install smoke 2026-04-21 16:40:07 +01:00
test-install-sh-e2e-docker.sh test: bound installer e2e agent turns 2026-04-21 04:11:01 +01:00
test-live-acp-bind-docker.sh fix: stage ACP and Codex runtime deps 2026-04-21 08:47:24 +01:00
test-live-build-docker.sh CI: fix release-check caller permissions (#67787) 2026-04-16 21:41:21 +02:00
test-live-cli-backend-docker.sh CI: stabilize live release lanes (#67838) 2026-04-18 03:18:12 +02:00
test-live-codex-harness-docker.sh fix: stage ACP and Codex runtime deps 2026-04-21 08:47:24 +01:00
test-live-gateway-models-docker.sh CI: stabilize live release lanes (#67838) 2026-04-18 03:18:12 +02:00
test-live-media.ts fix: bound live video generation smoke 2026-04-14 14:59:01 +01:00
test-live-models-docker.sh CI: stabilize live release lanes (#67838) 2026-04-18 03:18:12 +02:00
test-live.mjs test: move Vitest configs under test 2026-04-10 13:44:51 +01:00
test-perf-budget.mjs test: move Vitest configs under test 2026-04-10 13:44:51 +01:00
test-projects.mjs test: split contract vitest shards 2026-04-21 03:01:08 +01:00
test-projects.test-support.d.mts test: route changed runner edits narrowly 2026-04-20 18:00:09 +01:00
test-projects.test-support.mjs test: speed up channel contract CI 2026-04-21 06:12:55 +01:00
test-report-utils.mjs fix: use pnpm exec for scripted vitest runs 2026-04-04 01:07:28 +09:00
test-shell-completion.ts
test-unit-fast-audit.mjs test(vitest): cut unit-ui startup overhead 2026-04-16 12:16:21 -07:00
test-update-cli-startup-bench.mjs refactor: remove custom test planner runtime 2026-04-03 12:45:13 +01:00
test-voicecall-closedloop.mjs fix(test): route raw vitest scripts through wrapper 2026-04-12 04:56:21 +01:00
tool-display.ts fix(tool-display): generate swift snapshot from core config 2026-04-05 10:34:02 +01:00
ts-topology.ts refactor: dedupe script error formatting 2026-04-07 05:06:54 +01:00
tsconfig.json chore: update dependencies and oxc tooling 2026-04-10 19:28:42 +01:00
tsdown-build.mjs fix: prune stale root chunks before rebuilds 2026-04-14 15:19:31 +01:00
ui.js fix: install devDependencies during ui:build (#59267) (thanks @juliabush) 2026-04-02 14:35:05 +05:30
update-clawtributors.ts docs: fix clawtributors README layout 2026-04-18 20:41:21 +01:00
update-clawtributors.types.ts docs: clean up clawtributors generator 2026-04-15 14:20:32 -04:00
vitest-process-group.mjs chore: update dependencies and oxc tooling 2026-04-10 19:28:42 +01:00
watch-node.d.mts
watch-node.mjs fix: prevent duplicate gateway watchers 2026-04-05 23:24:27 +01:00
windows-cmd-helpers.mjs refactor: dedupe windows cmd runner helpers 2026-04-06 16:52:41 +01:00
write-build-info.ts
write-cli-compat.ts perf(cli): narrow daemon and gateway cold paths 2026-04-14 17:35:26 +01:00
write-cli-startup-metadata.ts test: allow slower CLI metadata help rendering 2026-04-09 10:13:20 +01:00
write-npm-update-compat-sidecars.ts fix(build): move compat sidecars into src 2026-04-15 13:22:04 +05:30
write-official-channel-catalog.d.mts fix(release): preserve shipped channel surfaces in npm tar (#52913) 2026-03-23 17:39:22 +02:00
write-official-channel-catalog.mjs refactor: dedupe record guards 2026-04-07 05:06:54 +01:00
write-package-dist-inventory.ts build: exclude private QA from npm package 2026-04-15 09:39:51 -07:00
write-plugin-sdk-entry-dts.ts perf(ci): use tsgo for sdk declaration emit 2026-04-22 04:45:19 +01:00
zai-fallback-repro.ts refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07:00