MCPcopy Create free account

hub / github.com/cursor/plugins / functions

Functions412 in github.com/cursor/plugins

↓ 51 callersMethodgetTask
(name: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:304
↓ 51 callersMethodlogAttention
(line: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1523
↓ 30 callersMethodtouch
(task: TaskState, patch: Partial<TaskState>)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1292
↓ 28 callersMethodload
( workspacePath: string, opts: { slackChannel?: string } = {} )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:215
↓ 26 callersFunctionslackWebApiCalls
()
orchestrate/skills/orchestrate/scripts/__tests__/support/slack-web-api-mock.ts:35
↓ 16 callersFunctioncommentRetryQueuePath
(workspace: string)
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:31
↓ 15 callersFunctionerrorMessage
(err: unknown)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2093
↓ 15 callersFunctiontruncate
(s: string, n: number)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2089
↓ 14 callersFunctiongit
(args: string[], cwd = repo)
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:280
↓ 14 callersFunctionparseHandoffVerification
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:62
↓ 12 callersFunctionclassifyFailureMode
(args: ClassifyFailureArgs)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:25
↓ 12 callersFunctionloadOrBail
( workspace: string, opts: { slackChannel?: string } = {} )
orchestrate/skills/orchestrate/scripts/cli/util.ts:574
↓ 12 callersFunctionresetSlackWebApiMock
( nextHandler: Handler = defaultHandler )
orchestrate/skills/orchestrate/scripts/__tests__/support/slack-web-api-mock.ts:28
↓ 11 callersFunctioncompareMeasurement
( args: MeasurementComparisonInput )
orchestrate/skills/orchestrate/scripts/measurements.ts:128
↓ 11 callersFunctionparseHandoffBranch
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:14
↓ 10 callersFunctionadapter
( handler?: ( method: string, args: Record<string, unknown> ) => Promise<unknown> | unknown )
orchestrate/skills/orchestrate/scripts/__tests__/slack-adapter.test.ts:26
↓ 10 callersFunctionerrorMessage
(err: unknown)
orchestrate/skills/orchestrate/scripts/cli/util.ts:325
↓ 10 callersFunctiongit
(cwd: string, args: string[])
orchestrate/skills/orchestrate/scripts/__tests__/measurements-mismatch.test.ts:27
↓ 10 callersFunctionpostOrQueueComment
(args: { destinations: CommentDestinations; workspace?: string; destination: string; body: string; s
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:36
↓ 10 callersFunctionrenderPromptTemplate
( name: string, vars: Record<string, string> )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:24
↓ 10 callersFunctionslackAdapter
(args: { failures?: number; posts: SlackPost[]; })
orchestrate/skills/orchestrate/scripts/__tests__/comment-retry-queue.test.ts:23
↓ 9 callersMethodbranchForTask
(t: PlanTask | TaskState)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:407
↓ 9 callersFunctionclaim
( after: string, before = "0", op: MeasurementClaim["op"] = "→" )
orchestrate/skills/orchestrate/scripts/__tests__/measurements-compare.test.ts:16
↓ 9 callersFunctiongit
(args: string[], cwd = repo)
orchestrate/skills/orchestrate/scripts/__tests__/checkpoint-restart.test.ts:110
↓ 9 callersFunctionparsePlanJson
(text: string, source: string)
orchestrate/skills/orchestrate/scripts/schemas.ts:542
↓ 9 callersFunctionusage
()
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:26
↓ 9 callersFunctionwaitFor
(predicate: () => boolean, label: string)
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:49
↓ 8 callersFunctionapplyMeasurementParser
( parser: MeasurementParser | undefined, stdout: string )
orchestrate/skills/orchestrate/scripts/measurements.ts:350
↓ 8 callersMethoddrainEvents
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:37
↓ 8 callersFunctionformatAgentFooter
(agentId: string | null | undefined)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1737
↓ 8 callersFunctionlog
(msg: string)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:22
↓ 8 callersFunctionresolveModelSelection
(slug: string)
orchestrate/skills/orchestrate/scripts/models.ts:180
↓ 8 callersMethodsaveState
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1273
↓ 7 callersFunctionfield
(obj: unknown, key: string)
orchestrate/skills/orchestrate/scripts/cli/task.ts:570
↓ 7 callersFunctionisAndonActive
( andon: Andon | undefined )
orchestrate/skills/orchestrate/scripts/core/andon.ts:233
↓ 7 callersFunctionparseHandoffMeasurements
( handoff: string )
orchestrate/skills/orchestrate/scripts/measurements.ts:42
↓ 7 callersMethodreconcileVerifierStartingRefs
* Propagate `updatedName`'s actual pushed branch to verifiers whose * `verifies` matches and whose `startingRef` is still the placeholder. * Ide
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:443
↓ 7 callersMethodrecordHandoffVerification
* Persist the `## Verification` claim from a handoff body. Verifier * verdicts land on the *target* task's row (looked up via * `plan.tasks[].ve
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1103
↓ 7 callersFunctionredactBody
(text: string)
orchestrate/skills/orchestrate/scripts/core/redact-body.ts:13
↓ 7 callersFunctionsleep
(ms: number)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:174
↓ 7 callersFunctionstringField
( obj: Record<string, unknown> | null, key: string )
orchestrate/skills/orchestrate/scripts/cli/task.ts:562
↓ 6 callersFunctionbuildKickoffPrompt
(args: { goal: string; agentId: string; dispatcherFirstName?: string; slackChannel?: string; })
orchestrate/skills/orchestrate/scripts/cli/util.ts:334
↓ 6 callersFunctionbuildWorkerPrompt
( t: PlanTask, agentId: string | undefined, ctx: PromptRenderContext )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:108
↓ 6 callersFunctioncreateSlackAdapter
( channelId: string )
orchestrate/skills/orchestrate/scripts/adapters/index.ts:5
↓ 6 callersFunctionfail
(message)
scripts/validate-plugins.mjs:29
↓ 6 callersFunctionhasStructuredHandoff
(body: string | null | undefined)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:128
↓ 6 callersMethodisActive
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:101
↓ 6 callersFunctionisOperatorModeEnabled
( flagPath: string = operatorModeFlagPath() )
orchestrate/skills/orchestrate/scripts/cli/util.ts:492
↓ 6 callersMethodlookupFirstNameByEmail
* Best-effort first-name lookup for `<firstName>'s bot` kickoff bot * username. Returns undefined when the lookup fails (missing scope, no * mat
orchestrate/skills/orchestrate/scripts/adapters/types.ts:22
↓ 6 callersFunctionoperatorModeFlagPath
( home: string = userInfo().homedir )
orchestrate/skills/orchestrate/scripts/cli/util.ts:477
↓ 6 callersFunctionplan
(partial: Partial<Plan>)
orchestrate/skills/orchestrate/scripts/__tests__/slack-message-format.test.ts:10
↓ 6 callersFunctionplanTasks
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1627
↓ 6 callersFunctionreadEnvValue
(primary: string, legacy: string)
continual-learning/hooks/continual-learning-stop.ts:61
↓ 6 callersFunctionreadSectionValue
(args: { handoff: string; heading: string; })
orchestrate/skills/orchestrate/scripts/core/handoff.ts:118
↓ 6 callersFunctionreadState
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/handoff-verification-record.test.ts:20
↓ 6 callersFunctionslackWithReactions
( reactions: { name: string; users: string[] }[], threadReplies: { ts: string; text: string }[] = [] )
orchestrate/skills/orchestrate/scripts/__tests__/andon-root-cache.test.ts:11
↓ 6 callersMethodsnapshot
()
orchestrate/skills/orchestrate/scripts/core/andon.ts:14
↓ 6 callersMethodwaitAndHandoff
* Wait for a run to finish, write its final message as a handoff, update * state. Prefers `rr.result` (the final assistant message); falls back to
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:830
↓ 5 callersFunctiondrainCommentRetryQueue
(args: { workspace: string; destinations?: CommentDestinations; logAttention?: (line: string) => void;
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:90
↓ 5 callersFunctionfindActiveRootPlanner
( agentApi: AgentListApi, rootSlug: string, nowMs: number = Date.now() )
orchestrate/skills/orchestrate/scripts/cli/task.ts:478
↓ 5 callersFunctionformatZodIssues
(issues: z.ZodIssue[])
orchestrate/skills/orchestrate/scripts/schemas.ts:614
↓ 5 callersFunctionindent
(depth: number)
orchestrate/skills/orchestrate/scripts/cli/util.ts:118
↓ 5 callersFunctionmakeWorkspace
(args: { plan: unknown })
orchestrate/skills/orchestrate/scripts/__tests__/handoff-verification-record.test.ts:11
↓ 5 callersFunctionparsePositiveInt
(value: string | undefined, fallback: number)
continual-learning/hooks/continual-learning-stop.ts:37
↓ 5 callersMethodpostCommentInThread
(args: { threadTs: string; text: string; username?: string; clientMsgId?: string; })
orchestrate/skills/orchestrate/scripts/adapters/types.ts:54
↓ 5 callersMethodpostInThread
(args: { threadTs: string; username: string; iconUrl?: string; iconEmoji?: string; text: s
orchestrate/skills/orchestrate/scripts/adapters/types.ts:23
↓ 5 callersFunctionreadAttentionLog
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:31
↓ 5 callersMethodreadHandoff
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1262
↓ 5 callersFunctionrequireTask
( task: State["tasks"][number] | undefined, name: string )
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:41
↓ 5 callersFunctionrunOrchestrateLoop
( mgr: AgentManager, options: RunLoopOptions = {} )
orchestrate/skills/orchestrate/scripts/core/loop.ts:32
↓ 5 callersFunctionstripGitSuffix
(url: string)
orchestrate/skills/orchestrate/scripts/cli/util.ts:427
↓ 5 callersFunctionwriteFailureHandoff
(args: WriteFailureHandoffArgs)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:66
↓ 4 callersFunctionappendAgentFooter
( body: string, agentId: string | null | undefined )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1743
↓ 4 callersFunctionappendSlackView
(detail: string, view: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1751
↓ 4 callersFunctionbail
(msg: string)
orchestrate/skills/orchestrate/scripts/cli/util.ts:590
↓ 4 callersMethodcancel
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1125
↓ 4 callersMethodcheckWorkerMeasurements
* Re-run each declared `measurements[]` command on the worker's branch * and diff against the `## Measurements` self-report. Mismatches log to *
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:472
↓ 4 callersFunctiondefaultModelForType
(type: TaskType)
orchestrate/skills/orchestrate/scripts/models.ts:167
↓ 4 callersFunctionesc
(s)
cursor-team-kit/skills/pr-review-canvas/renderer.js:19
↓ 4 callersFunctionformatFraction
(value: number)
orchestrate/skills/orchestrate/scripts/measurements.ts:223
↓ 4 callersFunctionformatKickoffText
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1708
↓ 4 callersFunctionisKnownModel
(slug: string)
orchestrate/skills/orchestrate/scripts/models.ts:174
↓ 4 callersFunctionkickoffUsername
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1717
↓ 4 callersFunctionloadJSON
(path)
scripts/validate-plugins.mjs:12
↓ 4 callersFunctionmakeWorkspace
(args: { plan: unknown; state?: unknown })
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:12
↓ 4 callersFunctionmergeWorkerSlice
(taskName: string)
orchestrate/skills/orchestrate/scripts/core/branches.ts:10
↓ 4 callersFunctionoperatorModeHint
()
orchestrate/skills/orchestrate/scripts/cli/util.ts:483
↓ 4 callersFunctionparseHandoffFailureMode
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:74
↓ 4 callersFunctionparseHandoffPrNumber
(handoff: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:84
↓ 4 callersFunctionparseUnknownWithSchema
(args: { schema: Schema; value: unknown; source: string; recoveryHint: string; rejectDeletedTrackerF
orchestrate/skills/orchestrate/scripts/schemas.ts:643
↓ 4 callersFunctionplanFixture
()
orchestrate/skills/orchestrate/scripts/__tests__/worker-branch-discipline.test.ts:77
↓ 4 callersFunctionplannedBranchForTask
( plan: Pick<Plan, "rootSlug">, t: Pick<PlanTask | TaskState, "name" | "type"> )
orchestrate/skills/orchestrate/scripts/core/branches.ts:3
↓ 4 callersFunctionpromptCtx
(planOverrides: Partial<Plan>)
orchestrate/skills/orchestrate/scripts/__tests__/slack-prompt-shape.test.ts:222
↓ 4 callersFunctionreadState
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:33
↓ 4 callersMethodrecordRecoverFailure
(s: TaskState, msg: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:792
↓ 4 callersFunctionrenderVerifyPlan
(t: PlanTask | undefined, heading: string)
orchestrate/skills/orchestrate/scripts/core/prompts.ts:55
↓ 4 callersFunctionrequireTask
( task: State["tasks"][number] | undefined, name: string )
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:39
↓ 4 callersFunctionrequireValue
(flag: string, value: string | undefined)
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:55
↓ 4 callersFunctionresolveKickoffSlackChannelOrBail
( explicit: string | undefined )
orchestrate/skills/orchestrate/scripts/cli/util.ts:446
↓ 4 callersFunctionresolveRunBranch
(args: { handoffBody: string; runBranches: ReadonlyArray<{ branch?: string | null }>; fallback: string;
orchestrate/skills/orchestrate/scripts/core/handoff.ts:34
next →1–100 of 412, ranked by callers