Skip to content

Commit 0efebb7

Browse files
authored
Add General Availability phase to build phases
1 parent f573cb4 commit 0efebb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/(homepage)/data/build-phases.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ export const buildPhases: Array<
2424
'2 independent replicas across separate storage providers. PDP proofs verify data on-chain every 24 hours. Payments halt automatically if proofs stop.',
2525
status: 'current',
2626
},
27+
{
28+
date: 'GA',
29+
title: 'General Availability',
30+
description:
31+
'Hardening on SLA and tooling from real-users feedback. Full developer support channels and for agentic-development.',
32+
status: 'upcoming',
33+
},
2734
{
2835
date: 'Post-GA',
2936
title: 'Automated Repair',

0 commit comments

Comments
 (0)