Skip to content

feat: ZeroSizeEngine + Make.com sync — Protocolo V10 Omega#102

Open
Copilot wants to merge 2 commits intomainfrom
copilot/integrate-linear-protocol-v10-omega
Open

feat: ZeroSizeEngine + Make.com sync — Protocolo V10 Omega#102
Copilot wants to merge 2 commits intomainfrom
copilot/integrate-linear-protocol-v10-omega

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

Implements the Linear Integration (Protocolo V10 Omega): biometric scan data → ZeroSizeEngine → Make.com webhook → Shopify/Instagram pipeline.

New modules

  • src/lib/zeroSizeEngine.tsZeroSizeEngine class computing sovereign fit from scan data (chest, shoulder, waist, hip). Returns normalized ratios and a fit descriptor; raw measurements are never exposed in the result (Zero-Size Protocol).

  • src/lib/makeIntegration.tssyncSovereignty(scanData) drives the engine and POSTs the fit payload to Make.com via native fetch. Webhook URL resolved from VITE_MAKE_WEBHOOK_URLMAKE_WEBHOOK_URLMAKE_ESPEJO_WEBHOOK_URL.

const result = await syncSovereignty({ chest: 102, shoulder: 48, waist: 82 });
// result.fit → { torsoRatio, silhouetteIndex, fitDescriptor: "sovereign_fit", patente, protocol }
// Payload to Make: { patente, fit, timestamp, status: "Soberanía Confirmada" }
  • tests/test_make_integration.py — 11 unit tests covering all fit descriptor branches, torso ratio calculation, waist/hip fallback, Zero-Size payload contract (no raw measurements), and ISO 8601 timestamp shape.

Copilot AI changed the title [WIP] Integrate Linear protocol V10 Omega for direct sync feat: ZeroSizeEngine + Make.com sync — Protocolo V10 Omega Apr 6, 2026
Copilot AI requested a review from LVT-ENG April 6, 2026 19:00
Copy link
Copy Markdown
Member

@LVT-ENG LVT-ENG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@LVT-ENG LVT-ENG marked this pull request as ready for review April 7, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants