fix(ci): update FILE-SYSTEM-MAP.md path after docs→docs-internal move

The Mintlify docs migration renamed docs/ to docs-internal/ but
pr-risk-check.mjs still referenced the old path, causing every
PR Risk Report workflow to fail with an empty body.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson 2026-03-25 12:44:43 -06:00
parent 811680f5b6
commit 15d8974611

View file

@ -20,7 +20,7 @@ import { createInterface } from 'readline';
const __dirname = dirname(fileURLToPath(import.meta.url));
const REPO_ROOT = resolve(__dirname, '..');
const MAP_PATH = resolve(REPO_ROOT, 'docs/FILE-SYSTEM-MAP.md');
const MAP_PATH = resolve(REPO_ROOT, 'docs-internal/FILE-SYSTEM-MAP.md');
// ---------------------------------------------------------------------------
// Risk tier definitions