Zephex Developer Knowledge Base
Zephex_dev_infoExpert developer playbooks — not your repo. Stripe webhooks & checkout, Supabase RLS, Next.js auth (clerk, next-auth), payment flows, CSP/HSTS, deploy patterns. operation=search finds entries by question; operation=get returns full guidance by slug from search. Read summary and checklist first. 2 credits hosted. No project path. Call when standard patterns beat guessing — wiring stripe checkout, fixing auth middleware, Supabase RLS policies, hardening after audit_headers. Use AFTER repo tools if code context is still thin. NOT for user's codebase (get_project_context, find_code, read_code), registry packages (check_package), tests (check_test), live URL (audit_headers), or saving decisions (project_memory). Example: Zephex_dev_info({ operation: 'search', query: 'Stripe webhook raw body verification', category: 'payments' }) then get with returned slug. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Required for get — exact slug from a search hit. | |
| query | No | Required for search — e.g. 'Supabase RLS for multi-tenant' or 'Next.js middleware auth'. | |
| category | No | Optional search filter — payments, auth, security, databases, etc. | |
| operation | No | search=find by query (first step); get=full entry by slug from search. | search |