refactor(dashboard): complete overhaul — 11→7 pages, Router v7, design system #24
+8,622
−5,767
Annotations
11 errors and 10 warnings
|
|
|
Lint:
src/autonomous/weekly-wisdom-digest.ts#L114
Async method 'generate' has no 'await' expression
|
|
Lint:
src/autonomous/self-improvement-loop.ts#L550
This assertion is unnecessary since it does not change the type of the expression
|
|
Lint:
src/api/routes.ts#L1983
Unsafe argument of type `any` assigned to a parameter of type `{ date: string; totalCost: number; totalTokens: number; requestCount: number; modelBreakdown: Record<string, { cost: number; tokens: number; requests: number; }>; }`
|
|
Lint:
src/api/routes.ts#L1982
Unsafe assignment of an `any` value
|
|
Lint:
src/agents/memory-manager.ts#L565
Unsafe assignment of an `any` value
|
|
Lint:
src/agents/memory-manager.ts#L556
Async method 'loadFromDisk' has no 'await' expression
|
|
Lint:
src/agents/executor.ts#L659
'params.key || ''' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
src/agents/executor.ts#L599
'params.path || ''' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
src/agents/executor.ts#L521
'call.parameters.key || ''' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
src/agents/executor.ts#L504
'call.parameters.path || ''' will use Object's default stringification format ('[object Object]') when stringified
|
|
Lint:
src/cognition/learning/decision-journal.ts#L87
Unexpected console statement
|
|
Lint:
src/autonomous/budget-tracker.ts#L822
Unexpected console statement
|
|
Lint:
src/autonomous/budget-tracker.ts#L305
Unexpected console statement
|
|
Lint:
src/autonomous/budget-tracker.ts#L266
Unexpected console statement
|
|
Lint:
src/autonomous/billing-cycle.ts#L512
Unexpected console statement
|
|
Lint:
src/autonomous/billing-cycle.ts#L147
Unexpected console statement
|
|
Lint:
src/autonomous/approval-queue.ts#L227
Unexpected console statement
|
|
Lint:
src/autonomous/approval-queue.ts#L171
Unexpected console statement
|
|
Lint:
src/autonomous/approval-queue.ts#L138
Unexpected console statement
|
|
Lint:
src/autonomous/adaptive-learner.ts#L562
Unexpected console statement
|
Loading