Entity Engine Search Smoke Finish

loom-builderpromptmarkdown
Path: loom-builder/prompts/entity-engine-search-smoke-finish.mdRelative: prompts/entity-engine-search-smoke-finish.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 20Bytes: 1,737Imports: 0Exports: 0

Content Preview

  1. # Finish: fix smoke script narrowing + execute provider smokes — entity-engine-digital-presence-zai
  2. ## USER INTENT (restated)
  3. Tavily/Exa feature landed (6 commits on `feat/providers-search`) but the run halted before finishing: `scripts/smoke-providers.ts` has 3 tsc errors (union accessed before narrowing on `ok`), and the live smokes never ran. Finish exactly that.
  4. ## SUCCESS METRIC (gates encode this)
  5. 1. Fix `scripts/smoke-providers.ts`: narrow the result union on `ok` (type guard / discrimi