MCPcopy Create free account

hub / github.com/cytostack/openwolf / functions

Functions238 in github.com/cytostack/openwolf

FunctionDesignQC
({ data }: { data: WolfData })
src/dashboard/app/components/panels/DesignQC.tsx:4
FunctionDirNode
({ node, search, depth = 0 }: { node: TreeNode; search: string; depth?: number })
src/dashboard/app/components/panels/AnatomyBrowser.tsx:40
FunctionEmptyState
({ icon, title, description }: { icon: string; title: string; description: string })
src/dashboard/app/components/shared/EmptyState.tsx:3
FunctionHeader
({ title, theme, onToggleTheme }: HeaderProps)
src/dashboard/app/components/layout/Header.tsx:11
FunctionLayout
({ children }: { children: React.ReactNode })
src/dashboard/app/components/layout/Layout.tsx:3
FunctionLiveIndicator
()
src/dashboard/app/components/shared/LiveIndicator.tsx:3
FunctionMemoryViewer
({ data }: { data: WolfData })
src/dashboard/app/components/panels/MemoryViewer.tsx:4
FunctionProjectOverview
({ data }: { data: WolfData })
src/dashboard/app/components/panels/ProjectOverview.tsx:6
FunctionSidebar
({ activePanel, onNavigate, daemonStatus, projectName, theme, onToggleTheme }: SidebarProps)
src/dashboard/app/components/layout/Sidebar.tsx:28
FunctionSkeleton
()
src/dashboard/app/App.tsx:32
FunctionStatusBadge
({ status, className }: { status: string; className?: string })
src/dashboard/app/components/shared/StatusBadge.tsx:21
FunctionTokenBadge
({ tokens, className }: { tokens: number; className?: string })
src/dashboard/app/components/shared/TokenBadge.tsx:4
FunctionTokenUsage
({ data }: { data: WolfData })
src/dashboard/app/components/panels/TokenUsage.tsx:6
FunctionaddSessionToLedger
( wolfDir: string, session: SessionEntry )
src/tracker/token-ledger.ts:94
Methodconstructor
(logFile: string | null, level: LogLevel = "info")
src/utils/logger.ts:17
Methodconstructor
(wolfDir: string, projectRoot: string, options: DesignQCOptions)
src/designqc/designqc-engine.ts:20
Methodconstructor
( wolfDir: string, projectRoot: string, logger: Logger, broadcast: (msg: unknown) => void )
src/daemon/cron-engine.ts:55
Methodconstructor
(url?: string)
src/dashboard/app/lib/wolf-client.ts:9
FunctiondashboardCommand
()
src/cli/dashboard.ts:38
FunctiondetectContentType
(filePath: string)
src/tracker/token-estimator.ts:13
FunctionestimateTokens
( text: string, type: ContentType = "mixed" )
src/tracker/token-estimator.ts:20
FunctiongetHealth
(wolfDir: string, startTime: number)
src/daemon/health.ts:12
FunctionincrementSessions
(wolfDir: string)
src/tracker/token-ledger.ts:88
FunctioninitCommand
()
src/cli/init.ts:121
FunctionisLinux
()
src/utils/platform.ts:11
FunctionisMac
()
src/utils/platform.ts:7
FunctionlogBug
( wolfDir: string, bug: { error_message: string; file: string; line?: number; root_cause:
src/buglog/bug-tracker.ts:31
FunctionreadJSON
(filePath: string, fallback: T)
src/utils/fs-safe.ts:5
FunctionrelativeToCwd
(filePath: string, cwd?: string)
src/utils/paths.ts:23
FunctionresolveWolfFile
(file: string, from?: string)
src/utils/paths.ts:13
FunctionscanCommand
(options: { check?: boolean })
src/cli/scan.ts:6
Functionshutdown
()
src/daemon/wolf-daemon.ts:310
FunctionstatusCommand
()
src/cli/status.ts:6
FunctionunregisterProject
(projectRoot: string)
src/cli/registry.ts:78
FunctionupdateAnatomyEntry
( wolfDir: string, filePath: string, projectRoot: string, action: "upsert" | "delete" )
src/scanner/anatomy-scanner.ts:257
FunctionuseLiveUpdates
( client: WolfClient | null, type: string, callback: (msg: any) => void )
src/dashboard/app/hooks/useLiveUpdates.ts:4
FunctionwhichCommand
()
src/utils/platform.ts:15
FunctionwriteJSON
(filePath: string, data: unknown)
src/utils/fs-safe.ts:14
← previous201–238 of 238, ranked by callers