diff --git a/.github/labeler.yml b/.github/labeler.yml index a9b5bded95f4..76b100354b47 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -41,12 +41,6 @@ - any-glob-to-any-file: - "extensions/google-meet/**" - "docs/plugins/google-meet.md" -"plugin: meeting-notes": - - changed-files: - - any-glob-to-any-file: - - "extensions/meeting-notes/**" - - "docs/plugins/meeting-notes.md" - - "src/meeting-notes/**" "plugin: workboard": - changed-files: - any-glob-to-any-file: @@ -252,12 +246,12 @@ - "src/agents/sandbox*.ts" - "src/commands/sandbox*.ts" - "src/cli/sandbox-cli.ts" - - "src/docker-setup.test.ts" + - "src/docker-setup.e2e.test.ts" - "src/config/**/*sandbox*" - "docs/cli/sandbox.md" - "docs/gateway/sandbox*.md" - "docs/install/docker.md" - - "docs/multi-agent-sandbox-tools.md" + - "docs/tools/multi-agent-sandbox-tools.md" "agents": - changed-files: @@ -270,7 +264,7 @@ - ".github/workflows/opengrep-*.yml" - ".semgrepignore" - "docs/cli/security.md" - - "docs/gateway/security.md" + - "docs/gateway/security/**" - "security/**" "extensions: admin-http-rpc": diff --git a/package.json b/package.json index d67b0398c8b5..a126c3f53b2b 100644 --- a/package.json +++ b/package.json @@ -1876,7 +1876,7 @@ "test:plugins:gateway-gauntlet": "node scripts/check-plugin-gateway-gauntlet.mjs", "test:plugins:kitchen-sink-live": "bash -lc 'if [ -x \"$HOME/.local/bin/openclaw-testbox-env\" ]; then exec \"$HOME/.local/bin/openclaw-testbox-env\" pnpm openclaw qa suite --provider-mode live-frontier --scenario kitchen-sink-live-openai; fi; exec pnpm openclaw qa suite --provider-mode live-frontier --scenario kitchen-sink-live-openai'", "test:plugins:kitchen-sink-rpc": "node --import tsx scripts/e2e/kitchen-sink-rpc-walk.mjs", - "test:sectriage": "node scripts/run-with-env.mjs OPENCLAW_GATEWAY_PROJECT_SHARDS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts && node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts --exclude src/daemon/launchd.integration.test.ts --exclude src/process/exec.test.ts", + "test:sectriage": "node scripts/run-with-env.mjs OPENCLAW_GATEWAY_PROJECT_SHARDS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts && node scripts/run-vitest.mjs run --config test/vitest/vitest.unit.config.ts --exclude src/process/exec.test.ts", "test:serial": "node scripts/test-projects-serial.mjs", "test:stability:gateway": "node scripts/run-with-env.mjs OPENCLAW_VITEST_MAX_WORKERS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.gateway.config.ts src/gateway/gateway-stability.test.ts && node scripts/run-with-env.mjs OPENCLAW_VITEST_MAX_WORKERS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.logging.config.ts src/logging/diagnostic-stability-bundle.test.ts && node scripts/run-with-env.mjs OPENCLAW_VITEST_MAX_WORKERS=1 -- node scripts/run-vitest.mjs run --config test/vitest/vitest.infra.config.ts src/infra/fatal-error-hooks.test.ts", "test:cli-response:contract": "node scripts/build-all.mjs cliStartup && node scripts/test-cli-startup-bench-budget.mjs --preset response --runs 1 --warmup 0 --timeout-ms 10000 --skip-baseline",