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

Function planningDir

core/codex/native-integrations.js:26–28  ·  view source on GitHub ↗
(projectRoot, ...parts)

Source from the content-addressed store, hash-verified

24}
25
26function planningDir(projectRoot, ...parts) {
27 return path.join(projectRoot || process.cwd(), '.planning', ...parts);
28}
29
30function writeJson(filePath, value) {
31 ensureDir(path.dirname(filePath));

Callers 9

createAutomationPlanFunction · 0.70
recordAutomationRunFunction · 0.70
recordPrReviewResultFunction · 0.70
recordAppArtifactFunction · 0.70
readAppArtifactsFunction · 0.70
ingestCodexReviewFunction · 0.70
createFleetExecutionPlanFunction · 0.70
writeAppServerDashboardFunction · 0.70
checkCodexReadinessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected