From 70c6876a4bf0c3720e76c727060e830afa395068 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 19 Mar 2026 11:38:34 -0700 Subject: [PATCH] feat(manifest): add JSON schema for editor autocompletion Co-Authored-By: Claude --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 2123a0d..0371923 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/slackapi/manifest-schema/main/manifest.schema.json", "display_information": { "name": "Bolt Python AI Agent" },