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

Function action

scripts/dashboard.js:996–998  ·  view source on GitHub ↗
({ label, command, why, confidence = 'medium', repairAvailable = false, runbook = null })

Source from the content-addressed store, hash-verified

994 const projectRoot = path.resolve(options.projectRoot || process.cwd());
995 const now = options.now ? new Date(options.now) : new Date();
996 const recentLimit = options.recentLimit || DEFAULT_RECENT_LIMIT;
997 const planningExists = fileExists(path.join(projectRoot, '.planning'));
998
999 const campaigns = readCampaigns(projectRoot);
1000 const outcomeLedger = readOutcomeLedger(projectRoot);
1001 const fleetSessions = readFleetSessions(projectRoot);

Callers 2

buildRepairItemsFunction · 0.85
chooseNextActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected