From 61c762a4c8fb4b4de69b153cd5062e470f95322b Mon Sep 17 00:00:00 2001 From: Marlon Martin Date: Mon, 8 Jun 2026 10:42:41 +0800 Subject: [PATCH] docs: add launch links (PH, Dev.to) to README --- README.md | 5 +++++ examples/code-generation/README.md | 1 + 2 files changed, 6 insertions(+) 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 +