From 58ed73599c29e929ad078142ecab1c28b63c920e Mon Sep 17 00:00:00 2001 From: Blas Rodriguez Irizar Date: Mon, 8 Jun 2026 01:14:56 -0300 Subject: [PATCH] =?UTF-8?q?Add=20blasrodri/truth=20=E2=80=94=20agent=20fac?= =?UTF-8?q?t-checker=20(Developer=20Tools)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f748e2ea..f98be4dad 100644 --- a/README.md +++ b/README.md @@ -850,6 +850,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. ### 💻 Developer Tools +- [blasrodri/truth](https://github.com/blasrodri/truth) 🦀 🏠 🍎 🪟 🐧 - Deterministic fact-checker for AI coding agents. The agent calls it on its own message before saying "done"; truth verifies each claim (routes/functions/config/deps added, removed, or changed) against the real code, the working-tree git diff, and logs, and returns cited Supported/Contradicted/Refused verdicts. Refuses to bluff; warns on a stale/empty index instead of false-passing. Rust/TS/Python/Go. - [KyaniteLabs/checkyourself](https://github.com/KyaniteLabs/checkyourself) [![KyaniteLabs/checkyourself MCP server](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself/badges/score.svg)](https://glama.ai/mcp/servers/KyaniteLabs/checkyourself) 🐍 🏠 - Local-first production-readiness audit for AI-built apps: read-only checks, an evidence-based 0-100 score, and guided fixes before launch. - [modus-agendi/managed-agent-control-mcp](https://github.com/modus-agendi/managed-agent-control-mcp) [![modus-agendi/managed-agent-control-mcp MCP server](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp/badges/score.svg)](https://glama.ai/mcp/servers/modus-agendi/managed-agent-control-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Start, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, poll its events to watch it work, reply, approve the tools it wants to run, and stop it. Runs over stdio, an HTTP container, or AWS Lambda, with pluggable inbound auth (bearer/OIDC/Cognito). - [adrianczuczka/mason](https://github.com/adrianczuczka/mason) [![adrianczuczka/mason MCP server](https://glama.ai/mcp/servers/adrianczuczka/mason/badges/score.svg)](https://glama.ai/mcp/servers/adrianczuczka/mason) 📇 🏠 🍎 🪟 🐧 - Context engineering MCP server. Generates CLAUDE.md from git history and architectural file sampling, and maintains a concept-map snapshot of features/flows → files so agents can skip grep/glob on repeat queries.