Salla App Functions Validate

REQUIRED before saving a Salla App Function: keep the template's wrapper exactly — its first AND last line — with all code inside the wrapper (no hoisted const/helper), and type-check the handler with the TypeScript compiler against the trigger's `types` (.d.ts URLs) at the editor's bar — non-strict, ignoring unused (TS6133) — plus validate any documented Admin API call against its OpenAPI schema (salla-api-core loop). `salla_functions action=save` validates ONLY those wrapper lines. Routed from salla-app-functions; release with salla-app-functions-release.

sallaapp deba70b 6.9 KB Updated

File contents

sallaapp/salla-partners-agent-kit/tree/main/.agents/skills/salla-app-functions-validate commit deba70bb52

Frequently asked questions

npx skillmds@latest add sallaapp/salla-app-functions-validate