Skip to main content

Module enrich

Module enrich 

Source
Expand description

Heuristic enrichment for lifecycle records.

Extracts structured fields (entities, tags, triggers) from a record’s title and summary using rule-based heuristics. Used by sync-vault --enrich to backfill older records that lack these fields.

Structs§

EnrichmentPatch
Result of enrichment analysis for a single record.

Functions§

enrich_record
Analyze a record and produce an enrichment patch with entities, tags, and triggers. Only returns fields that the record currently lacks (empty vectors).