MCPcopy Create free account
hub / github.com/SethGammon/Citadel / normalizePath

Function normalizePath

scripts/next-action.js:379–381  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

377}
378
379function normalizePath(value) {
380 return String(value || '').replace(/\\/g, '/');
381}
382
383function writeReport(projectRoot, report) {
384 const outDir = path.join(projectRoot, '.planning', 'next-actions');

Callers 2

writeReportFunction · 0.70
writeApprovalCapsuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected