pcr push
Push sealed bundles to PCR.dev for review
pcr push
Uploads all sealed prompt bundles to PCR.dev. Each bundle becomes a reviewable artifact at pcr.dev/review/<id>. Teammates who are members of the same project can see, comment on, and review the bundles.
What gets pushed
- –Bundle metadata (name, branch, session SHAs)
- –All prompts in the bundle with responses 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 were made between prompts, each prompt gets a git diff <prev>..<curr> -- <edited files> showing exactly what that response committed. For uncommitted changes, only file sections that are new or changed since the previous prompt are shown. If a response edited files across multiple repos, each repo's diff is 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ℹ
Open bundles (created by the Claude Code Stop hook) are sealed automatically when you run pcr push — no manual sealing step needed.