From a95c26dd38bd5d2fd6fd5727d793b7b72e1bb83c Mon Sep 17 00:00:00 2001 From: vladdoster Date: Mon, 17 Aug 2026 23:00:42 +0000 Subject: [PATCH 1/2] docs: correct spelling Signed-off-by: vladdoster --- plugins/lua-agent-builder/lib/knowledge/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua-agent-builder/lib/knowledge/integrations.md b/plugins/lua-agent-builder/lib/knowledge/integrations.md index 26493b1..84bb591 100644 --- a/plugins/lua-agent-builder/lib/knowledge/integrations.md +++ b/plugins/lua-agent-builder/lib/knowledge/integrations.md @@ -143,7 +143,7 @@ Lua uses Unified.to for SaaS connectors. **Every connector comes with an MCP ser | `ats` | Applicant tracking | Greenhouse, Lever, Workable | | `lms` | Learning management | Cornerstone, Docebo | | `scim` | Identity provisioning | Okta, Azure AD | -| `shipping` | Shipping / fulfilment | Shippo, EasyPost | +| `shipping` | Shipping / fulfillment | Shippo, EasyPost | The category names are **canonical** — they're what `lua integrations list` returns and what the architect's recommendations should reference. The integration roster within each category comes from Unified.to's catalog and is **runtime-discoverable** via the `lua integrations` command. Don't claim a specific connector exists if you're not sure; instead say "in the `` category" and let the user confirm via the live list. From c23b2b55d23420153790321efc444a9691ee5568 Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Mon, 17 Aug 2026 18:04:30 -0500 Subject: [PATCH 2/2] style: fix formatting of shipping integration entry --- plugins/lua-agent-builder/lib/knowledge/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua-agent-builder/lib/knowledge/integrations.md b/plugins/lua-agent-builder/lib/knowledge/integrations.md index 84bb591..5c98768 100644 --- a/plugins/lua-agent-builder/lib/knowledge/integrations.md +++ b/plugins/lua-agent-builder/lib/knowledge/integrations.md @@ -143,7 +143,7 @@ Lua uses Unified.to for SaaS connectors. **Every connector comes with an MCP ser | `ats` | Applicant tracking | Greenhouse, Lever, Workable | | `lms` | Learning management | Cornerstone, Docebo | | `scim` | Identity provisioning | Okta, Azure AD | -| `shipping` | Shipping / fulfillment | Shippo, EasyPost | +| `shipping` | Shipping / fulfillment | Shippo, EasyPost | The category names are **canonical** — they're what `lua integrations list` returns and what the architect's recommendations should reference. The integration roster within each category comes from Unified.to's catalog and is **runtime-discoverable** via the `lua integrations` command. Don't claim a specific connector exists if you're not sure; instead say "in the `` category" and let the user confirm via the live list.