mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix: refresh alpha ci guard metadata
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
// 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 = [
|
||||
// Per-agent SQLite scaffold is intentionally landed before runtime migration
|
||||
// callers so the schema and scoped cache API can be reviewed together.
|
||||
"src/agents/cache/agent-cache-store.sqlite.ts",
|
||||
"src/agents/cache/agent-cache-store.ts",
|
||||
"src/state/openclaw-agent-db.paths.ts",
|
||||
"src/state/openclaw-agent-db.ts",
|
||||
"src/state/openclaw-agent-schema.generated.ts",
|
||||
"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",
|
||||
@@ -17,6 +10,10 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
||||
"extensions/diffs/src/viewer-payload.ts",
|
||||
"extensions/matrix/src/plugin-entry.runtime.js",
|
||||
"extensions/memory-core/src/memory-tool-manager-mock.ts",
|
||||
// Per-agent SQLite scaffold is intentionally landed before runtime migration
|
||||
// callers so the schema and scoped cache API can be reviewed together.
|
||||
"src/agents/cache/agent-cache-store.sqlite.ts",
|
||||
"src/agents/cache/agent-cache-store.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",
|
||||
@@ -27,7 +24,6 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
||||
"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",
|
||||
@@ -37,6 +33,9 @@ export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
||||
"src/plugins/contracts/rootdir-boundary-canary.ts",
|
||||
"src/plugins/contracts/tts-contract-suites.ts",
|
||||
"src/plugins/runtime-sidecar-paths-baseline.ts",
|
||||
"src/state/openclaw-agent-db.paths.ts",
|
||||
"src/state/openclaw-agent-db.ts",
|
||||
"src/state/openclaw-agent-schema.generated.ts",
|
||||
"src/tasks/task-registry-control.runtime.ts",
|
||||
];
|
||||
|
||||
|
||||
7
ui/src/i18n/.i18n/raw-copy-baseline.json
generated
7
ui/src/i18n/.i18n/raw-copy-baseline.json
generated
@@ -344,6 +344,13 @@
|
||||
"path": "ui/src/ui/chat/tool-cards.ts",
|
||||
"text": "Raw details"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"kind": "object-property",
|
||||
"name": "label",
|
||||
"path": "ui/src/ui/chat/tool-cards.ts",
|
||||
"text": "Tool error"
|
||||
},
|
||||
{
|
||||
"count": 1,
|
||||
"kind": "object-property",
|
||||
|
||||
Reference in New Issue
Block a user