@salesforce/afv-skills 1.14.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (365) hide show
  1. package/package.json +1 -1
  2. package/skills/activating-datacloud/SKILL.md +0 -1
  3. package/skills/analyzing-omnistudio-dependencies/SKILL.md +0 -1
  4. package/skills/applying-slds/SKILL.md +322 -0
  5. package/skills/applying-slds/checklists.md +83 -0
  6. package/skills/applying-slds/examples.md +283 -0
  7. package/skills/applying-slds/guidance/README.md +83 -0
  8. package/skills/applying-slds/guidance/blueprints-index.md +213 -0
  9. package/skills/applying-slds/guidance/icons-guidance.md +186 -0
  10. package/skills/applying-slds/guidance/overviews/borders.md +236 -0
  11. package/skills/applying-slds/guidance/overviews/color.md +266 -0
  12. package/skills/applying-slds/guidance/overviews/display-density.md +366 -0
  13. package/skills/applying-slds/guidance/overviews/icons.md +240 -0
  14. package/skills/applying-slds/guidance/overviews/illustrations.md +235 -0
  15. package/skills/applying-slds/guidance/overviews/shadows.md +176 -0
  16. package/skills/applying-slds/guidance/overviews/spacing.md +216 -0
  17. package/skills/applying-slds/guidance/overviews/typography.md +323 -0
  18. package/skills/applying-slds/guidance/overviews/utilities.md +542 -0
  19. package/skills/applying-slds/guidance/slds-development-guide.md +288 -0
  20. package/skills/applying-slds/guidance/styling-hooks/borders.md +202 -0
  21. package/skills/applying-slds/guidance/styling-hooks/color/expressive-palette-hooks.md +153 -0
  22. package/skills/applying-slds/guidance/styling-hooks/color/index.md +171 -0
  23. package/skills/applying-slds/guidance/styling-hooks/color/semantic/accent-hooks.md +204 -0
  24. package/skills/applying-slds/guidance/styling-hooks/color/semantic/feedback-hooks.md +768 -0
  25. package/skills/applying-slds/guidance/styling-hooks/color/semantic/surface-hooks.md +337 -0
  26. package/skills/applying-slds/guidance/styling-hooks/color/system-hooks.md +132 -0
  27. package/skills/applying-slds/guidance/styling-hooks/index.md +327 -0
  28. package/skills/applying-slds/guidance/styling-hooks/shadows.md +238 -0
  29. package/skills/applying-slds/guidance/styling-hooks/spacing.md +254 -0
  30. package/skills/applying-slds/guidance/styling-hooks/typography.md +448 -0
  31. package/skills/applying-slds/guidance/utilities/alignment.md +119 -0
  32. package/skills/applying-slds/guidance/utilities/borders.md +131 -0
  33. package/skills/applying-slds/guidance/utilities/box.md +125 -0
  34. package/skills/applying-slds/guidance/utilities/color.md +165 -0
  35. package/skills/applying-slds/guidance/utilities/dark-mode.md +111 -0
  36. package/skills/applying-slds/guidance/utilities/description-list.md +168 -0
  37. package/skills/applying-slds/guidance/utilities/floats.md +117 -0
  38. package/skills/applying-slds/guidance/utilities/grid.md +264 -0
  39. package/skills/applying-slds/guidance/utilities/horizontal-list.md +110 -0
  40. package/skills/applying-slds/guidance/utilities/hyphenation.md +84 -0
  41. package/skills/applying-slds/guidance/utilities/index.md +205 -0
  42. package/skills/applying-slds/guidance/utilities/interactions.md +89 -0
  43. package/skills/applying-slds/guidance/utilities/layout.md +109 -0
  44. package/skills/applying-slds/guidance/utilities/line-clamp.md +131 -0
  45. package/skills/applying-slds/guidance/utilities/margin.md +155 -0
  46. package/skills/applying-slds/guidance/utilities/media-object.md +161 -0
  47. package/skills/applying-slds/guidance/utilities/name-value-list.md +152 -0
  48. package/skills/applying-slds/guidance/utilities/padding.md +155 -0
  49. package/skills/applying-slds/guidance/utilities/position.md +177 -0
  50. package/skills/applying-slds/guidance/utilities/print.md +114 -0
  51. package/skills/applying-slds/guidance/utilities/scrollable.md +126 -0
  52. package/skills/applying-slds/guidance/utilities/sizing.md +190 -0
  53. package/skills/applying-slds/guidance/utilities/themes.md +121 -0
  54. package/skills/applying-slds/guidance/utilities/truncate.md +127 -0
  55. package/skills/applying-slds/guidance/utilities/typography.md +166 -0
  56. package/skills/applying-slds/guidance/utilities/vertical-list.md +166 -0
  57. package/skills/applying-slds/guidance/utilities/visibility.md +228 -0
  58. package/skills/applying-slds/metadata/README.md +84 -0
  59. package/skills/applying-slds/metadata/blueprints/components/accordion.yaml +304 -0
  60. package/skills/applying-slds/metadata/blueprints/components/activity-timeline.yaml +92 -0
  61. package/skills/applying-slds/metadata/blueprints/components/alert.yaml +103 -0
  62. package/skills/applying-slds/metadata/blueprints/components/app-launcher.yaml +94 -0
  63. package/skills/applying-slds/metadata/blueprints/components/avatar-group.yaml +81 -0
  64. package/skills/applying-slds/metadata/blueprints/components/avatar.yaml +97 -0
  65. package/skills/applying-slds/metadata/blueprints/components/badges.yaml +102 -0
  66. package/skills/applying-slds/metadata/blueprints/components/brand-band.yaml +198 -0
  67. package/skills/applying-slds/metadata/blueprints/components/breadcrumbs.yaml +95 -0
  68. package/skills/applying-slds/metadata/blueprints/components/builder-header.yaml +192 -0
  69. package/skills/applying-slds/metadata/blueprints/components/button-groups.yaml +82 -0
  70. package/skills/applying-slds/metadata/blueprints/components/button-icons.yaml +295 -0
  71. package/skills/applying-slds/metadata/blueprints/components/buttons.yaml +230 -0
  72. package/skills/applying-slds/metadata/blueprints/components/cards.yaml +124 -0
  73. package/skills/applying-slds/metadata/blueprints/components/carousel.yaml +140 -0
  74. package/skills/applying-slds/metadata/blueprints/components/chat.yaml +179 -0
  75. package/skills/applying-slds/metadata/blueprints/components/checkbox-button-group.yaml +192 -0
  76. package/skills/applying-slds/metadata/blueprints/components/checkbox-button.yaml +204 -0
  77. package/skills/applying-slds/metadata/blueprints/components/checkbox-toggle.yaml +177 -0
  78. package/skills/applying-slds/metadata/blueprints/components/checkbox.yaml +108 -0
  79. package/skills/applying-slds/metadata/blueprints/components/color-picker.yaml +172 -0
  80. package/skills/applying-slds/metadata/blueprints/components/combobox.yaml +136 -0
  81. package/skills/applying-slds/metadata/blueprints/components/counter.yaml +147 -0
  82. package/skills/applying-slds/metadata/blueprints/components/data-tables.yaml +157 -0
  83. package/skills/applying-slds/metadata/blueprints/components/datepickers.yaml +130 -0
  84. package/skills/applying-slds/metadata/blueprints/components/datetime-picker.yaml +155 -0
  85. package/skills/applying-slds/metadata/blueprints/components/docked-composer.yaml +201 -0
  86. package/skills/applying-slds/metadata/blueprints/components/docked-form-footer.yaml +161 -0
  87. package/skills/applying-slds/metadata/blueprints/components/docked-utility-bar.yaml +175 -0
  88. package/skills/applying-slds/metadata/blueprints/components/drop-zone.yaml +115 -0
  89. package/skills/applying-slds/metadata/blueprints/components/dueling-picklist.yaml +196 -0
  90. package/skills/applying-slds/metadata/blueprints/components/dynamic-icons.yaml +128 -0
  91. package/skills/applying-slds/metadata/blueprints/components/dynamic-menu.yaml +141 -0
  92. package/skills/applying-slds/metadata/blueprints/components/expandable-section.yaml +115 -0
  93. package/skills/applying-slds/metadata/blueprints/components/expression.yaml +143 -0
  94. package/skills/applying-slds/metadata/blueprints/components/feeds.yaml +125 -0
  95. package/skills/applying-slds/metadata/blueprints/components/file-selector.yaml +154 -0
  96. package/skills/applying-slds/metadata/blueprints/components/files.yaml +119 -0
  97. package/skills/applying-slds/metadata/blueprints/components/form-element.yaml +145 -0
  98. package/skills/applying-slds/metadata/blueprints/components/global-header.yaml +120 -0
  99. package/skills/applying-slds/metadata/blueprints/components/global-navigation.yaml +100 -0
  100. package/skills/applying-slds/metadata/blueprints/components/icons.yaml +138 -0
  101. package/skills/applying-slds/metadata/blueprints/components/illustration.yaml +205 -0
  102. package/skills/applying-slds/metadata/blueprints/components/input.yaml +151 -0
  103. package/skills/applying-slds/metadata/blueprints/components/list-builder.yaml +127 -0
  104. package/skills/applying-slds/metadata/blueprints/components/lookups.yaml +132 -0
  105. package/skills/applying-slds/metadata/blueprints/components/map.yaml +118 -0
  106. package/skills/applying-slds/metadata/blueprints/components/menus.yaml +134 -0
  107. package/skills/applying-slds/metadata/blueprints/components/modals.yaml +152 -0
  108. package/skills/applying-slds/metadata/blueprints/components/notifications.yaml +88 -0
  109. package/skills/applying-slds/metadata/blueprints/components/page-headers.yaml +135 -0
  110. package/skills/applying-slds/metadata/blueprints/components/panels.yaml +149 -0
  111. package/skills/applying-slds/metadata/blueprints/components/path.yaml +154 -0
  112. package/skills/applying-slds/metadata/blueprints/components/picklist.yaml +125 -0
  113. package/skills/applying-slds/metadata/blueprints/components/pills.yaml +154 -0
  114. package/skills/applying-slds/metadata/blueprints/components/popovers.yaml +120 -0
  115. package/skills/applying-slds/metadata/blueprints/components/progress-bar.yaml +110 -0
  116. package/skills/applying-slds/metadata/blueprints/components/progress-indicator.yaml +133 -0
  117. package/skills/applying-slds/metadata/blueprints/components/progress-ring.yaml +102 -0
  118. package/skills/applying-slds/metadata/blueprints/components/prompt.yaml +126 -0
  119. package/skills/applying-slds/metadata/blueprints/components/publishers.yaml +178 -0
  120. package/skills/applying-slds/metadata/blueprints/components/radio-button-group.yaml +172 -0
  121. package/skills/applying-slds/metadata/blueprints/components/radio-group.yaml +112 -0
  122. package/skills/applying-slds/metadata/blueprints/components/rich-text-editor.yaml +135 -0
  123. package/skills/applying-slds/metadata/blueprints/components/scoped-notifications.yaml +188 -0
  124. package/skills/applying-slds/metadata/blueprints/components/scoped-tabs.yaml +97 -0
  125. package/skills/applying-slds/metadata/blueprints/components/select.yaml +127 -0
  126. package/skills/applying-slds/metadata/blueprints/components/setup-assistant.yaml +152 -0
  127. package/skills/applying-slds/metadata/blueprints/components/slider.yaml +111 -0
  128. package/skills/applying-slds/metadata/blueprints/components/spinners.yaml +135 -0
  129. package/skills/applying-slds/metadata/blueprints/components/split-view.yaml +112 -0
  130. package/skills/applying-slds/metadata/blueprints/components/summary-detail.yaml +103 -0
  131. package/skills/applying-slds/metadata/blueprints/components/tabs.yaml +138 -0
  132. package/skills/applying-slds/metadata/blueprints/components/textarea.yaml +116 -0
  133. package/skills/applying-slds/metadata/blueprints/components/tiles.yaml +108 -0
  134. package/skills/applying-slds/metadata/blueprints/components/timepicker.yaml +111 -0
  135. package/skills/applying-slds/metadata/blueprints/components/toast.yaml +154 -0
  136. package/skills/applying-slds/metadata/blueprints/components/tooltips.yaml +107 -0
  137. package/skills/applying-slds/metadata/blueprints/components/tree-grid.yaml +116 -0
  138. package/skills/applying-slds/metadata/blueprints/components/trees.yaml +116 -0
  139. package/skills/applying-slds/metadata/blueprints/components/trial-bar.yaml +112 -0
  140. package/skills/applying-slds/metadata/blueprints/components/vertical-navigation.yaml +130 -0
  141. package/skills/applying-slds/metadata/blueprints/components/vertical-tabs.yaml +140 -0
  142. package/skills/applying-slds/metadata/blueprints/components/visual-picker.yaml +150 -0
  143. package/skills/applying-slds/metadata/blueprints/components/welcome-mat.yaml +136 -0
  144. package/skills/applying-slds/metadata/hooks-index.json +6272 -0
  145. package/skills/applying-slds/metadata/icon-metadata.json +38466 -0
  146. package/skills/applying-slds/metadata/utilities-index.json +21912 -0
  147. package/skills/applying-slds/references/component-selection.md +112 -0
  148. package/skills/applying-slds/references/icons-decision-guide.md +124 -0
  149. package/skills/applying-slds/references/styling-decision-guide.md +228 -0
  150. package/skills/applying-slds/references/utilities-quick-ref.md +125 -0
  151. package/skills/applying-slds/scripts/search-blueprints.cjs +117 -0
  152. package/skills/applying-slds/scripts/search-hooks.cjs +139 -0
  153. package/skills/applying-slds/scripts/search-icons.cjs +174 -0
  154. package/skills/applying-slds/scripts/search-utilities.cjs +161 -0
  155. package/skills/building-mobile-apps/SKILL.md +0 -1
  156. package/skills/building-omnistudio-callable-apex/SKILL.md +0 -1
  157. package/skills/building-omnistudio-datamapper/SKILL.md +0 -1
  158. package/skills/building-omnistudio-flexcard/SKILL.md +0 -1
  159. package/skills/building-omnistudio-integration-procedure/SKILL.md +0 -1
  160. package/skills/building-omnistudio-omniscript/SKILL.md +0 -1
  161. package/skills/building-sf-integrations/SKILL.md +0 -1
  162. package/skills/configuring-connected-apps/SKILL.md +0 -1
  163. package/skills/connecting-datacloud/SKILL.md +0 -1
  164. package/skills/creating-b2b-commerce-store/SKILL.md +0 -1
  165. package/skills/debugging-apex-logs/SKILL.md +0 -1
  166. package/skills/deploying-metadata/SKILL.md +0 -1
  167. package/skills/deploying-omnistudio-datapacks/SKILL.md +0 -1
  168. package/skills/developing-agentforce/SKILL.md +0 -1
  169. package/skills/fetching-salesforce-docs/SKILL.md +0 -1
  170. package/skills/generating-custom-lightning-type/SKILL.md +17 -39
  171. package/skills/generating-custom-lightning-type/assets/primitive-types-and-constraints.md +41 -0
  172. package/skills/generating-custom-lightning-type/references/widget-rendition.md +124 -0
  173. package/skills/generating-lwc-components/SKILL.md +0 -1
  174. package/skills/generating-mermaid-diagrams/SKILL.md +0 -1
  175. package/skills/generating-visual-diagrams/SKILL.md +0 -1
  176. package/skills/handling-sf-data/SKILL.md +0 -1
  177. package/skills/harmonizing-datacloud/SKILL.md +0 -1
  178. package/skills/integrating-b2b-commerce-open-code-components/SKILL.md +0 -1
  179. package/skills/investigating-agentforce-architecture/README.md +156 -0
  180. package/skills/investigating-agentforce-architecture/SKILL.md +230 -0
  181. package/skills/investigating-agentforce-architecture/assets/cli/describe_sobject.yaml +16 -0
  182. package/skills/investigating-agentforce-architecture/assets/cli/describe_tooling_sobject.yaml +17 -0
  183. package/skills/investigating-agentforce-architecture/assets/cli/list_metadata_genaiprompttemplate.yaml +17 -0
  184. package/skills/investigating-agentforce-architecture/assets/cli/org_display.yaml +15 -0
  185. package/skills/investigating-agentforce-architecture/assets/cli/retrieve_genai_plugin.yaml +18 -0
  186. package/skills/investigating-agentforce-architecture/assets/cli/show_access_token.yaml +27 -0
  187. package/skills/investigating-agentforce-architecture/assets/mermaid/action_tree.mmd +20 -0
  188. package/skills/investigating-agentforce-architecture/assets/mermaid/data_flow.mmd +19 -0
  189. package/skills/investigating-agentforce-architecture/assets/mermaid/dependency_graph.mmd +19 -0
  190. package/skills/investigating-agentforce-architecture/assets/mermaid/invocation_sequence.mmd +20 -0
  191. package/skills/investigating-agentforce-architecture/assets/mermaid/planner_state.mmd +18 -0
  192. package/skills/investigating-agentforce-architecture/assets/soql/apex_class_bodies_by_ids.soql +3 -0
  193. package/skills/investigating-agentforce-architecture/assets/soql/apex_class_bodies_by_names.soql +3 -0
  194. package/skills/investigating-agentforce-architecture/assets/soql/bot_definition_details.soql +3 -0
  195. package/skills/investigating-agentforce-architecture/assets/soql/bot_version_lookup.soql +4 -0
  196. package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_by_ids.soql +3 -0
  197. package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_ids_by_names.soql +3 -0
  198. package/skills/investigating-agentforce-architecture/assets/soql/flow_definition_view_by_durable_ids.soql +4 -0
  199. package/skills/investigating-agentforce-architecture/assets/soql/flow_metadata_by_id.soql +3 -0
  200. package/skills/investigating-agentforce-architecture/assets/soql/functions_by_plugins.soql +5 -0
  201. package/skills/investigating-agentforce-architecture/assets/soql/planner_attrs_by_parent_ids.soql +3 -0
  202. package/skills/investigating-agentforce-architecture/assets/soql/planner_bundle_functions.soql +3 -0
  203. package/skills/investigating-agentforce-architecture/assets/soql/planner_definition_by_agent_chain.soql +3 -0
  204. package/skills/investigating-agentforce-architecture/assets/soql/plugin_functions_by_plugin_ids.soql +3 -0
  205. package/skills/investigating-agentforce-architecture/assets/soql/plugin_instructions_by_plugin_ids.soql +3 -0
  206. package/skills/investigating-agentforce-architecture/assets/soql/plugins_by_planner.soql +4 -0
  207. package/skills/investigating-agentforce-architecture/references/architecture_sections.md +243 -0
  208. package/skills/investigating-agentforce-architecture/references/contract.json +244 -0
  209. package/skills/investigating-agentforce-architecture/references/soql_fields.md +512 -0
  210. package/skills/investigating-agentforce-architecture/scripts/_shared/__init__.py +1 -0
  211. package/skills/investigating-agentforce-architecture/scripts/_shared/fs_guard.py +329 -0
  212. package/skills/investigating-agentforce-architecture/scripts/_shared/paths.py +110 -0
  213. package/skills/investigating-agentforce-architecture/scripts/_shared/runtime.py +59 -0
  214. package/skills/investigating-agentforce-architecture/scripts/_shared/sql.py +10 -0
  215. package/skills/investigating-agentforce-architecture/scripts/cache_check.py +234 -0
  216. package/skills/investigating-agentforce-architecture/scripts/config.py +131 -0
  217. package/skills/investigating-agentforce-architecture/scripts/fetch_soql.py +689 -0
  218. package/skills/investigating-agentforce-architecture/scripts/finalize.py +295 -0
  219. package/skills/investigating-agentforce-architecture/scripts/main.py +2835 -0
  220. package/skills/investigating-agentforce-architecture/scripts/metadata_listing.py +265 -0
  221. package/skills/investigating-agentforce-architecture/scripts/parallel_retrieve.py +69 -0
  222. package/skills/investigating-agentforce-architecture/scripts/parse_bundle.py +215 -0
  223. package/skills/investigating-agentforce-architecture/scripts/parse_wave.py +845 -0
  224. package/skills/investigating-agentforce-architecture/scripts/probe_channels.py +302 -0
  225. package/skills/investigating-agentforce-architecture/scripts/render_architecture.py +1043 -0
  226. package/skills/investigating-agentforce-architecture/scripts/resolve_bot.py +255 -0
  227. package/skills/investigating-agentforce-architecture/scripts/resolve_invocation_target.py +130 -0
  228. package/skills/investigating-agentforce-architecture/scripts/rest_client.py +763 -0
  229. package/skills/investigating-agentforce-architecture/scripts/retrieve_planner.py +13 -0
  230. package/skills/investigating-agentforce-architecture/scripts/sf_cli.py +242 -0
  231. package/skills/investigating-agentforce-architecture/scripts/soql_loader.py +253 -0
  232. package/skills/investigating-agentforce-architecture/scripts/summarize_tree.py +143 -0
  233. package/skills/investigating-agentforce-architecture/scripts/tests/__init__.py +0 -0
  234. package/skills/investigating-agentforce-architecture/scripts/tests/_bootstrap.py +23 -0
  235. package/skills/investigating-agentforce-architecture/scripts/tests/fixtures/__init__.py +0 -0
  236. package/skills/investigating-agentforce-architecture/scripts/tests/fixtures/genai_payloads.py +400 -0
  237. package/skills/investigating-agentforce-architecture/scripts/tests/test_cache_check.py +307 -0
  238. package/skills/investigating-agentforce-architecture/scripts/tests/test_cache_check_main.py +283 -0
  239. package/skills/investigating-agentforce-architecture/scripts/tests/test_config.py +115 -0
  240. package/skills/investigating-agentforce-architecture/scripts/tests/test_end_to_end_fixture.py +651 -0
  241. package/skills/investigating-agentforce-architecture/scripts/tests/test_finalize.py +278 -0
  242. package/skills/investigating-agentforce-architecture/scripts/tests/test_flow_children_inflation.py +582 -0
  243. package/skills/investigating-agentforce-architecture/scripts/tests/test_fs_guard.py +113 -0
  244. package/skills/investigating-agentforce-architecture/scripts/tests/test_iterative_wave_b.py +478 -0
  245. package/skills/investigating-agentforce-architecture/scripts/tests/test_main_pipeline.py +3359 -0
  246. package/skills/investigating-agentforce-architecture/scripts/tests/test_parallel_retrieve.py +131 -0
  247. package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_bundle.py +400 -0
  248. package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave.py +644 -0
  249. package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_classifiers.py +224 -0
  250. package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_helpers.py +380 -0
  251. package/skills/investigating-agentforce-architecture/scripts/tests/test_parse_wave_main.py +397 -0
  252. package/skills/investigating-agentforce-architecture/scripts/tests/test_per_branch_visited.py +244 -0
  253. package/skills/investigating-agentforce-architecture/scripts/tests/test_probe_channels.py +359 -0
  254. package/skills/investigating-agentforce-architecture/scripts/tests/test_probe_cli_recipes.py +185 -0
  255. package/skills/investigating-agentforce-architecture/scripts/tests/test_render_architecture.py +810 -0
  256. package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_bot.py +203 -0
  257. package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_creds.py +157 -0
  258. package/skills/investigating-agentforce-architecture/scripts/tests/test_resolve_invocation_target.py +145 -0
  259. package/skills/investigating-agentforce-architecture/scripts/tests/test_rest_client.py +1253 -0
  260. package/skills/investigating-agentforce-architecture/scripts/tests/test_runtime_override.py +100 -0
  261. package/skills/investigating-agentforce-architecture/scripts/tests/test_sf_cli.py +261 -0
  262. package/skills/investigating-agentforce-architecture/scripts/tests/test_signature_stamping.py +466 -0
  263. package/skills/investigating-agentforce-architecture/scripts/tests/test_soql_loader.py +501 -0
  264. package/skills/investigating-agentforce-architecture/scripts/tests/test_summarize_tree.py +241 -0
  265. package/skills/investigating-agentforce-architecture/scripts/tests/test_write_emit_ctx.py +480 -0
  266. package/skills/investigating-agentforce-architecture/tools/emit_env.py +157 -0
  267. package/skills/investigating-agentforce-architecture/tools/emit_result.py +262 -0
  268. package/skills/investigating-agentforce-architecture/tools/sanitize.py +33 -0
  269. package/skills/investigating-agentforce-architecture/tools/write_emit_ctx.py +332 -0
  270. package/skills/investigating-agentforce-d360/README.md +123 -0
  271. package/skills/investigating-agentforce-d360/SKILL.md +163 -0
  272. package/skills/investigating-agentforce-d360/assets/dc/app_generation.sql +51 -0
  273. package/skills/investigating-agentforce-d360/assets/dc/content_category.sql +44 -0
  274. package/skills/investigating-agentforce-d360/assets/dc/content_quality.sql +41 -0
  275. package/skills/investigating-agentforce-d360/assets/dc/discover_sessions.sql +36 -0
  276. package/skills/investigating-agentforce-d360/assets/dc/feedback.sql +47 -0
  277. package/skills/investigating-agentforce-d360/assets/dc/feedback_details.sql +38 -0
  278. package/skills/investigating-agentforce-d360/assets/dc/gateway_records.sql +45 -0
  279. package/skills/investigating-agentforce-d360/assets/dc/gateway_request_llm.sql +50 -0
  280. package/skills/investigating-agentforce-d360/assets/dc/gateway_request_metadata.sql +44 -0
  281. package/skills/investigating-agentforce-d360/assets/dc/gateway_request_tags.sql +42 -0
  282. package/skills/investigating-agentforce-d360/assets/dc/gateway_requests.sql +89 -0
  283. package/skills/investigating-agentforce-d360/assets/dc/gateway_responses.sql +43 -0
  284. package/skills/investigating-agentforce-d360/assets/dc/generations.sql +52 -0
  285. package/skills/investigating-agentforce-d360/assets/dc/interactions.sql +53 -0
  286. package/skills/investigating-agentforce-d360/assets/dc/messages.sql +53 -0
  287. package/skills/investigating-agentforce-d360/assets/dc/messaging_session.sql +37 -0
  288. package/skills/investigating-agentforce-d360/assets/dc/moment_interactions.sql +34 -0
  289. package/skills/investigating-agentforce-d360/assets/dc/moments.sql +39 -0
  290. package/skills/investigating-agentforce-d360/assets/dc/participants.sql +48 -0
  291. package/skills/investigating-agentforce-d360/assets/dc/sessions.sql +78 -0
  292. package/skills/investigating-agentforce-d360/assets/dc/steps.sql +64 -0
  293. package/skills/investigating-agentforce-d360/assets/dc/tag_associations.sql +46 -0
  294. package/skills/investigating-agentforce-d360/assets/dc/tag_definition_associations.sql +37 -0
  295. package/skills/investigating-agentforce-d360/assets/dc/tag_definitions.sql +50 -0
  296. package/skills/investigating-agentforce-d360/assets/dc/tags.sql +37 -0
  297. package/skills/investigating-agentforce-d360/assets/dc/telemetry_spans.sql +55 -0
  298. package/skills/investigating-agentforce-d360/references/artifacts.md +50 -0
  299. package/skills/investigating-agentforce-d360/references/dc_dmo_fields.md +823 -0
  300. package/skills/investigating-agentforce-d360/references/dc_pipeline_contract.md +608 -0
  301. package/skills/investigating-agentforce-d360/scripts/_shared/__init__.py +2 -0
  302. package/skills/investigating-agentforce-d360/scripts/_shared/cli_override.py +98 -0
  303. package/skills/investigating-agentforce-d360/scripts/_shared/fs_guard.py +334 -0
  304. package/skills/investigating-agentforce-d360/scripts/_shared/paths.py +155 -0
  305. package/skills/investigating-agentforce-d360/scripts/_shared/runtime.py +59 -0
  306. package/skills/investigating-agentforce-d360/scripts/_shared/sql.py +14 -0
  307. package/skills/investigating-agentforce-d360/scripts/assemble_dc.py +1624 -0
  308. package/skills/investigating-agentforce-d360/scripts/config.py +45 -0
  309. package/skills/investigating-agentforce-d360/scripts/dc.py +188 -0
  310. package/skills/investigating-agentforce-d360/scripts/discover_sessions.py +556 -0
  311. package/skills/investigating-agentforce-d360/scripts/fetch_dc.py +1045 -0
  312. package/skills/investigating-agentforce-d360/scripts/render_dc.py +1750 -0
  313. package/skills/investigating-agentforce-d360/scripts/resolve_session.py +264 -0
  314. package/skills/investigating-agentforce-d360/scripts/storage.py +92 -0
  315. package/skills/investigating-agentforce-d360/scripts/tests/__init__.py +0 -0
  316. package/skills/investigating-agentforce-d360/scripts/tests/_bootstrap.py +15 -0
  317. package/skills/investigating-agentforce-d360/scripts/tests/fixtures/__init__.py +0 -0
  318. package/skills/investigating-agentforce-d360/scripts/tests/fixtures/synthetic_session.py +424 -0
  319. package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_bootstrap_and_mode.py +115 -0
  320. package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_gateway_direct.py +220 -0
  321. package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_gateway_direct_integration.py +158 -0
  322. package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_helpers.py +287 -0
  323. package/skills/investigating-agentforce-d360/scripts/tests/test_assemble_dc_integration.py +247 -0
  324. package/skills/investigating-agentforce-d360/scripts/tests/test_dc_and_resolve_session.py +433 -0
  325. package/skills/investigating-agentforce-d360/scripts/tests/test_discover_sessions.py +458 -0
  326. package/skills/investigating-agentforce-d360/scripts/tests/test_discover_sessions_grep_ci.py +193 -0
  327. package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_helpers.py +266 -0
  328. package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_identity.py +528 -0
  329. package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_main.py +251 -0
  330. package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_waterfall.py +229 -0
  331. package/skills/investigating-agentforce-d360/scripts/tests/test_fetch_dc_waterfall_full.py +283 -0
  332. package/skills/investigating-agentforce-d360/scripts/tests/test_identity_coherence.py +327 -0
  333. package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_branches.py +256 -0
  334. package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_gateway_direct.py +130 -0
  335. package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_helpers.py +291 -0
  336. package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_integration.py +220 -0
  337. package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_planner_llm_calls.py +284 -0
  338. package/skills/investigating-agentforce-d360/scripts/tests/test_render_dc_show_prompts_gating.py +215 -0
  339. package/skills/investigating-agentforce-d360/scripts/tests/test_resolve_from_disk.py +100 -0
  340. package/skills/investigating-agentforce-d360/scripts/tests/test_resolve_session_main.py +149 -0
  341. package/skills/investigating-agentforce-d360/scripts/tests/test_runtime_override.py +104 -0
  342. package/skills/investigating-agentforce-d360/scripts/tests/test_session_shape.py +95 -0
  343. package/skills/investigating-agentforce-d360/scripts/tests/test_session_shape_dropped_by_stdm.py +85 -0
  344. package/skills/managing-managed-event-subscription/SKILL.md +152 -0
  345. package/skills/managing-managed-event-subscription/assets/managed-event-subscription-template.xml +20 -0
  346. package/skills/managing-managed-event-subscription/references/delete-guide.md +57 -0
  347. package/skills/managing-managed-event-subscription/references/topic-name-formats.md +26 -0
  348. package/skills/managing-managed-event-subscription/references/update-constraints.md +30 -0
  349. package/skills/modeling-omnistudio-epc-catalog/SKILL.md +0 -1
  350. package/skills/observing-agentforce/SKILL.md +0 -1
  351. package/skills/orchestrating-datacloud/SKILL.md +0 -1
  352. package/skills/preparing-datacloud/SKILL.md +0 -1
  353. package/skills/querying-soql/SKILL.md +0 -1
  354. package/skills/retrieving-datacloud/SKILL.md +0 -1
  355. package/skills/running-apex-tests/SKILL.md +0 -1
  356. package/skills/running-code-analyzer/SKILL.md +0 -1
  357. package/skills/segmenting-datacloud/SKILL.md +0 -1
  358. package/skills/testing-agentforce/SKILL.md +0 -1
  359. package/skills/uplifting-components-to-slds2/SKILL.md +3 -2
  360. package/skills/uplifting-components-to-slds2/references/color-hooks-decision-guide.md +30 -9
  361. package/skills/uplifting-components-to-slds2/references/examples.md +24 -6
  362. package/skills/validating-slds/SKILL.md +262 -0
  363. package/skills/validating-slds/references/quality-checks.md +308 -0
  364. package/skills/validating-slds/references/report-format.md +302 -0
  365. package/skills/validating-slds/scripts/analyze-quality.cjs +521 -0
