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

Function writeConfig

scripts/test-organize-enforce.js:44–49  ·  view source on GitHub ↗
(sandboxDir, config)

Source from the content-addressed store, hash-verified

42}
43
44function writeConfig(sandboxDir, config) {
45 fs.writeFileSync(
46 path.join(sandboxDir, '.claude', 'harness.json'),
47 JSON.stringify(config, null, 2)
48 );
49}
50
51function writeFile(sandboxDir, relPath, content) {
52 const full = path.join(sandboxDir, relPath);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected