fabro/apps/arc-web/app
Bryan Helmkamp ec598c4abb Fix 8 OpenAPI review items for verifications and insights
- Add pagination params to /verifications endpoint
- Rename operationIds: listVerificationCategories, retrieveVerificationControl
- Merge VerificationStatus and EvaluationResult into unified VerificationResult enum
- Rename ControlDetail.description to rationale to avoid ambiguity
- Add 400 error response to POST /insights/execute
- Add GET /insights/queries/{id} endpoint with 404 handling
- Type ExecuteQueryResponse.rows items with oneOf instead of empty schema
- Make SavedQuery.updated_at required, default to created_at for unmodified queries

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 14:56:07 -05:00
..
components Deduplicate utilities, remove TOCTOU checks, and strengthen types 2026-03-06 12:59:22 -05:00
data Fix 8 OpenAPI review items for verifications and insights 2026-03-06 14:56:07 -05:00
layouts Per-request demo mode with UI toggle 2026-03-06 07:30:23 -05:00
lib Extract shared relativeTime helper from timeAgo and timeUntil 2026-03-06 13:42:49 -05:00
routes Fix 8 OpenAPI review items for verifications and insights 2026-03-06 14:56:07 -05:00
api-client.test.ts Fix stale labels, grammar, and comments from sandbox rename 2026-03-02 11:43:34 -05:00
api-client.ts Fix react-doctor warnings: remove dead code, fix keys and accessibility (92→99) 2026-03-06 09:40:20 -05:00
app.css Add cursor: pointer to all click targets site-wide 2026-03-01 22:36:21 -05:00
root.tsx Fix server-side error message leaking to browser in production 2026-03-05 10:25:07 -05:00
routes.ts Rename run-files-changed.tsx to run-compare.tsx to match route 2026-03-05 00:57:52 -05:00