Skip to content

docs: add product screenshots to README #10

docs: add product screenshots to README

docs: add product screenshots to README #10

Triggered via push March 8, 2026 11:11
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: push
Backend
34s
Backend
Frontend
46s
Frontend
Type Generation Check
56s
Type Generation Check
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Backend
Process completed with exit code 1.
Frontend
Cannot find name 'global'.
Frontend
Cannot find name 'global'.
Frontend
Cannot find name 'global'.
Frontend
Object literal may only specify known properties, and 'hunk_header' does not exist in type '{ id: string; revision_id: string; file_path: string; line_number: number; anchor: string; body: string; author_type: "human" | "system" | "agent"; resolved: boolean; created_at: string; line_content?: string | ... 1 more ... | undefined; }'.
Frontend
Cannot find name 'beforeEach'.
Frontend
Type '{ job_id: string; job_kind: string; job_status: string; duration_seconds: number; entry_count: number; entries: never[]; }' is missing the following properties from type 'JobExecutionSummary': started_at, finished_at
Frontend
Type '{ job_id: string; job_kind: string; job_status: string; duration_seconds: number; entry_count: number; entries: never[]; }' is missing the following properties from type 'JobExecutionSummary': started_at, finished_at
Frontend
Type '{ job_id: string; job_kind: string; job_status: string; duration_seconds: number; entry_count: number; entries: never[]; }' is missing the following properties from type 'JobExecutionSummary': started_at, finished_at
Frontend
Argument of type '{ ticket_id: string; total_jobs: number; total_entries: number; executions: never[]; }' is not assignable to parameter of type 'TicketAgentLogsResponse'.
Frontend
Property 'config_path' does not exist on type '{ board_id: string; execute_config: any; }'.
Type Generation Check
Process completed with exit code 2.
Frontend: frontend/src/components/MergeChecklist.tsx#L32
Unexpected any. Specify a different type
Frontend: frontend/src/components/GoalDetailDialog.tsx#L59
'_setGenerating' is assigned a value but never used
Frontend: frontend/src/components/DebugPanel.tsx#L112
'_setError' is assigned a value but never used
Frontend: frontend/src/components/DebugPanel.tsx#L112
'_error' is assigned a value but never used
Frontend: frontend/src/components/CommandPalette.tsx#L249
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Frontend: frontend/src/components/BoardSettingsDialog.tsx#L110
React Hook useEffect has a missing dependency: 'loadConfig'. Either include it or remove the dependency array
Frontend: frontend/src/components/BoardSettingsDialog.tsx#L103
React Hook useEffect has a missing dependency: 'executorModel'. Either include it or remove the dependency array
Frontend: frontend/src/components/AgentSelector.tsx#L150
React Hook useEffect has missing dependencies: 'onChange' and 'value'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Frontend: frontend/e2e/integration-workflows.spec.ts#L21
'mockGoal' is defined but never used
Frontend: frontend/e2e/integration-workflows.spec.ts#L21
'mockBoard' is defined but never used