chore: prep 2026.2.2 docs/release checks

This commit is contained in:
Peter Steinberger
2026-02-03 16:38:42 -08:00
parent 4df4435c45
commit 539a15e63f
4 changed files with 17 additions and 12 deletions

View File

@@ -7,7 +7,13 @@ import { join, resolve } from "node:path";
type PackFile = { path: string };
type PackResult = { files?: PackFile[] };
const requiredPaths = ["dist/discord/send.js", "dist/hooks/gmail.js", "dist/whatsapp/normalize.js"];
const requiredPaths = [
"dist/index.js",
"dist/entry.js",
"dist/plugin-sdk/index.js",
"dist/plugin-sdk/index.d.ts",
"dist/build-info.json",
];
const forbiddenPrefixes = ["dist/OpenClaw.app/"];
type PackageJson = {