From be76bbf672d2c0306024c5b5fef4e61224ce9d99 Mon Sep 17 00:00:00 2001 From: kaylacar Date: Tue, 5 May 2026 17:11:19 -0700 Subject: [PATCH] Add agentpreflight to Agent infrastructure --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9574b8..37e981c 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,8 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by - **[Not Human Search](https://github.com/unitedideas/nothumansearch)** `⭐ 0` — Search engine for AI agents that ranks sites by agentic readiness (llms.txt, OpenAPI, MCP, ai-plugin); 8,000+ indexed sites exposed via MCP server, REST API, and full-text search. Lets agents discover and verify external services before wiring them into a repo. MIT. +- **[agentpreflight](https://github.com/kaylacar/agentpreflight)** `⭐ 0` — Pre-execution validation gate for AI agent tool calls. 13 rule sets across security (filesystem, git, secrets, network, parallel) and workflow discipline (naming, scope, editorial, session, time-estimation, prewrite, release). Hooks into Claude Code, Codex, OpenClaw. Zero runtime dependencies. MIT. + --- ## Contributing