MCPcopy Create free account
hub / github.com/ByBrawe/opencode-loop / isGoalJob

Function isGoalJob

src/index.js:616–618  ·  view source on GitHub ↗
(job)

Source from the content-addressed store, hash-verified

614 return "";
615 }
616}
617async function runProcess(command, args, cwd, timeoutMs = 60000) {
618 return await new Promise((resolve) => {
619 const child = spawn(command, args, { cwd, shell: false, windowsHide: true });
620 const stdout = [];
621 const stderr = [];

Callers 13

goalStatusTextFunction · 0.85
buildPromptFunction · 0.85
jobDueAtFunction · 0.85
startWatchdogFunction · 0.85
dueJobsFunction · 0.85
writeGoalReportFunction · 0.85
runGoalChecksFunction · 0.85
finalizeActiveRunFunction · 0.85
maybeRunDueJobsFunction · 0.85
pauseGoalFunction · 0.85
resumeGoalFunction · 0.85
clearGoalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected