agent-orchestrator/packages
Prateek 2dd54a6060 fix(web): narrow PREnrichmentData types to eliminate unsafe casts in serialize
PREnrichmentData.ciStatus and .reviewDecision were typed as string,
requiring unsafe `as` casts when reading from cache into DashboardPR.
Narrow them to the same literal union types used by DashboardPR, making
the casts unnecessary. Also narrow ciChecks[].status to match CoreCICheck.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 10:35:14 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120) 2026-02-19 07:27:39 +05:30
core fix: comprehensive code review fixes — tests, timestamps, UI correctness 2026-02-20 10:32:25 +05:30
integration-tests fix(ci): resolve lint, typecheck, and test failures 2026-02-20 03:50:05 +05:30
plugins fix: comprehensive code review fixes — tests, timestamps, UI correctness 2026-02-20 10:32:25 +05:30
web fix(web): narrow PREnrichmentData types to eliminate unsafe casts in serialize 2026-02-20 10:35:14 +05:30