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

Function tempProject

scripts/test-codex-operational-improvements.js:26–28  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

24const CITADEL_ROOT = path.resolve(__dirname, '..');
25
26function tempProject(prefix) {
27 return fs.mkdtempSync(path.join(os.tmpdir(), prefix));
28}
29
30function stagePluginRoot(targetRoot) {
31 const excluded = new Set(['.git', '.planning', 'node_modules']);

Callers 7

testReadinessCheckFunction · 0.70
testCodexInstallScriptFunction · 0.70
testCodexReviewIngestionFunction · 0.70
testArtifactVerificationFunction · 0.70
testAppServerDashboardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected