You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Return the deterministic Affitor payment-tracking integration plan for a given stack — the install, the checkout-metadata snippet, the trackSale snippet + where to inject it, and the self-verify step. The agent follows this instead of guessing a contract.',
"Payment-tracking mode. 'stripe_connect' (default) = Connect autocaptures the sale (metadata only, no trackSale); 's2s' = inject trackSale in your webhook.",
245
+
),
246
+
},
247
+
},
248
+
async(args)=>{
249
+
// Pure: reads the canonical recipe registry. No SDK client, no network.
250
+
constplan=getIntegrationPlan({
251
+
framework: args.framework,
252
+
provider: args.provider,
253
+
mode: args.mode,
254
+
});
255
+
returnok(plan);
256
+
},
257
+
);
220
258
}
221
259
222
260
/** Read the server version from this package's package.json at runtime. */
"description": "Canonical per-stack payment-tracking recipe registry for Affitor — the single source of truth read by the CLI, the MCP server, and the docs. Pure data, no runtime deps.",
0 commit comments