fix(pi): strengthen final release proof
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user