MCPcopy Index your code

hub / github.com/scopecraft/command / functions

Functions787 in github.com/scopecraft/command

FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
reference/document-editor/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
reference/document-editor/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
reference/document-editor/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
reference/document-editor/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
reference/document-editor/components/ui/pagination.tsx:62
FunctionParentDetailPage
()
tasks-ui/src/routes/parents/$parentId.tsx:10
FunctionParentTaskCard
({ parentTask, variant = 'default', onClick, className = '', showOverview = false, }: ParentTaskCard
tasks-ui/src/components/v2/ParentTaskCard.tsx:19
FunctionParentTaskCard
({ parentTask, variant = 'default', showOverview = true, showProgress = true, showMetadata = true,
tasks-ui/src/components/v2/ParentTaskCard-old.tsx:18
FunctionParentTaskListView
({ className = '', data, searchParams = {}, }: ParentTaskListViewProps)
tasks-ui/src/components/v2/ParentTaskListView.tsx:31
FunctionParentTaskView
({ task, subtasks, documents = [], content, isEditing, onEdit, onCancel, onSave, onContentCh
tasks-ui/src/components/v2/ParentTaskView.tsx:31
FunctionParentsPage
()
tasks-ui/src/routes/parents/index.tsx:18
FunctionPriorityIcon
({ priority, size = 'sm', className = '', }: IconProps & { priority: string })
tasks-ui/src/lib/icons.tsx:79
FunctionPriorityIndicator
({ priority, size = 'sm', inline = false, className = '', interactive = false, onClick, }: Priorit
tasks-ui/src/components/v2/WorkflowStateBadge.tsx:115
FunctionPromptForm
({ prompt, setPrompt, contextId, setContextId, isConnecting, isConnected, id, handleSubmit,
tasks-ui/src/components/claude/PromptForm.tsx:18
FunctionRelationshipTree
()
reference/document-editor/components/relationship-tree.tsx:45
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
reference/document-editor/components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
reference/document-editor/components/ui/resizable.tsx:8
FunctionResizeHandle
({ className = "", orientation = "horizontal" }: ResizeHandleProps)
reference/document-editor/components/panel-resize-handle.tsx:8
FunctionRootComponent
()
tasks-ui/src/routes/__root.tsx:27
FunctionRootLayout
({ children, }: { children: React.ReactNode })
reference/document-editor/app/layout.tsx:8
FunctionSearchInput
({ value, onChange, placeholder = 'Search...', className = '', onClear, autoFocus = false, size
tasks-ui/src/components/ui/search-input.tsx:27
FunctionSectionHeader
({ title, section, isCollapsed, onToggle, actionButton, }: SectionHeaderProps)
tasks-ui/src/components/v2/Sidebar.tsx:34
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
reference/document-editor/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
reference/document-editor/components/ui/sheet.tsx:77
FunctionSidebar
({ className, onNavigate }: SidebarProps)
tasks-ui/src/components/v2/Sidebar.tsx:70
FunctionSimpleTaskView
({ task, content, isEditing, onEdit, onCancel, onSave, onContentChange, isUpdating = false, }:
tasks-ui/src/components/v2/SimpleTaskView.tsx:26
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
reference/document-editor/components/ui/skeleton.tsx:3
FunctionSourceBadges
({ sources }: { sources: Source[] })
reference/document-editor/components/ai-chat.tsx:60
FunctionSourceManagement
({ isCollapsed, onToggle }: SourceManagementProps)
reference/document-editor/components/source-management.tsx:27
FunctionStatusBadge
({ status, size = 'sm', className = '', interactive = false, onClick, }: StatusBadgeProps)
tasks-ui/src/components/v2/WorkflowStateBadge.tsx:65
FunctionStatusIcon
({ status, size = 'sm', className = '', }: IconProps & { status: TaskStatus })
tasks-ui/src/lib/icons.tsx:55
FunctionSubtaskDetailPage
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:44
FunctionSubtaskDetailPage
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:61
FunctionSubtaskList
({ subtasks, variant = 'tree', onTaskClick, highlightTaskId, className = '', }: SubtaskListProps)
tasks-ui/src/components/v2/SubtaskList.tsx:22
FunctionSubtaskList
({ subtasks, variant = 'tree', showSequence = true, showParallel = true, showMetadata = true, clas
tasks-ui/src/components/v2/SubtaskList-old.tsx:22
FunctionSubtasksIcon
({ size = 'sm', className = '' }: IconProps)
tasks-ui/src/lib/icons.tsx:149
FunctionSuccessIcon
({ className }: { className?: string })
tasks-ui/src/components/layout/Toast.tsx:86
FunctionSunIcon
({ className }: { className?: string })
tasks-ui/src/components/layout/Header.tsx:76
FunctionTaskContent
({ task }: TaskContentProps)
tasks-ui/src/components/task-detail/TaskContent.tsx:14
FunctionTaskDetailPage
()
tasks-ui/src/routes/tasks/$taskId.tsx:19
FunctionTaskManagementView
({ className = '', data, searchParams = {}, }: TaskManagementViewProps)
tasks-ui/src/components/v2/TaskManagementView.tsx:38
FunctionTaskTable
({ tasks, selectable = false, selectedRows = {}, onSelectionChange, onRowClick, onParentTaskClick,
tasks-ui/src/components/v2/TaskTable.tsx:41
FunctionTaskTypeIcon
({ task, type: propType, size = 'md', className = '', }: TaskTypeIconProps)
tasks-ui/src/components/v2/TaskTypeIcon.tsx:12
FunctionTaskTypeIcon
({ type, size = 'sm', className = '', }: IconProps & { type: TaskType | 'parent_task' })
tasks-ui/src/lib/icons.tsx:67
FunctionTasksPage
()
tasks-ui/src/routes/tasks/index.tsx:20
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
reference/document-editor/components/theme-provider.tsx:5
FunctionToastContainer
()
tasks-ui/src/components/layout/Toast.tsx:6
FunctionToastItem
({ toast, onClose }: ToastItemProps)
tasks-ui/src/components/layout/Toast.tsx:23
FunctionToaster
()
reference/document-editor/components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
reference/document-editor/components/ui/sonner.tsx:8
FunctionTreeView
({ items, className }: TreeViewProps)
reference/document-editor/components/ui/tree-view.tsx:50
FunctionTreeViewItem
({ item, depth = 0, isLast = false }: TreeViewItemProps)
reference/document-editor/components/ui/tree-view.tsx:22
FunctionWarningIcon
({ className }: { className?: string })
tasks-ui/src/components/layout/Toast.tsx:123
FunctionWorkflowPage
()
tasks-ui/src/routes/workflow/index.tsx:8
FunctionWorkflowStateBadge
({ workflow, size = 'sm', className = '', interactive = false, onClick, }: WorkflowStateBadgeProps)
tasks-ui/src/components/v2/WorkflowStateBadge.tsx:24
FunctionWorkflowStateIcon
({ workflow, size = 'sm', className = '', }: IconProps & { workflow: WorkflowState })
tasks-ui/src/lib/icons.tsx:92
FunctionaddLogEntry
(content: string, entry: string, timestamp: Date = new Date())
src/core/task-parser.ts:336
FunctionadoptTask
( taskId: string, options: { sequence?: string; after?: string; before?: string } = {} )
src/core/parent-tasks.ts:335
FunctionapplyTemplate
(templateContent: string, options: TaskCreateOptions)
src/core/template-manager.ts:83
FunctioncanConvertToParent
( projectRoot: string, taskId: string, config?: ProjectConfig )
src/core/parent-tasks.ts:714
FunctionclearAllFilters
()
tasks-ui/src/components/v2/TaskManagementView.tsx:191
FunctionclearAllFilters
()
tasks-ui/src/components/v2/ParentTaskListView.tsx:170
FunctionclearFilters
()
tasks-ui/src/components/ui/filter-panel.stories.tsx:74
MethodclearSessionConfig
* Clear session configuration
src/core/config/configuration-manager.ts:261
MethodclearSessionConfig
()
src/core/config/types.ts:74
Functionclose
(ws: any, code: number, reason: string)
tasks-ui/websocket/claude-handler.ts:219
Functioncode
({ node, className, children, ...props })
tasks-ui/src/components/task-detail/TaskContent.tsx:117
Methodconstructor
()
tasks-ui/src/observability/logger.ts:8
Methodconstructor
()
src/observability/logger.ts:12
Methodconstructor
(runtime?: RuntimeConfig)
src/core/project-config.ts:35
Methodconstructor
* Creates a new WorktreeService * @param repoPath Path to the git repository * @param cacheTtl Cache Time To Live in milliseconds (default: 30s)
src/core/worktree/worktree-service.ts:28
Methodconstructor
* Creates a new cache manager * @param defaultTtl Default Time To Live in milliseconds (default: 30s)
src/core/worktree/cache-manager.ts:15
Methodconstructor
* Creates a new TaskCorrelationService * @param worktreeService The worktree service to use
src/core/worktree/task-correlation-service.ts:23
Methodconstructor
(message: string)
src/core/worktree/types.ts:185
Methodconstructor
(message: string)
src/core/worktree/types.ts:192
Methodconstructor
(message: string)
src/core/worktree/types.ts:199
Methodconstructor
()
src/core/config/configuration-manager.ts:35
Methodconstructor
( message: string, public source: ConfigSource, public path?: string, public operation?: strin
src/core/config/types.ts:81
Methodconstructor
(repoPath: string)
scripts/worktree-monitor.ts:16
Functioncreate
( projectRoot: string, options: TaskCreateOptions, config?: ProjectConfig, parentId?: string )
src/core/task-crud.ts:226
FunctioncreateAutonomousMonitor
(taskId: string, onEvent: (event: any) => void)
tasks-ui/server/autonomous-handlers.ts:326
FunctioncreateLogEntry
(action: string, details?: string)
src/mcp/handlers/shared/log-utils.ts:19
FunctioncreateParent
( projectRoot: string, options: TaskCreateOptions, config?: ProjectConfig )
src/core/parent-tasks.ts:483
FunctioncreatePriorityFilterOptions
()
tasks-ui/src/lib/icons.tsx:128
FunctioncreateResponse
(data: T, message: string, count?: number)
src/mcp/transformers.ts:250
FunctioncreateSuccessResponse
(data: T, message: string)
src/mcp/handlers/shared/response-utils.ts:14
Methoddebug
(message: string, data?: any)
tasks-ui/src/observability/logger.ts:51
FunctiondeduplicateByName
(items: T[])
tasks-ui/src/lib/utils.ts:13
FunctiondenormalizePriority
(mcpPriority?: TaskPriority)
src/mcp/transformers.ts:43
FunctiondenormalizeStatus
(mcpStatus?: TaskStatus)
src/mcp/transformers.ts:32
Functiondown
(e: KeyboardEvent)
reference/document-editor/components/command-menu.tsx:36
FunctionextractSection
(content: string, sectionName: string)
src/core/task-parser.ts:255
FunctionextractSubtask
( subtaskId: string, targetLocation: WorkflowState )
src/core/parent-tasks.ts:264
FunctionfetchSessions
()
tasks-ui/src/components/autonomous/AutonomousMonitor.tsx:32
FunctionfinishWorktree
(providedTaskId?: string)
src/scripts/task-worktree.ts:67
FunctionformatProgress
(completed: number, total: number)
src/cli/formatters.ts:509
FunctionformatTaskReference
(ref: TaskReference)
src/core/id-generator.ts:146
FunctionformatTasksSection
(tasks: Array<{ text: string; completed?: boolean }>)
src/core/task-parser.ts:329
FunctiongetAbbreviationExamples
()
src/core/name-abbreviator.ts:276
FunctiongetAllTaskIds
(projectRoot: string, config?: ProjectConfig)
src/core/id-generator.ts:224
← previousnext →501–600 of 787, ranked by callers