Skip to content

PULL_REQUEST_TEMPLATE

Chuyue Wang edited this page May 19, 2026 · 1 revision

Summary

Audit ledger (if relevant)

Test plan

  • make ci passes locally (lint + typecheck + tests + codegen check)
  • Added or updated tests for behaviour I changed
  • Manual smoke test on macOS — describe what you actually clicked

Schema codegen

  • I did not touch any Pydantic schema
    — OR —
  • I ran make codegen and committed the regenerated cortex/apps/browser_extension/types/generated/cortex_schemas.d.ts alongside the Python change

Privacy invariants (SECURITY.md)

  • My change does not put biometrics into an LLM payload
  • My change does not persist webcam frames to disk
  • My change does not open a network surface beyond 127.0.0.1
  • My change does not remove or bypass the consent ladder or the capability-token gate

Screenshots / video (UI changes only)

Clone this wiki locally