fix(pi): strengthen final release proof

This commit is contained in:
2026-08-24 15:47:57 +08:00
parent c7e777246e
commit df1151b5eb
19 changed files with 1120 additions and 149 deletions

View File

@@ -5,6 +5,7 @@ export const PI_RUNTIME_MILESTONES = [
'session.open',
'resources.ready',
'prompt.accepted',
'agent.settled',
] as const;
export type PiRuntimeMilestone = (typeof PI_RUNTIME_MILESTONES)[number];