feat(map): add reference layers and stabilize workspace controls

This commit is contained in:
Codex
2026-07-25 13:12:24 +03:00
parent c859ae4db0
commit eaecce9f56
29 changed files with 1593 additions and 247 deletions
+7
View File
@@ -688,6 +688,13 @@ const tools = [
},
},
subjectStates: { type: "array", maxItems: 64, items: mapSubjectStateInputSchema },
inspectorOpenSections: {
type: "array",
maxItems: 1,
uniqueItems: true,
description: "Exact expanded Map Inspector section ids. Empty means every section is collapsed.",
items: { type: "string", minLength: 1, maxLength: 256 },
},
},
},
},