fix(ci): update FILE-SYSTEM-MAP.md path after docs reorganization

The docs reorg moved FILE-SYSTEM-MAP.md from docs/ to docs/dev/ but
pr-risk-check.mjs was not updated, causing the PR Risk Report CI job
to fail on every PR.
This commit is contained in:
Jeremy 2026-04-10 10:26:33 -05:00
parent 6d9f02054d
commit 9d477b4a2e

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/dev/FILE-SYSTEM-MAP.md');
// ---------------------------------------------------------------------------
// Risk tier definitions