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

Function nowIso

core/codex/native-integrations.js:22–24  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

20}
21
22function nowIso(options = {}) {
23 return options.now || new Date().toISOString();
24}
25
26function planningDir(projectRoot, ...parts) {
27 return path.join(projectRoot || process.cwd(), '.planning', ...parts);

Callers 8

createAutomationPlanFunction · 0.70
recordAutomationRunFunction · 0.70
createPrReviewPlanFunction · 0.70
recordPrReviewResultFunction · 0.70
recordAppArtifactFunction · 0.70
ingestCodexReviewFunction · 0.70
createFleetExecutionPlanFunction · 0.70
checkCodexReadinessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected