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

Function checkProject

scripts/generate-routing.js:214–219  ·  view source on GitHub ↗
(projectRoot)

Source from the content-addressed store, hash-verified

212 {
213 name: 'routing-table.json',
214 filePath: paths.json,
215 actual: jsonContent,
216 // Match the EOL already on disk so checkouts materialized with CRLF
217 // (core.autocrlf) compare clean, the same way replaceBlock does.
218 expected: renderJson(table, jsonContent === null ? '\n' : detectEol(jsonContent)),
219 },
220 {
221 name: 'skills/do/SKILL.md',
222 filePath: paths.skillTable,

Callers 1

mainFunction · 0.70

Calls 2

expectedSurfacesFunction · 0.70
diffTextsFunction · 0.70

Tested by

no test coverage detected