Skip to content

Add agentpreflight to Agent infrastructure#77

Open
kaylacar wants to merge 1 commit into
bradAGI:mainfrom
kaylacar:add-agentpreflight
Open

Add agentpreflight to Agent infrastructure#77
kaylacar wants to merge 1 commit into
bradAGI:mainfrom
kaylacar:add-agentpreflight

Conversation

@kaylacar
Copy link
Copy Markdown

@kaylacar kaylacar commented May 6, 2026

Adds agentpreflight to the Agent infrastructure section.

What it is: Pre-execution validation gate for AI agent tool calls. Sits between intent and execution — intercepts each tool call, validates it, blocks unsafe ones.

Why it fits: The Agent infrastructure section covers extension tools, sandboxes, and validators. agentpreflight is an in-process gate (hooks for Claude Code, Codex, OpenClaw). 13 rule sets across security (filesystem/git/secrets/network/parallel) and workflow discipline (naming/scope/editorial/session/time-estimation/prewrite/release).

Notable: Zero runtime dependencies (only Node builtins). 140 tests. MIT.

Inclusion criteria check:

  • CLI/terminal interface — yes, multiple bins (agentpreflight-exec, -codex, -setup-hooks, etc.) plus npm SDK
  • Reads/writes/runs autonomously — gates the agents that do
  • Active — v0.1.3 on npm, recent commits

Entry placed at the bottom of Agent infrastructure (matches its current 0-star position).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant