返回 Skill 列表
extension
分类: 开发与工程无需 API Key

ast_injection

使用AST感知的编辑来减少语法错误并保持结构。

person作者: jakexiaohubgithub

Purpose

Apply structural code changes safely.

Steps

  1. Prefer AST insertion over raw text replacement.
  2. Validate with tests or static checks.
  3. Record assumptions when AST tooling is unavailable.