@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-codemods-and-ast-transforms-for-agents>
  a schema:TechArticle ;
  schema:headline "Code Codemods and AST Transforms for Agents" ;
  schema:url <https://anchorfact.org/computer-science/code-codemods-and-ast-transforms-for-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-codemods-and-ast-transforms-for-agents>
  schema:citation <https://jscodeshift.com/build/api-reference/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-codemods-and-ast-transforms-for-agents>
  schema:citation <https://babeljs.io/docs/babel-core> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-codemods-and-ast-transforms-for-agents>
  schema:citation <https://ast-grep.github.io/guide/rewrite-code.html> ;
  af:sourceTier "B" .