February 19, 20261.0.70v1.0.70RSS

v1.0.70 — [DepthAudit] Main Dashboard (Products, Pipelines, Releases, Agent Jobs)

Release Notes

Verdict: N/A Evidence: src/components/dashboard-content.tsx: Server component makes 5 parallel tRPC calls (project.list, pipeline.list, release.list, observability.getJobsTodayCount, approval.listPending). Computes 'Products Needing Attention' by detecting failed pipelines and pending approvals from live data. No mock data. FirstRunHero is shown only when projectCount === 0 — correctly conditional. Pipeline and release lists show real data with StatusBadge and TimeAgo. File: N/A Recommendation: No action required.