MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / notifyTaskChanged

Function notifyTaskChanged

projects/openade-module/src/node.ts:163–171  ·  view source on GitHub ↗
(server: RuntimeServer | undefined, repoId: string, taskId: string)

Source from the content-addressed store, hash-verified

161}
162
163function notifyTaskChanged(server: RuntimeServer | undefined, repoId: string, taskId: string): void {
164 if (!server) return
165 publishOpenADECompanionEvent(server, {
166 type: "task_changed",
167 repoId,
168 taskId,
169 at: new Date().toISOString(),
170 })
171}
172
173function notifyRepoChanged(server: RuntimeServer | undefined, repoId: string): void {
174 if (!server) return

Callers 8

stopActiveOpenADERuntimeFunction · 0.85
startTurnFunction · 0.85
startReviewFunction · 0.85
startHyperPlanFunction · 0.85
finalizeFunction · 0.85
onEventFunction · 0.85

Calls 1

Tested by

no test coverage detected