feat(sprite-generation): Implement sprite generation API endpoints for GUI configuration and client interactions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-29 05:47:59 -07:00
parent af0dd0372c
commit 6a16652d18

View file

@ -217,6 +217,7 @@ export interface PipelineState {
funnel: {
total_completed: number
total_processed: number
unscored: number
scoring: Record<string, { scored: number; passed: number; pass_rate: number; avg_confidence: number }>
approved: number
installed: number