@@ -0,0 +1,400 @@
1
+ """Synthetic GenAi query payloads for main pipeline integration tests.
2
+
3
+ Phase 2 Batch 1: these fixtures model the shapes live Salesforce returns
4
+ for each of the 7 Wave A + 3 Wave B SOQL calls. Field names come from
5
+ `references/soql_fields.md` (live-describe verified on my-org-alias +
6
+ my-perf-org-alias, 2026-05-02).
7
+
8
+ Two shapes covered:
9
+ * CLASSIC_* — MyAgent v5-shaped payloads (AiCopilot__* planner,
10
+ InvocationTarget is DeveloperName strings, PlannerId set on bundle-
11
+ scope functions).
12
+ * NGA_* — MyAgent2 v3-shaped payloads (Atlas__* planner,
13
+ InvocationTarget is Salesforce Ids, PluginId set on every function).
14
+
15
+ SEQUENTIAL_* is a third variant: classic PlannerType but 0 plugins, 1
16
+ bundle-scope function — reproduces the SequentialPlannerIntentClassifier
17
+ bot shape which tests often miss.
18
+ """
19
+ from __future__ import annotations
20
+
21
+
22
+ # ===========================================================================
23
+ # Classic shape (MyAgent v5-style)
24
+ # ===========================================================================
25
+
26
+ CLASSIC_PLANNER = {
27
+ "Id": "1VxVF0000000001",
28
+ "DeveloperName": "MyAgent",
29
+ "MasterLabel": "Service Agent",
30
+ "Description": "Classic ReAct MyAgent",
31
+ "PlannerType": "AiCopilot__ReActAiPlannerV1",
32
+ "Capabilities": None,
33
+ "AgentGraph": None,
34
+ }
35
+
36
+ CLASSIC_PLUGINS = [
37
+ {
38
+ # Distinct Ids per plugin; the plugin→function join table keys on
39
+ # this Id, so collapsing them would fan actions across every topic.
40
+ "Id": f"1VyVF000000TOP{i}",
41
+ "DeveloperName": f"Topic{i}",
42
+ "MasterLabel": f"Topic {i}",
43
+ "Description": f"Topic {i} desc",
44
+ "PluginType": "Custom",
45
+ "Scope": f"Topic {i} scope",
46
+ "IsLocal": True,
47
+ "CanEscalate": False,
48
+ "Source": "Declarative",
49
+ "ParentId": "1VxVF0000000001",
50
+ "LocalDeveloperName": f"Topic{i}",
51
+ }
52
+ for i in range(1, 7) # 6 topics → matches the "6 topics" assertion
53
+ ]
54
+
55
+ # Classic functions: 2 bundle-scope (PlannerId set, PluginId null) +
56
+ # 2 topic-scope (PluginId set under Topic1). Invocation targets are
57
+ # DeveloperName strings (classic).
58
+ CLASSIC_FUNCTIONS = [
59
+ # Bundle-scope
60
+ {
61
+ "Id": "1VuVF0000000B01",
62
+ "DeveloperName": "LookupOrderFlow",
63
+ "MasterLabel": "Lookup Order",
64
+ "Description": None,
65
+ "InvocationTargetType": "flow",
66
+ "InvocationTarget": "LookupOrder",
67
+ "IsLocal": False,
68
+ "IsConfirmationRequired": False,
69
+ "IsIncludeInProgressIndicator": False,
70
+ "ProgressIndicatorMessage": None,
71
+ "Source": "Declarative",
72
+ "PluginId": None,
73
+ "PlannerId": "1VxVF0000000001",
74
+ "ParentId": None,
75
+ "LocalDeveloperName": "LookupOrderFlow",
76
+ },
77
+ {
78
+ "Id": "1VuVF0000000B02",
79
+ "DeveloperName": "EscalateCase",
80
+ "MasterLabel": "Escalate Case",
81
+ "Description": None,
82
+ "InvocationTargetType": "apex",
83
+ "InvocationTarget": "CaseEscalationHandler",
84
+ "IsLocal": False,
85
+ "IsConfirmationRequired": True,
86
+ "IsIncludeInProgressIndicator": False,
87
+ "ProgressIndicatorMessage": None,
88
+ "Source": "Declarative",
89
+ "PluginId": None,
90
+ "PlannerId": "1VxVF0000000001",
91
+ "ParentId": None,
92
+ "LocalDeveloperName": "EscalateCase",
93
+ },
94
+ # Topic-scope (Topic1)
95
+ {
96
+ "Id": "1VuVF0000000T01",
97
+ "DeveloperName": "GetOrderDetails",
98
+ "MasterLabel": "Get Order Details",
99
+ "Description": None,
100
+ "InvocationTargetType": "flow",
101
+ "InvocationTarget": "GetOrderDetails",
102
+ "IsLocal": True,
103
+ "IsConfirmationRequired": False,
104
+ "IsIncludeInProgressIndicator": True,
105
+ "ProgressIndicatorMessage": "Looking up...",
106
+ "Source": "Declarative",
107
+ "PluginId": "1VyVF000000TOP1",
108
+ "PlannerId": None,
109
+ "ParentId": None,
110
+ "LocalDeveloperName": "GetOrderDetails",
111
+ },
112
+ {
113
+ "Id": "1VuVF0000000T02",
114
+ "DeveloperName": "ApplyDiscount",
115
+ "MasterLabel": "Apply Discount",
116
+ "Description": None,
117
+ "InvocationTargetType": "apex",
118
+ "InvocationTarget": "DiscountApplicator",
119
+ "IsLocal": True,
120
+ "IsConfirmationRequired": False,
121
+ "IsIncludeInProgressIndicator": False,
122
+ "ProgressIndicatorMessage": None,
123
+ "Source": "Declarative",
124
+ "PluginId": "1VyVF000000TOP1",
125
+ "PlannerId": None,
126
+ "ParentId": None,
127
+ "LocalDeveloperName": "ApplyDiscount",
128
+ },
129
+ ]
130
+
131
+ CLASSIC_PLUGIN_FUNCTIONS = [
132
+ {"Id": "1VqVF000001", "PluginId": "1VyVF000000TOP1", "Function": "1VuVF0000000T01"},
133
+ {"Id": "1VqVF000002", "PluginId": "1VyVF000000TOP1", "Function": "1VuVF0000000T02"},
134
+ ]
135
+
136
+ CLASSIC_BUNDLE_FN_JOIN = [
137
+ {"Id": "1VrVF000001", "PlannerId": "1VxVF0000000001", "Plugin": "LookupOrderFlow"},
138
+ {"Id": "1VrVF000002", "PlannerId": "1VxVF0000000001", "Plugin": "EscalateCase"},
139
+ ]
140
+
141
+ CLASSIC_INSTRUCTIONS = [
142
+ {
143
+ "Id": "1VwVF000001",
144
+ "GenAiPluginDefinitionId": "1VyVF000000TOP1",
145
+ "DeveloperName": "Instruction1",
146
+ "MasterLabel": "Use polite tone",
147
+ "Description": "Always greet the user first.",
148
+ "SortOrder": 1,
149
+ }
150
+ ]
151
+
152
+ CLASSIC_ATTRS = [
153
+ {
154
+ "Id": "1VvVF000001",
155
+ "ParentId": "1VuVF0000000T01",
156
+ "DeveloperName": "OrderId",
157
+ "MasterLabel": "Order Id",
158
+ "Description": None,
159
+ "MappingType": "input",
160
+ "ParameterName": "orderId",
161
+ }
162
+ ]
163
+
164
+ # Wave B classic: 2 flows (LookupOrder, GetOrderDetails), 2 apex
165
+ # (CaseEscalationHandler, DiscountApplicator).
166
+ CLASSIC_FLOW_DEFS = [
167
+ {"Id": "300VF001", "DeveloperName": "LookupOrder", "ActiveVersionId": "301VF001"},
168
+ {"Id": "300VF002", "DeveloperName": "GetOrderDetails", "ActiveVersionId": "301VF002"},
169
+ ]
170
+
171
+ CLASSIC_APEX_ROWS = [
172
+ {
173
+ "Id": "01pVF001",
174
+ "Name": "CaseEscalationHandler",
175
+ "Body": "public class CaseEscalationHandler {}",
176
+ "SymbolTable": None,
177
+ "ApiVersion": 60.0,
178
+ "IsValid": True,
179
+ },
180
+ {
181
+ "Id": "01pVF002",
182
+ "Name": "DiscountApplicator",
183
+ "Body": "public class DiscountApplicator {}",
184
+ "SymbolTable": None,
185
+ "ApiVersion": 60.0,
186
+ "IsValid": True,
187
+ },
188
+ ]
189
+
190
+ CLASSIC_FLOW_METADATA = {
191
+ "301VF001": {"Id": "301VF001", "FullName": "LookupOrder-1", "Metadata": {}},
192
+ "301VF002": {"Id": "301VF002", "FullName": "GetOrderDetails-1", "Metadata": {}},
193
+ }
194
+
195
+
196
+ # ===========================================================================
197
+ # NGA shape (MyAgent2 v3-style) — InvocationTarget is Ids, PluginId-only
198
+ # ===========================================================================
199
+
200
+ NGA_PLANNER = {
201
+ "Id": "1VxVF0000000N01",
202
+ "DeveloperName": "MyAgent2",
203
+ "MasterLabel": "NGA Service Agent",
204
+ "Description": "Atlas MyAgent",
205
+ "PlannerType": "Atlas__ConcurrentMultiAgentOrchestration",
206
+ "Capabilities": None,
207
+ "AgentGraph": None,
208
+ }
209
+
210
+ NGA_PLUGINS = [
211
+ {
212
+ "Id": "1VyVF0000000N01",
213
+ "DeveloperName": "NGATopic1",
214
+ "MasterLabel": "NGA Topic 1",
215
+ "Description": None,
216
+ "PluginType": "Custom",
217
+ "Scope": "NGA scope",
218
+ "IsLocal": True,
219
+ "CanEscalate": False,
220
+ "Source": "Declarative",
221
+ "ParentId": "1VxVF0000000N01",
222
+ "LocalDeveloperName": "NGATopic1",
223
+ },
224
+ ]
225
+
226
+ # NGA functions store InvocationTarget as Salesforce Ids — `01p...` for
227
+ # Apex, `300...` for FlowDefinition. PluginId is always set; PlannerId
228
+ # is null.
229
+ NGA_FUNCTIONS = [
230
+ {
231
+ "Id": "1VuVF0000000N01",
232
+ "DeveloperName": "NGAFlowAction",
233
+ "MasterLabel": "NGA Flow Action",
234
+ "Description": None,
235
+ "InvocationTargetType": "flow",
236
+ "InvocationTarget": "300VF999NGAFLOW",
237
+ "IsLocal": True,
238
+ "IsConfirmationRequired": False,
239
+ "IsIncludeInProgressIndicator": False,
240
+ "ProgressIndicatorMessage": None,
241
+ "Source": "Declarative",
242
+ "PluginId": "1VyVF0000000N01",
243
+ "PlannerId": None,
244
+ "ParentId": None,
245
+ "LocalDeveloperName": "NGAFlowAction",
246
+ },
247
+ {
248
+ "Id": "1VuVF0000000N02",
249
+ "DeveloperName": "NGAApexAction",
250
+ "MasterLabel": "NGA Apex Action",
251
+ "Description": None,
252
+ "InvocationTargetType": "apex",
253
+ "InvocationTarget": "01pVF999NGAAPEX",
254
+ "IsLocal": True,
255
+ "IsConfirmationRequired": False,
256
+ "IsIncludeInProgressIndicator": False,
257
+ "ProgressIndicatorMessage": None,
258
+ "Source": "Declarative",
259
+ "PluginId": "1VyVF0000000N01",
260
+ "PlannerId": None,
261
+ "ParentId": None,
262
+ "LocalDeveloperName": "NGAApexAction",
263
+ },
264
+ ]
265
+
266
+ NGA_PLUGIN_FUNCTIONS = [
267
+ {"Id": "1VqVF00N01", "PluginId": "1VyVF0000000N01", "Function": "1VuVF0000000N01"},
268
+ {"Id": "1VqVF00N02", "PluginId": "1VyVF0000000N01", "Function": "1VuVF0000000N02"},
269
+ ]
270
+
271
+ # NGA reverse-lookup rows (B1 NGA variant + B3 NGA variant)
272
+ NGA_FLOW_DEF_BY_ID = [
273
+ {
274
+ "Id": "300VF999NGAFLOW",
275
+ "DeveloperName": "NGAResolvedFlow",
276
+ "ActiveVersionId": "301VF999NGAVER",
277
+ "LatestVersionId": "301VF999NGAVER",
278
+ },
279
+ ]
280
+
281
+ NGA_APEX_BY_ID = [
282
+ {
283
+ "Id": "01pVF999NGAAPEX",
284
+ "Name": "NGAResolvedApex",
285
+ "Body": "public class NGAResolvedApex {}",
286
+ "SymbolTable": None,
287
+ "ApiVersion": 60.0,
288
+ "IsValid": True,
289
+ },
290
+ ]
291
+
292
+
293
+ # ===========================================================================
294
+ # SequentialPlannerIntentClassifier shape
295
+ # ===========================================================================
296
+ # Classic family (AiCopilot__SequentialPlannerIntentClassifier), ZERO
297
+ # plugins, exactly ONE bundle-scope function. Tests the
298
+ # "empty plugin_ids short-circuits" path.
299
+
300
+ SEQ_PLANNER = {
301
+ "Id": "1VxVF0000000SEQ",
302
+ "DeveloperName": "SequentialAgent",
303
+ "MasterLabel": "Sequential Agent",
304
+ "Description": None,
305
+ "PlannerType": "AiCopilot__SequentialPlannerIntentClassifier",
306
+ "Capabilities": None,
307
+ "AgentGraph": None,
308
+ }
309
+
310
+ SEQ_FUNCTIONS = [
311
+ {
312
+ "Id": "1VuVF0000000S01",
313
+ "DeveloperName": "StandardReply",
314
+ "MasterLabel": "Standard Reply",
315
+ "Description": None,
316
+ "InvocationTargetType": "standardInvocableAction",
317
+ "InvocationTarget": "reply",
318
+ "IsLocal": False,
319
+ "IsConfirmationRequired": False,
320
+ "IsIncludeInProgressIndicator": False,
321
+ "ProgressIndicatorMessage": None,
322
+ "Source": "Declarative",
323
+ "PluginId": None,
324
+ "PlannerId": "1VxVF0000000SEQ",
325
+ "ParentId": None,
326
+ "LocalDeveloperName": "StandardReply",
327
+ },
328
+ ]
329
+
330
+
331
+ # ===========================================================================
332
+ # Bot version / definition rows (Data API shape)
333
+ # ===========================================================================
334
+
335
+ def make_bot_versions(agent_api_name: str, versions=("v5",), active: str = "v5") -> list[dict]:
336
+ """Build BotVersion records list in the Data API shape."""
337
+ return [
338
+ {
339
+ "Id": f"0Xx{i:012d}",
340
+ "DeveloperName": v,
341
+ "Status": "Active" if v == active else "Inactive",
342
+ "BotDefinitionId": "0Xa000000000ABC",
343
+ "BotDefinition": {
344
+ "DeveloperName": agent_api_name,
345
+ "MasterLabel": f"{agent_api_name} bot",
346
+ },
347
+ }
348
+ for i, v in enumerate(versions)
349
+ ]
350
+
351
+
352
+ BOT_DEFINITION_DETAIL_CLASSIC = {
353
+ "DeveloperName": "MyAgent",
354
+ "MasterLabel": "Service Agent",
355
+ "Description": "Classic bot",
356
+ "AgentType": "ExternalCopilot",
357
+ "Type": "Copilot",
358
+ "AgentTemplate": "EinsteinCopilotForServiceTmpl",
359
+ "BotSource": "EinsteinCopilot",
360
+ }
361
+
362
+ BOT_DEFINITION_DETAIL_NGA = {
363
+ "DeveloperName": "MyAgent2",
364
+ "MasterLabel": "NGA Service Agent",
365
+ "Description": "NGA bot",
366
+ "AgentType": "EinsteinAgentKind",
367
+ "Type": "Agentforce",
368
+ "AgentTemplate": "SvcCopilotTmpl__EinsteinAgentKind",
369
+ "BotSource": "AgentforceService",
370
+ }
371
+
372
+
373
+ # ===========================================================================
374
+ # Probe-channels "all OK" + "PROBE_FAILED" payloads
375
+ # ===========================================================================
376
+
377
+
378
+ def probe_ok_payload() -> dict:
379
+ return {
380
+ "_schema": "channels/1",
381
+ "_built_at_utc": 0.0,
382
+ "status": "OK",
383
+ "channels": {},
384
+ }
385
+
386
+
387
+ def probe_failed_payload(sobject: str = "GenAiPlannerDefinition",
388
+ missing: list[str] | None = None) -> dict:
389
+ return {
390
+ "_schema": "channels/1",
391
+ "_built_at_utc": 0.0,
392
+ "status": "PROBE_FAILED",
393
+ "channels": {
394
+ sobject: {
395
+ "queryable_fields": [],
396
+ "mandatory_missing": missing or ["DeveloperName"],
397
+ "describe_error": None,
398
+ }
399
+ },
400
+ }