diff --git a/README.md b/README.md index 9a31ca0..9889275 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,11 @@ See [ROADMAP.md](ROADMAP.md) for planned features: cost tracking, offline evalua `skills/regtrace/` teaches AI coding agents how to use regtrace — golden sets, evaluation, regression, CI integration. +## Launch links + +- [Product Hunt](https://www.producthunt.com/p/regtrace) +- [Dev.to: "I broke a chatbot with a prompt change — then I built the tool that would've caught it"](https://dev.to/decimozs/i-broke-a-chatbot-with-a-prompt-change-then-i-built-the-tool-that-wouldve-caught-it-m1g) + ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for setup, build, test, and release process. diff --git a/examples/code-generation/README.md b/examples/code-generation/README.md index 61a7b79..a72c1c2 100644 --- a/examples/code-generation/README.md +++ b/examples/code-generation/README.md @@ -31,3 +31,4 @@ and `forbidden_content` sub-checks. - Enable `regex_match` to enforce code patterns (no try-catch swallows) - Add ANTHROPIC_API_KEY and enable `factuality` in `metrics.enabled` for deeper code correctness evaluation with LLM judge +