MCPcopy Index your code

hub / github.com/scopecraft/command / functions

Functions787 in github.com/scopecraft/command

MethodgetChangesCount
* Gets the count of changed files in a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached results (defa
src/core/worktree/worktree-service.ts:224
MethodgetConfigDirectory
* Get configuration directory
src/core/project-config.ts:106
FunctiongetConfigManager
()
src/mcp/handlers/shared/config-utils.ts:21
FunctiongetDefaultPriority
()
src/core/metadata/schema-service.ts:209
FunctiongetDefaultType
()
src/core/metadata/schema-service.ts:213
FunctiongetDefaultWorkflowState
()
src/core/metadata/schema-service.ts:217
FunctiongetInitStatus
(projectRoot: string)
src/core/project-init.ts:155
MethodgetInstance
* Get singleton instance
src/core/config/configuration-manager.ts:48
MethodgetLastActivity
* Gets the timestamp of the last activity in a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached resul
src/core/worktree/worktree-service.ts:276
FunctiongetParentTaskId
( subtask: Pick<Task, 'taskStructure'> & { parentId?: string } )
tasks-ui/src/lib/task-routing.ts:33
MethodgetPhasesDirectory
* @deprecated phases are now first-level directories under tasks
src/core/project-config.ts:98
FunctiongetPriorityLucideIcon
(priorityName: string)
tasks-ui/src/lib/schema-client.ts:75
FunctiongetPriorityName
(label: string)
src/core/metadata/schema-service.ts:112
FunctiongetPriorityOrder
(priority: string | undefined | null)
src/core/field-normalizers.ts:185
MethodgetProjectDefinition
* Get project definition from configuration
src/core/project-config.ts:82
MethodgetProjects
* Get list of configured projects
src/core/config/configuration-manager.ts:237
FunctiongetRoutePath
(name: keyof typeof routes, params?: Record<string, string>)
tasks-ui/src/lib/routes.ts:22
FunctiongetStatusLucideIcon
(statusName: string)
tasks-ui/src/lib/schema-client.ts:59
MethodgetTaskFilePath
* Get task file path
src/core/project-config.ts:243
FunctiongetTemplate
(projectRoot: string, templateId: string)
src/core/template-manager.ts:63
MethodgetTemplatesDirectory
* Get templates directory
src/core/project-config.ts:113
FunctiongetTypeIconWithFallback
(typeName: string)
tasks-ui/src/lib/schema-client.ts:224
FunctiongetTypeLabelWithFallback
(typeName: string)
tasks-ui/src/lib/schema-client.ts:237
FunctiongetTypeName
(label: string)
src/core/metadata/schema-service.ts:85
FunctiongetTypeTemplate
(name: string)
src/core/metadata/schema-service.ts:91
FunctiongetWorkflowStateEmoji
(name: string)
src/core/metadata/schema-service.ts:163
FunctiongetWorkflowStateLucideIcon
(workflowName: string)
tasks-ui/src/lib/schema-client.ts:83
FunctiongetWorkflowStateName
(label: string)
src/core/metadata/schema-service.ts:43
FunctionhandleAreaDeleteCommand
(_id: string, _options: any)
src/cli/commands.ts:647
FunctionhandleAreaGetCommand
(_id: string, _options: any)
src/cli/commands.ts:639
FunctionhandleAreaListCommand
(_options: any)
src/cli/commands.ts:635
FunctionhandleAreaUpdateCommand
(_id: string, _options: any)
src/cli/commands.ts:643
FunctionhandleCancel
()
tasks-ui/src/components/task-detail/TaskContent.tsx:26
FunctionhandleCancel
()
tasks-ui/src/components/v2/V2Showcase.stories.tsx:66
FunctionhandleCancel
()
tasks-ui/src/components/ui/confirmation-dialog.tsx:39
FunctionhandleCancel
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:106
FunctionhandleCancel
()
tasks-ui/src/routes/parents/$parentId.tsx:61
FunctionhandleCancel
()
tasks-ui/src/routes/tasks/$taskId.tsx:71
FunctionhandleCancel
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:115
FunctionhandleClear
()
tasks-ui/src/components/ui/search-input.tsx:36
FunctionhandleClick
()
tasks-ui/src/components/v2/ClaudeAgentButton.tsx:25
FunctionhandleClickOutside
(event: MouseEvent)
reference/document-editor/components/DualUseMarkdown.tsx:207
FunctionhandleConfirm
()
tasks-ui/src/components/ui/confirmation-dialog.stories.tsx:71
FunctionhandleConfirm
()
tasks-ui/src/components/ui/confirmation-dialog.tsx:44
FunctionhandleConnect
()
tasks-ui/src/components/claude/ClaudeAssistant.stories.tsx:127
FunctionhandleContentChange
(newContent: string)
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:128
FunctionhandleContentChange
(newContent: string)
tasks-ui/src/routes/parents/$parentId.tsx:80
FunctionhandleContentChange
(newContent: string)
tasks-ui/src/routes/tasks/$taskId.tsx:91
FunctionhandleCurrentTaskCommand
(options: { format?: string; })
src/cli/commands.ts:529
FunctionhandleDebugCodePath
(_params: DebugCodePathParams)
src/mcp/handlers/index.ts:143
FunctionhandleDelete
()
tasks-ui/src/components/v2/SimpleTaskView.tsx:41
FunctionhandleDelete
()
tasks-ui/src/components/v2/ParentTaskView.tsx:49
FunctionhandleDeleteCommand
( id: string, options: { force?: boolean; subdirectory?: string; } )
src/cli/commands.ts:366
FunctionhandleDisconnect
()
tasks-ui/src/components/claude/ClaudeAssistant.stories.tsx:147
FunctionhandleDisconnect
()
tasks-ui/src/hooks/useClaudeWebSocket.ts:55
FunctionhandleEdit
()
tasks-ui/src/components/task-detail/TaskContent.tsx:22
FunctionhandleEdit
()
tasks-ui/src/components/v2/V2Showcase.stories.tsx:62
FunctionhandleEdit
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:104
FunctionhandleEdit
()
tasks-ui/src/routes/parents/$parentId.tsx:59
FunctionhandleEdit
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:111
FunctionhandleFeatureDeleteCommand
(_id: string, _options: any)
src/cli/commands.ts:631
FunctionhandleFeatureGetCommand
(_id: string, _options: any)
src/cli/commands.ts:623
FunctionhandleFeatureListCommand
(_options: any)
src/cli/commands.ts:619
FunctionhandleFeatureUpdateCommand
(_id: string, _options: any)
src/cli/commands.ts:627
FunctionhandleGetCommand
( id: string, options: { format?: string; subdirectory?: string; contentOnly?: boolean; } )
src/cli/commands.ts:136
FunctionhandleGetCurrentRoot
(_params: ConfigGetCurrentRootParams)
src/mcp/handlers/index.ts:105
FunctionhandleGlobalKeyDown
(e: KeyboardEvent)
reference/document-editor/components/DualUseMarkdown.tsx:189
FunctionhandleHomeLinkClick
()
tasks-ui/src/components/layout/Header.tsx:11
FunctionhandleInitCommand
(options: { mode?: string; rootDir?: string; })
src/cli/commands.ts:19
FunctionhandleInitCommand
(options: { mode?: string; rootDir?: string; })
src/cli/init.ts:8
FunctionhandleInitRoot
(params: ConfigInitRootParams)
src/mcp/handlers/index.ts:64
FunctionhandleKeyDown
(e: React.KeyboardEvent)
tasks-ui/src/components/v2/Sidebar.tsx:41
FunctionhandleKeyDown
(event: KeyboardEvent)
reference/document-editor/components/ui/sidebar.tsx:101
FunctionhandleListProjects
(_params: ConfigListProjectsParams)
src/mcp/handlers/index.ts:124
FunctionhandleListTemplatesCommand
()
src/cli/commands.ts:596
FunctionhandleMarkCompleteNextCommand
( id: string, options: { format?: string; } )
src/cli/commands.ts:566
FunctionhandleMessage
(data: string)
tasks-ui/src/lib/claude-message-handler.ts:46
FunctionhandleMouseEnter
()
reference/document-editor/components/DualUseMarkdown.tsx:174
FunctionhandleMouseLeave
()
reference/document-editor/components/DualUseMarkdown.tsx:181
FunctionhandleParentCreate
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:144
FunctionhandleParentCreateNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:519
FunctionhandleParentGet
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:263
FunctionhandleParentGetNormalized
( rawParams: unknown )
src/mcp/normalized-handlers.ts:304
FunctionhandleParentList
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:197
FunctionhandleParentListNormalized
( rawParams: unknown )
src/mcp/normalized-handlers.ts:240
FunctionhandleParentOperations
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:790
FunctionhandleParentOperationsNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:656
FunctionhandleSave
()
tasks-ui/src/components/task-detail/TaskContent.tsx:31
FunctionhandleSave
()
tasks-ui/src/components/v2/V2Showcase.stories.tsx:71
FunctionhandleSave
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:115
FunctionhandleSave
()
tasks-ui/src/routes/parents/$parentId.tsx:68
FunctionhandleSave
()
tasks-ui/src/routes/tasks/$taskId.tsx:78
FunctionhandleSave
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:125
FunctionhandleStart
()
tasks-ui/src/components/v2/ClaudeAgentButton.stories.tsx:61
FunctionhandleStartSession
()
tasks-ui/src/components/claude/SessionButton.tsx:68
FunctionhandleSubmit
(e: React.FormEvent)
tasks-ui/src/routes/assistant.tsx:34
FunctionhandleTaskClick
(task: Task)
tasks-ui/src/components/v2/SubtaskList.stories.tsx:417
FunctionhandleTaskCreate
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:261
FunctionhandleTaskCreateNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:53
FunctionhandleTaskDelete
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:420
← previousnext →601–700 of 787, ranked by callers