);
}
if (s.kind === 'risks') {
const risks = [
{r:'Data centre commissioning delay (Bhubaneswar)', i:'High', p:'Med', m:'Q3 review; escalation to MoS'},
{r:'GPU procurement — global supply constraints', i:'High', p:'High', m:'Multi-vendor RFP; PPP mode'},
{r:'Skilling ecosystem lag for AA framework', i:'Med', p:'Med', m:'FutureSkills alignment; 12 new courses'},
{r:'State onboarding pace on federated fabric', i:'Med', p:'High', m:'Model MoU + technical assistance'},
];
return (
Risks & Mitigations
Risk
Impact
Prob.
Mitigation
{risks.map((rk, i) => (
{rk.r}
{rk.i}
{rk.p}
{rk.m}
))}
);
}
if (s.kind === 'closing') {
return (
Ask from the Committee
Approval for ₹ 8,940 crore supplementary allocation in Q4 to accelerate the sovereign compute layer,
and formal endorsement of the federation blueprint for state onboarding.
{[
'Open with a brief acknowledgment of Committee members. Set expectation: 20-minute review, then Q&A. Note that the Cabinet Note (File No. MeitY/DPI/2026/044) has been circulated.',
'Walk through five items. Emphasise that the Committee ask on slide 7 is the primary decision-point.',
'Highlight uptime — first quarter above 99.98% since programme inception. Latency reduction reflects the Q2 edge-caching rollout across 12 states.',
'Adoption is tracking above plan. Q4 uplift driven by MyGov integration and state e-district onboarding (11 states this quarter).',
'Digital India Programme is behind on utilisation (61.7%). Root cause: delayed C-DAC bench hiring — resolved as of June. Expect Q4 catch-up.',
'Two Highs deserve attention. The GPU risk is being mitigated via a multi-vendor RFP; we expect to close by August.',
'Direct ask: supplementary allocation + federation blueprint endorsement. If time permits, defer detailed discussion of Section 3.2 to the follow-up.',
][cur]}