MCPcopy Create free account

hub / github.com/cursor/plugins / functions

Functions412 in github.com/cursor/plugins

↓ 4 callersMethodspawnTask
* Spawn a cloud agent for `def`. One call = one logical attempt (bumps * `attempts`), with an inner transient-retry loop for network hiccups. *
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:591
↓ 4 callersMethodstopTask
* Stop a task: cancel if running, prune if pending. If the SDK cancel fails * (backend drift, stale agentId), mark error locally so the operator is
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1158
↓ 4 callersFunctionwritePlan
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/wait-handoff-failure.test.ts:101
↓ 3 callersMethodaddReaction
(args: SlackMessageRef & { name: string })
orchestrate/skills/orchestrate/scripts/adapters/types.ts:60
↓ 3 callersFunctionassertOperatorModeOrBail
( action: string, flagPath?: string )
orchestrate/skills/orchestrate/scripts/cli/util.ts:508
↓ 3 callersFunctionbuildManagerStub
(args: { workspace: string; tasks: TaskState[]; syncedReasons: string[]; onRecover?: (task: TaskState)
orchestrate/skills/orchestrate/scripts/__tests__/exit-on-error.test.ts:34
↓ 3 callersFunctionbuildPromptScopedGoal
(t: PlanTask)
orchestrate/skills/orchestrate/scripts/core/prompts.ts:287
↓ 3 callersFunctionbuildSlackBlock
( t: PlanTask, agentId: string | undefined, ctx: PromptRenderContext )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:262
↓ 3 callersFunctionbuildSubplannerPrompt
( t: PlanTask, agentId: string | undefined, ctx: PromptRenderContext )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:201
↓ 3 callersFunctionbuildUpstreamHandoffsSection
* Paste each dep's handoff into the downstream prompt so `dependsOn` carries * payload, not just scheduling. Workers live on sibling branches and can
orchestrate/skills/orchestrate/scripts/core/prompts.ts:87
↓ 3 callersFunctionbuildVerifierPrompt
( t: Extract<PlanTask, { type: "verifier" }>, agentId: string | undefined, ctx: PromptRenderContext )
orchestrate/skills/orchestrate/scripts/core/prompts.ts:151
↓ 3 callersMethodcommitStateSnapshot
* Commit and push state.json + plan.json so remote observers can * `bun cli.ts crawl`. Called only on status transitions, not every * `lastUpdat
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1488
↓ 3 callersFunctionfakeTask
(overrides: Partial<TaskState> = {})
orchestrate/skills/orchestrate/scripts/__tests__/failure-handoff.test.ts:14
↓ 3 callersFunctioninferKickoffRootSlug
(goal: string)
orchestrate/skills/orchestrate/scripts/cli/task.ts:510
↓ 3 callersFunctioninitialTaskState
(plan: Plan, t: PlanTask)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1570
↓ 3 callersFunctioninspectRunStream
(args: { run: Run; task: string; agentId: string; runId: string; timeoutMs: number; })
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1935
↓ 3 callersMethodisRootPlanner
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:308
↓ 3 callersFunctionloadAllowedSlackThreadOrBail
( workspace: string | undefined )
orchestrate/skills/orchestrate/scripts/cli/util.ts:523
↓ 3 callersFunctionloadKickoffThreadTsOrBail
(args: { workspace: string; taskName: string; })
orchestrate/skills/orchestrate/scripts/cli/comments.ts:224
↓ 3 callersFunctionmakeWorkspace
(args: { plan: unknown; state: unknown })
orchestrate/skills/orchestrate/scripts/__tests__/measurements-mismatch.test.ts:90
↓ 3 callersFunctionmergeWorkerTargetBranch
( plan: Pick<Plan, "rootSlug">, t: Pick<PlanTask | TaskState, "name" | "type"> )
orchestrate/skills/orchestrate/scripts/core/branches.ts:15
↓ 3 callersFunctionmessageRefFromResponse
( payload: ChatPostMessageResponse | ChatUpdateResponse, args: { method: string; fallback?: SlackMessageRe
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:270
↓ 3 callersFunctionnormalizeEnumValue
(raw: string)
orchestrate/skills/orchestrate/scripts/core/handoff.ts:140
↓ 3 callersFunctionnow
()
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:18
↓ 3 callersFunctionparseJsonWithSchema
(args: { schema: Schema; text: string; source: string; recoveryHint: string; rejectDeletedTrackerFie
orchestrate/skills/orchestrate/scripts/schemas.ts:620
↓ 3 callersFunctionparseStateJson
(text: string, source: string)
orchestrate/skills/orchestrate/scripts/schemas.ts:580
↓ 3 callersFunctionparseTreeStateJson
(text: string, source: string)
orchestrate/skills/orchestrate/scripts/schemas.ts:590
↓ 3 callersFunctionprintProbeResults
(results: ProbeResult[])
orchestrate/skills/orchestrate/scripts/tools/probe-models.ts:71
↓ 3 callersFunctionprobeModelCatalog
( apiKey: string, opts: { catalog?: ModelProfile[]; agentApi?: ProbeAgentApi; } = {} )
orchestrate/skills/orchestrate/scripts/tools/probe-models.ts:29
↓ 3 callersFunctionprofile
( slug: string, selection: ModelProfile["selection"] )
orchestrate/skills/orchestrate/scripts/__tests__/probe-models.test.ts:62
↓ 3 callersFunctionreadPlan
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/agent-manager-slack-mirror.test.ts:37
↓ 3 callersFunctionreadQueue
(path: string)
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:200
↓ 3 callersMethodrecoverRunning
Re-attach to a task still `running` after a script restart.
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:751
↓ 3 callersFunctionrequireSlackChannelIfTokenSet
(channel: string | undefined)
orchestrate/skills/orchestrate/scripts/cli/util.ts:471
↓ 3 callersFunctionrequireTask
(plan: Plan, name: string)
orchestrate/skills/orchestrate/scripts/__tests__/worker-branch-discipline.test.ts:111
↓ 3 callersFunctionrequireTask
(task: TaskState | undefined, name: string)
orchestrate/skills/orchestrate/scripts/__tests__/measurements-mismatch.test.ts:44
↓ 3 callersFunctionrunPromptWithPlan
(plan: unknown)
orchestrate/skills/orchestrate/scripts/__tests__/prompt-plan-validation.test.ts:7
↓ 3 callersFunctionrunningTask
(name: string)
orchestrate/skills/orchestrate/scripts/__tests__/exit-on-error.test.ts:10
↓ 3 callersFunctionsetFakeRun
(opts: FakeRunOpts)
orchestrate/skills/orchestrate/scripts/__tests__/wait-handoff-failure.test.ts:44
↓ 3 callersFunctionsetMessageSource
( current: MessageSource | undefined, next: MessageSource )
orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:143
↓ 3 callersFunctionstringField
(value: unknown)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2085
↓ 3 callersMethodsyncStateToGit
(reason: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1317
↓ 3 callersMethoduploadFileToThread
(args: { threadTs: string; filename: string; content: Buffer | Uint8Array; initialComment?: st
orchestrate/skills/orchestrate/scripts/adapters/types.ts:35
↓ 3 callersFunctionuseTempHome
()
orchestrate/skills/orchestrate/scripts/__tests__/operator-boundary.test.ts:106
↓ 3 callersFunctionwriteQueue
(path: string, queue: CommentRetryEntry[])
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:214
↓ 2 callersFunctionassertSlackDestinationAllowed
( destination: string, allowedThread: { channel: string; threadTs: string } | undefined )
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:281
↓ 2 callersFunctionassertThreadAllowed
( threadTs: string, allowedThread: { channel: string; threadTs: string } | undefined )
orchestrate/skills/orchestrate/scripts/cli/comments.ts:280
↓ 2 callersFunctionatomicWrite
(path: string, body: string)
orchestrate/skills/orchestrate/scripts/core/failure-handoff.ts:196
↓ 2 callersFunctionbuildMeasurementEnv
(args: { source: NodeJS.ProcessEnv; homeDir: string; })
orchestrate/skills/orchestrate/scripts/measurements.ts:285
↓ 2 callersMethodcallIgnoringSlackError
( call: () => Promise<unknown>, benignError: string )
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:206
↓ 2 callersFunctioncollapseWhitespace
(value: string)
orchestrate/skills/orchestrate/scripts/measurements.ts:227
↓ 2 callersFunctioncreateSlackWebClient
()
orchestrate/skills/orchestrate/scripts/adapters/slack/client.ts:3
↓ 2 callersFunctiondefaultSender
()
orchestrate/skills/orchestrate/scripts/cli/andon.ts:121
↓ 2 callersMethodeditThreadMessage
(args: { threadTs: string; ts: string; text: string; })
orchestrate/skills/orchestrate/scripts/adapters/types.ts:30
↓ 2 callersMethodenqueueSlackMirror
(task: TaskState)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1357
↓ 2 callersFunctionerrorMessage
(err: unknown)
orchestrate/skills/orchestrate/scripts/core/andon.ts:249
↓ 2 callersFunctionexitOnErrorReturn
( mgr: AgentManager, preExistingErrors: Set<string> )
orchestrate/skills/orchestrate/scripts/core/loop.ts:109
↓ 2 callersFunctionformatToolCallIdleWarning
(args: { taskLabel: string; idleMs: number; lastToolCallAt: number | null; waitStartedAt: number; })
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2004
↓ 2 callersMethodgetReactions
(args: SlackMessageRef)
orchestrate/skills/orchestrate/scripts/adapters/types.ts:41
↓ 2 callersMethodgetThreadReplies
( args: SlackMessageRef & { limit: number; cursor?: string; latest?: string; } )
orchestrate/skills/orchestrate/scripts/adapters/types.ts:44
↓ 2 callersMethodgitOutput
(args: string[])
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1462
↓ 2 callersFunctionhasNewTerminalError
( mgr: AgentManager, preExistingErrors: Set<string> )
orchestrate/skills/orchestrate/scripts/core/loop.ts:100
↓ 2 callersFunctioniconOverride
(args: { iconUrl?: string; iconEmoji?: string; })
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:261
↓ 2 callersFunctioninstallSlackWebApiMock
()
orchestrate/skills/orchestrate/scripts/__tests__/support/slack-web-api-mock.ts:24
↓ 2 callersFunctionisFailedTerminalStatus
(status: TaskState["status"])
orchestrate/skills/orchestrate/scripts/core/loop.ts:232
↓ 2 callersFunctionisRecord
(value: unknown)
orchestrate/skills/orchestrate/scripts/cli/task.ts:574
↓ 2 callersMethodlatestStuckIdleMs
(task: TaskState)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1473
↓ 2 callersFunctionline
(cells: string[])
orchestrate/skills/orchestrate/scripts/cli/inspect.ts:93
↓ 2 callersFunctionloadAndonTargetOrBail
(opts: { workspace?: string })
orchestrate/skills/orchestrate/scripts/cli/util.ts:551
↓ 2 callersFunctionloadKickoffRefOrBail
(args: { workspace: string; taskName: string })
orchestrate/skills/orchestrate/scripts/cli/comments.ts:231
↓ 2 callersFunctionloadSDK
()
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:97
↓ 2 callersFunctionmain
(argv: string[] = process.argv)
orchestrate/skills/orchestrate/scripts/cli/index.ts:10
↓ 2 callersFunctionmakeFakeRun
(opts: FakeRunOpts)
orchestrate/skills/orchestrate/scripts/__tests__/wait-handoff-failure.test.ts:48
↓ 2 callersFunctionmakeFixtureRepo
Build a local bare repo with `branch` containing `loc` lines in Settings.tsx.
orchestrate/skills/orchestrate/scripts/__tests__/measurements-mismatch.test.ts:57
↓ 2 callersFunctionmergeWorkerSourceBranches
(plan: Plan, t: PlanTask)
orchestrate/skills/orchestrate/scripts/core/branches.ts:24
↓ 2 callersMethodmirrorTaskToSlack
( task: TaskState, rendered = this.slackRenderForTask(task) )
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1324
↓ 2 callersFunctionnormWs
(s)
cursor-team-kit/skills/pr-review-canvas/renderer.js:23
↓ 2 callersFunctionnormalizedDependsOn
(task: PlanTask)
orchestrate/skills/orchestrate/scripts/schemas.ts:701
↓ 2 callersFunctionnormalizedDependsOn
(t: PlanTask)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1609
↓ 2 callersFunctionparseIdleWarningMs
(message: string)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1789
↓ 2 callersFunctionparseNumericWithUnit
* Parse a value like `2.41 MB`, `84 passing`, or `100` as a numeric + * optional unit pair. End-anchored: "1.2 MB extra" returns null so callers * f
orchestrate/skills/orchestrate/scripts/measurements.ts:206
↓ 2 callersFunctionparsePositiveIntegerOrBail
(args: { value: string; flag: string; })
orchestrate/skills/orchestrate/scripts/cli/util.ts:314
↓ 2 callersFunctionparseSlackDestination
(destination: string)
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:302
↓ 2 callersFunctionplanIsRootPlanner
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:1696
↓ 2 callersFunctionplanTasks
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/prompts.ts:300
↓ 2 callersFunctionplanTasks
(plan: Plan)
orchestrate/skills/orchestrate/scripts/core/loop.ts:293
↓ 2 callersFunctionpostComment
(args: { destinations: CommentDestinations; destination: string; body: string; sender: string; criti
orchestrate/skills/orchestrate/scripts/core/comment-retry-queue.ts:254
↓ 2 callersMethodpostMessageInThread
(args: { threadTs: string; text: string; username?: string; iconUrl?: string; iconEmoji?:
orchestrate/skills/orchestrate/scripts/adapters/slack/index.ts:238
↓ 2 callersMethodpostRunKickoff
(args: { text: string; username: string; iconUrl?: string; iconEmoji?: string; })
orchestrate/skills/orchestrate/scripts/adapters/types.ts:10
↓ 2 callersFunctionpromptContext
(plan: Plan)
orchestrate/skills/orchestrate/scripts/__tests__/worker-branch-discipline.test.ts:117
↓ 2 callersFunctionreadAttention
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/measurements-mismatch.test.ts:103
↓ 2 callersFunctionreadState
(workspace: string)
orchestrate/skills/orchestrate/scripts/__tests__/verifier-startingref-reconcile.test.ts:27
↓ 2 callersFunctionredactDeep
(value: unknown)
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:2063
↓ 2 callersMethodremoveReaction
(args: SlackMessageRef & { name: string })
orchestrate/skills/orchestrate/scripts/adapters/types.ts:61
↓ 2 callersFunctionrenderModelCatalog
()
orchestrate/skills/orchestrate/scripts/models.ts:185
↓ 2 callersFunctionrequirePlanSlackChannel
(plan: Plan)
orchestrate/skills/orchestrate/scripts/cli/comments.ts:265
↓ 2 callersFunctionrequireSafeCommentBody
(body: string)
orchestrate/skills/orchestrate/scripts/cli/comments.ts:164
↓ 2 callersFunctionresolveSlackChannelOption
( explicit: string | undefined )
orchestrate/skills/orchestrate/scripts/cli/util.ts:437
↓ 2 callersFunctionresolveWorkspaceSlackChannelOrBail
(args: { workspace: string; explicit?: string; })
orchestrate/skills/orchestrate/scripts/cli/util.ts:454
↓ 2 callersMethodrespawnTask
Reset a terminal task to pending; the next `run` re-spawns it.
orchestrate/skills/orchestrate/scripts/core/agent-manager.ts:708
← previousnext →101–200 of 412, ranked by callers