fix(runtime): isolate unique 8177 repairs (#8298)

This commit is contained in:
backryun
2026-07-24 21:35:10 +09:00
committed by GitHub
parent 0b68fd353f
commit b84f86ad4f
6 changed files with 22 additions and 18 deletions

View File

@@ -43,10 +43,6 @@ export const KNOWN_MISSING_ERROR_HELPER = new Set([
// --- original open-sse/executors + handlers scope (pre-6A.8) ---
// --- 6A.8 expanded scope: src/app/api/**/route.ts pre-existing violations ---
// TODO(6A.8): pre-existing, triage — route through buildErrorBody()/sanitizeErrorMessage()
// open-sse/executors/muse-spark-web.ts has its own local buildErrorResponse() + errorResult()
// that follow the same contract (wraps message inside error:{message,type}). The helper
// import would create a circular dep. Verified: no raw internal-stack-leak path.
"open-sse/executors/muse-spark-web.ts",
]);
// Import specifiers that count as "uses the error helper" (path ends in utils/error).