Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scopecraft/command
/ functions
Functions
787 in github.com/scopecraft/command
⨍
Functions
787
◇
Types & classes
184
Function
handleTaskDeleteNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:264
Function
handleTaskGet
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:149
Function
handleTaskGetNormalized
(rawParams: unknown)
src/mcp/normalized-handlers.ts:193
Function
handleTaskList
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:97
Function
handleTaskListNormalized
(rawParams: unknown)
src/mcp/normalized-handlers.ts:111
Function
handleTaskMove
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:479
Function
handleTaskMoveNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:329
Function
handleTaskTransform
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:586
Function
handleTaskTransformNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:401
Function
handleTaskUpdate
(rawParams: unknown)
src/mcp/handlers/write-handlers.ts:366
Function
handleTaskUpdateNormalized
(rawParams: unknown)
src/mcp/normalized-write-handlers.ts:171
Function
handleTemplateList
(params: TemplateListParams)
src/mcp/handlers/index.ts:47
Function
initializeProjectStructure
( projectRoot: string, config?: ProjectConfig )
src/core/project-init.ts:15
Function
initializeTemplates
(projectRoot: string)
src/core/template-manager.ts:168
Function
insertTaskAfter
( parentFolder: string, taskId: string, afterTaskId: string )
src/core/subtask-sequencing.ts:257
Method
invalidateCache
* Invalidates all cached worktree data
src/core/worktree/worktree-service.ts:405
Function
isCompletedTaskStatus
(status: string | undefined | null)
src/core/field-normalizers.ts:166
Function
isParentTask
(task: Task)
src/mcp/schemas.ts:633
Function
isReasonableAbbreviation
(abbreviated: string, original: string)
src/core/name-abbreviator.ts:253
Function
isSimpleTask
(task: Task)
src/mcp/schemas.ts:647
Function
isSubTask
(task: Task)
src/mcp/schemas.ts:640
Function
isSubtask
(task: Pick<Task, 'taskStructure'>)
tasks-ui/src/lib/task-routing.ts:26
Function
isValidSequence
(sequence: string)
src/core/subtask-sequencing.ts:365
Function
isValidTaskFilename
(filename: string)
src/core/directory-utils.ts:328
Function
isValidTaskId
(taskId: string)
src/core/id-generator.ts:96
Function
list
()
src/core/parent-tasks.ts:88
Function
list
( projectRoot: string, options: TaskListOptions = {}, config?: ProjectConfig, _parentId?: string // TO
src/core/task-crud.ts:613
Function
listSubtasksWithSequence
(parentFolder: string)
src/core/subtask-sequencing.ts:372
Function
listWorktrees
()
src/scripts/task-worktree.ts:199
Function
message
(ws: any, data: any)
tasks-ui/websocket/claude-handler.ts:29
Function
needsInit
(projectRoot: string)
src/core/project-init.ts:145
Function
onChange
()
reference/document-editor/components/ui/use-mobile.tsx:10
Function
open
(ws: any)
tasks-ui/websocket/claude-handler.ts:15
Function
parallelize
( subtaskIds: string[], targetSequence?: string )
src/core/parent-tasks.ts:168
Function
parseLogEntries
(log: string)
src/mcp/handlers/shared/log-utils.ts:29
Method
parseTaskPath
* Parse task path to extract phase and subdirectory * @deprecated Use directory-utils.parseTaskPath instead
src/core/project-config.ts:253
Function
parseTaskReference
(reference: string)
src/core/id-generator.ts:124
Function
parseTasksSection
(tasksContent: string)
src/core/task-parser.ts:297
Function
promoteToParent
( projectRoot: string, taskId: string, options: { subtasks?: string[]; keepOriginal?: boolean;
src/core/task-crud.ts:785
Function
resequence
( sequenceMap: Array<{ id: string; sequence: string }> )
src/core/parent-tasks.ts:100
Method
resolveRoot
(runtime?: RuntimeConfig)
src/core/config/types.ts:72
Function
resolveSubtaskPath
(parentDir: string, subtaskId: string)
src/mcp/handlers/shared/validation-utils.ts:104
Function
serializeTaskContent
(task: TaskDocument)
src/core/task-parser.ts:150
Method
setRootFromCLI
* Set root from CLI parameter
src/core/config/configuration-manager.ts:115
Method
setRootFromConfig
* Set root from config file
src/core/config/configuration-manager.ts:167
Method
setRootFromConfig
(projectName?: string)
src/core/config/types.ts:68
Method
setRootFromEnvironment
* Set root from environment variable
src/core/config/configuration-manager.ts:130
Method
setRootFromEnvironment
()
src/core/config/types.ts:66
Method
setRootFromSession
* Set root from session command
src/core/config/configuration-manager.ts:148
Method
setRootFromSession
(path: string)
src/core/config/types.ts:67
Function
startWorktree
(taskId: string)
src/scripts/task-worktree.ts:33
Function
testChangelogGeneration
()
scripts/test-claude-helper.ts:119
Function
testGitDataPrep
()
scripts/test-claude-helper.ts:14
Function
testSimpleClaudeCall
()
scripts/test-claude-helper.ts:29
Function
testVersionAnalysis
()
scripts/test-claude-helper.ts:75
Function
toast
({ ...props }: Toast)
reference/document-editor/components/ui/use-toast.ts:145
Function
toast
({ ...props }: Toast)
reference/document-editor/hooks/use-toast.ts:145
Function
togglePriority
(priority: string)
tasks-ui/src/components/ui/filter-panel.stories.tsx:58
Function
toggleQuestion
()
reference/document-editor/app/page.tsx:24
Function
toggleRightPane
()
reference/document-editor/app/page.tsx:46
Function
toggleSources
()
reference/document-editor/app/page.tsx:35
Function
toggleStatus
(status: string)
tasks-ui/src/components/ui/filter-panel.stories.tsx:50
Function
toggleType
(type: string)
tasks-ui/src/components/ui/filter-panel.stories.tsx:66
Function
update
(props: ToasterToast)
reference/document-editor/components/ui/use-toast.ts:148
Function
update
(props: ToasterToast)
reference/document-editor/hooks/use-toast.ts:148
Function
update
(updates: TaskUpdateOptions)
src/core/parent-tasks.ts:76
Function
update
( projectRoot: string, taskId: string, updates: TaskUpdateOptions, config?: ProjectConfig, parentId?
src/core/task-crud.ts:373
Function
updateSection
( projectRoot: string, taskId: string, sectionName: string, content: string, config?: ProjectConfig,
src/core/task-crud.ts:743
Function
updateSection
(content: string, sectionName: string, newContent: string)
src/core/task-parser.ts:246
Function
updateSequence
( subtaskId: string, newSequence: string, options: { force?: boolean } = {} )
src/core/parent-tasks.ts:202
Function
useBacklogTasks
()
tasks-ui/src/lib/api/hooks.ts:174
Function
useCreateParent
()
tasks-ui/src/lib/api/hooks.ts:131
Function
useCreateTask
()
tasks-ui/src/lib/api/hooks.ts:49
Function
useCurrentTasks
()
tasks-ui/src/lib/api/hooks.ts:167
Function
useIsMobile
()
reference/document-editor/hooks/use-mobile.tsx:5
Function
useMoveTask
()
tasks-ui/src/lib/api/hooks.ts:94
Function
useParentOperation
()
tasks-ui/src/lib/api/hooks.ts:143
Function
useParentsWithProgress
()
tasks-ui/src/lib/api/hooks.ts:181
Function
useToast
()
reference/document-editor/hooks/use-toast.ts:174
Function
validatePriority
(priority?: string)
src/cli/validation-helpers.ts:43
Function
validateStatus
(status?: string)
src/cli/validation-helpers.ts:17
Function
validateTaskExists
( projectRoot: string, taskId: string, parentId?: string )
src/mcp/handlers/shared/validation-utils.ts:58
Function
validateTaskType
(type: string)
src/mcp/handlers/shared/validation-utils.ts:96
Function
validateType
(type: string)
src/cli/validation-helpers.ts:31
Function
validateWorkflowState
(state?: string)
src/cli/validation-helpers.ts:57
Function
validateWorkflowState
(state?: string)
src/mcp/handlers/shared/validation-utils.ts:88
Function
windowExists
* Check if window exists in a session
tasks-ui/server/claude-session-handlers.ts:46
← previous
701–787 of 787, ranked by callers