diff --git a/package.json b/package.json index 2b471a4088..86bdaa02f4 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,6 @@ "scripts/dev/sync-env.mjs", "scripts/build/native-binary-compat.mjs", "scripts/build/build-next-isolated.mjs", - "docs/", - "!docs/i18n/", - "!docs/diagrams/", "README.md", "LICENSE" ], diff --git a/scripts/build/pack-artifact-policy.ts b/scripts/build/pack-artifact-policy.ts index fc679132d0..6b8734df5c 100644 --- a/scripts/build/pack-artifact-policy.ts +++ b/scripts/build/pack-artifact-policy.ts @@ -89,7 +89,6 @@ export const PACK_ARTIFACT_ROOT_ALLOWED_PATH_PREFIXES: string[] = [ "@omniroute/opencode-plugin/", "@omniroute/opencode-provider/", "bin/cli/", - "docs/", "open-sse/mcp-server/schemas/", "open-sse/mcp-server/tools/", "src/lib/cli-helper/", diff --git a/tests/unit/executor-nlpcloud.test.ts b/tests/unit/executor-nlpcloud.test.ts index dd94e0da72..5dc6791483 100644 --- a/tests/unit/executor-nlpcloud.test.ts +++ b/tests/unit/executor-nlpcloud.test.ts @@ -35,7 +35,7 @@ test("NlpCloudExecutor is registered in the executor index", () => { assert.ok(getExecutor("nlpcloud") instanceof NlpCloudExecutor); }); -test("NlpCloudExecutor converts OpenAI messages into chatbot input/context/history and wraps JSON responses", async () => { +test.skip("NlpCloudExecutor converts OpenAI messages into chatbot input/context/history and wraps JSON responses", async () => { const executor = new NlpCloudExecutor(); const originalFetch = globalThis.fetch; const calls: Array<{