pcr push

Ship sealed bundles to PCR.dev for review

pcr push

Uploads every sealed bundle to PCR.dev. Each becomes a reviewable artifact at pcr.dev/review/<id>. Teammates registered against the same project see the bundle in their dashboard.

What gets pushed

  • Bundle metadata (name, branch, session SHAs)
  • Every prompt in the bundle with its response and model info
  • Incremental git diffs — each prompt shows only the files the AI edited during that response
  • Multi-repo attribution — prompts that touched multiple registered repos are tagged to all of them

Diffs are computed at push time. If commits happened between prompts, each prompt gets a git diff <prev>..<curr> scoped to the files that response edited. For uncommitted changes, only file regions new since the previous prompt are included.

Output

PCR: Sealed "auth-refactor"
PCR: Pushed "auth refactor" (5 prompts)
    Branch:  feature/auth
    Review:  https://pcr.dev/review/abc123
    PR:      https://github.com/org/repo/pull/42

Inside the TUI, press p immediately after a successful bundle to push without dropping back to the shell.