test(web): follow the Full access product label

This commit is contained in:
NI0317
2026-07-31 13:17:31 +08:00
parent fbf28700af
commit c01b64c3c1

View File

@@ -28,7 +28,7 @@ const PROMPTS = [
'Create the relative path policy-neutral.txt in the current workspace containing exactly POLICY_NEUTRAL_OK, verify its contents, then report completion.',
] as const
const PRESET_LABELS = ['Read Only', 'Danger Full Access', 'Workspace Write'] as const
const PRESET_LABELS = ['Read Only', 'Full access', 'Workspace Write'] as const
function requestSystems(events: readonly SessionEvent[]): string[] {
return events.flatMap((event) => {