MCPcopy Index your code

hub / github.com/scopecraft/command / functions

Functions787 in github.com/scopecraft/command

↓ 3 callersFunctiongenerateUniqueTaskId
( title: string, projectRoot: string, config?: ProjectConfig, maxAttempts = 26 )
src/core/id-generator.ts:155
↓ 3 callersMethodgetChangedFiles
* Gets the changed files in a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached results (default: true
src/core/worktree/worktree-service.ts:171
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
reference/document-editor/components/ui/chart.tsx:320
↓ 3 callersMethodgetRoot
* Get the project root directory
src/core/project-config.ts:51
↓ 3 callersFunctiongetSessionInfoPath
(sessionName: string)
scripts/task-creator-autonomous.ts:72
↓ 3 callersFunctiongetStatusEmoji
(name: string)
src/core/metadata/schema-service.ts:127
↓ 3 callersMethodgetTask
(id: string, parentId?: string)
tasks-ui/src/lib/api/client.ts:71
↓ 3 callersFunctiongetTaskIdFromFilename
(filename: string)
src/core/directory-utils.ts:230
↓ 3 callersFunctiongetTypeEmoji
(name: string)
src/core/metadata/schema-service.ts:139
↓ 3 callersFunctiongetWorkflowStateLabel
(name: string)
src/core/metadata/schema-service.ts:37
↓ 3 callersFunctiongetWorkflowStateValues
()
src/core/metadata/schema-service.ts:49
↓ 3 callersFunctionhandleFilterChange
(category: keyof TaskFilters, value: string)
tasks-ui/src/components/v2/ParentTaskListView.tsx:158
↓ 3 callersFunctionhandleListCommand
(options: { status?: string; type?: core.TaskType; assignee?: string; tags?: string[]; subdirectory?
src/cli/commands.ts:60
↓ 3 callersFunctionhandleTaskMoveCommand
( id: string, options: { toBacklog?: boolean; toCurrent?: boolean; toArchive?: boolean; ar
src/cli/commands.ts:409
↓ 3 callersMethodkillProcess
(proc: any)
tasks-ui/websocket/process-manager.ts:27
↓ 3 callersMethodloadConfigFile
()
src/core/config/configuration-manager.ts:337
↓ 3 callersFunctionnormalizeWorkflowState
(input: string | undefined | null)
src/core/field-normalizers.ts:139
↓ 3 callersFunctiononChange
()
reference/document-editor/hooks/use-mobile.tsx:10
↓ 3 callersFunctionprepareGitData
(lastTag?: string)
scripts/utils/claude-helper.ts:362
↓ 3 callersFunctionrenderToolResult
(toolUseId: string, result: MessageBlock)
tasks-ui/src/hooks/useMessageHandlers.ts:52
↓ 3 callersFunctionrunCommand
* Run a command and capture output
scripts/utils/claude-helper.ts:64
↓ 3 callersFunctionsanitizePath
(path: string)
src/tasks-ui/server/worktree-api.ts:30
↓ 3 callersMethodsetConfigFilePath
* Set custom config file path
src/core/config/configuration-manager.ts:269
↓ 3 callersMethodstop
()
scripts/worktree-monitor.ts:155
↓ 3 callersFunctiontoggleSection
(section: keyof CollapsedSections)
tasks-ui/src/components/v2/Sidebar.tsx:84
↓ 3 callersFunctiontransformBaseTask
* Transform core task metadata to base task fields
src/mcp/transformers.ts:57
↓ 3 callersFunctiontransformParentTask
( projectRoot: string, task: core.Task, includeSubtasks = false, includeContent = false )
src/mcp/transformers.ts:138
↓ 3 callersFunctiontransformSubTask
(task: core.Task, includeContent = false)
src/mcp/transformers.ts:115
↓ 3 callersFunctiontransformTaskSections
* Transform task sections from core document
src/mcp/transformers.ts:82
↓ 3 callersFunctionuseSubtasks
(params: { parent_id: string }, options?: { enabled?: boolean })
tasks-ui/src/lib/api/hooks.ts:199
↓ 3 callersFunctionuseTaskList
( params: { task_type?: string; location?: string | string[]; status?: string; priority?: st
tasks-ui/src/lib/api/hooks.ts:16
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
reference/document-editor/components/ui/use-toast.ts:61
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
reference/document-editor/hooks/use-toast.ts:61
↓ 2 callersFunctionappendTimestampedLogEntry
(currentLog: string, entry: string)
src/mcp/handlers/shared/log-utils.ts:9
↓ 2 callersFunctionbuildCommonMetadata
(params: { priority?: string; assignee?: string; tags?: string[]; })
src/mcp/handlers/shared/options-builders.ts:13
↓ 2 callersFunctionbuildCoreListOptions
* Apply basic filters to core list options
src/mcp/normalized-handlers.ts:75
↓ 2 callersFunctionbuildTaskCreateOptionsBase
(params: { title: string; type: string; area?: string; status?: string; workflowState?: string; in
src/mcp/handlers/shared/options-builders.ts:34
↓ 2 callersMethodcorrelateWorktreeWithTask
* Correlates a worktree with task metadata * @param worktree The worktree to correlate * @returns Enhanced worktree with task metadata
src/core/worktree/task-correlation-service.ts:32
↓ 2 callersFunctioncreateArchiveDate
(date: Date = new Date())
src/core/directory-utils.ts:319
↓ 2 callersMethodcreateParent
(params: { title: string; type: string; location?: string; priority?: string; status?: str
tasks-ui/src/lib/api/client.ts:174
↓ 2 callersFunctioncreateServerInstance
(options: { verbose?: boolean } = {})
src/mcp/core-server.ts:102
↓ 2 callersFunctioncreateStatusFilterOptions
()
tasks-ui/src/lib/icons.tsx:104
↓ 2 callersFunctioncreateSubtaskWithDefaults
( projectRoot: string, parentId: string, title: string, options: { type?: string; area?: strin
src/mcp/handlers/shared/subtask-utils.ts:20
↓ 2 callersMethodcreateTask
(params: { title: string; type: string; location?: string; parent_id?: string; priority?:
tasks-ui/src/lib/api/client.ts:79
↓ 2 callersFunctioncreateWorkflowFilterOptions
()
tasks-ui/src/lib/icons.tsx:140
↓ 2 callersFunctiondel
(cascade = false)
src/core/parent-tasks.ts:81
↓ 2 callersFunctiondetectStructureVersion
(projectRoot: string)
src/core/directory-utils.ts:109
↓ 2 callersFunctionextractContentWithoutFrontmatter
(content: string)
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:9
↓ 2 callersFunctionextractContentWithoutFrontmatter
(content: string)
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:19
↓ 2 callersMethodextractModeFromTags
* Extracts development mode from task tags * @param tags Array of task tags * @returns Extracted development mode
src/core/worktree/task-correlation-service.ts:417
↓ 2 callersFunctionfindFiles
(dir: string, pattern: RegExp)
scripts/normalize-all-tasks.ts:13
↓ 2 callersFunctionformatTasksList
(tasks: Task[], format: OutputFormat)
src/cli/formatters.ts:40
↓ 2 callersFunctionformatTreeView
* Format tasks in a tree view showing parent/subtask hierarchy
src/cli/formatters.ts:122
↓ 2 callersFunctiongenerateTaskId
(title: string, date: Date = new Date())
src/core/id-generator.ts:28
↓ 2 callersFunctiongetExistingWorkflowStates
( projectRoot: string, config?: ProjectConfig )
src/core/directory-utils.ts:354
↓ 2 callersMethodgetFeatureProgress
* Gets feature progress information * @param featureId Feature ID * @param config Optional runtime configuration (for worktree-specific lookups)
src/core/worktree/task-correlation-service.ts:221
↓ 2 callersMethodgetLastCommit
* Gets information about the last commit in a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached result
src/core/worktree/worktree-service.ts:235
↓ 2 callersMethodgetParent
(id: string)
tasks-ui/src/lib/api/client.ts:145
↓ 2 callersMethodgetProjects
()
src/core/config/types.ts:73
↓ 2 callersFunctiongetSessionInfoPath
(sessionName: string)
scripts/implement-autonomous.ts:76
↓ 2 callersFunctiongetSessionInfoPath
(sessionName: string)
scripts/auto-autonomous.ts:70
↓ 2 callersFunctiongetSessionStatusColor
(status: string)
tasks-ui/src/components/autonomous/AutonomousSessionCard.tsx:42
↓ 2 callersFunctiongetSessionStatusIcon
(status: string)
tasks-ui/src/components/autonomous/AutonomousSessionCard.tsx:57
↓ 2 callersFunctiongetStatusSymbol
(status: string)
tasks-ui/src/components/v2/SubtaskList.tsx:256
↓ 2 callersFunctiongetStatusSymbol
(status: string)
tasks-ui/src/components/v2/SubtaskList-old.tsx:315
↓ 2 callersFunctiongetTaskUrl
( task: Pick<Task, 'id' | 'taskStructure'> & { parentId?: string } )
tasks-ui/src/lib/task-routing.ts:10
↓ 2 callersMethodgetWorktreeStatus
* Gets the status of a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached results (default: true) *
src/core/worktree/worktree-service.ts:138
↓ 2 callersFunctionhandleClick
(taskTitle: string)
tasks-ui/src/components/v2/ParentTaskCard.stories.tsx:217
↓ 2 callersFunctionhandleRowClick
(task: TableTask, e: React.MouseEvent)
tasks-ui/src/components/v2/TaskTable.tsx:81
↓ 2 callersFunctionhandleSessionCheck
(params: any)
tasks-ui/server/claude-session-handlers.ts:110
↓ 2 callersFunctionlistTemplates
(projectRoot: string)
src/core/template-manager.ts:33
↓ 2 callersFunctionloadSessionInfo
(taskId: string)
scripts/implement-autonomous.ts:96
↓ 2 callersFunctionloadSessionInfo
(parentId: string)
scripts/auto-autonomous.ts:90
↓ 2 callersFunctionloadSessionInfo
(sessionName: string)
scripts/task-creator-autonomous.ts:92
↓ 2 callersMethodmapTaskStatusToWorkflow
* Maps a task status to a workflow status * @param taskStatus Task status string * @returns Mapped workflow status
src/core/worktree/worktree-service.ts:329
↓ 2 callersMethodmoveTask
(params: { id: string; target_state: string; parent_id?: string; archive_date?: string; up
tasks-ui/src/lib/api/client.ts:131
↓ 2 callersFunctionnormalizeFrontmatter
* Normalize frontmatter values using schema service * The normalizers will throw errors for invalid values
src/core/task-crud.ts:56
↓ 2 callersFunctionprepareTaskDocument
* Prepare task document from options
src/core/task-crud.ts:80
↓ 2 callersFunctionpublishRelease
(otp?: string)
scripts/release.ts:350
↓ 2 callersMethodremoveProcess
(proc: any)
tasks-ui/websocket/process-manager.ts:19
↓ 2 callersFunctionrunCommand
(cmd: string[], description: string)
scripts/code-check.ts:181
↓ 2 callersFunctionrunCommand
(cmd: string[], description: string)
scripts/security-check.ts:61
↓ 2 callersFunctionsearchForSubtask
* Search for a subtask inside parent task folders
src/core/directory-utils.ts:470
↓ 2 callersFunctionsendPrompt
(prompt: string, contextId?: string)
tasks-ui/src/hooks/useClaudeWebSocket.ts:61
↓ 2 callersFunctionsessionExists
* Check if tmux session exists
tasks-ui/server/claude-session-handlers.ts:34
↓ 2 callersFunctiontransformParentTaskDetail
( projectRoot: string, parentId: string, includeContent = true )
src/mcp/transformers.ts:185
↓ 2 callersFunctiontryAcronym
* Check if a hyphenated phrase forms a known acronym
src/core/name-abbreviator.ts:155
↓ 2 callersMethodupdateTask
( id: string, updates: { title?: string; status?: string; priority?: string; a
tasks-ui/src/lib/api/client.ts:96
↓ 2 callersFunctionuseChart
()
reference/document-editor/components/ui/chart.tsx:27
↓ 2 callersFunctionuseDeleteTask
()
tasks-ui/src/lib/api/hooks.ts:81
↓ 2 callersFunctionuseParentList
( params: { location?: string | string[]; area?: string; include_progress?: boolean; include
tasks-ui/src/lib/api/hooks.ts:116
↓ 2 callersFunctionvalidateClaudeResult
( result: ClaudeResult, schema: z.ZodSchema<T>, context: string = 'Claude response' )
scripts/utils/claude-helper.ts:307
↓ 2 callersMethodvalidateEnvironment
* Validate project environment
src/core/project-config.ts:236
↓ 2 callersFunctionvalidateTaskDocument
(task: TaskDocument)
src/core/task-parser.ts:192
↓ 1 callersFunctionabbreviateWord
* Abbreviate a single word using various strategies
src/core/name-abbreviator.ts:111
↓ 1 callersMethodaddProcess
(proc: any)
tasks-ui/websocket/process-manager.ts:11
↓ 1 callersFunctionappendLogEntry
* Append a log entry to the current task log
src/mcp/handlers/write-handlers.ts:326
↓ 1 callersFunctionapplyParallelizations
( projectRoot: string, parentId: string, parallelGroups: Record<string, string[]> )
src/mcp/handlers/shared/subtask-utils.ts:119
↓ 1 callersFunctionapplyStructureFilter
* Filter tasks by structure type
src/mcp/handlers/read-handlers.ts:71
↓ 1 callersMethodautoDetect
()
src/core/config/configuration-manager.ts:327
← previousnext →101–200 of 787, ranked by callers