displayName
Supports unified-diff enrichment in triggers
description
With `--include-diff`, the enricher runs `git show --unified=80
<ref>` (10 MiB maxBuffer) and attaches per-file patches onto each
NormalizedTriggerEvent change record so `diff:<text>` query terms
can match. Source: packages/triggers/src/enrich.ts:45
(enrichDiffsWithLocalGit).
appliesToNodeKinds
- OperationalTrigger
- AgentPlatformImpl
category
extension