MCPcopy Create free account

hub / github.com/crshdn/mission-control / functions

Functions874 in github.com/crshdn/mission-control

↓ 3 callersFunctiongetHealthDetail
()
src/lib/health.ts:281
↓ 3 callersFunctiongetHealthSummary
()
src/lib/health.ts:107
↓ 3 callersFunctiongetLatestCheckpoint
(taskId: string)
src/lib/checkpoint.ts:46
↓ 3 callersFunctiongetLatestScore
(productId: string)
src/lib/autopilot/health-score.ts:414
↓ 3 callersFunctiongetPipelineWarning
(task: Task, targetStatus: TaskStatus)
src/components/MissionQueue.tsx:60
↓ 3 callersFunctiongetProjectsPath
()
src/lib/config.ts:150
↓ 3 callersFunctiongetS3Client
()
src/lib/backup.ts:302
↓ 3 callersFunctiongetScoreHistory
(productId: string, days = 30)
src/lib/autopilot/health-score.ts:425
↓ 3 callersFunctiongetTaskImages
(task: Task)
src/app/api/tasks/[id]/images/route.ts:21
↓ 3 callersFunctiongetTaskPrChecks
(taskId: string)
src/lib/pr-recovery.ts:101
↓ 3 callersFunctiongetTasksByStatus
(status: TaskStatus)
src/components/MissionQueue.tsx:55
↓ 3 callersFunctionhandleCIFailure
(payload: { conclusion?: string; status?: string; state?: string; head_sha?: string; sha?: string;
src/app/api/webhooks/github/route.ts:111
↓ 3 callersFunctionisValidUrl
(str: string)
src/app/autopilot/new/page.tsx:23
↓ 3 callersFunctionloadCaps
()
src/components/costs/CostCapManager.tsx:18
↓ 3 callersFunctionloadPool
()
src/components/autopilot/MaybePool.tsx:16
↓ 3 callersFunctionminutesSince
(value?: string | null)
src/lib/agent-health.ts:106
↓ 3 callersFunctionnormalizeAgentReplyForChat
(rawContent: string)
src/lib/chat-listener.ts:92
↓ 3 callersFunctionopenErrorReport
(opts: { errorType: string; errorMessage: string; productId?: string; taskId?: string; })
src/components/ErrorReportModal.tsx:9
↓ 3 callersFunctionparseBackupFilename
(filename: string)
src/lib/backup.ts:67
↓ 3 callersFunctionparseGitHubRepoUrl
(repoUrl?: string | null)
src/lib/github-cli.ts:27
↓ 3 callersFunctionparseTemplate
(row: { id: string; workspace_id: string; name: string; description: string; stages: string; fail_targets: str
src/lib/workflow-engine.ts:55
↓ 3 callersFunctionpick
(arr)
scripts/demo-simulator.js:37
↓ 3 callersFunctionpickDynamicAgent
(taskId: string, stageRole?: string | null)
src/lib/task-governance.ts:112
↓ 3 callersFunctionrecordCostEvent
(input: { product_id?: string | null; workspace_id?: string; task_id?: string | null; cycle_id?: strin
src/lib/costs/tracker.ts:7
↓ 3 callersFunctionrecordLearnerOnTransition
(taskId: string, previousStatus: string, newStatus: string, passed = true, failReason?: string)
src/lib/task-governance.ts:97
↓ 3 callersFunctionresetRepoConfirmation
()
src/app/autopilot/new/page.tsx:92
↓ 3 callersFunctionresetSettingsRepoConfirmation
()
src/app/autopilot/[productId]/page.tsx:165
↓ 3 callersFunctionrunResearchCycle
(productId: string, existingCycleId?: string, chainIdeation = false)
src/lib/autopilot/research.ts:54
↓ 3 callersFunctionsaveRepoReadiness
(result: RepoReadinessResult)
src/lib/repo-readiness.ts:166
↓ 3 callersFunctionseedActiveSession
(agentId: string, taskId: string, minutesOld = 10)
src/lib/agent-health.test.ts:51
↓ 3 callersFunctionseedTask
(id: string, workspace = 'default')
src/lib/task-governance.test.ts:11
↓ 3 callersFunctionshowToast
(toast: Omit<Toast, 'id'>)
src/components/Toast.tsx:35
↓ 3 callersFunctionstoreEmbedding
(ideaId: string, productId: string, title: string, description: string)
src/lib/autopilot/similarity.ts:155
↓ 3 callersFunctiontoggle
(section: string)
src/components/autopilot/IdeaCard.tsx:38
↓ 2 callersFunctionactionableConclusion
(conclusion?: string)
src/lib/pr-recovery.ts:72
↓ 2 callersFunctionapplyFix
(action: RepoReadinessAction, value?: string)
src/components/autopilot/RepoSetupPanel.tsx:91
↓ 2 callersFunctionassertProductRepoReadyForTaskCreation
(productId: string)
src/lib/autopilot/swipe.ts:22
↓ 2 callersFunctionattachListeners
(key: string)
src/app/api/tasks/[id]/agent-stream/route.ts:109
↓ 2 callersFunctionattemptMove
(task: Task, targetStatus: TaskStatus)
src/components/MissionQueue.tsx:78
↓ 2 callersFunctionbase64UrlEncode
(buf: Buffer)
src/lib/openclaw/device-identity.ts:20
↓ 2 callersFunctionbootstrapCoreAgentsRaw
( db: Database.Database, workspaceId: string, missionControlUrl: string, )
src/lib/bootstrap-agents.ts:190
↓ 2 callersFunctionbuildTaskFlightRecorder
(taskId: string)
src/lib/task-flight-recorder.ts:241
↓ 2 callersFunctioncloseDb
()
src/lib/db/index.ts:42
↓ 2 callersFunctioncollectRecentLogs
(context: { productId?: string; taskId?: string; limit?: number; })
src/lib/error-reporting.ts:12
↓ 2 callersFunctioncreateNote
(taskId: string, content: string, mode: 'note' | 'direct', role: 'user' | 'assistant' = 'user')
src/lib/task-notes.ts:10
↓ 2 callersFunctioncreateResearchCycle
(productId: string, completedDaysAgo: number)
src/lib/autopilot/health-score.test.ts:29
↓ 2 callersFunctioncreateSkill
(input: { productId: string; skillType: ProductSkill['skill_type']; title: string; triggerKeywords?: s
src/lib/skills.ts:70
↓ 2 callersFunctioncreateTaskWorkspace
(task: Task)
src/lib/workspace-isolation.ts:224
↓ 2 callersFunctionderivePublicKeyRaw
(publicKeyPem: string)
src/lib/openclaw/device-identity.ts:25
↓ 2 callersFunctiondetermineIsolationStrategy
(task: Task)
src/lib/workspace-isolation.ts:188
↓ 2 callersFunctiondispatchTaskFromServer
(taskId: string)
src/lib/server-dispatch.ts:16
↓ 2 callersFunctionensureFixerExists
(workspaceId: string)
src/lib/task-governance.ts:40
↓ 2 callersFunctionevaluateMaybePool
(productId: string)
src/lib/autopilot/maybe-pool.ts:56
↓ 2 callersFunctionexpectReply
(sessionKey: string, taskId: string)
src/lib/chat-listener.ts:68
↓ 2 callersFunctionfetchWithTimeout
(url: string, timeoutMs: number)
src/app/api/products/scan-url/route.ts:110
↓ 2 callersFunctionfindProductByRepo
(repoFullName: string)
src/app/api/webhooks/github/route.ts:48
↓ 2 callersFunctionfingerprintPublicKey
(publicKeyPem: string)
src/lib/openclaw/device-identity.ts:35
↓ 2 callersMethodforceReconnect
* Force-close the current connection so the next call to connect() starts fresh. * Unlike disconnect(), this preserves autoReconnect so the client
src/lib/openclaw/client.ts:527
↓ 2 callersFunctionformatBytes
(bytes: number)
src/app/settings/page.tsx:40
↓ 2 callersFunctionformatTime
(value?: string)
src/components/TaskFlightRecorder.tsx:95
↓ 2 callersFunctionformatTimestamp
(date: Date)
src/lib/backup.ts:75
↓ 2 callersMethodgenerateEventId
* Generate a unique event ID using content hashing for proper deduplication. * Uses SHA-256 hash of event type, sequence/run ID, and payload conten
src/lib/openclaw/client.ts:69
↓ 2 callersFunctiongetActiveTaskForAgent
(agentId: string)
src/lib/agent-health.ts:150
↓ 2 callersFunctiongetActiveTest
(productId: string)
src/lib/autopilot/ab-testing.ts:97
↓ 2 callersFunctiongetAllAgentHealth
()
src/lib/agent-health.ts:824
↓ 2 callersFunctiongetAllProductScores
()
src/lib/autopilot/health-score.ts:490
↓ 2 callersFunctiongetDbPath
()
src/lib/backup.ts:47
↓ 2 callersFunctiongetFailureCountInStage
(taskId: string, stage: string)
src/lib/task-governance.ts:30
↓ 2 callersFunctiongetGitHubToken
()
src/lib/rollback.ts:136
↓ 2 callersFunctiongetMessagesFromOpenClaw
( sessionKey: string )
src/lib/planning-utils.ts:82
↓ 2 callersFunctiongetProductProjectDir
(task: Task)
src/lib/workspace-isolation.ts:208
↓ 2 callersFunctiongetResearchPrograms
(productId: string)
src/lib/autopilot/ab-testing.ts:478
↓ 2 callersFunctiongetTaskNotes
(taskId: string)
src/lib/task-notes.ts:27
↓ 2 callersFunctiongetTestComparison
(testId: string)
src/lib/autopilot/ab-testing.ts:405
↓ 2 callersFunctiongetUnacknowledgedRollbacks
(productId?: string)
src/lib/rollback.ts:397
↓ 2 callersFunctiongetUnreadMail
(agentId: string)
src/lib/mailbox.ts:43
↓ 2 callersFunctiongetVariantMetrics
( testId: string, variantId: string, variant: ProductProgramVariant )
src/lib/autopilot/ab-testing.ts:245
↓ 2 callersFunctiongetWeights
(product: Product)
src/lib/autopilot/health-score.ts:41
↓ 2 callersFunctiongetWorkspacesRoot
(projectDir: string)
src/lib/workspace-isolation.ts:214
↓ 2 callersFunctiongitLsRemote
(args: string[])
src/lib/repo-preflight.ts:76
↓ 2 callersFunctionhandleExport
(format: 'csv' | 'json')
src/app/autopilot/[productId]/health/page.tsx:86
↓ 2 callersFunctionhandlePlanningCompletion
(taskId: string, parsed: any, messages: any[])
src/app/api/tasks/[id]/planning/poll/route.ts:23
↓ 2 callersFunctionhandleRoleAgentChange
(role: string, agentId: string)
src/components/TeamTab.tsx:116
↓ 2 callersFunctionhandleScan
(url: string, source: 'repo' | 'site')
src/app/autopilot/new/page.tsx:59
↓ 2 callersFunctionhandleStageFailure
( taskId: string, currentStatus: string, failReason: string )
src/lib/workflow-engine.ts:251
↓ 2 callersFunctionhandleUpdateStatus
(status: ConvoyStatus)
src/components/ConvoyTab.tsx:134
↓ 2 callersFunctionhashWord
* Hash a single word to a bucket index in [0, EMBEDDING_DIM). * Uses FNV-1a-inspired hash for decent distribution.
src/lib/autopilot/similarity.ts:49
↓ 2 callersFunctionisHttpUrl
* Determine if a URL is testable via HTTP (dynamic content) or should use file://
src/app/api/tasks/[id]/test/route.ts:325
↓ 2 callersFunctionlatestByTime
(items: T[], getTime: (item: T) => string | undefined)
src/lib/task-flight-recorder.ts:203
↓ 2 callersFunctionlatestByTimestamp
(items: T[], getTimestamp: (item: T) => string | undefined | null)
src/lib/agent-health.ts:112
↓ 2 callersMethodlistAgents
()
src/lib/openclaw/client.ts:484
↓ 2 callersFunctionlistCostCaps
(workspaceId?: string, productId?: string)
src/lib/costs/caps.ts:27
↓ 2 callersFunctionlistRollbackHistory
(productId?: string, limit: number = 50)
src/lib/rollback.ts:384
↓ 2 callersFunctionloadProductEmbeddings
* Load all embeddings for a product. For <10K ideas this is fine in memory.
src/lib/autopilot/similarity.ts:179
↓ 2 callersFunctionloadStatus
()
src/components/WorkspaceTab.tsx:32
↓ 2 callersFunctionloadWorkspaces
()
src/components/WorkspaceDashboard.tsx:17
↓ 2 callersFunctionlogActivity
(params: LogActivityParams)
src/lib/orchestration.ts:44
↓ 2 callersFunctionmarkAsRead
(messageId: string)
src/lib/mailbox.ts:59
↓ 2 callersFunctionmergeWorkspace
(task: Task, options?: { force?: boolean; createPR?: boolean })
src/lib/workspace-isolation.ts:490
↓ 2 callersFunctionnudgeAgent
(agentId: string)
src/lib/agent-health.ts:664
← previousnext →101–200 of 874, ranked by callers