Agencies Shipping Client Work
Send clients an evidence-backed dev report on every PR. Stop arguing about whether the feature works.
The setup
Agencies ship for clients who can't read code. The traditional handoff: 'It's done, here's a screenshot.' The client comes back with 'It doesn't work on my machine.' CodeLoop's `codeloop_generate_dev_report` produces a single PR-ready report with embedded video, screenshots, gate-check score, and design-diff evidence — so the client sees exactly what works.
Workflow
- Per-project init. `npx codeloop init` in each client repo.
- Verify with evidence. codeloop_verify + codeloop_capture_screenshot + codeloop_start_recording capture the working state.
- Generate the report. codeloop_generate_dev_report produces docs/DEVELOPMENT_LOG.md with embedded video links, screenshots, and the gate-check score.
- Attach to client invoice / PR. The dev report goes into the PR description; clients see proof, not promises.
FAQ
What's in the dev report?
Verify run summary, gate-check score, embedded screenshots of every changed screen, video clips of interaction flows, design-diff results per region, and a 'what changed' bullet list per file.
Can I white-label the report for my agency?
Yes — Enterprise plan only. Configure agency name + logo in `.codeloop/config.json` and the generated report uses your branding instead of CodeLoop's.
Does the client need a CodeLoop account to view the report?
No. The report is a single Markdown file with embedded image / video URLs that render in any GitHub PR view, GitLab MR view, or static-site preview.