feat(phase3): complete Phase 3 foundation - 100% #83
Annotations
10 errors
|
src/orchestrator/graph.ts#L205
Argument of type '(state: ProjectState) => Promise<Partial<ProjectState>>' is not assignable to parameter of type 'NodeAction<ProjectState, SD extends SDZod ? UpdateType<ToStateDefinition<SD>> : Partial<S>, StateDefinition>'.
|
|
src/orchestrator/graph.ts#L143
No overload matches this call.
|
|
src/lib/supabase/server.ts#L24
Property 'set' does not exist on type 'Promise<ReadonlyRequestCookies>'.
|
|
src/lib/supabase/server.ts#L15
Property 'set' does not exist on type 'Promise<ReadonlyRequestCookies>'.
|
|
src/lib/supabase/server.ts#L11
Property 'get' does not exist on type 'Promise<ReadonlyRequestCookies>'.
|
|
src/hooks/useOptimizer.ts#L16
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
src/app/api/optimize/stats/route.ts#L10
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
src/app/api/optimize/recommendation/route.ts#L10
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
src/app/api/optimize/complete/route.ts#L10
Module '"@/types/cost-optimizer"' declares 'Organization' locally, but it is not exported.
|
|
src/agents/CodeArchitect.ts#L38
Type '{ fileStructure: any[]; estimatedComplexity: "simple" | "medium" | "complex"; estimatedTime: string; estimatedCost: number; summary?: string | undefined; stack?: TechnologyStack | undefined; databaseSchema?: DatabaseSchema | undefined; apiEndpoints?: ApiEndpoint[] | undefined; deploymentStrategy?: DeploymentStrategy...' is not assignable to type 'ProjectArchitecture'.
|
The logs for this run have expired and are no longer available.
Loading