From 86dec24856db6d3da5fd5aa86eada8923196f6c3 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 25 Mar 2026 19:43:44 +0000 Subject: [PATCH] Move sniffbench from Resources to CI/CD & Testing Automation sniffbench is a benchmark suite tool for evaluating coding agents, not a static resource. It belongs in the Testing Automation category alongside other evaluation and testing tools. Co-Authored-By: Claude Opus 4.5 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index de7f9a6..20e0425 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Code Search & Understanding](#code-search--understanding) ### Resources -- [Benchmarks & Evaluation](#benchmarks--evaluation) - [Rule Collections & Templates](#rule-collections--templates) --- @@ -256,6 +255,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [KushoAI](https://kusho.ai/) — AI agent for API testing which transforms your Postman collections, OpenAPI specs, curl commands, etc. into exhaustive test suites that plug into your CI/CD pipeline. - [Test Gru](https://gru.ai/home#test-gru) — Provides enterprise-level unit test automation services. - [TraceRoot AI](https://traceroot.ai/) — AI-native observability tool that uses AI agents to automatically fix production bugs. +- [sniffbench](https://github.com/AnswerLayer/sniffbench) — Benchmark suite for evaluating coding agents. Compare configurations, track metrics, and A/B test with real issues from your repos. --- @@ -350,10 +350,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources -### Benchmarks & Evaluation - -- [sniffbench](https://github.com/AnswerLayer/sniffbench) — Benchmark suite for evaluating coding agents. Compare configurations, track metrics, and A/B test with real issues from your repos. - ### Rule Collections & Templates - [Skills Hub](https://skillshub.io) — Community-rated marketplace for GitHub Copilot, Cursor, and Claude AI coding instructions. Browse and share quality-scored `copilot-instructions.md`, `.cursorrules`, and `CLAUDE.md` configurations organized by tech stack.