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

Function resolveSessionPath

scripts/fleet-steward.js:72–77  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

70}
71
72function resolveSessionPath(args) {
73 if (args.session) {
74 return path.resolve(args.projectRoot, args.session);
75 }
76 return latestSession(args.projectRoot);
77}
78
79function taskLabel(task) {
80 return `#${task.id} ${task.campaign || '(unnamed)'} [${task.status}]`;

Callers 1

collectFunction · 0.85

Calls 1

latestSessionFunction · 0.85

Tested by

no test coverage detected