SELECT 1 FROM trip_members WHERE trip_id = check_trip_id AND user_id = auth.uid() AND role IN ('owner', 'editor') DROP POLICY IF EXISTS "Users can view trips they collaborate on" ON public.trips; DROP ...
Recursive LLM Query extension for pi coding agent. Enables agent-to-agent delegation with guardrails (depth limits, budget tracking, timeouts, and workspace isolation). This brings ypi-style recursion ...