Commit Graph

4 Commits

Author SHA1 Message Date
jake
6c164de7a8 agent: module-a1 — Workflow 1 tested and working in test mode 2026-03-27 23:28:57 +00:00
jake
86c32e3f9c agent: fix-workflow-json — apply 9 n8n spec fixes to lead-enrich-core.json
Set nodes: typeVersion 3.4 → 3.3, add duplicateItem:false. Mock Enrichment: add includeOtherFields:true to preserve upstream lead data. IF nodes: remove spurious rightValue from options block. Apollo HTTP Request: move retry config (retryOnFail, maxTries, waitBetweenTries) to node root, add continueOnFail:true, remove from parameters.options. Success Response: JSON.stringify($json) → $json. Dead Letter Response: JSON.stringify object literal → plain expression object. Settings executionOrder:v1 and webhookId were already correct.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 23:09:36 +00:00
jake
d75d008b22 agent: task-2 — build Workflow 1 Lead Enrich Core n8n JSON
11-node workflow: Webhook → Input Mapper → Clean & Validate → Validation Router
branches to Dead Letter (422) or Test Mode Check → Mock Enrichment / Apollo HTTP
Request → Enrichment Mapper & Grader → Success Response (200). Both live and
mock paths converge on Success Response. JSON validated parseable and structurally
correct.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 22:53:57 +00:00
jake
f5162a2f66 agent: module-a1 — scaffold directory structure and .env.example 2026-03-27 22:49:56 +00:00