mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 05:36:10 +00:00
* refactor(matrix): retire pre-2026.4 legacy crypto and flat-storage migrations * refactor(cli): drop pre-tsdown daemon-cli dist compat shim from the build * refactor(diffs): remove deprecated image*/format tool params and output aliases * refactor(ui): drop pre-gateway-scoped localStorage readers and legacy theme map * refactor: remove assorted pre-2026.4 compat shims and deprecated aliases * fix(discord): map legacy thread-binding fields in the doctor JSON import * fix(msteams): keep bot read fallback for legacy imported conversation rows * test(msteams): cover legacy bot-only imported conversation references * fix(ui): keep channel-prefixed session key display fallback * chore: refresh native i18n inventory and build-docker step count * chore(matrix): drop now-unused migration-config module * chore: re-pin plugin SDK public export budget after compat removals * chore: refresh native i18n inventory after rebase * chore: re-pin plugin SDK callable budget and refresh i18n inventory after rebase
41 lines
2.0 KiB
JavaScript
41 lines
2.0 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/qa-lab/src/ci-smoke-plan.ts"];
|
|
|
|
// Knip can disagree across supported local/CI platforms for files that are
|
|
// only reachable through test-only import graphs, sparse-checkout proof
|
|
// workspaces, dynamic entrypoints, manifest-discovered plugin surfaces, or
|
|
// package bridge files. Ignore these when reported, but do not require them
|
|
// to be reported.
|
|
export const KNIP_OPTIONAL_UNUSED_FILE_ALLOWLIST = [
|
|
"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",
|
|
"src/agents/subagent-registry.runtime.ts",
|
|
"src/auto-reply/reply/get-reply.test-loader.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/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",
|
|
"extensions/qa-lab/src/auth-profile.fixture.ts",
|
|
"extensions/qa-lab/src/codex-plugin.fixture.ts",
|
|
"extensions/qa-lab/src/mantis-phase-timer.runtime.ts",
|
|
];
|