MCPcopy Index your code

hub / github.com/scopecraft/command / functions

Functions787 in github.com/scopecraft/command

FunctionhandleTaskDeleteNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:264
FunctionhandleTaskGet
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:149
FunctionhandleTaskGetNormalized
(rawParams: unknown)
src/mcp/normalized-handlers.ts:193
FunctionhandleTaskList
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:97
FunctionhandleTaskListNormalized
(rawParams: unknown)
src/mcp/normalized-handlers.ts:111
FunctionhandleTaskMove
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:479
FunctionhandleTaskMoveNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:329
FunctionhandleTaskTransform
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:586
FunctionhandleTaskTransformNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:401
FunctionhandleTaskUpdate
(rawParams: unknown)
src/mcp/handlers/write-handlers.ts:366
FunctionhandleTaskUpdateNormalized
(rawParams: unknown)
src/mcp/normalized-write-handlers.ts:171
FunctionhandleTemplateList
(params: TemplateListParams)
src/mcp/handlers/index.ts:47
FunctioninitializeProjectStructure
( projectRoot: string, config?: ProjectConfig )
src/core/project-init.ts:15
FunctioninitializeTemplates
(projectRoot: string)
src/core/template-manager.ts:168
FunctioninsertTaskAfter
( parentFolder: string, taskId: string, afterTaskId: string )
src/core/subtask-sequencing.ts:257
MethodinvalidateCache
* Invalidates all cached worktree data
src/core/worktree/worktree-service.ts:405
FunctionisCompletedTaskStatus
(status: string | undefined | null)
src/core/field-normalizers.ts:166
FunctionisParentTask
(task: Task)
src/mcp/schemas.ts:633
FunctionisReasonableAbbreviation
(abbreviated: string, original: string)
src/core/name-abbreviator.ts:253
FunctionisSimpleTask
(task: Task)
src/mcp/schemas.ts:647
FunctionisSubTask
(task: Task)
src/mcp/schemas.ts:640
FunctionisSubtask
(task: Pick<Task, 'taskStructure'>)
tasks-ui/src/lib/task-routing.ts:26
FunctionisValidSequence
(sequence: string)
src/core/subtask-sequencing.ts:365
FunctionisValidTaskFilename
(filename: string)
src/core/directory-utils.ts:328
FunctionisValidTaskId
(taskId: string)
src/core/id-generator.ts:96
Functionlist
()
src/core/parent-tasks.ts:88
Functionlist
( projectRoot: string, options: TaskListOptions = {}, config?: ProjectConfig, _parentId?: string // TO
src/core/task-crud.ts:613
FunctionlistSubtasksWithSequence
(parentFolder: string)
src/core/subtask-sequencing.ts:372
FunctionlistWorktrees
()
src/scripts/task-worktree.ts:199
Functionmessage
(ws: any, data: any)
tasks-ui/websocket/claude-handler.ts:29
FunctionneedsInit
(projectRoot: string)
src/core/project-init.ts:145
FunctiononChange
()
reference/document-editor/components/ui/use-mobile.tsx:10
Functionopen
(ws: any)
tasks-ui/websocket/claude-handler.ts:15
Functionparallelize
( subtaskIds: string[], targetSequence?: string )
src/core/parent-tasks.ts:168
FunctionparseLogEntries
(log: string)
src/mcp/handlers/shared/log-utils.ts:29
MethodparseTaskPath
* Parse task path to extract phase and subdirectory * @deprecated Use directory-utils.parseTaskPath instead
src/core/project-config.ts:253
FunctionparseTaskReference
(reference: string)
src/core/id-generator.ts:124
FunctionparseTasksSection
(tasksContent: string)
src/core/task-parser.ts:297
FunctionpromoteToParent
( projectRoot: string, taskId: string, options: { subtasks?: string[]; keepOriginal?: boolean;
src/core/task-crud.ts:785
Functionresequence
( sequenceMap: Array<{ id: string; sequence: string }> )
src/core/parent-tasks.ts:100
MethodresolveRoot
(runtime?: RuntimeConfig)
src/core/config/types.ts:72
FunctionresolveSubtaskPath
(parentDir: string, subtaskId: string)
src/mcp/handlers/shared/validation-utils.ts:104
FunctionserializeTaskContent
(task: TaskDocument)
src/core/task-parser.ts:150
MethodsetRootFromCLI
* Set root from CLI parameter
src/core/config/configuration-manager.ts:115
MethodsetRootFromConfig
* Set root from config file
src/core/config/configuration-manager.ts:167
MethodsetRootFromConfig
(projectName?: string)
src/core/config/types.ts:68
MethodsetRootFromEnvironment
* Set root from environment variable
src/core/config/configuration-manager.ts:130
MethodsetRootFromEnvironment
()
src/core/config/types.ts:66
MethodsetRootFromSession
* Set root from session command
src/core/config/configuration-manager.ts:148
MethodsetRootFromSession
(path: string)
src/core/config/types.ts:67
FunctionstartWorktree
(taskId: string)
src/scripts/task-worktree.ts:33
FunctiontestChangelogGeneration
()
scripts/test-claude-helper.ts:119
FunctiontestGitDataPrep
()
scripts/test-claude-helper.ts:14
FunctiontestSimpleClaudeCall
()
scripts/test-claude-helper.ts:29
FunctiontestVersionAnalysis
()
scripts/test-claude-helper.ts:75
Functiontoast
({ ...props }: Toast)
reference/document-editor/components/ui/use-toast.ts:145
Functiontoast
({ ...props }: Toast)
reference/document-editor/hooks/use-toast.ts:145
FunctiontogglePriority
(priority: string)
tasks-ui/src/components/ui/filter-panel.stories.tsx:58
FunctiontoggleQuestion
()
reference/document-editor/app/page.tsx:24
FunctiontoggleRightPane
()
reference/document-editor/app/page.tsx:46
FunctiontoggleSources
()
reference/document-editor/app/page.tsx:35
FunctiontoggleStatus
(status: string)
tasks-ui/src/components/ui/filter-panel.stories.tsx:50
FunctiontoggleType
(type: string)
tasks-ui/src/components/ui/filter-panel.stories.tsx:66
Functionupdate
(props: ToasterToast)
reference/document-editor/components/ui/use-toast.ts:148
Functionupdate
(props: ToasterToast)
reference/document-editor/hooks/use-toast.ts:148
Functionupdate
(updates: TaskUpdateOptions)
src/core/parent-tasks.ts:76
Functionupdate
( projectRoot: string, taskId: string, updates: TaskUpdateOptions, config?: ProjectConfig, parentId?
src/core/task-crud.ts:373
FunctionupdateSection
( projectRoot: string, taskId: string, sectionName: string, content: string, config?: ProjectConfig,
src/core/task-crud.ts:743
FunctionupdateSection
(content: string, sectionName: string, newContent: string)
src/core/task-parser.ts:246
FunctionupdateSequence
( subtaskId: string, newSequence: string, options: { force?: boolean } = {} )
src/core/parent-tasks.ts:202
FunctionuseBacklogTasks
()
tasks-ui/src/lib/api/hooks.ts:174
FunctionuseCreateParent
()
tasks-ui/src/lib/api/hooks.ts:131
FunctionuseCreateTask
()
tasks-ui/src/lib/api/hooks.ts:49
FunctionuseCurrentTasks
()
tasks-ui/src/lib/api/hooks.ts:167
FunctionuseIsMobile
()
reference/document-editor/hooks/use-mobile.tsx:5
FunctionuseMoveTask
()
tasks-ui/src/lib/api/hooks.ts:94
FunctionuseParentOperation
()
tasks-ui/src/lib/api/hooks.ts:143
FunctionuseParentsWithProgress
()
tasks-ui/src/lib/api/hooks.ts:181
FunctionuseToast
()
reference/document-editor/hooks/use-toast.ts:174
FunctionvalidatePriority
(priority?: string)
src/cli/validation-helpers.ts:43
FunctionvalidateStatus
(status?: string)
src/cli/validation-helpers.ts:17
FunctionvalidateTaskExists
( projectRoot: string, taskId: string, parentId?: string )
src/mcp/handlers/shared/validation-utils.ts:58
FunctionvalidateTaskType
(type: string)
src/mcp/handlers/shared/validation-utils.ts:96
FunctionvalidateType
(type: string)
src/cli/validation-helpers.ts:31
FunctionvalidateWorkflowState
(state?: string)
src/cli/validation-helpers.ts:57
FunctionvalidateWorkflowState
(state?: string)
src/mcp/handlers/shared/validation-utils.ts:88
FunctionwindowExists
* Check if window exists in a session
tasks-ui/server/claude-session-handlers.ts:46
← previous701–787 of 787, ranked by callers