MCPcopy Index your code

hub / github.com/scopecraft/command / functions

Functions787 in github.com/scopecraft/command

↓ 1 callersFunctionbatchTransformTasks
( projectRoot: string, tasks: core.Task[], includeContent = false )
src/mcp/handlers/shared/response-utils.ts:68
↓ 1 callersFunctionbuildAndValidate
()
scripts/release.ts:135
↓ 1 callersFunctionbuildListFilters
* Build core list options from input parameters
src/mcp/handlers/read-handlers.ts:32
↓ 1 callersFunctionbuildOperationData
* Build operation-specific data for parent operations * Complexity: ~8
src/mcp/parameter-transformer.ts:23
↓ 1 callersFunctionbuildParentCreateOptions
* Build parent create options from input parameters
src/mcp/handlers/write-handlers.ts:71
↓ 1 callersFunctionbuildParentCreateResponse
* Build parent create response
src/mcp/handlers/write-handlers.ts:125
↓ 1 callersMethodbuildProjectPaths
* Build project paths based on configuration
src/core/project-config.ts:58
↓ 1 callersFunctionbuildSubtaskFilename
* Build a new subtask filename with given sequence
src/core/subtask-sequencing.ts:48
↓ 1 callersFunctionbuildSubtaskResponse
(subtask: core.Task)
src/mcp/handlers/shared/subtask-utils.ts:63
↓ 1 callersFunctionbuildTaskCreateResponse
* Build task create response data
src/mcp/handlers/write-handlers.ts:243
↓ 1 callersFunctionbuildTaskUpdateOptions
( updates: TaskUpdateInput['updates'] )
src/mcp/handlers/shared/options-builders.ts:55
↓ 1 callersMethodcheckConfigFile
()
src/core/config/configuration-manager.ts:292
↓ 1 callersFunctioncheckCurrentStatus
()
tasks-ui/src/components/claude/SessionButton.tsx:27
↓ 1 callersMethodcheckEnvironmentVariable
()
src/core/config/configuration-manager.ts:280
↓ 1 callersMethodcheckForChanges
()
scripts/worktree-monitor.ts:118
↓ 1 callersFunctioncheckSecurityPatterns
(content: string, filePath: string)
scripts/security-check.ts:115
↓ 1 callersFunctioncheckStatus
()
tasks-ui/src/components/claude/SessionButton.tsx:56
↓ 1 callersMethodclear
* Invalidates all cache entries
src/core/worktree/cache-manager.ts:75
↓ 1 callersFunctioncontinueOrchestration
(parentId: string)
scripts/auto-autonomous.ts:172
↓ 1 callersFunctioncontinueTask
(taskId: string, feedback: string)
scripts/implement-autonomous.ts:180
↓ 1 callersFunctioncontinueTaskCreation
(sessionName: string, feedback: string)
scripts/task-creator-autonomous.ts:163
↓ 1 callersMethodcountTasksByStatus
* Counts tasks by status categories * @param taskIds Array of task IDs * @param config Optional runtime configuration (for worktree-specific loo
src/core/worktree/task-correlation-service.ts:283
↓ 1 callersFunctioncreateClaudeWebSocketHandler
(processManager: ProcessManager)
tasks-ui/websocket/claude-handler.ts:13
↓ 1 callersFunctioncreateDefaultTemplates
* Create default templates
src/core/template-manager.ts:186
↓ 1 callersFunctioncreateInitialSubtasks
* Create initial subtasks for a parent task
src/mcp/handlers/write-handlers.ts:98
↓ 1 callersFunctioncreateMessageHandlers
* Create message handlers for different Claude JSON message types
tasks-ui/src/lib/claude-message-handler.ts:41
↓ 1 callersFunctioncreateOrGetWorktreePath
* Create or get worktree path for a task ID * Uses tw-start or tw-feat-start to create worktree if it doesn't exist
tasks-ui/server/claude-session-handlers.ts:67
↓ 1 callersFunctioncreateQuickstart
* Create quickstart guide
src/core/project-init.ts:29
↓ 1 callersFunctioncreateSchemaPriorityFilterOptions
()
tasks-ui/src/lib/schema-client.ts:185
↓ 1 callersFunctioncreateSchemaStatusFilterOptions
()
tasks-ui/src/lib/schema-client.ts:162
↓ 1 callersFunctioncreateSchemaTypeFilterOptions
()
tasks-ui/src/lib/schema-client.ts:174
↓ 1 callersFunctioncreateSchemaWorkflowFilterOptions
()
tasks-ui/src/lib/schema-client.ts:196
↓ 1 callersFunctioncreateSimpleTask
* Create a simple task
src/core/task-crud.ts:158
↓ 1 callersFunctioncreateSubtask
* Create a subtask within a parent
src/core/task-crud.ts:102
↓ 1 callersFunctioncreateTask
(description: string)
scripts/task-creator-autonomous.ts:102
↓ 1 callersFunctioncreateTaskResponse
( projectRoot: string, task: core.Task, message: string, includeContent = true )
src/mcp/handlers/shared/response-utils.ts:37
↓ 1 callersFunctioncreateTaskTypeFilterOptions
()
tasks-ui/src/lib/icons.tsx:112
↓ 1 callersFunctioncreateUpdateResponse
* Create update response with normalized task data
src/mcp/handlers/write-handlers.ts:343
↓ 1 callersMethoddebug
(message: string, data?: any)
src/observability/logger.ts:55
↓ 1 callersFunctiondel
( projectRoot: string, taskId: string, config?: ProjectConfig, parentId?: string )
src/core/task-crud.ts:483
↓ 1 callersFunctiondeleteParentTaskWithSubtasks
( projectRoot: string, taskId: string, config?: ProjectConfig )
src/core/parent-tasks.ts:663
↓ 1 callersMethoddeleteTask
(id: string, cascade = false)
tasks-ui/src/lib/api/client.ts:122
↓ 1 callersFunctiondismiss
()
reference/document-editor/components/ui/use-toast.ts:153
↓ 1 callersFunctiondismiss
()
reference/document-editor/hooks/use-toast.ts:153
↓ 1 callersFunctionensureCleanGitStatus
()
scripts/release.ts:166
↓ 1 callersFunctionensureDirectories
()
scripts/implement-autonomous.ts:63
↓ 1 callersFunctionensureDirectories
()
scripts/auto-autonomous.ts:60
↓ 1 callersFunctionensureDirectories
()
scripts/task-creator-autonomous.ts:61
↓ 1 callersFunctionensureDirectoryExists
(dir: string)
src/core/index.ts:17
↓ 1 callersFunctionensureWorkflowDirectories
(projectRoot: string, config?: ProjectConfig)
src/core/directory-utils.ts:76
↓ 1 callersFunctionexecuteOrchestration
(parentId: string, dryRun: boolean = false)
scripts/orchestrate.ts:53
↓ 1 callersFunctionexecuteOrchestration
(parentId: string)
scripts/auto-autonomous.ts:111
↓ 1 callersFunctionexecuteTask
(taskId: string, parentId?: string)
scripts/implement-autonomous.ts:115
↓ 1 callersMethodextractTaskId
* Extracts a task ID from a branch name * @param branch Branch name * @returns The branch name as-is (to be tried as a task or feature ID)
src/core/worktree/worktree-service.ts:320
↓ 1 callersFunctionextractText
(content: unknown)
tasks-ui/src/components/task-detail/MessageDisplay.tsx:94
↓ 1 callersFunctionextractTextContent
()
tasks-ui/src/components/task-detail/MessageDisplay.tsx:322
↓ 1 callersFunctionextractWorktreeId
(pathname: string)
src/tasks-ui/server/worktree-api.ts:45
↓ 1 callersFunctionfetchLogs
(limit = 50)
tasks-ui/src/components/autonomous/AutonomousMonitor.tsx:39
↓ 1 callersFunctionfetchSessionDetails
( taskId: string )
tasks-ui/src/components/autonomous/AutonomousMonitor.tsx:46
↓ 1 callersFunctionfilterFilesForTool
(files: string[], tool: 'biome' | 'typescript')
scripts/code-check.ts:135
↓ 1 callersFunctionfilterTasksByStructure
* Apply task structure filtering to tasks
src/mcp/normalized-handlers.ts:49
↓ 1 callersFunctionfindTargetSubtask
* Find a target subtask by title, ID, or partial ID
src/mcp/handlers/shared/subtask-utils.ts:106
↓ 1 callersFunctionfindTaskFiles
* Recursively find all .task.md files
src/core/directory-utils.ts:163
↓ 1 callersFunctionfindTaskInWorkflow
* Find a task in a specific workflow state
src/core/directory-utils.ts:430
↓ 1 callersFunctionformatLogTimestamp
(date: Date = new Date())
src/core/task-parser.ts:284
↓ 1 callersFunctionformatTableView
* Format tasks in legacy table view
src/cli/formatters.ts:353
↓ 1 callersFunctionformatTaskAsMarkdown
* Format task as markdown
src/cli/formatters.ts:445
↓ 1 callersFunctionformatTasksList
* Format tasks array into checklist markdown
src/core/task-crud.ts:942
↓ 1 callersFunctionformatTemplatesList
(templates: TemplateInfo[])
src/cli/formatters.ts:491
↓ 1 callersFunctionformatWorkflowView
* Format workflow view showing task relationships
src/cli/formatters.ts:70
↓ 1 callersFunctiongenId
()
reference/document-editor/components/ui/use-toast.ts:30
↓ 1 callersFunctiongenId
()
reference/document-editor/hooks/use-toast.ts:30
↓ 1 callersFunctiongenerateMonthSuffix
* Generate a random letter suffix for month uniqueness
src/core/id-generator.ts:57
↓ 1 callersFunctiongeneratePriorityIconMapping
()
tasks-ui/src/lib/schema-client.ts:123
↓ 1 callersFunctiongenerateStatusIconMapping
()
tasks-ui/src/lib/schema-client.ts:95
↓ 1 callersFunctiongenerateTypeIconMapping
()
tasks-ui/src/lib/schema-client.ts:109
↓ 1 callersFunctiongenerateWorkflowStateIconMapping
()
tasks-ui/src/lib/schema-client.ts:137
↓ 1 callersFunctiongetArchiveDirectory
( projectRoot: string, date?: string, config?: ProjectConfig )
src/core/directory-utils.ts:41
↓ 1 callersFunctiongetColorByType
()
tasks-ui/src/components/layout/Toast.tsx:46
↓ 1 callersFunctiongetCommitsSince
(since: string)
scripts/utils/claude-helper.ts:386
↓ 1 callersFunctiongetConfigDirectory
(projectRoot: string)
src/core/directory-utils.ts:69
↓ 1 callersFunctiongetDiffSince
(since: string)
scripts/utils/claude-helper.ts:418
↓ 1 callersFunctiongetDisplayType
(task: Pick<Task, 'taskStructure' | 'type'>)
tasks-ui/src/components/v2/Sidebar.tsx:29
↓ 1 callersMethodgetFeatureDetails
* Gets feature details from the feature ID * @param featureId The feature ID * @param config Optional runtime configuration (for worktree-specif
src/core/worktree/task-correlation-service.ts:267
↓ 1 callersFunctiongetFilesToCheck
()
scripts/code-check.ts:74
↓ 1 callersFunctiongetFullContent
()
tasks-ui/src/components/task-detail/MessageDisplay.tsx:413
↓ 1 callersFunctiongetIconByType
()
tasks-ui/src/components/layout/Toast.tsx:33
↓ 1 callersFunctiongetLastTag
()
scripts/utils/claude-helper.ts:377
↓ 1 callersFunctiongetLogColor
(type: string)
tasks-ui/src/components/autonomous/AutonomousMonitor.tsx:79
↓ 1 callersMethodgetModeFromArea
* Get the development mode from an area string * @param area The area string (e.g. "ui", "core") * @returns The corresponding development mode
src/core/worktree/task-correlation-service.ts:439
↓ 1 callersFunctiongetNextSequenceNumber
(parentFolder: string)
src/core/subtask-sequencing.ts:340
↓ 1 callersMethodgetParents
( params: { location?: string | string[]; area?: string; include_progress?: boolean;
tasks-ui/src/lib/api/client.ts:149
↓ 1 callersFunctiongetPriorityEmoji
(name: string)
src/core/metadata/schema-service.ts:151
↓ 1 callersFunctiongetPriorityIcon
(name: string)
src/core/metadata/schema-service.ts:157
↓ 1 callersMethodgetProjectRoot
* Get project root path (convenience method)
src/core/config/configuration-manager.ts:249
↓ 1 callersMethodgetRepositoryPath
* Gets the repository path * @returns Repository path
src/core/worktree/worktree-service.ts:38
↓ 1 callersMethodgetRootConfig
* Get root configuration with runtime override support
src/core/config/configuration-manager.ts:58
↓ 1 callersFunctiongetSessionName
(taskId: string, parentId?: string)
scripts/implement-autonomous.ts:68
↓ 1 callersFunctiongetSessionName
(parentId: string)
scripts/auto-autonomous.ts:65
↓ 1 callersFunctiongetSessionName
(description: string)
scripts/task-creator-autonomous.ts:66
← previousnext →201–300 of 787, ranked by callers