mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 13:53:49 +00:00
Summary: - The branch adds accepted `sessions_spawn` tracking through embedded Pi subscribe, runner, fallback, replay, lifecycle, tests, deadcode allowlist, and changelog surfaces. - Reproducibility: yes. at source level. Current main documents accepted `sessions_spawn` results but the pre- ... and classifier paths do not carry that accepted child-run fact into incomplete-turn or fallback decisions. Automerge notes: - PR branch already contained follow-up commit before automerge: test(qa-lab): allow codex fixtures in deadcode - PR branch already contained follow-up commit before automerge: fix(agents): preserve accepted spawn terminal success Validation: - ClawSweeper review passed for head0f6d92b8cd. - Required merge gates passed before the squash merge. Prepared head SHA:0f6d92b8cdReview: https://github.com/openclaw/openclaw/pull/85135#issuecomment-4513861326 Co-authored-by: samzong <samzong.lu@gmail.com> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: takhoffman Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>
45 lines
2.1 KiB
JavaScript
45 lines
2.1 KiB
JavaScript
// Intentional Knip unused-file findings. These are dynamic entrypoints,
|
|
// generated/build inputs, manifest-discovered plugin surfaces, live-test
|
|
// helpers, or package bridge files that static production scanning cannot see.
|
|
export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
|
"extensions/acpx/src/runtime-internals/error-format.mjs",
|
|
"extensions/acpx/src/runtime-internals/mcp-command-line.mjs",
|
|
"extensions/acpx/src/runtime-internals/mcp-proxy.mjs",
|
|
"extensions/canvas/src/host/a2ui-app/bootstrap.js",
|
|
"extensions/canvas/src/host/a2ui-app/rolldown.config.mjs",
|
|
"extensions/diffs/src/viewer-client.ts",
|
|
"extensions/diffs/src/viewer-payload.ts",
|
|
"extensions/matrix/src/plugin-entry.runtime.js",
|
|
"extensions/memory-core/src/memory-tool-manager-mock.ts",
|
|
"src/agents/subagent-registry.runtime.ts",
|
|
"src/auto-reply/inbound.group-require-mention-test-plugins.ts",
|
|
"src/auto-reply/reply/get-reply.test-loader.ts",
|
|
"src/cli/daemon-cli-compat.ts",
|
|
"src/commands/doctor/shared/deprecation-compat.ts",
|
|
"src/config/doc-baseline.runtime.ts",
|
|
"src/config/doc-baseline.ts",
|
|
"src/gateway/gateway-cli-backend.live-helpers.ts",
|
|
"src/gateway/gateway-cli-backend.live-probe-helpers.ts",
|
|
"src/gateway/gateway-codex-harness.live-helpers.ts",
|
|
"src/infra/changelog-unreleased.ts",
|
|
"src/mcp/openclaw-tools-serve.ts",
|
|
"src/mcp/plugin-tools-handlers.ts",
|
|
"src/mcp/plugin-tools-serve.ts",
|
|
"src/mcp/tools-stdio-server.ts",
|
|
"src/plugins/build-smoke-entry.ts",
|
|
"src/plugins/contracts/host-hook-fixture.ts",
|
|
"src/plugins/contracts/rootdir-boundary-canary.ts",
|
|
"src/plugins/contracts/tts-contract-suites.ts",
|
|
"src/plugins/runtime-sidecar-paths-baseline.ts",
|
|
"src/tasks/task-registry-control.runtime.ts",
|
|
];
|
|
|
|
// Knip can disagree across supported local/CI platforms for files that are
|
|
// only reachable through test-only import graphs. Ignore these when reported,
|
|
// but do not require them to be reported.
|
|
export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = [
|
|
"extensions/qa-lab/src/auth-profile-fixture.ts",
|
|
"extensions/qa-lab/src/codex-plugin-fixture.ts",
|
|
"src/gateway/test/server-sessions-helpers.ts",
|
|
];
|