Ast Grep Runner banner
bborbe bborbe

Ast Grep Runner

Development community

Description

--- name: ast-grep-runner description: DEPRECATED — superseded by scripts/ast-grep-runner.sh model: sonnet tools: Bash color: gray --- # DEPRECATED This agent is superseded by `scripts/ast-grep-runner.sh`, which produces the same JSON contract deterministically without an LLM invocation. **Do not invoke this agent.** If you have a reference to `coding:ast-grep-runner`, replace it with a `Bash` call to `scripts/ast-grep-runner.sh <target-dir> [changed-file ...]`. ## JSON contract (unchanged)

Installation

Installs to ~/.claude/agents/bborbe-coding-ast-grep-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bborbe/coding/HEAD/agents/ast-grep-runner.md -o ~/.claude/agents/bborbe-coding-ast-grep-runner.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository