fix(ci): remove stale runtime-matrix.ts from plugin-extension-boundary baseline

runtime-matrix.ts no longer imports from extensions/matrix/runtime-api.js
(the import was refactored out), but the baseline inventory still listed it,
causing all PRs to fail the plugin-extension-boundary check.
This commit is contained in:
杨艺韬(yangyitao) 2026-03-21 03:26:21 +00:00
parent 5e417b44e1
commit c20eb8ff6c

View File

@ -31,14 +31,6 @@
"resolvedPath": "extensions/imessage/runtime-api.js",
"reason": "imports extension-owned file from src/plugins"
},
{
"file": "src/plugins/runtime/runtime-matrix.ts",
"line": 4,
"kind": "import",
"specifier": "../../../extensions/matrix/runtime-api.js",
"resolvedPath": "extensions/matrix/runtime-api.js",
"reason": "imports extension-owned file from src/plugins"
},
{
"file": "src/plugins/runtime/runtime-slack-ops.runtime.ts",
"line": 10,