ReproGate v0.1.0
First public ReproGate release.
What is included
reprogate capture -- <command>generates a sanitized Markdown reproduction report.reprogate redactremoves likely secrets from logs before sharing.reprogate ready-checkchecks issue/PR text for reproduction steps, environment details, and logs.reprogate mcpexposesredact_textandcheck_issueover stdio for AI coding clients.- GitHub Action metadata and CI workflow.
Try it
go install github.com/JinRudy/reprogate/cmd/reprogate@v0.1.0
reprogate capture -- go test ./...Example report: https://github.com/JinRudy/reprogate/blob/v0.1.0/docs/examples/repro.md
Demo issue: #1
The MCP server intentionally does not execute arbitrary local commands in this release. It only exposes safe text tools.