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

<https://anchorfact.org/kb/computer-science/code-unified-diffs-and-patch-application-for-agents>
  a schema:TechArticle ;
  schema:headline "Code Unified Diffs and Patch Application for Agents" ;
  schema:url <https://anchorfact.org/computer-science/code-unified-diffs-and-patch-application-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-unified-diffs-and-patch-application-for-agents>
  schema:citation <https://git-scm.com/docs/diff-format> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-unified-diffs-and-patch-application-for-agents>
  schema:citation <https://git-scm.com/docs/git-format-patch> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-unified-diffs-and-patch-application-for-agents>
  schema:citation <https://git-scm.com/docs/git-apply> ;
  af:sourceTier "B" .