Skip to content

Add agentpreflight to Runtime/Tool#424

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

Add agentpreflight to Runtime/Tool#424
kaylacar wants to merge 1 commit into
InftyAI:mainfrom
kaylacar:add-agentpreflight

Conversation

@kaylacar
Copy link
Copy Markdown

@kaylacar kaylacar commented May 6, 2026

Adds agentpreflight to the Runtime → Tool section.

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

Why this section: Closest peer is SidClaw (approval and accountability layer for AI agents) — same shape: identity / policy / approval over agent actions. agentpreflight is the in-process variant.

Notable:

  • 13 rule sets across security (filesystem, git, secrets, network, parallel) and workflow discipline (naming, scope, editorial, session, time-estimation, prewrite, release)
  • Adapters: Claude Code, Codex, OpenClaw
  • Zero runtime dependencies (Node builtins only)
  • 140 tests, MIT, v0.1.3 on npm

Placed alphabetically at the top of Runtime → Tool.

@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels May 6, 2026
@InftyAI-Agent InftyAI-Agent requested review from cr7258 and samzong May 6, 2026 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/needs-kind Indicates a PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants