agent-devkit 0.3.2 → 0.3.4

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 (5351) hide show
  1. package/README.md +248 -365
  2. package/dist/main.js +10561 -0
  3. package/dist/main.js.map +1 -0
  4. package/package.json +63 -23
  5. package/src/assets/characters/drift/character.json +19 -0
  6. package/src/assets/characters/drift/sprite.js +357 -0
  7. package/src/assets/characters/joy/character.json +19 -0
  8. package/src/assets/characters/joy/sprite.js +415 -0
  9. package/src/assets/characters/kit/character.json +19 -0
  10. package/src/assets/characters/kit/sprite.js +183 -0
  11. package/src/assets/characters/robot/character.json +19 -0
  12. package/src/assets/characters/robot/sprite.js +514 -0
  13. package/src/assets/characters/volt/character.json +19 -0
  14. package/src/assets/characters/volt/sprite.js +524 -0
  15. package/src/assets/characters/yuki/character.json +19 -0
  16. package/src/assets/characters/yuki/sprite.js +499 -0
  17. package/src/assets/characters/zumi/character.json +19 -0
  18. package/src/assets/characters/zumi/sprite.js +460 -0
  19. package/src/assets/design/kit.json +78 -0
  20. package/src/assets/design/semantics.json +25 -0
  21. package/src/assets/i18n/en-US.json +281 -0
  22. package/src/assets/i18n/fr-FR.json +281 -0
  23. package/src/assets/i18n/ja-JP.json +281 -0
  24. package/src/assets/i18n/pt-BR.json +281 -0
  25. package/src/assets/i18n/zh-CN.json +281 -0
  26. package/src/assets/models/catalog.json +61 -0
  27. package/src/assets/themes/default-purple.json +28 -0
  28. package/src/assets/themes/ember-amber.json +28 -0
  29. package/src/assets/themes/forest-teal.json +28 -0
  30. package/src/assets/themes/high-contrast.json +28 -0
  31. package/src/assets/themes/ocean-blue.json +28 -0
  32. package/src/assets/themes/rose-pink.json +28 -0
  33. package/src/assets/themes/slate-neutral.json +28 -0
  34. package/src/modules/context/surface/knowledge.json +11 -0
  35. package/src/modules/context/surface/loop.json +15 -0
  36. package/src/modules/context/surface/prompt.json +15 -0
  37. package/src/modules/context/surface/skill.json +13 -0
  38. package/src/modules/conversation/surface/knowledge.json +10 -0
  39. package/src/modules/conversation/surface/loop.json +15 -0
  40. package/src/modules/conversation/surface/prompt.json +10 -0
  41. package/src/modules/conversation/surface/skill.json +13 -0
  42. package/src/modules/environment/surface/knowledge.json +9 -0
  43. package/src/modules/environment/surface/loop.json +15 -0
  44. package/src/modules/environment/surface/prompt.json +10 -0
  45. package/src/modules/environment/surface/skill.json +13 -0
  46. package/src/modules/logs/surface/knowledge.json +9 -0
  47. package/src/modules/logs/surface/loop.json +14 -0
  48. package/src/modules/logs/surface/prompt.json +10 -0
  49. package/src/modules/logs/surface/skill.json +13 -0
  50. package/src/modules/models/surface/knowledge.json +9 -0
  51. package/src/modules/models/surface/loop.json +13 -0
  52. package/src/modules/models/surface/prompt.json +10 -0
  53. package/src/modules/models/surface/skill.json +12 -0
  54. package/src/modules/project/surface/knowledge.json +11 -0
  55. package/src/modules/project/surface/loop.json +15 -0
  56. package/src/modules/project/surface/prompt.json +20 -0
  57. package/src/modules/project/surface/skill.json +13 -0
  58. package/src/modules/secrets/surface/knowledge.json +10 -0
  59. package/src/modules/secrets/surface/loop.json +15 -0
  60. package/src/modules/secrets/surface/prompt.json +10 -0
  61. package/src/modules/secrets/surface/skill.json +13 -0
  62. package/src/modules/self/surface/knowledge.json +10 -0
  63. package/src/modules/self/surface/loop.json +7 -0
  64. package/src/modules/self/surface/prompt.json +10 -0
  65. package/src/modules/self/surface/skill.json +12 -0
  66. package/src/modules/user/surface/knowledge.json +8 -0
  67. package/src/modules/user/surface/loop.json +7 -0
  68. package/src/modules/user/surface/prompt.json +10 -0
  69. package/src/modules/user/surface/skill.json +9 -0
  70. package/bin/agent.mjs +0 -189
  71. package/runtime/.env.example +0 -79
  72. package/runtime/AGENTS.md +0 -119
  73. package/runtime/LICENSE +0 -21
  74. package/runtime/README.md +0 -1035
  75. package/runtime/agent +0 -79
  76. package/runtime/agents/README.md +0 -133
  77. package/runtime/agents/agent-devkit-agent-builder/AGENTS.md +0 -24
  78. package/runtime/agents/agent-devkit-agent-builder/README.md +0 -37
  79. package/runtime/agents/agent-devkit-agent-builder/agent.yaml +0 -46
  80. package/runtime/agents/agent-devkit-agent-builder/capabilities/plan-agent/capability.yaml +0 -29
  81. package/runtime/agents/agent-devkit-agent-builder/capabilities/plan-agent/decision-rules.md +0 -7
  82. package/runtime/agents/agent-devkit-agent-builder/capabilities/plan-agent/runner.py +0 -33
  83. package/runtime/agents/agent-devkit-agent-builder/capabilities/plan-agent/workflow.md +0 -8
  84. package/runtime/agents/agent-devkit-agent-builder/capabilities/scaffold-agent/capability.yaml +0 -31
  85. package/runtime/agents/agent-devkit-agent-builder/capabilities/scaffold-agent/decision-rules.md +0 -9
  86. package/runtime/agents/agent-devkit-agent-builder/capabilities/scaffold-agent/runner.py +0 -39
  87. package/runtime/agents/agent-devkit-agent-builder/capabilities/scaffold-agent/workflow.md +0 -8
  88. package/runtime/agents/agent-devkit-agent-builder/capabilities/validate-agent-contract/capability.yaml +0 -28
  89. package/runtime/agents/agent-devkit-agent-builder/capabilities/validate-agent-contract/decision-rules.md +0 -6
  90. package/runtime/agents/agent-devkit-agent-builder/capabilities/validate-agent-contract/runner.py +0 -33
  91. package/runtime/agents/agent-devkit-agent-builder/capabilities/validate-agent-contract/workflow.md +0 -7
  92. package/runtime/agents/agent-devkit-agent-builder/infra/integrations/agent-devkit/agent_builder_repository.py +0 -527
  93. package/runtime/agents/agent-devkit-agent-builder/knowledge/context.md +0 -15
  94. package/runtime/agents/agent-devkit-agent-builder/knowledge/policies.yaml +0 -11
  95. package/runtime/agents/agent-devkit-agent-builder/knowledge/system.md +0 -11
  96. package/runtime/agents/agent-devkit-agent-builder/templates/agent-plan-output.md +0 -20
  97. package/runtime/agents/agent-devkit-agent-builder/templates/scaffold-plan-output.md +0 -13
  98. package/runtime/agents/agent-devkit-agent-builder/templates/validation-report-output.md +0 -13
  99. package/runtime/agents/agent-devkit-agent-builder/tests/test_runners.py +0 -188
  100. package/runtime/agents/automation-architect/AGENTS.md +0 -11
  101. package/runtime/agents/automation-architect/README.md +0 -27
  102. package/runtime/agents/automation-architect/agent.yaml +0 -57
  103. package/runtime/agents/automation-architect/capabilities/classify-automation-request/capability.yaml +0 -35
  104. package/runtime/agents/automation-architect/capabilities/classify-automation-request/decision-rules.md +0 -10
  105. package/runtime/agents/automation-architect/capabilities/classify-automation-request/runner.py +0 -37
  106. package/runtime/agents/automation-architect/capabilities/classify-automation-request/workflow.md +0 -7
  107. package/runtime/agents/automation-architect/capabilities/delegate-automation-build/capability.yaml +0 -34
  108. package/runtime/agents/automation-architect/capabilities/delegate-automation-build/decision-rules.md +0 -7
  109. package/runtime/agents/automation-architect/capabilities/delegate-automation-build/runner.py +0 -37
  110. package/runtime/agents/automation-architect/capabilities/delegate-automation-build/workflow.md +0 -6
  111. package/runtime/agents/automation-architect/capabilities/plan-automation-solution/capability.yaml +0 -35
  112. package/runtime/agents/automation-architect/capabilities/plan-automation-solution/decision-rules.md +0 -7
  113. package/runtime/agents/automation-architect/capabilities/plan-automation-solution/runner.py +0 -37
  114. package/runtime/agents/automation-architect/capabilities/plan-automation-solution/workflow.md +0 -7
  115. package/runtime/agents/automation-architect/capabilities/review-automation-solution/capability.yaml +0 -36
  116. package/runtime/agents/automation-architect/capabilities/review-automation-solution/decision-rules.md +0 -7
  117. package/runtime/agents/automation-architect/capabilities/review-automation-solution/runner.py +0 -39
  118. package/runtime/agents/automation-architect/capabilities/review-automation-solution/workflow.md +0 -7
  119. package/runtime/agents/automation-architect/infra/integrations/automation-architecture/automation_architecture_repository.py +0 -481
  120. package/runtime/agents/automation-architect/knowledge/context.md +0 -22
  121. package/runtime/agents/automation-architect/knowledge/policies.yaml +0 -20
  122. package/runtime/agents/automation-architect/knowledge/system.md +0 -8
  123. package/runtime/agents/automation-architect/templates/automation-classification.md +0 -6
  124. package/runtime/agents/automation-architect/templates/automation-plan.md +0 -5
  125. package/runtime/agents/automation-architect/tests/test_runners.py +0 -135
  126. package/runtime/agents/aws-architecture-analyst/AGENTS.md +0 -30
  127. package/runtime/agents/aws-architecture-analyst/README.md +0 -19
  128. package/runtime/agents/aws-architecture-analyst/agent.yaml +0 -71
  129. package/runtime/agents/aws-architecture-analyst/capabilities/_shared/runner_support.py +0 -320
  130. package/runtime/agents/aws-architecture-analyst/capabilities/analyze-workload-architecture/capability.yaml +0 -22
  131. package/runtime/agents/aws-architecture-analyst/capabilities/analyze-workload-architecture/decision-rules.md +0 -57
  132. package/runtime/agents/aws-architecture-analyst/capabilities/analyze-workload-architecture/runner.py +0 -9
  133. package/runtime/agents/aws-architecture-analyst/capabilities/analyze-workload-architecture/workflow.md +0 -6
  134. package/runtime/agents/aws-architecture-analyst/capabilities/discover-account-inventory/capability.yaml +0 -23
  135. package/runtime/agents/aws-architecture-analyst/capabilities/discover-account-inventory/decision-rules.md +0 -62
  136. package/runtime/agents/aws-architecture-analyst/capabilities/discover-account-inventory/runner.py +0 -9
  137. package/runtime/agents/aws-architecture-analyst/capabilities/discover-account-inventory/workflow.md +0 -7
  138. package/runtime/agents/aws-architecture-analyst/capabilities/estimate-blast-radius/capability.yaml +0 -22
  139. package/runtime/agents/aws-architecture-analyst/capabilities/estimate-blast-radius/decision-rules.md +0 -56
  140. package/runtime/agents/aws-architecture-analyst/capabilities/estimate-blast-radius/runner.py +0 -9
  141. package/runtime/agents/aws-architecture-analyst/capabilities/estimate-blast-radius/workflow.md +0 -6
  142. package/runtime/agents/aws-architecture-analyst/capabilities/generate-architecture-report/capability.yaml +0 -22
  143. package/runtime/agents/aws-architecture-analyst/capabilities/generate-architecture-report/decision-rules.md +0 -58
  144. package/runtime/agents/aws-architecture-analyst/capabilities/generate-architecture-report/runner.py +0 -9
  145. package/runtime/agents/aws-architecture-analyst/capabilities/generate-architecture-report/workflow.md +0 -5
  146. package/runtime/agents/aws-architecture-analyst/capabilities/map-service-dependencies/capability.yaml +0 -23
  147. package/runtime/agents/aws-architecture-analyst/capabilities/map-service-dependencies/decision-rules.md +0 -58
  148. package/runtime/agents/aws-architecture-analyst/capabilities/map-service-dependencies/runner.py +0 -9
  149. package/runtime/agents/aws-architecture-analyst/capabilities/map-service-dependencies/workflow.md +0 -6
  150. package/runtime/agents/aws-architecture-analyst/capabilities/review-networking/capability.yaml +0 -23
  151. package/runtime/agents/aws-architecture-analyst/capabilities/review-networking/decision-rules.md +0 -55
  152. package/runtime/agents/aws-architecture-analyst/capabilities/review-networking/runner.py +0 -9
  153. package/runtime/agents/aws-architecture-analyst/capabilities/review-networking/workflow.md +0 -5
  154. package/runtime/agents/aws-architecture-analyst/capabilities/review-observability/capability.yaml +0 -22
  155. package/runtime/agents/aws-architecture-analyst/capabilities/review-observability/decision-rules.md +0 -55
  156. package/runtime/agents/aws-architecture-analyst/capabilities/review-observability/runner.py +0 -9
  157. package/runtime/agents/aws-architecture-analyst/capabilities/review-observability/workflow.md +0 -5
  158. package/runtime/agents/aws-architecture-analyst/capabilities/review-resilience/capability.yaml +0 -22
  159. package/runtime/agents/aws-architecture-analyst/capabilities/review-resilience/decision-rules.md +0 -55
  160. package/runtime/agents/aws-architecture-analyst/capabilities/review-resilience/runner.py +0 -9
  161. package/runtime/agents/aws-architecture-analyst/capabilities/review-resilience/workflow.md +0 -5
  162. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/aws_repository.py +0 -300
  163. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/dependency_mapper.py +0 -73
  164. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/env.example +0 -6
  165. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/integration.yaml +0 -13
  166. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/analyze-workload-architecture.yaml +0 -12
  167. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/discover-account-inventory.yaml +0 -10
  168. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/estimate-blast-radius.yaml +0 -12
  169. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/generate-architecture-report.yaml +0 -13
  170. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/map-service-dependencies.yaml +0 -12
  171. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/review-networking.yaml +0 -12
  172. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/review-observability.yaml +0 -12
  173. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/methods/review-resilience.yaml +0 -12
  174. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/normalizers.py +0 -119
  175. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/report_renderer.py +0 -140
  176. package/runtime/agents/aws-architecture-analyst/infra/integrations/aws/tests/test_repository.py +0 -72
  177. package/runtime/agents/aws-architecture-analyst/knowledge/context.md +0 -18
  178. package/runtime/agents/aws-architecture-analyst/knowledge/policies.yaml +0 -32
  179. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/analyze-workload-architecture.md +0 -28
  180. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/discover-account-inventory.md +0 -34
  181. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/estimate-blast-radius.md +0 -30
  182. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/generate-architecture-report.md +0 -27
  183. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/map-service-dependencies.md +0 -28
  184. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/review-networking.md +0 -25
  185. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/review-observability.md +0 -24
  186. package/runtime/agents/aws-architecture-analyst/knowledge/prompts/review-resilience.md +0 -29
  187. package/runtime/agents/aws-architecture-analyst/knowledge/rubrics.md +0 -70
  188. package/runtime/agents/aws-architecture-analyst/knowledge/system.md +0 -51
  189. package/runtime/agents/aws-architecture-analyst/templates/architecture-report-output.md +0 -48
  190. package/runtime/agents/aws-architecture-analyst/templates/blast-radius-output.md +0 -37
  191. package/runtime/agents/aws-architecture-analyst/templates/dependency-map-output.md +0 -28
  192. package/runtime/agents/aws-architecture-analyst/templates/inventory-summary-output.md +0 -33
  193. package/runtime/agents/aws-architecture-analyst/templates/networking-review-output.md +0 -28
  194. package/runtime/agents/aws-architecture-analyst/templates/observability-review-output.md +0 -26
  195. package/runtime/agents/aws-architecture-analyst/templates/resilience-review-output.md +0 -30
  196. package/runtime/agents/aws-architecture-analyst/templates/workload-architecture-output.md +0 -46
  197. package/runtime/agents/aws-architecture-analyst/tests/test_runners.py +0 -384
  198. package/runtime/agents/aws-cloudwatch-log-analyzer/AGENTS.md +0 -31
  199. package/runtime/agents/aws-cloudwatch-log-analyzer/README.md +0 -47
  200. package/runtime/agents/aws-cloudwatch-log-analyzer/agent.yaml +0 -63
  201. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/_shared/runner_support.py +0 -158
  202. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/analyze-service-error/capability.yaml +0 -58
  203. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/analyze-service-error/decision-rules.md +0 -8
  204. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/analyze-service-error/runner.py +0 -116
  205. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/analyze-service-error/tests/test_runner.py +0 -47
  206. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/analyze-service-error/workflow.md +0 -19
  207. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/correlate-azure-card-logs/capability.yaml +0 -39
  208. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/correlate-azure-card-logs/decision-rules.md +0 -8
  209. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/correlate-azure-card-logs/runner.py +0 -127
  210. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/correlate-azure-card-logs/tests/test_runner.py +0 -48
  211. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/correlate-azure-card-logs/workflow.md +0 -19
  212. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/detect-error-patterns/capability.yaml +0 -39
  213. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/detect-error-patterns/decision-rules.md +0 -8
  214. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/detect-error-patterns/runner.py +0 -101
  215. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/detect-error-patterns/tests/test_runner.py +0 -45
  216. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/detect-error-patterns/workflow.md +0 -19
  217. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/extract-log-samples/capability.yaml +0 -38
  218. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/extract-log-samples/decision-rules.md +0 -8
  219. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/extract-log-samples/runner.py +0 -91
  220. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/extract-log-samples/tests/test_runner.py +0 -46
  221. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/extract-log-samples/workflow.md +0 -18
  222. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/generate-incident-report/capability.yaml +0 -40
  223. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/generate-incident-report/decision-rules.md +0 -8
  224. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/generate-incident-report/runner.py +0 -112
  225. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/generate-incident-report/tests/test_runner.py +0 -46
  226. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/generate-incident-report/workflow.md +0 -20
  227. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-groups/capability.yaml +0 -37
  228. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-groups/decision-rules.md +0 -8
  229. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-groups/runner.py +0 -87
  230. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-groups/tests/test_runner.py +0 -45
  231. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-groups/workflow.md +0 -18
  232. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-streams/capability.yaml +0 -36
  233. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-streams/decision-rules.md +0 -8
  234. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-streams/runner.py +0 -88
  235. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-streams/tests/test_runner.py +0 -53
  236. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/list-log-streams/workflow.md +0 -19
  237. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/run-insights-query/capability.yaml +0 -53
  238. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/run-insights-query/decision-rules.md +0 -8
  239. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/run-insights-query/runner.py +0 -134
  240. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/run-insights-query/tests/test_runner.py +0 -68
  241. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/run-insights-query/workflow.md +0 -19
  242. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/search-log-events/capability.yaml +0 -38
  243. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/search-log-events/decision-rules.md +0 -8
  244. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/search-log-events/runner.py +0 -68
  245. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/search-log-events/tests/test_runner.py +0 -44
  246. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/search-log-events/workflow.md +0 -18
  247. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/trace-request/capability.yaml +0 -39
  248. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/trace-request/decision-rules.md +0 -8
  249. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/trace-request/runner.py +0 -126
  250. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/trace-request/tests/test_runner.py +0 -68
  251. package/runtime/agents/aws-cloudwatch-log-analyzer/capabilities/trace-request/workflow.md +0 -18
  252. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/README.md +0 -15
  253. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/README.md +0 -7
  254. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/README.md +0 -20
  255. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/cli.py +0 -104
  256. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/cloudwatch_repository.py +0 -289
  257. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/env.example +0 -5
  258. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/integration.yaml +0 -28
  259. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/mcp/README.md +0 -3
  260. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/methods/describe-log-streams.yaml +0 -20
  261. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/methods/filter-log-events.yaml +0 -23
  262. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/methods/get-logs-insights-query-results.yaml +0 -17
  263. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/methods/list-log-groups.yaml +0 -19
  264. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/methods/start-logs-insights-query.yaml +0 -22
  265. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/models/README.md +0 -3
  266. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/models/log-event.schema.json +0 -13
  267. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/models/log-group.schema.json +0 -14
  268. package/runtime/agents/aws-cloudwatch-log-analyzer/infra/integrations/aws-cloudwatch/tests/test_repository.py +0 -43
  269. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/README.md +0 -9
  270. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/context.md +0 -25
  271. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/policies.yaml +0 -49
  272. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/README.md +0 -3
  273. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/analyze-service-error.md +0 -34
  274. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/correlate-azure-card-logs.md +0 -34
  275. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/detect-error-patterns.md +0 -32
  276. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/extract-log-samples.md +0 -34
  277. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/generate-incident-report.md +0 -34
  278. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/list-log-groups.md +0 -34
  279. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/list-log-streams.md +0 -34
  280. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/run-insights-query.md +0 -36
  281. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/search-log-events.md +0 -35
  282. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/prompts/trace-request.md +0 -34
  283. package/runtime/agents/aws-cloudwatch-log-analyzer/knowledge/system.md +0 -37
  284. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/README.md +0 -3
  285. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/analyze-service-error-output.md +0 -22
  286. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/correlate-azure-card-logs-output.md +0 -20
  287. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/detect-error-patterns-output.md +0 -16
  288. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/extract-log-samples-output.md +0 -17
  289. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/generate-incident-report-output.md +0 -24
  290. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/list-log-groups-output.md +0 -19
  291. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/list-log-streams-output.md +0 -18
  292. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/run-insights-query-output.md +0 -30
  293. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/search-log-events-output.md +0 -16
  294. package/runtime/agents/aws-cloudwatch-log-analyzer/templates/trace-request-output.md +0 -17
  295. package/runtime/agents/aws-cloudwatch-log-analyzer/tests/test_agentic_contracts.py +0 -125
  296. package/runtime/agents/aws-lambda-builder/AGENTS.md +0 -27
  297. package/runtime/agents/aws-lambda-builder/README.md +0 -21
  298. package/runtime/agents/aws-lambda-builder/agent.yaml +0 -46
  299. package/runtime/agents/aws-lambda-builder/capabilities/deploy-lambda-plan/capability.yaml +0 -18
  300. package/runtime/agents/aws-lambda-builder/capabilities/deploy-lambda-plan/decision-rules.md +0 -6
  301. package/runtime/agents/aws-lambda-builder/capabilities/deploy-lambda-plan/runner.py +0 -33
  302. package/runtime/agents/aws-lambda-builder/capabilities/deploy-lambda-plan/workflow.md +0 -6
  303. package/runtime/agents/aws-lambda-builder/capabilities/generate-lambda-project/capability.yaml +0 -20
  304. package/runtime/agents/aws-lambda-builder/capabilities/generate-lambda-project/decision-rules.md +0 -6
  305. package/runtime/agents/aws-lambda-builder/capabilities/generate-lambda-project/runner.py +0 -39
  306. package/runtime/agents/aws-lambda-builder/capabilities/generate-lambda-project/workflow.md +0 -7
  307. package/runtime/agents/aws-lambda-builder/capabilities/package-lambda/capability.yaml +0 -22
  308. package/runtime/agents/aws-lambda-builder/capabilities/package-lambda/decision-rules.md +0 -6
  309. package/runtime/agents/aws-lambda-builder/capabilities/package-lambda/runner.py +0 -41
  310. package/runtime/agents/aws-lambda-builder/capabilities/package-lambda/workflow.md +0 -6
  311. package/runtime/agents/aws-lambda-builder/capabilities/plan-lambda/capability.yaml +0 -18
  312. package/runtime/agents/aws-lambda-builder/capabilities/plan-lambda/decision-rules.md +0 -7
  313. package/runtime/agents/aws-lambda-builder/capabilities/plan-lambda/runner.py +0 -33
  314. package/runtime/agents/aws-lambda-builder/capabilities/plan-lambda/workflow.md +0 -6
  315. package/runtime/agents/aws-lambda-builder/capabilities/review-lambda-security/capability.yaml +0 -18
  316. package/runtime/agents/aws-lambda-builder/capabilities/review-lambda-security/decision-rules.md +0 -7
  317. package/runtime/agents/aws-lambda-builder/capabilities/review-lambda-security/runner.py +0 -33
  318. package/runtime/agents/aws-lambda-builder/capabilities/review-lambda-security/workflow.md +0 -5
  319. package/runtime/agents/aws-lambda-builder/infra/integrations/aws-lambda/aws_lambda_repository.py +0 -688
  320. package/runtime/agents/aws-lambda-builder/knowledge/context.md +0 -12
  321. package/runtime/agents/aws-lambda-builder/knowledge/policies.yaml +0 -23
  322. package/runtime/agents/aws-lambda-builder/knowledge/system.md +0 -10
  323. package/runtime/agents/aws-lambda-builder/templates/lambda-deploy-plan.md +0 -3
  324. package/runtime/agents/aws-lambda-builder/templates/lambda-package.md +0 -3
  325. package/runtime/agents/aws-lambda-builder/templates/lambda-plan.md +0 -3
  326. package/runtime/agents/aws-lambda-builder/templates/lambda-readme.md +0 -3
  327. package/runtime/agents/aws-lambda-builder/templates/lambda-security-review.md +0 -3
  328. package/runtime/agents/aws-lambda-builder/tests/test_runners.py +0 -355
  329. package/runtime/agents/aws-operations-operator/AGENTS.md +0 -29
  330. package/runtime/agents/aws-operations-operator/README.md +0 -45
  331. package/runtime/agents/aws-operations-operator/agent.yaml +0 -85
  332. package/runtime/agents/aws-operations-operator/capabilities/_shared/runner_support.py +0 -260
  333. package/runtime/agents/aws-operations-operator/capabilities/force-ecs-deployment/capability.yaml +0 -21
  334. package/runtime/agents/aws-operations-operator/capabilities/force-ecs-deployment/decision-rules.md +0 -60
  335. package/runtime/agents/aws-operations-operator/capabilities/force-ecs-deployment/runner.py +0 -7
  336. package/runtime/agents/aws-operations-operator/capabilities/force-ecs-deployment/workflow.md +0 -24
  337. package/runtime/agents/aws-operations-operator/capabilities/generate-operation-report/capability.yaml +0 -21
  338. package/runtime/agents/aws-operations-operator/capabilities/generate-operation-report/decision-rules.md +0 -50
  339. package/runtime/agents/aws-operations-operator/capabilities/generate-operation-report/runner.py +0 -7
  340. package/runtime/agents/aws-operations-operator/capabilities/generate-operation-report/workflow.md +0 -19
  341. package/runtime/agents/aws-operations-operator/capabilities/invalidate-cloudfront-cache/capability.yaml +0 -21
  342. package/runtime/agents/aws-operations-operator/capabilities/invalidate-cloudfront-cache/decision-rules.md +0 -53
  343. package/runtime/agents/aws-operations-operator/capabilities/invalidate-cloudfront-cache/runner.py +0 -7
  344. package/runtime/agents/aws-operations-operator/capabilities/invalidate-cloudfront-cache/workflow.md +0 -20
  345. package/runtime/agents/aws-operations-operator/capabilities/invoke-lambda/capability.yaml +0 -21
  346. package/runtime/agents/aws-operations-operator/capabilities/invoke-lambda/decision-rules.md +0 -56
  347. package/runtime/agents/aws-operations-operator/capabilities/invoke-lambda/runner.py +0 -7
  348. package/runtime/agents/aws-operations-operator/capabilities/invoke-lambda/workflow.md +0 -22
  349. package/runtime/agents/aws-operations-operator/capabilities/plan-operational-action/capability.yaml +0 -21
  350. package/runtime/agents/aws-operations-operator/capabilities/plan-operational-action/decision-rules.md +0 -55
  351. package/runtime/agents/aws-operations-operator/capabilities/plan-operational-action/runner.py +0 -7
  352. package/runtime/agents/aws-operations-operator/capabilities/plan-operational-action/workflow.md +0 -22
  353. package/runtime/agents/aws-operations-operator/capabilities/purge-sqs-queue-plan/capability.yaml +0 -21
  354. package/runtime/agents/aws-operations-operator/capabilities/purge-sqs-queue-plan/decision-rules.md +0 -46
  355. package/runtime/agents/aws-operations-operator/capabilities/purge-sqs-queue-plan/runner.py +0 -7
  356. package/runtime/agents/aws-operations-operator/capabilities/purge-sqs-queue-plan/workflow.md +0 -17
  357. package/runtime/agents/aws-operations-operator/capabilities/redrive-sqs-dlq/capability.yaml +0 -21
  358. package/runtime/agents/aws-operations-operator/capabilities/redrive-sqs-dlq/decision-rules.md +0 -46
  359. package/runtime/agents/aws-operations-operator/capabilities/redrive-sqs-dlq/runner.py +0 -7
  360. package/runtime/agents/aws-operations-operator/capabilities/redrive-sqs-dlq/workflow.md +0 -18
  361. package/runtime/agents/aws-operations-operator/capabilities/restart-ecs-service/capability.yaml +0 -21
  362. package/runtime/agents/aws-operations-operator/capabilities/restart-ecs-service/decision-rules.md +0 -54
  363. package/runtime/agents/aws-operations-operator/capabilities/restart-ecs-service/runner.py +0 -7
  364. package/runtime/agents/aws-operations-operator/capabilities/restart-ecs-service/workflow.md +0 -18
  365. package/runtime/agents/aws-operations-operator/capabilities/scale-autoscaling-group/capability.yaml +0 -21
  366. package/runtime/agents/aws-operations-operator/capabilities/scale-autoscaling-group/decision-rules.md +0 -56
  367. package/runtime/agents/aws-operations-operator/capabilities/scale-autoscaling-group/runner.py +0 -7
  368. package/runtime/agents/aws-operations-operator/capabilities/scale-autoscaling-group/workflow.md +0 -22
  369. package/runtime/agents/aws-operations-operator/capabilities/toggle-eventbridge-rule/capability.yaml +0 -21
  370. package/runtime/agents/aws-operations-operator/capabilities/toggle-eventbridge-rule/decision-rules.md +0 -54
  371. package/runtime/agents/aws-operations-operator/capabilities/toggle-eventbridge-rule/runner.py +0 -7
  372. package/runtime/agents/aws-operations-operator/capabilities/toggle-eventbridge-rule/workflow.md +0 -20
  373. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/aws_operations_repository.py +0 -500
  374. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/env.example +0 -16
  375. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/integration.yaml +0 -17
  376. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/force-ecs-deployment.yaml +0 -10
  377. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/generate-operation-report.yaml +0 -10
  378. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/invalidate-cloudfront-cache.yaml +0 -10
  379. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/invoke-lambda.yaml +0 -10
  380. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/plan-operational-action.yaml +0 -10
  381. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/purge-sqs-queue-plan.yaml +0 -14
  382. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/redrive-sqs-dlq.yaml +0 -14
  383. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/restart-ecs-service.yaml +0 -10
  384. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/scale-autoscaling-group.yaml +0 -10
  385. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/methods/toggle-eventbridge-rule.yaml +0 -10
  386. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/report_renderer.py +0 -83
  387. package/runtime/agents/aws-operations-operator/infra/integrations/aws-operations/tests/test_repository.py +0 -176
  388. package/runtime/agents/aws-operations-operator/knowledge/context.md +0 -25
  389. package/runtime/agents/aws-operations-operator/knowledge/policies.yaml +0 -87
  390. package/runtime/agents/aws-operations-operator/knowledge/prompts/force-ecs-deployment.md +0 -31
  391. package/runtime/agents/aws-operations-operator/knowledge/prompts/generate-operation-report.md +0 -24
  392. package/runtime/agents/aws-operations-operator/knowledge/prompts/invalidate-cloudfront-cache.md +0 -27
  393. package/runtime/agents/aws-operations-operator/knowledge/prompts/invoke-lambda.md +0 -30
  394. package/runtime/agents/aws-operations-operator/knowledge/prompts/plan-operational-action.md +0 -33
  395. package/runtime/agents/aws-operations-operator/knowledge/prompts/purge-sqs-queue-plan.md +0 -25
  396. package/runtime/agents/aws-operations-operator/knowledge/prompts/redrive-sqs-dlq.md +0 -26
  397. package/runtime/agents/aws-operations-operator/knowledge/prompts/restart-ecs-service.md +0 -26
  398. package/runtime/agents/aws-operations-operator/knowledge/prompts/scale-autoscaling-group.md +0 -30
  399. package/runtime/agents/aws-operations-operator/knowledge/prompts/toggle-eventbridge-rule.md +0 -28
  400. package/runtime/agents/aws-operations-operator/knowledge/system.md +0 -67
  401. package/runtime/agents/aws-operations-operator/templates/operation-plan-output.md +0 -31
  402. package/runtime/agents/aws-operations-operator/templates/operation-report-output.md +0 -38
  403. package/runtime/agents/aws-operations-operator/templates/rollback-notes-output.md +0 -25
  404. package/runtime/agents/aws-operations-operator/tests/test_runners.py +0 -555
  405. package/runtime/agents/aws-security-governance-auditor/AGENTS.md +0 -30
  406. package/runtime/agents/aws-security-governance-auditor/README.md +0 -18
  407. package/runtime/agents/aws-security-governance-auditor/agent.yaml +0 -76
  408. package/runtime/agents/aws-security-governance-auditor/capabilities/_shared/runner_support.py +0 -221
  409. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-cloudtrail-config/capability.yaml +0 -21
  410. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-cloudtrail-config/decision-rules.md +0 -50
  411. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-cloudtrail-config/runner.py +0 -7
  412. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-cloudtrail-config/workflow.md +0 -4
  413. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-config-guardrails/capability.yaml +0 -21
  414. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-config-guardrails/decision-rules.md +0 -47
  415. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-config-guardrails/runner.py +0 -7
  416. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-config-guardrails/workflow.md +0 -4
  417. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-encryption/capability.yaml +0 -21
  418. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-encryption/decision-rules.md +0 -47
  419. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-encryption/runner.py +0 -7
  420. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-encryption/workflow.md +0 -4
  421. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-iam-principals/capability.yaml +0 -21
  422. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-iam-principals/decision-rules.md +0 -49
  423. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-iam-principals/runner.py +0 -7
  424. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-iam-principals/workflow.md +0 -5
  425. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-public-exposure/capability.yaml +0 -21
  426. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-public-exposure/decision-rules.md +0 -47
  427. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-public-exposure/runner.py +0 -7
  428. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-public-exposure/workflow.md +0 -5
  429. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-s3-buckets/capability.yaml +0 -21
  430. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-s3-buckets/decision-rules.md +0 -47
  431. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-s3-buckets/runner.py +0 -7
  432. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-s3-buckets/workflow.md +0 -5
  433. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-secrets-usage/capability.yaml +0 -21
  434. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-secrets-usage/decision-rules.md +0 -47
  435. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-secrets-usage/runner.py +0 -7
  436. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-secrets-usage/workflow.md +0 -5
  437. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-security-groups/capability.yaml +0 -21
  438. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-security-groups/decision-rules.md +0 -48
  439. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-security-groups/runner.py +0 -7
  440. package/runtime/agents/aws-security-governance-auditor/capabilities/audit-security-groups/workflow.md +0 -5
  441. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-remediation-plan/capability.yaml +0 -21
  442. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-remediation-plan/decision-rules.md +0 -47
  443. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-remediation-plan/runner.py +0 -7
  444. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-remediation-plan/workflow.md +0 -5
  445. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-security-report/capability.yaml +0 -21
  446. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-security-report/decision-rules.md +0 -49
  447. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-security-report/runner.py +0 -7
  448. package/runtime/agents/aws-security-governance-auditor/capabilities/generate-security-report/workflow.md +0 -5
  449. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/auditors.py +0 -216
  450. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/aws_security_repository.py +0 -193
  451. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/env.example +0 -6
  452. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/integration.yaml +0 -14
  453. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-cloudtrail-config.yaml +0 -11
  454. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-config-guardrails.yaml +0 -11
  455. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-encryption.yaml +0 -11
  456. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-iam-principals.yaml +0 -11
  457. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-public-exposure.yaml +0 -11
  458. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-s3-buckets.yaml +0 -11
  459. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-secrets-usage.yaml +0 -11
  460. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/audit-security-groups.yaml +0 -11
  461. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/generate-remediation-plan.yaml +0 -11
  462. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/methods/generate-security-report.yaml +0 -11
  463. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/report_renderer.py +0 -64
  464. package/runtime/agents/aws-security-governance-auditor/infra/integrations/aws-security/tests/test_repository.py +0 -153
  465. package/runtime/agents/aws-security-governance-auditor/knowledge/context.md +0 -21
  466. package/runtime/agents/aws-security-governance-auditor/knowledge/policies.yaml +0 -42
  467. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-cloudtrail-config.md +0 -17
  468. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-config-guardrails.md +0 -15
  469. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-encryption.md +0 -15
  470. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-iam-principals.md +0 -29
  471. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-public-exposure.md +0 -21
  472. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-s3-buckets.md +0 -21
  473. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-secrets-usage.md +0 -15
  474. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/audit-security-groups.md +0 -21
  475. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/generate-remediation-plan.md +0 -20
  476. package/runtime/agents/aws-security-governance-auditor/knowledge/prompts/generate-security-report.md +0 -20
  477. package/runtime/agents/aws-security-governance-auditor/knowledge/severity-rubric.md +0 -38
  478. package/runtime/agents/aws-security-governance-auditor/knowledge/system.md +0 -42
  479. package/runtime/agents/aws-security-governance-auditor/templates/cloudtrail-audit-output.md +0 -24
  480. package/runtime/agents/aws-security-governance-auditor/templates/config-guardrails-output.md +0 -24
  481. package/runtime/agents/aws-security-governance-auditor/templates/encryption-audit-output.md +0 -24
  482. package/runtime/agents/aws-security-governance-auditor/templates/iam-audit-output.md +0 -24
  483. package/runtime/agents/aws-security-governance-auditor/templates/public-exposure-output.md +0 -28
  484. package/runtime/agents/aws-security-governance-auditor/templates/remediation-plan-output.md +0 -31
  485. package/runtime/agents/aws-security-governance-auditor/templates/s3-buckets-output.md +0 -28
  486. package/runtime/agents/aws-security-governance-auditor/templates/secrets-usage-output.md +0 -24
  487. package/runtime/agents/aws-security-governance-auditor/templates/security-groups-output.md +0 -28
  488. package/runtime/agents/aws-security-governance-auditor/templates/security-report-output.md +0 -41
  489. package/runtime/agents/aws-security-governance-auditor/tests/test_runners.py +0 -336
  490. package/runtime/agents/azure-devops-orchestrator/AGENTS.md +0 -36
  491. package/runtime/agents/azure-devops-orchestrator/README.md +0 -87
  492. package/runtime/agents/azure-devops-orchestrator/agent.yaml +0 -69
  493. package/runtime/agents/azure-devops-orchestrator/capabilities/_shared/runner_support.py +0 -146
  494. package/runtime/agents/azure-devops-orchestrator/capabilities/assign-card/capability.yaml +0 -38
  495. package/runtime/agents/azure-devops-orchestrator/capabilities/assign-card/decision-rules.md +0 -8
  496. package/runtime/agents/azure-devops-orchestrator/capabilities/assign-card/runner.py +0 -175
  497. package/runtime/agents/azure-devops-orchestrator/capabilities/assign-card/tests/test_runner.py +0 -56
  498. package/runtime/agents/azure-devops-orchestrator/capabilities/assign-card/workflow.md +0 -33
  499. package/runtime/agents/azure-devops-orchestrator/capabilities/attach-file/capability.yaml +0 -39
  500. package/runtime/agents/azure-devops-orchestrator/capabilities/attach-file/decision-rules.md +0 -10
  501. package/runtime/agents/azure-devops-orchestrator/capabilities/attach-file/runner.py +0 -112
  502. package/runtime/agents/azure-devops-orchestrator/capabilities/attach-file/tests/test_runner.py +0 -80
  503. package/runtime/agents/azure-devops-orchestrator/capabilities/attach-file/workflow.md +0 -7
  504. package/runtime/agents/azure-devops-orchestrator/capabilities/comment-card/capability.yaml +0 -37
  505. package/runtime/agents/azure-devops-orchestrator/capabilities/comment-card/decision-rules.md +0 -9
  506. package/runtime/agents/azure-devops-orchestrator/capabilities/comment-card/runner.py +0 -142
  507. package/runtime/agents/azure-devops-orchestrator/capabilities/comment-card/tests/test_runner.py +0 -49
  508. package/runtime/agents/azure-devops-orchestrator/capabilities/comment-card/workflow.md +0 -34
  509. package/runtime/agents/azure-devops-orchestrator/capabilities/generate-cards-report/capability.yaml +0 -42
  510. package/runtime/agents/azure-devops-orchestrator/capabilities/generate-cards-report/decision-rules.md +0 -9
  511. package/runtime/agents/azure-devops-orchestrator/capabilities/generate-cards-report/runner.py +0 -294
  512. package/runtime/agents/azure-devops-orchestrator/capabilities/generate-cards-report/tests/test_runner.py +0 -131
  513. package/runtime/agents/azure-devops-orchestrator/capabilities/generate-cards-report/workflow.md +0 -37
  514. package/runtime/agents/azure-devops-orchestrator/capabilities/list-cards/capability.yaml +0 -37
  515. package/runtime/agents/azure-devops-orchestrator/capabilities/list-cards/decision-rules.md +0 -7
  516. package/runtime/agents/azure-devops-orchestrator/capabilities/list-cards/runner.py +0 -122
  517. package/runtime/agents/azure-devops-orchestrator/capabilities/list-cards/tests/test_runner.py +0 -56
  518. package/runtime/agents/azure-devops-orchestrator/capabilities/list-cards/workflow.md +0 -23
  519. package/runtime/agents/azure-devops-orchestrator/capabilities/move-card/capability.yaml +0 -37
  520. package/runtime/agents/azure-devops-orchestrator/capabilities/move-card/decision-rules.md +0 -9
  521. package/runtime/agents/azure-devops-orchestrator/capabilities/move-card/runner.py +0 -150
  522. package/runtime/agents/azure-devops-orchestrator/capabilities/move-card/tests/test_runner.py +0 -50
  523. package/runtime/agents/azure-devops-orchestrator/capabilities/move-card/workflow.md +0 -32
  524. package/runtime/agents/azure-devops-orchestrator/capabilities/prepare-card-analysis/capability.yaml +0 -36
  525. package/runtime/agents/azure-devops-orchestrator/capabilities/prepare-card-analysis/decision-rules.md +0 -7
  526. package/runtime/agents/azure-devops-orchestrator/capabilities/prepare-card-analysis/runner.py +0 -184
  527. package/runtime/agents/azure-devops-orchestrator/capabilities/prepare-card-analysis/tests/test_runner.py +0 -53
  528. package/runtime/agents/azure-devops-orchestrator/capabilities/prepare-card-analysis/workflow.md +0 -27
  529. package/runtime/agents/azure-devops-orchestrator/capabilities/read-card/capability.yaml +0 -64
  530. package/runtime/agents/azure-devops-orchestrator/capabilities/read-card/decision-rules.md +0 -7
  531. package/runtime/agents/azure-devops-orchestrator/capabilities/read-card/runner.py +0 -186
  532. package/runtime/agents/azure-devops-orchestrator/capabilities/read-card/tests/test_runner.py +0 -90
  533. package/runtime/agents/azure-devops-orchestrator/capabilities/read-card/workflow.md +0 -37
  534. package/runtime/agents/azure-devops-orchestrator/capabilities/update-card-tags/capability.yaml +0 -37
  535. package/runtime/agents/azure-devops-orchestrator/capabilities/update-card-tags/decision-rules.md +0 -8
  536. package/runtime/agents/azure-devops-orchestrator/capabilities/update-card-tags/runner.py +0 -143
  537. package/runtime/agents/azure-devops-orchestrator/capabilities/update-card-tags/tests/test_runner.py +0 -49
  538. package/runtime/agents/azure-devops-orchestrator/capabilities/update-card-tags/workflow.md +0 -33
  539. package/runtime/agents/azure-devops-orchestrator/infra/README.md +0 -22
  540. package/runtime/agents/azure-devops-orchestrator/infra/integrations/README.md +0 -13
  541. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/README.md +0 -63
  542. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/azure_repository.py +0 -539
  543. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/cli.py +0 -116
  544. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/env.example +0 -6
  545. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/integration.yaml +0 -39
  546. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/mcp/README.md +0 -7
  547. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/add-comment.yaml +0 -34
  548. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/attach-file.yaml +0 -38
  549. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/find-users.yaml +0 -31
  550. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/get-work-item-comments.yaml +0 -33
  551. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/get-work-item.yaml +0 -43
  552. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/list-work-items.yaml +0 -39
  553. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/methods/update-work-item.yaml +0 -38
  554. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/README.md +0 -6
  555. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/comment-list.schema.json +0 -15
  556. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/comment.schema.json +0 -14
  557. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/identity.schema.json +0 -12
  558. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/work-item-list.schema.json +0 -15
  559. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/work-item.schema.json +0 -30
  560. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/models/write-result.schema.json +0 -26
  561. package/runtime/agents/azure-devops-orchestrator/infra/integrations/azure/tests/test_repository.py +0 -120
  562. package/runtime/agents/azure-devops-orchestrator/knowledge/README.md +0 -22
  563. package/runtime/agents/azure-devops-orchestrator/knowledge/context.md +0 -28
  564. package/runtime/agents/azure-devops-orchestrator/knowledge/policies.yaml +0 -57
  565. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/README.md +0 -7
  566. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/assign-card.md +0 -34
  567. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/attach-file.md +0 -28
  568. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/comment-card.md +0 -35
  569. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/generate-cards-report.md +0 -32
  570. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/list-cards.md +0 -31
  571. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/move-card.md +0 -35
  572. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/prepare-card-analysis.md +0 -31
  573. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/read-card.md +0 -32
  574. package/runtime/agents/azure-devops-orchestrator/knowledge/prompts/update-card-tags.md +0 -30
  575. package/runtime/agents/azure-devops-orchestrator/knowledge/system.md +0 -66
  576. package/runtime/agents/azure-devops-orchestrator/templates/README.md +0 -8
  577. package/runtime/agents/azure-devops-orchestrator/templates/assign-card-output.md +0 -21
  578. package/runtime/agents/azure-devops-orchestrator/templates/attach-file-output.md +0 -24
  579. package/runtime/agents/azure-devops-orchestrator/templates/comment-card-output.md +0 -21
  580. package/runtime/agents/azure-devops-orchestrator/templates/generate-cards-report-output.md +0 -38
  581. package/runtime/agents/azure-devops-orchestrator/templates/list-cards-output.md +0 -23
  582. package/runtime/agents/azure-devops-orchestrator/templates/move-card-output.md +0 -23
  583. package/runtime/agents/azure-devops-orchestrator/templates/prepare-card-analysis-output.md +0 -27
  584. package/runtime/agents/azure-devops-orchestrator/templates/read-card-output.md +0 -34
  585. package/runtime/agents/azure-devops-orchestrator/templates/update-card-tags-output.md +0 -22
  586. package/runtime/agents/azure-devops-orchestrator/tests/test_agentic_contracts.py +0 -176
  587. package/runtime/agents/bpo-analyser/AGENTS.md +0 -28
  588. package/runtime/agents/bpo-analyser/README.md +0 -63
  589. package/runtime/agents/bpo-analyser/agent.yaml +0 -74
  590. package/runtime/agents/bpo-analyser/capabilities/_shared/runner_support.py +0 -195
  591. package/runtime/agents/bpo-analyser/capabilities/analyze-cpf-proposals/capability.yaml +0 -23
  592. package/runtime/agents/bpo-analyser/capabilities/analyze-cpf-proposals/decision-rules.md +0 -10
  593. package/runtime/agents/bpo-analyser/capabilities/analyze-cpf-proposals/runner.py +0 -81
  594. package/runtime/agents/bpo-analyser/capabilities/analyze-cpf-proposals/workflow.md +0 -6
  595. package/runtime/agents/bpo-analyser/capabilities/analyze-proposal/capability.yaml +0 -23
  596. package/runtime/agents/bpo-analyser/capabilities/analyze-proposal/decision-rules.md +0 -7
  597. package/runtime/agents/bpo-analyser/capabilities/analyze-proposal/runner.py +0 -91
  598. package/runtime/agents/bpo-analyser/capabilities/analyze-proposal/workflow.md +0 -7
  599. package/runtime/agents/bpo-analyser/capabilities/consult-attached-documents/capability.yaml +0 -22
  600. package/runtime/agents/bpo-analyser/capabilities/consult-attached-documents/decision-rules.md +0 -7
  601. package/runtime/agents/bpo-analyser/capabilities/consult-attached-documents/runner.py +0 -69
  602. package/runtime/agents/bpo-analyser/capabilities/consult-attached-documents/workflow.md +0 -6
  603. package/runtime/agents/bpo-analyser/capabilities/consult-proposal/capability.yaml +0 -22
  604. package/runtime/agents/bpo-analyser/capabilities/consult-proposal/decision-rules.md +0 -6
  605. package/runtime/agents/bpo-analyser/capabilities/consult-proposal/runner.py +0 -53
  606. package/runtime/agents/bpo-analyser/capabilities/consult-proposal/workflow.md +0 -6
  607. package/runtime/agents/bpo-analyser/capabilities/find-latest-proposal-by-cpf/capability.yaml +0 -23
  608. package/runtime/agents/bpo-analyser/capabilities/find-latest-proposal-by-cpf/decision-rules.md +0 -8
  609. package/runtime/agents/bpo-analyser/capabilities/find-latest-proposal-by-cpf/runner.py +0 -64
  610. package/runtime/agents/bpo-analyser/capabilities/find-latest-proposal-by-cpf/workflow.md +0 -6
  611. package/runtime/agents/bpo-analyser/capabilities/list-proposals-by-cpf/capability.yaml +0 -22
  612. package/runtime/agents/bpo-analyser/capabilities/list-proposals-by-cpf/decision-rules.md +0 -5
  613. package/runtime/agents/bpo-analyser/capabilities/list-proposals-by-cpf/runner.py +0 -62
  614. package/runtime/agents/bpo-analyser/capabilities/list-proposals-by-cpf/workflow.md +0 -6
  615. package/runtime/agents/bpo-analyser/capabilities/test-connection/capability.yaml +0 -22
  616. package/runtime/agents/bpo-analyser/capabilities/test-connection/decision-rules.md +0 -5
  617. package/runtime/agents/bpo-analyser/capabilities/test-connection/runner.py +0 -62
  618. package/runtime/agents/bpo-analyser/capabilities/test-connection/workflow.md +0 -6
  619. package/runtime/agents/bpo-analyser/infra/integrations/bpo/README.md +0 -29
  620. package/runtime/agents/bpo-analyser/infra/integrations/bpo/bpo_repository.py +0 -858
  621. package/runtime/agents/bpo-analyser/infra/integrations/bpo/env.example +0 -16
  622. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/analyze-cpf-proposals.yaml +0 -5
  623. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/analyze-proposal.yaml +0 -6
  624. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/consult-attached-documents.yaml +0 -5
  625. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/consult-proposal.yaml +0 -5
  626. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/find-latest-proposal-by-cpf.yaml +0 -5
  627. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/list-proposals-by-cpf.yaml +0 -5
  628. package/runtime/agents/bpo-analyser/infra/integrations/bpo/methods/test-connection.yaml +0 -4
  629. package/runtime/agents/bpo-analyser/infra/integrations/bpo/tests/test_repository.py +0 -345
  630. package/runtime/agents/bpo-analyser/knowledge/README.md +0 -14
  631. package/runtime/agents/bpo-analyser/knowledge/context.md +0 -15
  632. package/runtime/agents/bpo-analyser/knowledge/domain-glossary.md +0 -53
  633. package/runtime/agents/bpo-analyser/knowledge/policies.yaml +0 -44
  634. package/runtime/agents/bpo-analyser/knowledge/prompts/analyze-cpf-proposals.md +0 -40
  635. package/runtime/agents/bpo-analyser/knowledge/prompts/analyze-proposal.md +0 -38
  636. package/runtime/agents/bpo-analyser/knowledge/prompts/consult-attached-documents.md +0 -39
  637. package/runtime/agents/bpo-analyser/knowledge/prompts/consult-proposal.md +0 -37
  638. package/runtime/agents/bpo-analyser/knowledge/prompts/find-latest-proposal-by-cpf.md +0 -37
  639. package/runtime/agents/bpo-analyser/knowledge/prompts/list-proposals-by-cpf.md +0 -37
  640. package/runtime/agents/bpo-analyser/knowledge/prompts/test-connection.md +0 -35
  641. package/runtime/agents/bpo-analyser/knowledge/system.md +0 -58
  642. package/runtime/agents/bpo-analyser/templates/README.md +0 -4
  643. package/runtime/agents/bpo-analyser/templates/analyze-cpf-proposals-output.md +0 -36
  644. package/runtime/agents/bpo-analyser/templates/analyze-proposal-output.md +0 -35
  645. package/runtime/agents/bpo-analyser/templates/consult-attached-documents-output.md +0 -27
  646. package/runtime/agents/bpo-analyser/templates/consult-proposal-output.md +0 -33
  647. package/runtime/agents/bpo-analyser/templates/find-latest-proposal-by-cpf-output.md +0 -31
  648. package/runtime/agents/bpo-analyser/templates/list-proposals-by-cpf-output.md +0 -21
  649. package/runtime/agents/bpo-analyser/templates/test-connection-output.md +0 -29
  650. package/runtime/agents/bpo-analyser/tests/test_agentic_contracts.py +0 -176
  651. package/runtime/agents/bpo-analyser/tests/test_runners.py +0 -257
  652. package/runtime/agents/contribution-reviewer/AGENTS.md +0 -8
  653. package/runtime/agents/contribution-reviewer/README.md +0 -8
  654. package/runtime/agents/contribution-reviewer/agent.yaml +0 -40
  655. package/runtime/agents/contribution-reviewer/capabilities/plan-contribution-pr/capability.yaml +0 -27
  656. package/runtime/agents/contribution-reviewer/capabilities/plan-contribution-pr/decision-rules.md +0 -5
  657. package/runtime/agents/contribution-reviewer/capabilities/plan-contribution-pr/workflow.md +0 -6
  658. package/runtime/agents/contribution-reviewer/capabilities/review-contribution/capability.yaml +0 -25
  659. package/runtime/agents/contribution-reviewer/capabilities/review-contribution/decision-rules.md +0 -5
  660. package/runtime/agents/contribution-reviewer/capabilities/review-contribution/workflow.md +0 -5
  661. package/runtime/agents/contribution-reviewer/capabilities/validate-local-contribution/capability.yaml +0 -26
  662. package/runtime/agents/contribution-reviewer/capabilities/validate-local-contribution/decision-rules.md +0 -5
  663. package/runtime/agents/contribution-reviewer/capabilities/validate-local-contribution/workflow.md +0 -6
  664. package/runtime/agents/contribution-reviewer/infra/README.md +0 -6
  665. package/runtime/agents/contribution-reviewer/knowledge/context.md +0 -8
  666. package/runtime/agents/contribution-reviewer/knowledge/system.md +0 -8
  667. package/runtime/agents/contribution-reviewer/templates/README.md +0 -3
  668. package/runtime/agents/data-scientist-analyst/AGENTS.md +0 -10
  669. package/runtime/agents/data-scientist-analyst/README.md +0 -137
  670. package/runtime/agents/data-scientist-analyst/agent.yaml +0 -116
  671. package/runtime/agents/data-scientist-analyst/capabilities/_shared/runner_support.py +0 -439
  672. package/runtime/agents/data-scientist-analyst/capabilities/analyze-cohorts/capability.yaml +0 -23
  673. package/runtime/agents/data-scientist-analyst/capabilities/analyze-cohorts/decision-rules.md +0 -8
  674. package/runtime/agents/data-scientist-analyst/capabilities/analyze-cohorts/runner.py +0 -13
  675. package/runtime/agents/data-scientist-analyst/capabilities/analyze-cohorts/workflow.md +0 -6
  676. package/runtime/agents/data-scientist-analyst/capabilities/analyze-correlation/capability.yaml +0 -23
  677. package/runtime/agents/data-scientist-analyst/capabilities/analyze-correlation/decision-rules.md +0 -8
  678. package/runtime/agents/data-scientist-analyst/capabilities/analyze-correlation/runner.py +0 -13
  679. package/runtime/agents/data-scientist-analyst/capabilities/analyze-correlation/workflow.md +0 -6
  680. package/runtime/agents/data-scientist-analyst/capabilities/analyze-sql-source/capability.yaml +0 -23
  681. package/runtime/agents/data-scientist-analyst/capabilities/analyze-sql-source/decision-rules.md +0 -8
  682. package/runtime/agents/data-scientist-analyst/capabilities/analyze-sql-source/runner.py +0 -13
  683. package/runtime/agents/data-scientist-analyst/capabilities/analyze-sql-source/workflow.md +0 -5
  684. package/runtime/agents/data-scientist-analyst/capabilities/analyze-time-series/capability.yaml +0 -23
  685. package/runtime/agents/data-scientist-analyst/capabilities/analyze-time-series/decision-rules.md +0 -8
  686. package/runtime/agents/data-scientist-analyst/capabilities/analyze-time-series/runner.py +0 -13
  687. package/runtime/agents/data-scientist-analyst/capabilities/analyze-time-series/workflow.md +0 -6
  688. package/runtime/agents/data-scientist-analyst/capabilities/baseline-predictive-model/capability.yaml +0 -23
  689. package/runtime/agents/data-scientist-analyst/capabilities/baseline-predictive-model/decision-rules.md +0 -8
  690. package/runtime/agents/data-scientist-analyst/capabilities/baseline-predictive-model/runner.py +0 -13
  691. package/runtime/agents/data-scientist-analyst/capabilities/baseline-predictive-model/workflow.md +0 -6
  692. package/runtime/agents/data-scientist-analyst/capabilities/calculate-confidence-intervals/capability.yaml +0 -23
  693. package/runtime/agents/data-scientist-analyst/capabilities/calculate-confidence-intervals/decision-rules.md +0 -8
  694. package/runtime/agents/data-scientist-analyst/capabilities/calculate-confidence-intervals/runner.py +0 -13
  695. package/runtime/agents/data-scientist-analyst/capabilities/calculate-confidence-intervals/workflow.md +0 -6
  696. package/runtime/agents/data-scientist-analyst/capabilities/calculate-sample-size/capability.yaml +0 -22
  697. package/runtime/agents/data-scientist-analyst/capabilities/calculate-sample-size/decision-rules.md +0 -8
  698. package/runtime/agents/data-scientist-analyst/capabilities/calculate-sample-size/runner.py +0 -13
  699. package/runtime/agents/data-scientist-analyst/capabilities/calculate-sample-size/workflow.md +0 -6
  700. package/runtime/agents/data-scientist-analyst/capabilities/compare-periods/capability.yaml +0 -23
  701. package/runtime/agents/data-scientist-analyst/capabilities/compare-periods/decision-rules.md +0 -8
  702. package/runtime/agents/data-scientist-analyst/capabilities/compare-periods/runner.py +0 -13
  703. package/runtime/agents/data-scientist-analyst/capabilities/compare-periods/workflow.md +0 -6
  704. package/runtime/agents/data-scientist-analyst/capabilities/detect-anomalies/capability.yaml +0 -22
  705. package/runtime/agents/data-scientist-analyst/capabilities/detect-anomalies/decision-rules.md +0 -8
  706. package/runtime/agents/data-scientist-analyst/capabilities/detect-anomalies/runner.py +0 -13
  707. package/runtime/agents/data-scientist-analyst/capabilities/detect-anomalies/workflow.md +0 -6
  708. package/runtime/agents/data-scientist-analyst/capabilities/detect-data-leakage/capability.yaml +0 -23
  709. package/runtime/agents/data-scientist-analyst/capabilities/detect-data-leakage/decision-rules.md +0 -8
  710. package/runtime/agents/data-scientist-analyst/capabilities/detect-data-leakage/runner.py +0 -13
  711. package/runtime/agents/data-scientist-analyst/capabilities/detect-data-leakage/workflow.md +0 -6
  712. package/runtime/agents/data-scientist-analyst/capabilities/detect-outliers/capability.yaml +0 -23
  713. package/runtime/agents/data-scientist-analyst/capabilities/detect-outliers/decision-rules.md +0 -8
  714. package/runtime/agents/data-scientist-analyst/capabilities/detect-outliers/runner.py +0 -13
  715. package/runtime/agents/data-scientist-analyst/capabilities/detect-outliers/workflow.md +0 -6
  716. package/runtime/agents/data-scientist-analyst/capabilities/detect-sensitive-data/capability.yaml +0 -23
  717. package/runtime/agents/data-scientist-analyst/capabilities/detect-sensitive-data/decision-rules.md +0 -8
  718. package/runtime/agents/data-scientist-analyst/capabilities/detect-sensitive-data/runner.py +0 -13
  719. package/runtime/agents/data-scientist-analyst/capabilities/detect-sensitive-data/workflow.md +0 -5
  720. package/runtime/agents/data-scientist-analyst/capabilities/evaluate-model/capability.yaml +0 -23
  721. package/runtime/agents/data-scientist-analyst/capabilities/evaluate-model/decision-rules.md +0 -8
  722. package/runtime/agents/data-scientist-analyst/capabilities/evaluate-model/runner.py +0 -13
  723. package/runtime/agents/data-scientist-analyst/capabilities/evaluate-model/workflow.md +0 -6
  724. package/runtime/agents/data-scientist-analyst/capabilities/explain-model-results/capability.yaml +0 -23
  725. package/runtime/agents/data-scientist-analyst/capabilities/explain-model-results/decision-rules.md +0 -8
  726. package/runtime/agents/data-scientist-analyst/capabilities/explain-model-results/runner.py +0 -13
  727. package/runtime/agents/data-scientist-analyst/capabilities/explain-model-results/workflow.md +0 -6
  728. package/runtime/agents/data-scientist-analyst/capabilities/explain-statistical-result/capability.yaml +0 -23
  729. package/runtime/agents/data-scientist-analyst/capabilities/explain-statistical-result/decision-rules.md +0 -8
  730. package/runtime/agents/data-scientist-analyst/capabilities/explain-statistical-result/runner.py +0 -13
  731. package/runtime/agents/data-scientist-analyst/capabilities/explain-statistical-result/workflow.md +0 -6
  732. package/runtime/agents/data-scientist-analyst/capabilities/forecast-series/capability.yaml +0 -23
  733. package/runtime/agents/data-scientist-analyst/capabilities/forecast-series/decision-rules.md +0 -8
  734. package/runtime/agents/data-scientist-analyst/capabilities/forecast-series/runner.py +0 -13
  735. package/runtime/agents/data-scientist-analyst/capabilities/forecast-series/workflow.md +0 -6
  736. package/runtime/agents/data-scientist-analyst/capabilities/generate-data-report/capability.yaml +0 -23
  737. package/runtime/agents/data-scientist-analyst/capabilities/generate-data-report/decision-rules.md +0 -8
  738. package/runtime/agents/data-scientist-analyst/capabilities/generate-data-report/runner.py +0 -13
  739. package/runtime/agents/data-scientist-analyst/capabilities/generate-data-report/workflow.md +0 -5
  740. package/runtime/agents/data-scientist-analyst/capabilities/generate-reconciliation-report/capability.yaml +0 -23
  741. package/runtime/agents/data-scientist-analyst/capabilities/generate-reconciliation-report/decision-rules.md +0 -8
  742. package/runtime/agents/data-scientist-analyst/capabilities/generate-reconciliation-report/runner.py +0 -13
  743. package/runtime/agents/data-scientist-analyst/capabilities/generate-reconciliation-report/workflow.md +0 -5
  744. package/runtime/agents/data-scientist-analyst/capabilities/ingest-dataset/capability.yaml +0 -23
  745. package/runtime/agents/data-scientist-analyst/capabilities/ingest-dataset/decision-rules.md +0 -8
  746. package/runtime/agents/data-scientist-analyst/capabilities/ingest-dataset/runner.py +0 -13
  747. package/runtime/agents/data-scientist-analyst/capabilities/ingest-dataset/workflow.md +0 -5
  748. package/runtime/agents/data-scientist-analyst/capabilities/inspect-dataset-schema/capability.yaml +0 -23
  749. package/runtime/agents/data-scientist-analyst/capabilities/inspect-dataset-schema/decision-rules.md +0 -8
  750. package/runtime/agents/data-scientist-analyst/capabilities/inspect-dataset-schema/runner.py +0 -13
  751. package/runtime/agents/data-scientist-analyst/capabilities/inspect-dataset-schema/workflow.md +0 -5
  752. package/runtime/agents/data-scientist-analyst/capabilities/measure-effect-size/capability.yaml +0 -23
  753. package/runtime/agents/data-scientist-analyst/capabilities/measure-effect-size/decision-rules.md +0 -8
  754. package/runtime/agents/data-scientist-analyst/capabilities/measure-effect-size/runner.py +0 -13
  755. package/runtime/agents/data-scientist-analyst/capabilities/measure-effect-size/workflow.md +0 -6
  756. package/runtime/agents/data-scientist-analyst/capabilities/monitor-model-drift/capability.yaml +0 -23
  757. package/runtime/agents/data-scientist-analyst/capabilities/monitor-model-drift/decision-rules.md +0 -8
  758. package/runtime/agents/data-scientist-analyst/capabilities/monitor-model-drift/runner.py +0 -13
  759. package/runtime/agents/data-scientist-analyst/capabilities/monitor-model-drift/workflow.md +0 -6
  760. package/runtime/agents/data-scientist-analyst/capabilities/prepare-modeling-dataset/capability.yaml +0 -23
  761. package/runtime/agents/data-scientist-analyst/capabilities/prepare-modeling-dataset/decision-rules.md +0 -8
  762. package/runtime/agents/data-scientist-analyst/capabilities/prepare-modeling-dataset/runner.py +0 -13
  763. package/runtime/agents/data-scientist-analyst/capabilities/prepare-modeling-dataset/workflow.md +0 -6
  764. package/runtime/agents/data-scientist-analyst/capabilities/profile-dataset/capability.yaml +0 -23
  765. package/runtime/agents/data-scientist-analyst/capabilities/profile-dataset/decision-rules.md +0 -8
  766. package/runtime/agents/data-scientist-analyst/capabilities/profile-dataset/runner.py +0 -13
  767. package/runtime/agents/data-scientist-analyst/capabilities/profile-dataset/workflow.md +0 -5
  768. package/runtime/agents/data-scientist-analyst/capabilities/reconcile-spreadsheets/capability.yaml +0 -23
  769. package/runtime/agents/data-scientist-analyst/capabilities/reconcile-spreadsheets/decision-rules.md +0 -8
  770. package/runtime/agents/data-scientist-analyst/capabilities/reconcile-spreadsheets/runner.py +0 -13
  771. package/runtime/agents/data-scientist-analyst/capabilities/reconcile-spreadsheets/workflow.md +0 -6
  772. package/runtime/agents/data-scientist-analyst/capabilities/run-data-pipeline/capability.yaml +0 -23
  773. package/runtime/agents/data-scientist-analyst/capabilities/run-data-pipeline/decision-rules.md +0 -8
  774. package/runtime/agents/data-scientist-analyst/capabilities/run-data-pipeline/runner.py +0 -13
  775. package/runtime/agents/data-scientist-analyst/capabilities/run-data-pipeline/workflow.md +0 -6
  776. package/runtime/agents/data-scientist-analyst/capabilities/run-exploratory-analysis/capability.yaml +0 -23
  777. package/runtime/agents/data-scientist-analyst/capabilities/run-exploratory-analysis/decision-rules.md +0 -8
  778. package/runtime/agents/data-scientist-analyst/capabilities/run-exploratory-analysis/runner.py +0 -13
  779. package/runtime/agents/data-scientist-analyst/capabilities/run-exploratory-analysis/workflow.md +0 -6
  780. package/runtime/agents/data-scientist-analyst/capabilities/segment-data/capability.yaml +0 -23
  781. package/runtime/agents/data-scientist-analyst/capabilities/segment-data/decision-rules.md +0 -8
  782. package/runtime/agents/data-scientist-analyst/capabilities/segment-data/runner.py +0 -13
  783. package/runtime/agents/data-scientist-analyst/capabilities/segment-data/workflow.md +0 -6
  784. package/runtime/agents/data-scientist-analyst/capabilities/test-hypothesis/capability.yaml +0 -23
  785. package/runtime/agents/data-scientist-analyst/capabilities/test-hypothesis/decision-rules.md +0 -8
  786. package/runtime/agents/data-scientist-analyst/capabilities/test-hypothesis/runner.py +0 -13
  787. package/runtime/agents/data-scientist-analyst/capabilities/test-hypothesis/workflow.md +0 -6
  788. package/runtime/agents/data-scientist-analyst/infra/integrations/agent-bridge/methods/analyze-sql-source.yaml +0 -4
  789. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/artifacts.py +0 -15
  790. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/data_repository.py +0 -1226
  791. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/dataset_controls.py +0 -46
  792. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/dataset_io.py +0 -150
  793. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/dataset_models.py +0 -22
  794. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/analyze-cohorts.yaml +0 -4
  795. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/analyze-correlation.yaml +0 -4
  796. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/analyze-time-series.yaml +0 -4
  797. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/baseline-predictive-model.yaml +0 -4
  798. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/calculate-confidence-intervals.yaml +0 -4
  799. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/calculate-sample-size.yaml +0 -4
  800. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/compare-periods.yaml +0 -4
  801. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/detect-anomalies.yaml +0 -4
  802. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/detect-data-leakage.yaml +0 -4
  803. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/detect-outliers.yaml +0 -4
  804. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/detect-sensitive-data.yaml +0 -4
  805. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/evaluate-model.yaml +0 -4
  806. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/explain-model-results.yaml +0 -4
  807. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/explain-statistical-result.yaml +0 -4
  808. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/forecast-series.yaml +0 -4
  809. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/generate-data-report.yaml +0 -4
  810. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/generate-reconciliation-report.yaml +0 -4
  811. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/ingest-dataset.yaml +0 -4
  812. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/inspect-dataset-schema.yaml +0 -4
  813. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/measure-effect-size.yaml +0 -4
  814. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/monitor-model-drift.yaml +0 -4
  815. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/prepare-modeling-dataset.yaml +0 -4
  816. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/profile-dataset.yaml +0 -4
  817. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/reconcile-spreadsheets.yaml +0 -4
  818. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/run-data-pipeline.yaml +0 -27
  819. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/run-exploratory-analysis.yaml +0 -4
  820. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/segment-data.yaml +0 -4
  821. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/methods/test-hypothesis.yaml +0 -4
  822. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/modeling_tools.py +0 -219
  823. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/privacy.py +0 -124
  824. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/profiling.py +0 -267
  825. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/reconciliation_tools.py +0 -68
  826. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/reporting.py +0 -94
  827. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/sql_result.py +0 -100
  828. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/statistics_tools.py +0 -247
  829. package/runtime/agents/data-scientist-analyst/infra/integrations/file-dataset/time_series_tools.py +0 -195
  830. package/runtime/agents/data-scientist-analyst/knowledge/analysis-methods.md +0 -30
  831. package/runtime/agents/data-scientist-analyst/knowledge/context.md +0 -16
  832. package/runtime/agents/data-scientist-analyst/knowledge/contracts/analyze-sql-source.schema.json +0 -14
  833. package/runtime/agents/data-scientist-analyst/knowledge/contracts/evaluate-model.schema.json +0 -15
  834. package/runtime/agents/data-scientist-analyst/knowledge/contracts/profile-dataset.schema.json +0 -13
  835. package/runtime/agents/data-scientist-analyst/knowledge/contracts/run-data-pipeline.schema.json +0 -14
  836. package/runtime/agents/data-scientist-analyst/knowledge/data-policies.md +0 -8
  837. package/runtime/agents/data-scientist-analyst/knowledge/health-checklist.md +0 -34
  838. package/runtime/agents/data-scientist-analyst/knowledge/operational-runbook.md +0 -47
  839. package/runtime/agents/data-scientist-analyst/knowledge/policies.yaml +0 -77
  840. package/runtime/agents/data-scientist-analyst/knowledge/prompts/analyze-cohorts.md +0 -33
  841. package/runtime/agents/data-scientist-analyst/knowledge/prompts/analyze-correlation.md +0 -33
  842. package/runtime/agents/data-scientist-analyst/knowledge/prompts/analyze-sql-source.md +0 -44
  843. package/runtime/agents/data-scientist-analyst/knowledge/prompts/analyze-time-series.md +0 -36
  844. package/runtime/agents/data-scientist-analyst/knowledge/prompts/baseline-predictive-model.md +0 -34
  845. package/runtime/agents/data-scientist-analyst/knowledge/prompts/calculate-confidence-intervals.md +0 -34
  846. package/runtime/agents/data-scientist-analyst/knowledge/prompts/calculate-sample-size.md +0 -33
  847. package/runtime/agents/data-scientist-analyst/knowledge/prompts/compare-periods.md +0 -34
  848. package/runtime/agents/data-scientist-analyst/knowledge/prompts/detect-anomalies.md +0 -33
  849. package/runtime/agents/data-scientist-analyst/knowledge/prompts/detect-data-leakage.md +0 -33
  850. package/runtime/agents/data-scientist-analyst/knowledge/prompts/detect-outliers.md +0 -37
  851. package/runtime/agents/data-scientist-analyst/knowledge/prompts/detect-sensitive-data.md +0 -38
  852. package/runtime/agents/data-scientist-analyst/knowledge/prompts/evaluate-model.md +0 -34
  853. package/runtime/agents/data-scientist-analyst/knowledge/prompts/explain-model-results.md +0 -33
  854. package/runtime/agents/data-scientist-analyst/knowledge/prompts/explain-statistical-result.md +0 -36
  855. package/runtime/agents/data-scientist-analyst/knowledge/prompts/forecast-series.md +0 -34
  856. package/runtime/agents/data-scientist-analyst/knowledge/prompts/generate-data-report.md +0 -36
  857. package/runtime/agents/data-scientist-analyst/knowledge/prompts/generate-reconciliation-report.md +0 -35
  858. package/runtime/agents/data-scientist-analyst/knowledge/prompts/ingest-dataset.md +0 -35
  859. package/runtime/agents/data-scientist-analyst/knowledge/prompts/inspect-dataset-schema.md +0 -36
  860. package/runtime/agents/data-scientist-analyst/knowledge/prompts/measure-effect-size.md +0 -34
  861. package/runtime/agents/data-scientist-analyst/knowledge/prompts/monitor-model-drift.md +0 -33
  862. package/runtime/agents/data-scientist-analyst/knowledge/prompts/prepare-modeling-dataset.md +0 -35
  863. package/runtime/agents/data-scientist-analyst/knowledge/prompts/profile-dataset.md +0 -40
  864. package/runtime/agents/data-scientist-analyst/knowledge/prompts/reconcile-spreadsheets.md +0 -40
  865. package/runtime/agents/data-scientist-analyst/knowledge/prompts/run-data-pipeline.md +0 -34
  866. package/runtime/agents/data-scientist-analyst/knowledge/prompts/run-exploratory-analysis.md +0 -34
  867. package/runtime/agents/data-scientist-analyst/knowledge/prompts/segment-data.md +0 -33
  868. package/runtime/agents/data-scientist-analyst/knowledge/prompts/test-hypothesis.md +0 -36
  869. package/runtime/agents/data-scientist-analyst/knowledge/system.md +0 -54
  870. package/runtime/agents/data-scientist-analyst/templates/data-report.md +0 -53
  871. package/runtime/agents/data-scientist-analyst/templates/reconciliation-report.md +0 -41
  872. package/runtime/agents/data-scientist-analyst/tests/test_runners.py +0 -1480
  873. package/runtime/agents/database-change-operator/AGENTS.md +0 -29
  874. package/runtime/agents/database-change-operator/README.md +0 -36
  875. package/runtime/agents/database-change-operator/agent.yaml +0 -68
  876. package/runtime/agents/database-change-operator/capabilities/_shared/runner_support.py +0 -115
  877. package/runtime/agents/database-change-operator/capabilities/apply-migration/capability.yaml +0 -23
  878. package/runtime/agents/database-change-operator/capabilities/apply-migration/decision-rules.md +0 -8
  879. package/runtime/agents/database-change-operator/capabilities/apply-migration/runner.py +0 -52
  880. package/runtime/agents/database-change-operator/capabilities/apply-migration/workflow.md +0 -8
  881. package/runtime/agents/database-change-operator/capabilities/migration-report/capability.yaml +0 -22
  882. package/runtime/agents/database-change-operator/capabilities/migration-report/decision-rules.md +0 -5
  883. package/runtime/agents/database-change-operator/capabilities/migration-report/runner.py +0 -41
  884. package/runtime/agents/database-change-operator/capabilities/migration-report/workflow.md +0 -5
  885. package/runtime/agents/database-change-operator/capabilities/plan-migration/capability.yaml +0 -23
  886. package/runtime/agents/database-change-operator/capabilities/plan-migration/decision-rules.md +0 -6
  887. package/runtime/agents/database-change-operator/capabilities/plan-migration/runner.py +0 -36
  888. package/runtime/agents/database-change-operator/capabilities/plan-migration/workflow.md +0 -8
  889. package/runtime/agents/database-change-operator/capabilities/rollback-migration/capability.yaml +0 -23
  890. package/runtime/agents/database-change-operator/capabilities/rollback-migration/decision-rules.md +0 -9
  891. package/runtime/agents/database-change-operator/capabilities/rollback-migration/runner.py +0 -50
  892. package/runtime/agents/database-change-operator/capabilities/rollback-migration/workflow.md +0 -7
  893. package/runtime/agents/database-change-operator/capabilities/run-write-script/capability.yaml +0 -23
  894. package/runtime/agents/database-change-operator/capabilities/run-write-script/decision-rules.md +0 -9
  895. package/runtime/agents/database-change-operator/capabilities/run-write-script/runner.py +0 -54
  896. package/runtime/agents/database-change-operator/capabilities/run-write-script/workflow.md +0 -7
  897. package/runtime/agents/database-change-operator/capabilities/test-write-permissions/capability.yaml +0 -22
  898. package/runtime/agents/database-change-operator/capabilities/test-write-permissions/decision-rules.md +0 -8
  899. package/runtime/agents/database-change-operator/capabilities/test-write-permissions/runner.py +0 -51
  900. package/runtime/agents/database-change-operator/capabilities/test-write-permissions/workflow.md +0 -6
  901. package/runtime/agents/database-change-operator/capabilities/update-records/capability.yaml +0 -23
  902. package/runtime/agents/database-change-operator/capabilities/update-records/decision-rules.md +0 -9
  903. package/runtime/agents/database-change-operator/capabilities/update-records/runner.py +0 -68
  904. package/runtime/agents/database-change-operator/capabilities/update-records/workflow.md +0 -7
  905. package/runtime/agents/database-change-operator/capabilities/upsert-records/capability.yaml +0 -23
  906. package/runtime/agents/database-change-operator/capabilities/upsert-records/decision-rules.md +0 -9
  907. package/runtime/agents/database-change-operator/capabilities/upsert-records/runner.py +0 -63
  908. package/runtime/agents/database-change-operator/capabilities/upsert-records/workflow.md +0 -7
  909. package/runtime/agents/database-change-operator/infra/README.md +0 -3
  910. package/runtime/agents/database-change-operator/infra/integrations/postgres/README.md +0 -6
  911. package/runtime/agents/database-change-operator/infra/integrations/postgres/cli.py +0 -97
  912. package/runtime/agents/database-change-operator/infra/integrations/postgres/database_change_repository.py +0 -581
  913. package/runtime/agents/database-change-operator/infra/integrations/postgres/env.example +0 -3
  914. package/runtime/agents/database-change-operator/infra/integrations/postgres/integration.yaml +0 -30
  915. package/runtime/agents/database-change-operator/infra/integrations/postgres/mcp/README.md +0 -3
  916. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/apply-migration.yaml +0 -8
  917. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/migration-report.yaml +0 -7
  918. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/plan-migration.yaml +0 -8
  919. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/rollback-migration.yaml +0 -8
  920. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/run-write-script.yaml +0 -8
  921. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/test-write-permissions.yaml +0 -7
  922. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/update-records.yaml +0 -8
  923. package/runtime/agents/database-change-operator/infra/integrations/postgres/methods/upsert-records.yaml +0 -8
  924. package/runtime/agents/database-change-operator/infra/integrations/postgres/models/README.md +0 -3
  925. package/runtime/agents/database-change-operator/infra/integrations/postgres/tests/test_repository.py +0 -116
  926. package/runtime/agents/database-change-operator/knowledge/README.md +0 -13
  927. package/runtime/agents/database-change-operator/knowledge/context.md +0 -9
  928. package/runtime/agents/database-change-operator/knowledge/policies.yaml +0 -44
  929. package/runtime/agents/database-change-operator/knowledge/prompts/README.md +0 -7
  930. package/runtime/agents/database-change-operator/knowledge/prompts/apply-migration.md +0 -24
  931. package/runtime/agents/database-change-operator/knowledge/prompts/migration-report.md +0 -13
  932. package/runtime/agents/database-change-operator/knowledge/prompts/plan-migration.md +0 -22
  933. package/runtime/agents/database-change-operator/knowledge/prompts/rollback-migration.md +0 -21
  934. package/runtime/agents/database-change-operator/knowledge/prompts/run-write-script.md +0 -23
  935. package/runtime/agents/database-change-operator/knowledge/prompts/test-write-permissions.md +0 -20
  936. package/runtime/agents/database-change-operator/knowledge/prompts/update-records.md +0 -24
  937. package/runtime/agents/database-change-operator/knowledge/prompts/upsert-records.md +0 -23
  938. package/runtime/agents/database-change-operator/knowledge/system.md +0 -47
  939. package/runtime/agents/database-change-operator/templates/README.md +0 -8
  940. package/runtime/agents/database-change-operator/templates/apply-migration-output.md +0 -31
  941. package/runtime/agents/database-change-operator/templates/migration-report-output.md +0 -14
  942. package/runtime/agents/database-change-operator/templates/plan-migration-output.md +0 -21
  943. package/runtime/agents/database-change-operator/templates/rollback-migration-output.md +0 -30
  944. package/runtime/agents/database-change-operator/templates/run-write-script-output.md +0 -29
  945. package/runtime/agents/database-change-operator/templates/test-write-permissions-output.md +0 -18
  946. package/runtime/agents/database-change-operator/templates/update-records-output.md +0 -31
  947. package/runtime/agents/database-change-operator/templates/upsert-records-output.md +0 -31
  948. package/runtime/agents/database-change-operator/tests/test_agentic_contracts.py +0 -48
  949. package/runtime/agents/database-change-operator/tests/test_runners.py +0 -161
  950. package/runtime/agents/docker-container-builder/AGENTS.md +0 -27
  951. package/runtime/agents/docker-container-builder/README.md +0 -21
  952. package/runtime/agents/docker-container-builder/agent.yaml +0 -52
  953. package/runtime/agents/docker-container-builder/capabilities/analyze-containerization-target/capability.yaml +0 -18
  954. package/runtime/agents/docker-container-builder/capabilities/analyze-containerization-target/decision-rules.md +0 -6
  955. package/runtime/agents/docker-container-builder/capabilities/analyze-containerization-target/runner.py +0 -32
  956. package/runtime/agents/docker-container-builder/capabilities/analyze-containerization-target/workflow.md +0 -6
  957. package/runtime/agents/docker-container-builder/capabilities/generate-compose/capability.yaml +0 -18
  958. package/runtime/agents/docker-container-builder/capabilities/generate-compose/decision-rules.md +0 -7
  959. package/runtime/agents/docker-container-builder/capabilities/generate-compose/runner.py +0 -32
  960. package/runtime/agents/docker-container-builder/capabilities/generate-compose/workflow.md +0 -6
  961. package/runtime/agents/docker-container-builder/capabilities/generate-container-project-files/capability.yaml +0 -20
  962. package/runtime/agents/docker-container-builder/capabilities/generate-container-project-files/decision-rules.md +0 -7
  963. package/runtime/agents/docker-container-builder/capabilities/generate-container-project-files/runner.py +0 -38
  964. package/runtime/agents/docker-container-builder/capabilities/generate-container-project-files/workflow.md +0 -7
  965. package/runtime/agents/docker-container-builder/capabilities/generate-dockerfile/capability.yaml +0 -18
  966. package/runtime/agents/docker-container-builder/capabilities/generate-dockerfile/decision-rules.md +0 -6
  967. package/runtime/agents/docker-container-builder/capabilities/generate-dockerfile/runner.py +0 -32
  968. package/runtime/agents/docker-container-builder/capabilities/generate-dockerfile/workflow.md +0 -7
  969. package/runtime/agents/docker-container-builder/capabilities/plan-image-build/capability.yaml +0 -18
  970. package/runtime/agents/docker-container-builder/capabilities/plan-image-build/decision-rules.md +0 -6
  971. package/runtime/agents/docker-container-builder/capabilities/plan-image-build/runner.py +0 -32
  972. package/runtime/agents/docker-container-builder/capabilities/plan-image-build/workflow.md +0 -6
  973. package/runtime/agents/docker-container-builder/capabilities/review-docker-security/capability.yaml +0 -21
  974. package/runtime/agents/docker-container-builder/capabilities/review-docker-security/decision-rules.md +0 -6
  975. package/runtime/agents/docker-container-builder/capabilities/review-docker-security/runner.py +0 -43
  976. package/runtime/agents/docker-container-builder/capabilities/review-docker-security/workflow.md +0 -5
  977. package/runtime/agents/docker-container-builder/infra/integrations/docker-container/docker_container_repository.py +0 -837
  978. package/runtime/agents/docker-container-builder/knowledge/context.md +0 -21
  979. package/runtime/agents/docker-container-builder/knowledge/policies.yaml +0 -13
  980. package/runtime/agents/docker-container-builder/knowledge/system.md +0 -21
  981. package/runtime/agents/docker-container-builder/templates/container-plan.md +0 -4
  982. package/runtime/agents/docker-container-builder/templates/container-review.md +0 -4
  983. package/runtime/agents/docker-container-builder/templates/docker-compose.md +0 -5
  984. package/runtime/agents/docker-container-builder/templates/docker-readme.md +0 -3
  985. package/runtime/agents/docker-container-builder/templates/dockerfile.md +0 -5
  986. package/runtime/agents/docker-container-builder/tests/test_runners.py +0 -255
  987. package/runtime/agents/drawio-diagram-builder/AGENTS.md +0 -35
  988. package/runtime/agents/drawio-diagram-builder/README.md +0 -53
  989. package/runtime/agents/drawio-diagram-builder/agent.yaml +0 -69
  990. package/runtime/agents/drawio-diagram-builder/capabilities/_shared/runner_support.py +0 -496
  991. package/runtime/agents/drawio-diagram-builder/capabilities/analyze-diagram-context/capability.yaml +0 -20
  992. package/runtime/agents/drawio-diagram-builder/capabilities/analyze-diagram-context/decision-rules.md +0 -8
  993. package/runtime/agents/drawio-diagram-builder/capabilities/analyze-diagram-context/runner.py +0 -9
  994. package/runtime/agents/drawio-diagram-builder/capabilities/analyze-diagram-context/workflow.md +0 -28
  995. package/runtime/agents/drawio-diagram-builder/capabilities/conduct-diagram-interview/capability.yaml +0 -21
  996. package/runtime/agents/drawio-diagram-builder/capabilities/conduct-diagram-interview/decision-rules.md +0 -8
  997. package/runtime/agents/drawio-diagram-builder/capabilities/conduct-diagram-interview/runner.py +0 -9
  998. package/runtime/agents/drawio-diagram-builder/capabilities/conduct-diagram-interview/workflow.md +0 -21
  999. package/runtime/agents/drawio-diagram-builder/capabilities/execute-diagram-delivery/capability.yaml +0 -20
  1000. package/runtime/agents/drawio-diagram-builder/capabilities/execute-diagram-delivery/decision-rules.md +0 -8
  1001. package/runtime/agents/drawio-diagram-builder/capabilities/execute-diagram-delivery/runner.py +0 -9
  1002. package/runtime/agents/drawio-diagram-builder/capabilities/execute-diagram-delivery/workflow.md +0 -27
  1003. package/runtime/agents/drawio-diagram-builder/capabilities/generate-architecture-diagram/capability.yaml +0 -20
  1004. package/runtime/agents/drawio-diagram-builder/capabilities/generate-architecture-diagram/decision-rules.md +0 -8
  1005. package/runtime/agents/drawio-diagram-builder/capabilities/generate-architecture-diagram/runner.py +0 -9
  1006. package/runtime/agents/drawio-diagram-builder/capabilities/generate-architecture-diagram/workflow.md +0 -24
  1007. package/runtime/agents/drawio-diagram-builder/capabilities/generate-drawio-diagram/capability.yaml +0 -19
  1008. package/runtime/agents/drawio-diagram-builder/capabilities/generate-drawio-diagram/decision-rules.md +0 -8
  1009. package/runtime/agents/drawio-diagram-builder/capabilities/generate-drawio-diagram/runner.py +0 -9
  1010. package/runtime/agents/drawio-diagram-builder/capabilities/generate-drawio-diagram/workflow.md +0 -22
  1011. package/runtime/agents/drawio-diagram-builder/capabilities/generate-erd-diagram/capability.yaml +0 -20
  1012. package/runtime/agents/drawio-diagram-builder/capabilities/generate-erd-diagram/decision-rules.md +0 -8
  1013. package/runtime/agents/drawio-diagram-builder/capabilities/generate-erd-diagram/runner.py +0 -9
  1014. package/runtime/agents/drawio-diagram-builder/capabilities/generate-erd-diagram/workflow.md +0 -20
  1015. package/runtime/agents/drawio-diagram-builder/capabilities/generate-flow-diagram/capability.yaml +0 -20
  1016. package/runtime/agents/drawio-diagram-builder/capabilities/generate-flow-diagram/decision-rules.md +0 -8
  1017. package/runtime/agents/drawio-diagram-builder/capabilities/generate-flow-diagram/runner.py +0 -9
  1018. package/runtime/agents/drawio-diagram-builder/capabilities/generate-flow-diagram/workflow.md +0 -21
  1019. package/runtime/agents/drawio-diagram-builder/capabilities/ingest-diagram-sources/capability.yaml +0 -20
  1020. package/runtime/agents/drawio-diagram-builder/capabilities/ingest-diagram-sources/decision-rules.md +0 -8
  1021. package/runtime/agents/drawio-diagram-builder/capabilities/ingest-diagram-sources/runner.py +0 -9
  1022. package/runtime/agents/drawio-diagram-builder/capabilities/ingest-diagram-sources/workflow.md +0 -23
  1023. package/runtime/agents/drawio-diagram-builder/capabilities/plan-diagram/capability.yaml +0 -20
  1024. package/runtime/agents/drawio-diagram-builder/capabilities/plan-diagram/decision-rules.md +0 -8
  1025. package/runtime/agents/drawio-diagram-builder/capabilities/plan-diagram/runner.py +0 -9
  1026. package/runtime/agents/drawio-diagram-builder/capabilities/plan-diagram/workflow.md +0 -20
  1027. package/runtime/agents/drawio-diagram-builder/capabilities/read-azure-card-context/capability.yaml +0 -20
  1028. package/runtime/agents/drawio-diagram-builder/capabilities/read-azure-card-context/decision-rules.md +0 -8
  1029. package/runtime/agents/drawio-diagram-builder/capabilities/read-azure-card-context/runner.py +0 -9
  1030. package/runtime/agents/drawio-diagram-builder/capabilities/read-azure-card-context/workflow.md +0 -21
  1031. package/runtime/agents/drawio-diagram-builder/capabilities/refine-drawio-diagram/capability.yaml +0 -20
  1032. package/runtime/agents/drawio-diagram-builder/capabilities/refine-drawio-diagram/decision-rules.md +0 -8
  1033. package/runtime/agents/drawio-diagram-builder/capabilities/refine-drawio-diagram/runner.py +0 -9
  1034. package/runtime/agents/drawio-diagram-builder/capabilities/refine-drawio-diagram/workflow.md +0 -22
  1035. package/runtime/agents/drawio-diagram-builder/capabilities/review-drawio-diagram/capability.yaml +0 -20
  1036. package/runtime/agents/drawio-diagram-builder/capabilities/review-drawio-diagram/decision-rules.md +0 -8
  1037. package/runtime/agents/drawio-diagram-builder/capabilities/review-drawio-diagram/runner.py +0 -9
  1038. package/runtime/agents/drawio-diagram-builder/capabilities/review-drawio-diagram/workflow.md +0 -28
  1039. package/runtime/agents/drawio-diagram-builder/infra/integrations/drawio/drawio_renderer.py +0 -498
  1040. package/runtime/agents/drawio-diagram-builder/infra/integrations/drawio/layout_engine.py +0 -17
  1041. package/runtime/agents/drawio-diagram-builder/infra/integrations/drawio/source_reader.py +0 -212
  1042. package/runtime/agents/drawio-diagram-builder/infra/integrations/drawio/spec_builder.py +0 -282
  1043. package/runtime/agents/drawio-diagram-builder/infra/integrations/drawio/validators.py +0 -203
  1044. package/runtime/agents/drawio-diagram-builder/knowledge/context.md +0 -32
  1045. package/runtime/agents/drawio-diagram-builder/knowledge/diagram-taxonomy.yaml +0 -57
  1046. package/runtime/agents/drawio-diagram-builder/knowledge/policies.yaml +0 -68
  1047. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/analyze-diagram-context.md +0 -32
  1048. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/conduct-diagram-interview.md +0 -23
  1049. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/execute-diagram-delivery.md +0 -27
  1050. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/generate-architecture-diagram.md +0 -23
  1051. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/generate-drawio-diagram.md +0 -23
  1052. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/generate-erd-diagram.md +0 -22
  1053. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/generate-flow-diagram.md +0 -23
  1054. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/ingest-diagram-sources.md +0 -24
  1055. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/plan-diagram.md +0 -22
  1056. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/read-azure-card-context.md +0 -21
  1057. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/refine-drawio-diagram.md +0 -25
  1058. package/runtime/agents/drawio-diagram-builder/knowledge/prompts/review-drawio-diagram.md +0 -30
  1059. package/runtime/agents/drawio-diagram-builder/knowledge/system.md +0 -52
  1060. package/runtime/agents/drawio-diagram-builder/knowledge/visual-rules.md +0 -12
  1061. package/runtime/agents/drawio-diagram-builder/templates/diagram-spec.schema.json +0 -42
  1062. package/runtime/agents/drawio-diagram-builder/templates/shape-library.yaml +0 -10
  1063. package/runtime/agents/drawio-diagram-builder/templates/style-presets.yaml +0 -28
  1064. package/runtime/agents/drawio-diagram-builder/tests/__init__.py +0 -0
  1065. package/runtime/agents/drawio-diagram-builder/tests/test_refine.py +0 -144
  1066. package/runtime/agents/drawio-diagram-builder/tests/test_renderer.py +0 -208
  1067. package/runtime/agents/drawio-diagram-builder/tests/test_source_reader.py +0 -62
  1068. package/runtime/agents/drawio-diagram-builder/tests/test_specs.py +0 -189
  1069. package/runtime/agents/drawio-diagram-builder/tests/test_validators.py +0 -198
  1070. package/runtime/agents/elasticsearch-log-analyzer/AGENTS.md +0 -28
  1071. package/runtime/agents/elasticsearch-log-analyzer/README.md +0 -53
  1072. package/runtime/agents/elasticsearch-log-analyzer/agent.yaml +0 -66
  1073. package/runtime/agents/elasticsearch-log-analyzer/capabilities/_shared/runner_support.py +0 -123
  1074. package/runtime/agents/elasticsearch-log-analyzer/capabilities/analyze-service-errors/capability.yaml +0 -39
  1075. package/runtime/agents/elasticsearch-log-analyzer/capabilities/analyze-service-errors/decision-rules.md +0 -6
  1076. package/runtime/agents/elasticsearch-log-analyzer/capabilities/analyze-service-errors/runner.py +0 -118
  1077. package/runtime/agents/elasticsearch-log-analyzer/capabilities/analyze-service-errors/workflow.md +0 -6
  1078. package/runtime/agents/elasticsearch-log-analyzer/capabilities/correlate-azure-card-logs/capability.yaml +0 -22
  1079. package/runtime/agents/elasticsearch-log-analyzer/capabilities/correlate-azure-card-logs/decision-rules.md +0 -6
  1080. package/runtime/agents/elasticsearch-log-analyzer/capabilities/correlate-azure-card-logs/runner.py +0 -82
  1081. package/runtime/agents/elasticsearch-log-analyzer/capabilities/correlate-azure-card-logs/workflow.md +0 -5
  1082. package/runtime/agents/elasticsearch-log-analyzer/capabilities/detect-error-patterns/capability.yaml +0 -24
  1083. package/runtime/agents/elasticsearch-log-analyzer/capabilities/detect-error-patterns/decision-rules.md +0 -6
  1084. package/runtime/agents/elasticsearch-log-analyzer/capabilities/detect-error-patterns/runner.py +0 -93
  1085. package/runtime/agents/elasticsearch-log-analyzer/capabilities/detect-error-patterns/workflow.md +0 -6
  1086. package/runtime/agents/elasticsearch-log-analyzer/capabilities/extract-log-samples/capability.yaml +0 -23
  1087. package/runtime/agents/elasticsearch-log-analyzer/capabilities/extract-log-samples/decision-rules.md +0 -7
  1088. package/runtime/agents/elasticsearch-log-analyzer/capabilities/extract-log-samples/runner.py +0 -66
  1089. package/runtime/agents/elasticsearch-log-analyzer/capabilities/extract-log-samples/workflow.md +0 -5
  1090. package/runtime/agents/elasticsearch-log-analyzer/capabilities/generate-log-report/capability.yaml +0 -26
  1091. package/runtime/agents/elasticsearch-log-analyzer/capabilities/generate-log-report/decision-rules.md +0 -6
  1092. package/runtime/agents/elasticsearch-log-analyzer/capabilities/generate-log-report/runner.py +0 -129
  1093. package/runtime/agents/elasticsearch-log-analyzer/capabilities/generate-log-report/workflow.md +0 -6
  1094. package/runtime/agents/elasticsearch-log-analyzer/capabilities/list-log-sources/capability.yaml +0 -22
  1095. package/runtime/agents/elasticsearch-log-analyzer/capabilities/list-log-sources/decision-rules.md +0 -6
  1096. package/runtime/agents/elasticsearch-log-analyzer/capabilities/list-log-sources/runner.py +0 -50
  1097. package/runtime/agents/elasticsearch-log-analyzer/capabilities/list-log-sources/workflow.md +0 -6
  1098. package/runtime/agents/elasticsearch-log-analyzer/capabilities/search-log-events/capability.yaml +0 -35
  1099. package/runtime/agents/elasticsearch-log-analyzer/capabilities/search-log-events/decision-rules.md +0 -6
  1100. package/runtime/agents/elasticsearch-log-analyzer/capabilities/search-log-events/runner.py +0 -78
  1101. package/runtime/agents/elasticsearch-log-analyzer/capabilities/search-log-events/workflow.md +0 -7
  1102. package/runtime/agents/elasticsearch-log-analyzer/capabilities/trace-request/capability.yaml +0 -23
  1103. package/runtime/agents/elasticsearch-log-analyzer/capabilities/trace-request/decision-rules.md +0 -7
  1104. package/runtime/agents/elasticsearch-log-analyzer/capabilities/trace-request/runner.py +0 -70
  1105. package/runtime/agents/elasticsearch-log-analyzer/capabilities/trace-request/workflow.md +0 -6
  1106. package/runtime/agents/elasticsearch-log-analyzer/infra/README.md +0 -7
  1107. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/README.md +0 -37
  1108. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/cli.py +0 -96
  1109. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/elasticsearch_repository.py +0 -458
  1110. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/env.example +0 -5
  1111. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/integration.yaml +0 -30
  1112. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/mcp/README.md +0 -3
  1113. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/aggregate-terms.yaml +0 -8
  1114. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/aggregate-timeline.yaml +0 -8
  1115. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/count-events.yaml +0 -8
  1116. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/describe-source.yaml +0 -7
  1117. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/get-event.yaml +0 -7
  1118. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/list-sources.yaml +0 -7
  1119. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/render-query.yaml +0 -8
  1120. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/methods/search-events.yaml +0 -8
  1121. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/models/README.md +0 -3
  1122. package/runtime/agents/elasticsearch-log-analyzer/infra/integrations/elasticsearch/tests/test_repository.py +0 -159
  1123. package/runtime/agents/elasticsearch-log-analyzer/knowledge/README.md +0 -4
  1124. package/runtime/agents/elasticsearch-log-analyzer/knowledge/context.md +0 -10
  1125. package/runtime/agents/elasticsearch-log-analyzer/knowledge/policies.yaml +0 -33
  1126. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/README.md +0 -3
  1127. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/analyze-service-errors.md +0 -27
  1128. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/correlate-azure-card-logs.md +0 -30
  1129. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/detect-error-patterns.md +0 -26
  1130. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/extract-log-samples.md +0 -27
  1131. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/generate-log-report.md +0 -29
  1132. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/list-log-sources.md +0 -27
  1133. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/search-log-events.md +0 -28
  1134. package/runtime/agents/elasticsearch-log-analyzer/knowledge/prompts/trace-request.md +0 -27
  1135. package/runtime/agents/elasticsearch-log-analyzer/knowledge/system.md +0 -42
  1136. package/runtime/agents/elasticsearch-log-analyzer/templates/README.md +0 -3
  1137. package/runtime/agents/elasticsearch-log-analyzer/templates/analyze-service-errors-output.md +0 -21
  1138. package/runtime/agents/elasticsearch-log-analyzer/templates/correlate-azure-card-logs-output.md +0 -24
  1139. package/runtime/agents/elasticsearch-log-analyzer/templates/detect-error-patterns-output.md +0 -17
  1140. package/runtime/agents/elasticsearch-log-analyzer/templates/extract-log-samples-output.md +0 -10
  1141. package/runtime/agents/elasticsearch-log-analyzer/templates/generate-log-report-output.md +0 -35
  1142. package/runtime/agents/elasticsearch-log-analyzer/templates/list-log-sources-output.md +0 -21
  1143. package/runtime/agents/elasticsearch-log-analyzer/templates/search-log-events-output.md +0 -20
  1144. package/runtime/agents/elasticsearch-log-analyzer/templates/trace-request-output.md +0 -18
  1145. package/runtime/agents/elasticsearch-log-analyzer/tests/test_agentic_contracts.py +0 -45
  1146. package/runtime/agents/elasticsearch-log-analyzer/tests/test_guardrails.py +0 -217
  1147. package/runtime/agents/elasticsearch-log-analyzer/tests/test_runners.py +0 -127
  1148. package/runtime/agents/excel-workbook-builder/AGENTS.md +0 -21
  1149. package/runtime/agents/excel-workbook-builder/README.md +0 -51
  1150. package/runtime/agents/excel-workbook-builder/agent.yaml +0 -78
  1151. package/runtime/agents/excel-workbook-builder/capabilities/_shared/advanced_ops.py +0 -351
  1152. package/runtime/agents/excel-workbook-builder/capabilities/_shared/template_binding.py +0 -40
  1153. package/runtime/agents/excel-workbook-builder/capabilities/_shared/template_ops.py +0 -251
  1154. package/runtime/agents/excel-workbook-builder/capabilities/_shared/workbook_support.py +0 -963
  1155. package/runtime/agents/excel-workbook-builder/capabilities/add-formulas-and-validations/capability.yaml +0 -15
  1156. package/runtime/agents/excel-workbook-builder/capabilities/add-formulas-and-validations/decision-rules.md +0 -8
  1157. package/runtime/agents/excel-workbook-builder/capabilities/add-formulas-and-validations/runner.py +0 -9
  1158. package/runtime/agents/excel-workbook-builder/capabilities/add-formulas-and-validations/workflow.md +0 -26
  1159. package/runtime/agents/excel-workbook-builder/capabilities/compare-template-versions/capability.yaml +0 -14
  1160. package/runtime/agents/excel-workbook-builder/capabilities/compare-template-versions/decision-rules.md +0 -8
  1161. package/runtime/agents/excel-workbook-builder/capabilities/compare-template-versions/runner.py +0 -9
  1162. package/runtime/agents/excel-workbook-builder/capabilities/compare-template-versions/workflow.md +0 -23
  1163. package/runtime/agents/excel-workbook-builder/capabilities/create-adjustment-suggestions/capability.yaml +0 -14
  1164. package/runtime/agents/excel-workbook-builder/capabilities/create-adjustment-suggestions/decision-rules.md +0 -8
  1165. package/runtime/agents/excel-workbook-builder/capabilities/create-adjustment-suggestions/runner.py +0 -9
  1166. package/runtime/agents/excel-workbook-builder/capabilities/create-adjustment-suggestions/workflow.md +0 -24
  1167. package/runtime/agents/excel-workbook-builder/capabilities/create-pivot-summary/capability.yaml +0 -15
  1168. package/runtime/agents/excel-workbook-builder/capabilities/create-pivot-summary/decision-rules.md +0 -8
  1169. package/runtime/agents/excel-workbook-builder/capabilities/create-pivot-summary/runner.py +0 -9
  1170. package/runtime/agents/excel-workbook-builder/capabilities/create-pivot-summary/workflow.md +0 -23
  1171. package/runtime/agents/excel-workbook-builder/capabilities/create-summary-dashboard/capability.yaml +0 -14
  1172. package/runtime/agents/excel-workbook-builder/capabilities/create-summary-dashboard/decision-rules.md +0 -8
  1173. package/runtime/agents/excel-workbook-builder/capabilities/create-summary-dashboard/runner.py +0 -9
  1174. package/runtime/agents/excel-workbook-builder/capabilities/create-summary-dashboard/workflow.md +0 -25
  1175. package/runtime/agents/excel-workbook-builder/capabilities/create-template/capability.yaml +0 -15
  1176. package/runtime/agents/excel-workbook-builder/capabilities/create-template/decision-rules.md +0 -8
  1177. package/runtime/agents/excel-workbook-builder/capabilities/create-template/runner.py +0 -9
  1178. package/runtime/agents/excel-workbook-builder/capabilities/create-template/workflow.md +0 -26
  1179. package/runtime/agents/excel-workbook-builder/capabilities/create-template-version/capability.yaml +0 -15
  1180. package/runtime/agents/excel-workbook-builder/capabilities/create-template-version/decision-rules.md +0 -8
  1181. package/runtime/agents/excel-workbook-builder/capabilities/create-template-version/runner.py +0 -9
  1182. package/runtime/agents/excel-workbook-builder/capabilities/create-template-version/workflow.md +0 -27
  1183. package/runtime/agents/excel-workbook-builder/capabilities/deprecate-template-version/capability.yaml +0 -14
  1184. package/runtime/agents/excel-workbook-builder/capabilities/deprecate-template-version/decision-rules.md +0 -8
  1185. package/runtime/agents/excel-workbook-builder/capabilities/deprecate-template-version/runner.py +0 -9
  1186. package/runtime/agents/excel-workbook-builder/capabilities/deprecate-template-version/workflow.md +0 -21
  1187. package/runtime/agents/excel-workbook-builder/capabilities/explain-reconciliation-differences/capability.yaml +0 -14
  1188. package/runtime/agents/excel-workbook-builder/capabilities/explain-reconciliation-differences/decision-rules.md +0 -8
  1189. package/runtime/agents/excel-workbook-builder/capabilities/explain-reconciliation-differences/runner.py +0 -9
  1190. package/runtime/agents/excel-workbook-builder/capabilities/explain-reconciliation-differences/workflow.md +0 -23
  1191. package/runtime/agents/excel-workbook-builder/capabilities/export-workbook-artifacts/capability.yaml +0 -15
  1192. package/runtime/agents/excel-workbook-builder/capabilities/export-workbook-artifacts/decision-rules.md +0 -8
  1193. package/runtime/agents/excel-workbook-builder/capabilities/export-workbook-artifacts/runner.py +0 -9
  1194. package/runtime/agents/excel-workbook-builder/capabilities/export-workbook-artifacts/workflow.md +0 -26
  1195. package/runtime/agents/excel-workbook-builder/capabilities/generate-reconciliation-report/capability.yaml +0 -14
  1196. package/runtime/agents/excel-workbook-builder/capabilities/generate-reconciliation-report/decision-rules.md +0 -8
  1197. package/runtime/agents/excel-workbook-builder/capabilities/generate-reconciliation-report/runner.py +0 -9
  1198. package/runtime/agents/excel-workbook-builder/capabilities/generate-reconciliation-report/workflow.md +0 -23
  1199. package/runtime/agents/excel-workbook-builder/capabilities/generate-template-input-file/capability.yaml +0 -14
  1200. package/runtime/agents/excel-workbook-builder/capabilities/generate-template-input-file/decision-rules.md +0 -8
  1201. package/runtime/agents/excel-workbook-builder/capabilities/generate-template-input-file/runner.py +0 -60
  1202. package/runtime/agents/excel-workbook-builder/capabilities/generate-template-input-file/workflow.md +0 -22
  1203. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-data/capability.yaml +0 -15
  1204. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-data/decision-rules.md +0 -8
  1205. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-data/runner.py +0 -46
  1206. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-data/workflow.md +0 -27
  1207. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-template/capability.yaml +0 -14
  1208. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-template/decision-rules.md +0 -8
  1209. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-template/runner.py +0 -62
  1210. package/runtime/agents/excel-workbook-builder/capabilities/generate-workbook-from-template/workflow.md +0 -25
  1211. package/runtime/agents/excel-workbook-builder/capabilities/ingest-source-document/capability.yaml +0 -15
  1212. package/runtime/agents/excel-workbook-builder/capabilities/ingest-source-document/decision-rules.md +0 -8
  1213. package/runtime/agents/excel-workbook-builder/capabilities/ingest-source-document/runner.py +0 -47
  1214. package/runtime/agents/excel-workbook-builder/capabilities/ingest-source-document/workflow.md +0 -25
  1215. package/runtime/agents/excel-workbook-builder/capabilities/ingest-workbook-data/capability.yaml +0 -15
  1216. package/runtime/agents/excel-workbook-builder/capabilities/ingest-workbook-data/decision-rules.md +0 -8
  1217. package/runtime/agents/excel-workbook-builder/capabilities/ingest-workbook-data/runner.py +0 -47
  1218. package/runtime/agents/excel-workbook-builder/capabilities/ingest-workbook-data/workflow.md +0 -22
  1219. package/runtime/agents/excel-workbook-builder/capabilities/inspect-template/capability.yaml +0 -15
  1220. package/runtime/agents/excel-workbook-builder/capabilities/inspect-template/decision-rules.md +0 -8
  1221. package/runtime/agents/excel-workbook-builder/capabilities/inspect-template/runner.py +0 -70
  1222. package/runtime/agents/excel-workbook-builder/capabilities/inspect-template/workflow.md +0 -22
  1223. package/runtime/agents/excel-workbook-builder/capabilities/list-template-versions/capability.yaml +0 -15
  1224. package/runtime/agents/excel-workbook-builder/capabilities/list-template-versions/decision-rules.md +0 -8
  1225. package/runtime/agents/excel-workbook-builder/capabilities/list-template-versions/runner.py +0 -57
  1226. package/runtime/agents/excel-workbook-builder/capabilities/list-template-versions/workflow.md +0 -19
  1227. package/runtime/agents/excel-workbook-builder/capabilities/list-templates/capability.yaml +0 -14
  1228. package/runtime/agents/excel-workbook-builder/capabilities/list-templates/decision-rules.md +0 -8
  1229. package/runtime/agents/excel-workbook-builder/capabilities/list-templates/runner.py +0 -44
  1230. package/runtime/agents/excel-workbook-builder/capabilities/list-templates/workflow.md +0 -21
  1231. package/runtime/agents/excel-workbook-builder/capabilities/map-source-to-template/capability.yaml +0 -14
  1232. package/runtime/agents/excel-workbook-builder/capabilities/map-source-to-template/decision-rules.md +0 -8
  1233. package/runtime/agents/excel-workbook-builder/capabilities/map-source-to-template/runner.py +0 -56
  1234. package/runtime/agents/excel-workbook-builder/capabilities/map-source-to-template/workflow.md +0 -27
  1235. package/runtime/agents/excel-workbook-builder/capabilities/normalize-tabular-data/capability.yaml +0 -14
  1236. package/runtime/agents/excel-workbook-builder/capabilities/normalize-tabular-data/decision-rules.md +0 -8
  1237. package/runtime/agents/excel-workbook-builder/capabilities/normalize-tabular-data/runner.py +0 -47
  1238. package/runtime/agents/excel-workbook-builder/capabilities/normalize-tabular-data/workflow.md +0 -25
  1239. package/runtime/agents/excel-workbook-builder/capabilities/plan-workbook/capability.yaml +0 -15
  1240. package/runtime/agents/excel-workbook-builder/capabilities/plan-workbook/decision-rules.md +0 -8
  1241. package/runtime/agents/excel-workbook-builder/capabilities/plan-workbook/runner.py +0 -9
  1242. package/runtime/agents/excel-workbook-builder/capabilities/plan-workbook/workflow.md +0 -26
  1243. package/runtime/agents/excel-workbook-builder/capabilities/promote-template-version/capability.yaml +0 -14
  1244. package/runtime/agents/excel-workbook-builder/capabilities/promote-template-version/decision-rules.md +0 -8
  1245. package/runtime/agents/excel-workbook-builder/capabilities/promote-template-version/runner.py +0 -9
  1246. package/runtime/agents/excel-workbook-builder/capabilities/promote-template-version/workflow.md +0 -23
  1247. package/runtime/agents/excel-workbook-builder/capabilities/reconcile-datasets/capability.yaml +0 -15
  1248. package/runtime/agents/excel-workbook-builder/capabilities/reconcile-datasets/decision-rules.md +0 -8
  1249. package/runtime/agents/excel-workbook-builder/capabilities/reconcile-datasets/runner.py +0 -164
  1250. package/runtime/agents/excel-workbook-builder/capabilities/reconcile-datasets/workflow.md +0 -27
  1251. package/runtime/agents/excel-workbook-builder/capabilities/refine-generated-workbook/capability.yaml +0 -14
  1252. package/runtime/agents/excel-workbook-builder/capabilities/refine-generated-workbook/decision-rules.md +0 -8
  1253. package/runtime/agents/excel-workbook-builder/capabilities/refine-generated-workbook/runner.py +0 -9
  1254. package/runtime/agents/excel-workbook-builder/capabilities/refine-generated-workbook/workflow.md +0 -25
  1255. package/runtime/agents/excel-workbook-builder/capabilities/refine-template/capability.yaml +0 -15
  1256. package/runtime/agents/excel-workbook-builder/capabilities/refine-template/decision-rules.md +0 -8
  1257. package/runtime/agents/excel-workbook-builder/capabilities/refine-template/runner.py +0 -9
  1258. package/runtime/agents/excel-workbook-builder/capabilities/refine-template/workflow.md +0 -23
  1259. package/runtime/agents/excel-workbook-builder/capabilities/refresh-workbook-data/capability.yaml +0 -15
  1260. package/runtime/agents/excel-workbook-builder/capabilities/refresh-workbook-data/decision-rules.md +0 -8
  1261. package/runtime/agents/excel-workbook-builder/capabilities/refresh-workbook-data/runner.py +0 -9
  1262. package/runtime/agents/excel-workbook-builder/capabilities/refresh-workbook-data/workflow.md +0 -23
  1263. package/runtime/agents/excel-workbook-builder/capabilities/register-template/capability.yaml +0 -14
  1264. package/runtime/agents/excel-workbook-builder/capabilities/register-template/decision-rules.md +0 -8
  1265. package/runtime/agents/excel-workbook-builder/capabilities/register-template/runner.py +0 -80
  1266. package/runtime/agents/excel-workbook-builder/capabilities/register-template/workflow.md +0 -24
  1267. package/runtime/agents/excel-workbook-builder/capabilities/render-workbook-preview/capability.yaml +0 -15
  1268. package/runtime/agents/excel-workbook-builder/capabilities/render-workbook-preview/decision-rules.md +0 -8
  1269. package/runtime/agents/excel-workbook-builder/capabilities/render-workbook-preview/runner.py +0 -44
  1270. package/runtime/agents/excel-workbook-builder/capabilities/render-workbook-preview/workflow.md +0 -23
  1271. package/runtime/agents/excel-workbook-builder/capabilities/request-database-data/capability.yaml +0 -15
  1272. package/runtime/agents/excel-workbook-builder/capabilities/request-database-data/decision-rules.md +0 -8
  1273. package/runtime/agents/excel-workbook-builder/capabilities/request-database-data/runner.py +0 -92
  1274. package/runtime/agents/excel-workbook-builder/capabilities/request-database-data/workflow.md +0 -29
  1275. package/runtime/agents/excel-workbook-builder/capabilities/review-generated-workbook/capability.yaml +0 -14
  1276. package/runtime/agents/excel-workbook-builder/capabilities/review-generated-workbook/decision-rules.md +0 -8
  1277. package/runtime/agents/excel-workbook-builder/capabilities/review-generated-workbook/runner.py +0 -72
  1278. package/runtime/agents/excel-workbook-builder/capabilities/review-generated-workbook/workflow.md +0 -25
  1279. package/runtime/agents/excel-workbook-builder/capabilities/run-workbook-operation/capability.yaml +0 -14
  1280. package/runtime/agents/excel-workbook-builder/capabilities/run-workbook-operation/decision-rules.md +0 -8
  1281. package/runtime/agents/excel-workbook-builder/capabilities/run-workbook-operation/runner.py +0 -9
  1282. package/runtime/agents/excel-workbook-builder/capabilities/run-workbook-operation/workflow.md +0 -23
  1283. package/runtime/agents/excel-workbook-builder/capabilities/scan-formula-errors/capability.yaml +0 -15
  1284. package/runtime/agents/excel-workbook-builder/capabilities/scan-formula-errors/decision-rules.md +0 -8
  1285. package/runtime/agents/excel-workbook-builder/capabilities/scan-formula-errors/workflow.md +0 -23
  1286. package/runtime/agents/excel-workbook-builder/capabilities/update-existing-workbook/capability.yaml +0 -15
  1287. package/runtime/agents/excel-workbook-builder/capabilities/update-existing-workbook/decision-rules.md +0 -8
  1288. package/runtime/agents/excel-workbook-builder/capabilities/update-existing-workbook/runner.py +0 -9
  1289. package/runtime/agents/excel-workbook-builder/capabilities/update-existing-workbook/workflow.md +0 -23
  1290. package/runtime/agents/excel-workbook-builder/capabilities/validate-reconciliation-rules/capability.yaml +0 -14
  1291. package/runtime/agents/excel-workbook-builder/capabilities/validate-reconciliation-rules/decision-rules.md +0 -8
  1292. package/runtime/agents/excel-workbook-builder/capabilities/validate-reconciliation-rules/runner.py +0 -9
  1293. package/runtime/agents/excel-workbook-builder/capabilities/validate-reconciliation-rules/workflow.md +0 -25
  1294. package/runtime/agents/excel-workbook-builder/capabilities/validate-source-data/capability.yaml +0 -14
  1295. package/runtime/agents/excel-workbook-builder/capabilities/validate-source-data/decision-rules.md +0 -8
  1296. package/runtime/agents/excel-workbook-builder/capabilities/validate-source-data/runner.py +0 -98
  1297. package/runtime/agents/excel-workbook-builder/capabilities/validate-source-data/workflow.md +0 -24
  1298. package/runtime/agents/excel-workbook-builder/infra/README.md +0 -4
  1299. package/runtime/agents/excel-workbook-builder/infra/integrations/database-delegator/README.md +0 -5
  1300. package/runtime/agents/excel-workbook-builder/infra/integrations/document-reader/README.md +0 -5
  1301. package/runtime/agents/excel-workbook-builder/infra/integrations/file-normalizer/README.md +0 -5
  1302. package/runtime/agents/excel-workbook-builder/infra/integrations/workbook-renderer/README.md +0 -5
  1303. package/runtime/agents/excel-workbook-builder/knowledge/context.md +0 -27
  1304. package/runtime/agents/excel-workbook-builder/knowledge/formula-rules.md +0 -9
  1305. package/runtime/agents/excel-workbook-builder/knowledge/policies.yaml +0 -30
  1306. package/runtime/agents/excel-workbook-builder/knowledge/reconciliation-rules.md +0 -9
  1307. package/runtime/agents/excel-workbook-builder/knowledge/runtime.md +0 -67
  1308. package/runtime/agents/excel-workbook-builder/knowledge/source-routing.md +0 -9
  1309. package/runtime/agents/excel-workbook-builder/knowledge/system.md +0 -47
  1310. package/runtime/agents/excel-workbook-builder/knowledge/template-catalog.yaml +0 -3
  1311. package/runtime/agents/excel-workbook-builder/templates/README.md +0 -16
  1312. package/runtime/agents/excel-workbook-builder/tests/fixtures/plan-workbook-brief.json +0 -12
  1313. package/runtime/agents/excel-workbook-builder/tests/test_template_lifecycle.py +0 -258
  1314. package/runtime/agents/execution-loop-builder/AGENTS.md +0 -24
  1315. package/runtime/agents/execution-loop-builder/README.md +0 -19
  1316. package/runtime/agents/execution-loop-builder/agent.yaml +0 -49
  1317. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-project-files/capability.yaml +0 -20
  1318. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-project-files/decision-rules.md +0 -6
  1319. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-project-files/runner.py +0 -38
  1320. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-project-files/workflow.md +0 -7
  1321. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-runner/capability.yaml +0 -18
  1322. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-runner/decision-rules.md +0 -5
  1323. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-runner/runner.py +0 -32
  1324. package/runtime/agents/execution-loop-builder/capabilities/generate-loop-runner/workflow.md +0 -6
  1325. package/runtime/agents/execution-loop-builder/capabilities/plan-execution-loop/capability.yaml +0 -18
  1326. package/runtime/agents/execution-loop-builder/capabilities/plan-execution-loop/decision-rules.md +0 -6
  1327. package/runtime/agents/execution-loop-builder/capabilities/plan-execution-loop/runner.py +0 -32
  1328. package/runtime/agents/execution-loop-builder/capabilities/plan-execution-loop/workflow.md +0 -6
  1329. package/runtime/agents/execution-loop-builder/capabilities/register-loop-task/capability.yaml +0 -19
  1330. package/runtime/agents/execution-loop-builder/capabilities/register-loop-task/decision-rules.md +0 -6
  1331. package/runtime/agents/execution-loop-builder/capabilities/register-loop-task/runner.py +0 -36
  1332. package/runtime/agents/execution-loop-builder/capabilities/register-loop-task/workflow.md +0 -6
  1333. package/runtime/agents/execution-loop-builder/capabilities/review-loop-safety/capability.yaml +0 -19
  1334. package/runtime/agents/execution-loop-builder/capabilities/review-loop-safety/decision-rules.md +0 -6
  1335. package/runtime/agents/execution-loop-builder/capabilities/review-loop-safety/runner.py +0 -39
  1336. package/runtime/agents/execution-loop-builder/capabilities/review-loop-safety/workflow.md +0 -5
  1337. package/runtime/agents/execution-loop-builder/infra/integrations/execution-loop/execution_loop_repository.py +0 -608
  1338. package/runtime/agents/execution-loop-builder/knowledge/context.md +0 -26
  1339. package/runtime/agents/execution-loop-builder/knowledge/policies.yaml +0 -13
  1340. package/runtime/agents/execution-loop-builder/knowledge/system.md +0 -19
  1341. package/runtime/agents/execution-loop-builder/templates/loop-plan.md +0 -3
  1342. package/runtime/agents/execution-loop-builder/templates/loop-readme.md +0 -3
  1343. package/runtime/agents/execution-loop-builder/templates/loop-review.md +0 -3
  1344. package/runtime/agents/execution-loop-builder/templates/loop-runner.py +0 -2
  1345. package/runtime/agents/execution-loop-builder/tests/test_runners.py +0 -274
  1346. package/runtime/agents/execution-reviewer/AGENTS.md +0 -8
  1347. package/runtime/agents/execution-reviewer/README.md +0 -13
  1348. package/runtime/agents/execution-reviewer/agent.yaml +0 -27
  1349. package/runtime/agents/execution-reviewer/capabilities/review-agent-result/capability.yaml +0 -14
  1350. package/runtime/agents/execution-reviewer/capabilities/review-agent-result/decision-rules.md +0 -6
  1351. package/runtime/agents/execution-reviewer/capabilities/review-agent-result/workflow.md +0 -7
  1352. package/runtime/agents/execution-reviewer/capabilities/review-final-output/capability.yaml +0 -14
  1353. package/runtime/agents/execution-reviewer/capabilities/review-final-output/decision-rules.md +0 -6
  1354. package/runtime/agents/execution-reviewer/capabilities/review-final-output/workflow.md +0 -7
  1355. package/runtime/agents/execution-reviewer/capabilities/review-plan/capability.yaml +0 -14
  1356. package/runtime/agents/execution-reviewer/capabilities/review-plan/decision-rules.md +0 -6
  1357. package/runtime/agents/execution-reviewer/capabilities/review-plan/workflow.md +0 -7
  1358. package/runtime/agents/execution-reviewer/infra/README.md +0 -4
  1359. package/runtime/agents/execution-reviewer/knowledge/context.md +0 -6
  1360. package/runtime/agents/execution-reviewer/knowledge/system.md +0 -18
  1361. package/runtime/agents/execution-reviewer/templates/README.md +0 -4
  1362. package/runtime/agents/figma-ui-ux-product-designer/AGENTS.md +0 -23
  1363. package/runtime/agents/figma-ui-ux-product-designer/README.md +0 -80
  1364. package/runtime/agents/figma-ui-ux-product-designer/agent.yaml +0 -118
  1365. package/runtime/agents/figma-ui-ux-product-designer/capabilities/_shared/design_support.py +0 -913
  1366. package/runtime/agents/figma-ui-ux-product-designer/capabilities/_shared/figma_setup.py +0 -264
  1367. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-existing-figma-project/capability.yaml +0 -17
  1368. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-existing-figma-project/decision-rules.md +0 -8
  1369. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-existing-figma-project/runner.py +0 -8
  1370. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-existing-figma-project/workflow.md +0 -34
  1371. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-product-context/capability.yaml +0 -14
  1372. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-product-context/decision-rules.md +0 -8
  1373. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-product-context/runner.py +0 -8
  1374. package/runtime/agents/figma-ui-ux-product-designer/capabilities/analyze-product-context/workflow.md +0 -31
  1375. package/runtime/agents/figma-ui-ux-product-designer/capabilities/apply-design-feedback/capability.yaml +0 -15
  1376. package/runtime/agents/figma-ui-ux-product-designer/capabilities/apply-design-feedback/decision-rules.md +0 -8
  1377. package/runtime/agents/figma-ui-ux-product-designer/capabilities/apply-design-feedback/runner.py +0 -8
  1378. package/runtime/agents/figma-ui-ux-product-designer/capabilities/apply-design-feedback/workflow.md +0 -33
  1379. package/runtime/agents/figma-ui-ux-product-designer/capabilities/capture-url-to-figma/capability.yaml +0 -18
  1380. package/runtime/agents/figma-ui-ux-product-designer/capabilities/capture-url-to-figma/decision-rules.md +0 -8
  1381. package/runtime/agents/figma-ui-ux-product-designer/capabilities/capture-url-to-figma/runner.py +0 -8
  1382. package/runtime/agents/figma-ui-ux-product-designer/capabilities/capture-url-to-figma/workflow.md +0 -33
  1383. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-interview/capability.yaml +0 -14
  1384. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-interview/decision-rules.md +0 -8
  1385. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-interview/runner.py +0 -8
  1386. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-interview/workflow.md +0 -38
  1387. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-review-session/capability.yaml +0 -14
  1388. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-review-session/decision-rules.md +0 -8
  1389. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-review-session/runner.py +0 -8
  1390. package/runtime/agents/figma-ui-ux-product-designer/capabilities/conduct-design-review-session/workflow.md +0 -29
  1391. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-design-system-foundation/capability.yaml +0 -17
  1392. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-design-system-foundation/decision-rules.md +0 -8
  1393. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-design-system-foundation/runner.py +0 -8
  1394. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-design-system-foundation/workflow.md +0 -33
  1395. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-figma-project/capability.yaml +0 -17
  1396. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-figma-project/decision-rules.md +0 -8
  1397. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-figma-project/runner.py +0 -8
  1398. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-figma-project/workflow.md +0 -34
  1399. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-mobile-app-design/capability.yaml +0 -17
  1400. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-mobile-app-design/decision-rules.md +0 -8
  1401. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-mobile-app-design/runner.py +0 -8
  1402. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-mobile-app-design/workflow.md +0 -40
  1403. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-web-app-design/capability.yaml +0 -17
  1404. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-web-app-design/decision-rules.md +0 -8
  1405. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-web-app-design/runner.py +0 -8
  1406. package/runtime/agents/figma-ui-ux-product-designer/capabilities/create-web-app-design/workflow.md +0 -38
  1407. package/runtime/agents/figma-ui-ux-product-designer/capabilities/facelift-existing-product/capability.yaml +0 -14
  1408. package/runtime/agents/figma-ui-ux-product-designer/capabilities/facelift-existing-product/decision-rules.md +0 -8
  1409. package/runtime/agents/figma-ui-ux-product-designer/capabilities/facelift-existing-product/runner.py +0 -8
  1410. package/runtime/agents/figma-ui-ux-product-designer/capabilities/facelift-existing-product/workflow.md +0 -32
  1411. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-dev-handoff/capability.yaml +0 -14
  1412. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-dev-handoff/decision-rules.md +0 -8
  1413. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-dev-handoff/runner.py +0 -8
  1414. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-dev-handoff/workflow.md +0 -27
  1415. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-user-journey-diagram/capability.yaml +0 -17
  1416. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-user-journey-diagram/decision-rules.md +0 -8
  1417. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-user-journey-diagram/runner.py +0 -8
  1418. package/runtime/agents/figma-ui-ux-product-designer/capabilities/generate-user-journey-diagram/workflow.md +0 -31
  1419. package/runtime/agents/figma-ui-ux-product-designer/capabilities/ingest-design-source/capability.yaml +0 -15
  1420. package/runtime/agents/figma-ui-ux-product-designer/capabilities/ingest-design-source/decision-rules.md +0 -8
  1421. package/runtime/agents/figma-ui-ux-product-designer/capabilities/ingest-design-source/runner.py +0 -8
  1422. package/runtime/agents/figma-ui-ux-product-designer/capabilities/ingest-design-source/workflow.md +0 -30
  1423. package/runtime/agents/figma-ui-ux-product-designer/capabilities/read-azure-card-for-design/capability.yaml +0 -18
  1424. package/runtime/agents/figma-ui-ux-product-designer/capabilities/read-azure-card-for-design/decision-rules.md +0 -8
  1425. package/runtime/agents/figma-ui-ux-product-designer/capabilities/read-azure-card-for-design/runner.py +0 -8
  1426. package/runtime/agents/figma-ui-ux-product-designer/capabilities/read-azure-card-for-design/workflow.md +0 -34
  1427. package/runtime/agents/figma-ui-ux-product-designer/capabilities/recreate-legacy-design/capability.yaml +0 -14
  1428. package/runtime/agents/figma-ui-ux-product-designer/capabilities/recreate-legacy-design/decision-rules.md +0 -8
  1429. package/runtime/agents/figma-ui-ux-product-designer/capabilities/recreate-legacy-design/runner.py +0 -8
  1430. package/runtime/agents/figma-ui-ux-product-designer/capabilities/recreate-legacy-design/workflow.md +0 -32
  1431. package/runtime/agents/figma-ui-ux-product-designer/capabilities/review-design-quality/capability.yaml +0 -14
  1432. package/runtime/agents/figma-ui-ux-product-designer/capabilities/review-design-quality/decision-rules.md +0 -8
  1433. package/runtime/agents/figma-ui-ux-product-designer/capabilities/review-design-quality/runner.py +0 -8
  1434. package/runtime/agents/figma-ui-ux-product-designer/capabilities/review-design-quality/workflow.md +0 -35
  1435. package/runtime/agents/figma-ui-ux-product-designer/capabilities/setup-figma-mcp-bridge/capability.yaml +0 -25
  1436. package/runtime/agents/figma-ui-ux-product-designer/capabilities/setup-figma-mcp-bridge/decision-rules.md +0 -8
  1437. package/runtime/agents/figma-ui-ux-product-designer/capabilities/setup-figma-mcp-bridge/runner.py +0 -9
  1438. package/runtime/agents/figma-ui-ux-product-designer/capabilities/setup-figma-mcp-bridge/workflow.md +0 -33
  1439. package/runtime/agents/figma-ui-ux-product-designer/capabilities/triage-design-feedback/capability.yaml +0 -15
  1440. package/runtime/agents/figma-ui-ux-product-designer/capabilities/triage-design-feedback/decision-rules.md +0 -8
  1441. package/runtime/agents/figma-ui-ux-product-designer/capabilities/triage-design-feedback/runner.py +0 -8
  1442. package/runtime/agents/figma-ui-ux-product-designer/capabilities/triage-design-feedback/workflow.md +0 -34
  1443. package/runtime/agents/figma-ui-ux-product-designer/capabilities/update-existing-figma-design/capability.yaml +0 -18
  1444. package/runtime/agents/figma-ui-ux-product-designer/capabilities/update-existing-figma-design/decision-rules.md +0 -8
  1445. package/runtime/agents/figma-ui-ux-product-designer/capabilities/update-existing-figma-design/runner.py +0 -8
  1446. package/runtime/agents/figma-ui-ux-product-designer/capabilities/update-existing-figma-design/workflow.md +0 -34
  1447. package/runtime/agents/figma-ui-ux-product-designer/infra/README.md +0 -11
  1448. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/bin/figma-codex-bridge +0 -3
  1449. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/bin/figma-codex-bridge.cmd +0 -3
  1450. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/bin/figma-codex-bridge.py +0 -262
  1451. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/figma_mcp_adapter.py +0 -95
  1452. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/figma_mode.py +0 -72
  1453. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/figma_models.py +0 -71
  1454. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/figma_operation_log.py +0 -43
  1455. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/figma_repository.py +0 -29
  1456. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/integration.yaml +0 -39
  1457. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/capture-url-to-figma.yaml +0 -5
  1458. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/create-new-file.yaml +0 -5
  1459. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/create-screen.yaml +0 -5
  1460. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/export-review-context.yaml +0 -4
  1461. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/generate-diagram.yaml +0 -12
  1462. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/inspect-file.yaml +0 -4
  1463. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/search-design-system.yaml +0 -4
  1464. package/runtime/agents/figma-ui-ux-product-designer/infra/integrations/figma/methods/update-screen.yaml +0 -5
  1465. package/runtime/agents/figma-ui-ux-product-designer/knowledge/accessibility-rules.md +0 -47
  1466. package/runtime/agents/figma-ui-ux-product-designer/knowledge/context.md +0 -27
  1467. package/runtime/agents/figma-ui-ux-product-designer/knowledge/depth-scope-rules.md +0 -49
  1468. package/runtime/agents/figma-ui-ux-product-designer/knowledge/design-quality-checklist.md +0 -13
  1469. package/runtime/agents/figma-ui-ux-product-designer/knowledge/direct-mode-requirements.md +0 -29
  1470. package/runtime/agents/figma-ui-ux-product-designer/knowledge/feedback-rubric.md +0 -57
  1471. package/runtime/agents/figma-ui-ux-product-designer/knowledge/figma-mcp-setup.md +0 -79
  1472. package/runtime/agents/figma-ui-ux-product-designer/knowledge/figma-workflow.md +0 -40
  1473. package/runtime/agents/figma-ui-ux-product-designer/knowledge/policies.yaml +0 -61
  1474. package/runtime/agents/figma-ui-ux-product-designer/knowledge/system.md +0 -48
  1475. package/runtime/agents/figma-ui-ux-product-designer/knowledge/ux-patterns.md +0 -62
  1476. package/runtime/agents/figma-ui-ux-product-designer/templates/design-brief.md +0 -33
  1477. package/runtime/agents/figma-ui-ux-product-designer/templates/design-quality-report.md +0 -25
  1478. package/runtime/agents/figma-ui-ux-product-designer/templates/design-system-spec.md +0 -51
  1479. package/runtime/agents/figma-ui-ux-product-designer/templates/dev-handoff.md +0 -38
  1480. package/runtime/agents/figma-ui-ux-product-designer/templates/figma-action-plan.md +0 -32
  1481. package/runtime/agents/figma-ui-ux-product-designer/templates/screen-inventory.md +0 -24
  1482. package/runtime/agents/figma-ui-ux-product-designer/tests/test_figma_designer.py +0 -324
  1483. package/runtime/agents/generic-agent-builder/AGENTS.md +0 -20
  1484. package/runtime/agents/generic-agent-builder/README.md +0 -40
  1485. package/runtime/agents/generic-agent-builder/agent.yaml +0 -43
  1486. package/runtime/agents/generic-agent-builder/capabilities/generate-agent-instructions/capability.yaml +0 -18
  1487. package/runtime/agents/generic-agent-builder/capabilities/generate-agent-instructions/decision-rules.md +0 -5
  1488. package/runtime/agents/generic-agent-builder/capabilities/generate-agent-instructions/runner.py +0 -33
  1489. package/runtime/agents/generic-agent-builder/capabilities/generate-agent-instructions/workflow.md +0 -6
  1490. package/runtime/agents/generic-agent-builder/capabilities/generate-project-agent-files/capability.yaml +0 -20
  1491. package/runtime/agents/generic-agent-builder/capabilities/generate-project-agent-files/decision-rules.md +0 -6
  1492. package/runtime/agents/generic-agent-builder/capabilities/generate-project-agent-files/runner.py +0 -39
  1493. package/runtime/agents/generic-agent-builder/capabilities/generate-project-agent-files/workflow.md +0 -7
  1494. package/runtime/agents/generic-agent-builder/capabilities/generate-skill/capability.yaml +0 -18
  1495. package/runtime/agents/generic-agent-builder/capabilities/generate-skill/decision-rules.md +0 -5
  1496. package/runtime/agents/generic-agent-builder/capabilities/generate-skill/runner.py +0 -33
  1497. package/runtime/agents/generic-agent-builder/capabilities/generate-skill/workflow.md +0 -5
  1498. package/runtime/agents/generic-agent-builder/capabilities/plan-generic-agent/capability.yaml +0 -18
  1499. package/runtime/agents/generic-agent-builder/capabilities/plan-generic-agent/decision-rules.md +0 -6
  1500. package/runtime/agents/generic-agent-builder/capabilities/plan-generic-agent/runner.py +0 -33
  1501. package/runtime/agents/generic-agent-builder/capabilities/plan-generic-agent/workflow.md +0 -6
  1502. package/runtime/agents/generic-agent-builder/capabilities/review-generic-agent/capability.yaml +0 -20
  1503. package/runtime/agents/generic-agent-builder/capabilities/review-generic-agent/decision-rules.md +0 -6
  1504. package/runtime/agents/generic-agent-builder/capabilities/review-generic-agent/runner.py +0 -40
  1505. package/runtime/agents/generic-agent-builder/capabilities/review-generic-agent/workflow.md +0 -7
  1506. package/runtime/agents/generic-agent-builder/infra/integrations/generic-agent/generic_agent_repository.py +0 -445
  1507. package/runtime/agents/generic-agent-builder/knowledge/context.md +0 -11
  1508. package/runtime/agents/generic-agent-builder/knowledge/policies.yaml +0 -12
  1509. package/runtime/agents/generic-agent-builder/knowledge/system.md +0 -17
  1510. package/runtime/agents/generic-agent-builder/templates/generic-agent-instructions.md +0 -17
  1511. package/runtime/agents/generic-agent-builder/templates/generic-review-report.md +0 -13
  1512. package/runtime/agents/generic-agent-builder/templates/generic-skill.md +0 -14
  1513. package/runtime/agents/generic-agent-builder/tests/test_runners.py +0 -220
  1514. package/runtime/agents/github-pr-reviewer/AGENTS.md +0 -10
  1515. package/runtime/agents/github-pr-reviewer/README.md +0 -7
  1516. package/runtime/agents/github-pr-reviewer/agent.yaml +0 -45
  1517. package/runtime/agents/github-pr-reviewer/capabilities/create-review-automation/capability.yaml +0 -20
  1518. package/runtime/agents/github-pr-reviewer/capabilities/create-review-automation/decision-rules.md +0 -8
  1519. package/runtime/agents/github-pr-reviewer/capabilities/create-review-automation/workflow.md +0 -9
  1520. package/runtime/agents/github-pr-reviewer/capabilities/inspect-pr/capability.yaml +0 -20
  1521. package/runtime/agents/github-pr-reviewer/capabilities/inspect-pr/decision-rules.md +0 -7
  1522. package/runtime/agents/github-pr-reviewer/capabilities/inspect-pr/workflow.md +0 -8
  1523. package/runtime/agents/github-pr-reviewer/capabilities/list-review-requests/capability.yaml +0 -20
  1524. package/runtime/agents/github-pr-reviewer/capabilities/list-review-requests/decision-rules.md +0 -7
  1525. package/runtime/agents/github-pr-reviewer/capabilities/list-review-requests/workflow.md +0 -8
  1526. package/runtime/agents/github-pr-reviewer/capabilities/review-pr-diff/capability.yaml +0 -20
  1527. package/runtime/agents/github-pr-reviewer/capabilities/review-pr-diff/decision-rules.md +0 -9
  1528. package/runtime/agents/github-pr-reviewer/capabilities/review-pr-diff/workflow.md +0 -10
  1529. package/runtime/agents/github-pr-reviewer/infra/README.md +0 -7
  1530. package/runtime/agents/github-pr-reviewer/knowledge/context.md +0 -7
  1531. package/runtime/agents/github-pr-reviewer/knowledge/system.md +0 -17
  1532. package/runtime/agents/github-pr-reviewer/templates/pr-automation-output.md +0 -10
  1533. package/runtime/agents/github-pr-reviewer/templates/pr-inspection-output.md +0 -9
  1534. package/runtime/agents/github-pr-reviewer/templates/pr-list-output.md +0 -9
  1535. package/runtime/agents/github-pr-reviewer/templates/pr-review-output.md +0 -17
  1536. package/runtime/agents/knowledge-author/AGENTS.md +0 -7
  1537. package/runtime/agents/knowledge-author/README.md +0 -7
  1538. package/runtime/agents/knowledge-author/agent.yaml +0 -37
  1539. package/runtime/agents/knowledge-author/capabilities/create-knowledge-snapshot/capability.yaml +0 -30
  1540. package/runtime/agents/knowledge-author/capabilities/create-knowledge-snapshot/decision-rules.md +0 -6
  1541. package/runtime/agents/knowledge-author/capabilities/create-knowledge-snapshot/workflow.md +0 -7
  1542. package/runtime/agents/knowledge-author/knowledge/context.md +0 -4
  1543. package/runtime/agents/knowledge-author/knowledge/system.md +0 -4
  1544. package/runtime/agents/knowledge-curator/AGENTS.md +0 -7
  1545. package/runtime/agents/knowledge-curator/README.md +0 -6
  1546. package/runtime/agents/knowledge-curator/agent.yaml +0 -37
  1547. package/runtime/agents/knowledge-curator/capabilities/curate-knowledge-base/capability.yaml +0 -29
  1548. package/runtime/agents/knowledge-curator/capabilities/curate-knowledge-base/decision-rules.md +0 -6
  1549. package/runtime/agents/knowledge-curator/capabilities/curate-knowledge-base/workflow.md +0 -7
  1550. package/runtime/agents/knowledge-curator/knowledge/context.md +0 -4
  1551. package/runtime/agents/knowledge-curator/knowledge/system.md +0 -4
  1552. package/runtime/agents/knowledge-generator/AGENTS.md +0 -34
  1553. package/runtime/agents/knowledge-generator/README.md +0 -35
  1554. package/runtime/agents/knowledge-generator/agent.yaml +0 -55
  1555. package/runtime/agents/knowledge-generator/capabilities/generate-knowledge/capability.yaml +0 -32
  1556. package/runtime/agents/knowledge-generator/capabilities/generate-knowledge/decision-rules.md +0 -8
  1557. package/runtime/agents/knowledge-generator/capabilities/generate-knowledge/runner.py +0 -44
  1558. package/runtime/agents/knowledge-generator/capabilities/generate-knowledge/workflow.md +0 -8
  1559. package/runtime/agents/knowledge-generator/capabilities/inspect-source/capability.yaml +0 -23
  1560. package/runtime/agents/knowledge-generator/capabilities/inspect-source/decision-rules.md +0 -8
  1561. package/runtime/agents/knowledge-generator/capabilities/inspect-source/runner.py +0 -38
  1562. package/runtime/agents/knowledge-generator/capabilities/inspect-source/workflow.md +0 -8
  1563. package/runtime/agents/knowledge-generator/capabilities/list-knowledge-profiles/capability.yaml +0 -23
  1564. package/runtime/agents/knowledge-generator/capabilities/list-knowledge-profiles/decision-rules.md +0 -8
  1565. package/runtime/agents/knowledge-generator/capabilities/list-knowledge-profiles/runner.py +0 -22
  1566. package/runtime/agents/knowledge-generator/capabilities/list-knowledge-profiles/workflow.md +0 -5
  1567. package/runtime/agents/knowledge-generator/capabilities/validate-knowledge/capability.yaml +0 -23
  1568. package/runtime/agents/knowledge-generator/capabilities/validate-knowledge/decision-rules.md +0 -8
  1569. package/runtime/agents/knowledge-generator/capabilities/validate-knowledge/runner.py +0 -28
  1570. package/runtime/agents/knowledge-generator/capabilities/validate-knowledge/workflow.md +0 -7
  1571. package/runtime/agents/knowledge-generator/infra/integrations/local-source/knowledge_repository.py +0 -1147
  1572. package/runtime/agents/knowledge-generator/infra/integrations/local-source/methods/generate-knowledge.yaml +0 -5
  1573. package/runtime/agents/knowledge-generator/infra/integrations/local-source/methods/inspect-source.yaml +0 -5
  1574. package/runtime/agents/knowledge-generator/infra/integrations/local-source/methods/list-profiles.yaml +0 -5
  1575. package/runtime/agents/knowledge-generator/infra/integrations/local-source/methods/validate-knowledge.yaml +0 -5
  1576. package/runtime/agents/knowledge-generator/knowledge/context.md +0 -27
  1577. package/runtime/agents/knowledge-generator/knowledge/policies.yaml +0 -65
  1578. package/runtime/agents/knowledge-generator/knowledge/prompts/generate-knowledge.md +0 -46
  1579. package/runtime/agents/knowledge-generator/knowledge/prompts/inspect-source.md +0 -40
  1580. package/runtime/agents/knowledge-generator/knowledge/prompts/list-knowledge-profiles.md +0 -28
  1581. package/runtime/agents/knowledge-generator/knowledge/prompts/validate-knowledge.md +0 -27
  1582. package/runtime/agents/knowledge-generator/knowledge/system.md +0 -44
  1583. package/runtime/agents/knowledge-generator/templates/coverage-assessment.md.tmpl +0 -14
  1584. package/runtime/agents/knowledge-generator/templates/domain.schema.json +0 -28
  1585. package/runtime/agents/knowledge-generator/templates/integration.schema.json +0 -33
  1586. package/runtime/agents/knowledge-generator/templates/operations.schema.json +0 -30
  1587. package/runtime/agents/knowledge-generator/tests/test_runners.py +0 -460
  1588. package/runtime/agents/knowledge-infra-builder/AGENTS.md +0 -8
  1589. package/runtime/agents/knowledge-infra-builder/README.md +0 -8
  1590. package/runtime/agents/knowledge-infra-builder/agent.yaml +0 -38
  1591. package/runtime/agents/knowledge-infra-builder/capabilities/create-knowledge-base/capability.yaml +0 -30
  1592. package/runtime/agents/knowledge-infra-builder/capabilities/create-knowledge-base/decision-rules.md +0 -6
  1593. package/runtime/agents/knowledge-infra-builder/capabilities/create-knowledge-base/workflow.md +0 -7
  1594. package/runtime/agents/knowledge-infra-builder/infra/.gitkeep +0 -1
  1595. package/runtime/agents/knowledge-infra-builder/knowledge/context.md +0 -4
  1596. package/runtime/agents/knowledge-infra-builder/knowledge/system.md +0 -4
  1597. package/runtime/agents/knowledge-infra-builder/templates/.gitkeep +0 -1
  1598. package/runtime/agents/knowledge-owner/AGENTS.md +0 -7
  1599. package/runtime/agents/knowledge-owner/README.md +0 -6
  1600. package/runtime/agents/knowledge-owner/agent.yaml +0 -37
  1601. package/runtime/agents/knowledge-owner/capabilities/publish-knowledge-snapshot/capability.yaml +0 -28
  1602. package/runtime/agents/knowledge-owner/capabilities/publish-knowledge-snapshot/decision-rules.md +0 -6
  1603. package/runtime/agents/knowledge-owner/capabilities/publish-knowledge-snapshot/workflow.md +0 -7
  1604. package/runtime/agents/knowledge-owner/infra/.gitkeep +0 -1
  1605. package/runtime/agents/knowledge-owner/knowledge/context.md +0 -4
  1606. package/runtime/agents/knowledge-owner/knowledge/system.md +0 -4
  1607. package/runtime/agents/knowledge-owner/templates/.gitkeep +0 -1
  1608. package/runtime/agents/knowledge-reviewer/AGENTS.md +0 -7
  1609. package/runtime/agents/knowledge-reviewer/README.md +0 -7
  1610. package/runtime/agents/knowledge-reviewer/agent.yaml +0 -36
  1611. package/runtime/agents/knowledge-reviewer/capabilities/review-knowledge-snapshot/capability.yaml +0 -26
  1612. package/runtime/agents/knowledge-reviewer/capabilities/review-knowledge-snapshot/decision-rules.md +0 -6
  1613. package/runtime/agents/knowledge-reviewer/capabilities/review-knowledge-snapshot/workflow.md +0 -7
  1614. package/runtime/agents/knowledge-reviewer/infra/.gitkeep +0 -1
  1615. package/runtime/agents/knowledge-reviewer/knowledge/context.md +0 -4
  1616. package/runtime/agents/knowledge-reviewer/knowledge/system.md +0 -4
  1617. package/runtime/agents/knowledge-reviewer/templates/.gitkeep +0 -1
  1618. package/runtime/agents/local-llm-operator/AGENTS.md +0 -8
  1619. package/runtime/agents/local-llm-operator/README.md +0 -12
  1620. package/runtime/agents/local-llm-operator/agent.yaml +0 -28
  1621. package/runtime/agents/local-llm-operator/capabilities/delegate-operational-task/capability.yaml +0 -14
  1622. package/runtime/agents/local-llm-operator/capabilities/delegate-operational-task/decision-rules.md +0 -6
  1623. package/runtime/agents/local-llm-operator/capabilities/delegate-operational-task/workflow.md +0 -7
  1624. package/runtime/agents/local-llm-operator/capabilities/inspect-local-models/capability.yaml +0 -14
  1625. package/runtime/agents/local-llm-operator/capabilities/inspect-local-models/decision-rules.md +0 -5
  1626. package/runtime/agents/local-llm-operator/capabilities/inspect-local-models/workflow.md +0 -6
  1627. package/runtime/agents/local-llm-operator/capabilities/select-local-worker/capability.yaml +0 -14
  1628. package/runtime/agents/local-llm-operator/capabilities/select-local-worker/decision-rules.md +0 -6
  1629. package/runtime/agents/local-llm-operator/capabilities/select-local-worker/workflow.md +0 -7
  1630. package/runtime/agents/local-llm-operator/infra/README.md +0 -4
  1631. package/runtime/agents/local-llm-operator/knowledge/context.md +0 -6
  1632. package/runtime/agents/local-llm-operator/knowledge/system.md +0 -18
  1633. package/runtime/agents/local-llm-operator/templates/README.md +0 -4
  1634. package/runtime/agents/local-memory-manager/AGENTS.md +0 -5
  1635. package/runtime/agents/local-memory-manager/README.md +0 -7
  1636. package/runtime/agents/local-memory-manager/agent.yaml +0 -38
  1637. package/runtime/agents/local-memory-manager/capabilities/curate-local-memory/capability.yaml +0 -19
  1638. package/runtime/agents/local-memory-manager/capabilities/curate-local-memory/decision-rules.md +0 -5
  1639. package/runtime/agents/local-memory-manager/capabilities/curate-local-memory/workflow.md +0 -6
  1640. package/runtime/agents/local-memory-manager/capabilities/inspect-local-memory/capability.yaml +0 -19
  1641. package/runtime/agents/local-memory-manager/capabilities/inspect-local-memory/decision-rules.md +0 -5
  1642. package/runtime/agents/local-memory-manager/capabilities/inspect-local-memory/workflow.md +0 -5
  1643. package/runtime/agents/local-memory-manager/infra/.gitkeep +0 -1
  1644. package/runtime/agents/local-memory-manager/knowledge/context.md +0 -4
  1645. package/runtime/agents/local-memory-manager/knowledge/system.md +0 -4
  1646. package/runtime/agents/local-memory-manager/templates/.gitkeep +0 -1
  1647. package/runtime/agents/memory-sync-manager/AGENTS.md +0 -7
  1648. package/runtime/agents/memory-sync-manager/README.md +0 -7
  1649. package/runtime/agents/memory-sync-manager/agent.yaml +0 -37
  1650. package/runtime/agents/memory-sync-manager/capabilities/plan-memory-backup/capability.yaml +0 -29
  1651. package/runtime/agents/memory-sync-manager/capabilities/plan-memory-backup/decision-rules.md +0 -6
  1652. package/runtime/agents/memory-sync-manager/capabilities/plan-memory-backup/workflow.md +0 -7
  1653. package/runtime/agents/memory-sync-manager/infra/.gitkeep +0 -1
  1654. package/runtime/agents/memory-sync-manager/knowledge/context.md +0 -4
  1655. package/runtime/agents/memory-sync-manager/knowledge/system.md +0 -4
  1656. package/runtime/agents/memory-sync-manager/templates/.gitkeep +0 -1
  1657. package/runtime/agents/n1-support-agent/AGENTS.md +0 -10
  1658. package/runtime/agents/n1-support-agent/README.md +0 -65
  1659. package/runtime/agents/n1-support-agent/agent.yaml +0 -110
  1660. package/runtime/agents/n1-support-agent/capabilities/_shared/domain_knowledge.py +0 -262
  1661. package/runtime/agents/n1-support-agent/capabilities/_shared/runner_support.py +0 -730
  1662. package/runtime/agents/n1-support-agent/capabilities/analyze-bpo-proposal/capability.yaml +0 -23
  1663. package/runtime/agents/n1-support-agent/capabilities/analyze-bpo-proposal/decision-rules.md +0 -12
  1664. package/runtime/agents/n1-support-agent/capabilities/analyze-bpo-proposal/runner.py +0 -325
  1665. package/runtime/agents/n1-support-agent/capabilities/analyze-bpo-proposal/workflow.md +0 -21
  1666. package/runtime/agents/n1-support-agent/capabilities/analyze-cognito-user/capability.yaml +0 -15
  1667. package/runtime/agents/n1-support-agent/capabilities/analyze-cognito-user/decision-rules.md +0 -11
  1668. package/runtime/agents/n1-support-agent/capabilities/analyze-cognito-user/runner.py +0 -64
  1669. package/runtime/agents/n1-support-agent/capabilities/analyze-cognito-user/workflow.md +0 -4
  1670. package/runtime/agents/n1-support-agent/capabilities/analyze-onboarding-status/capability.yaml +0 -15
  1671. package/runtime/agents/n1-support-agent/capabilities/analyze-onboarding-status/decision-rules.md +0 -12
  1672. package/runtime/agents/n1-support-agent/capabilities/analyze-onboarding-status/runner.py +0 -65
  1673. package/runtime/agents/n1-support-agent/capabilities/analyze-onboarding-status/workflow.md +0 -4
  1674. package/runtime/agents/n1-support-agent/capabilities/analyze-proposal-status/capability.yaml +0 -15
  1675. package/runtime/agents/n1-support-agent/capabilities/analyze-proposal-status/decision-rules.md +0 -12
  1676. package/runtime/agents/n1-support-agent/capabilities/analyze-proposal-status/runner.py +0 -65
  1677. package/runtime/agents/n1-support-agent/capabilities/analyze-proposal-status/workflow.md +0 -4
  1678. package/runtime/agents/n1-support-agent/capabilities/analyze-restrictive-base/capability.yaml +0 -19
  1679. package/runtime/agents/n1-support-agent/capabilities/analyze-restrictive-base/decision-rules.md +0 -12
  1680. package/runtime/agents/n1-support-agent/capabilities/analyze-restrictive-base/runner.py +0 -351
  1681. package/runtime/agents/n1-support-agent/capabilities/analyze-restrictive-base/workflow.md +0 -28
  1682. package/runtime/agents/n1-support-agent/capabilities/collect-customer-logs/capability.yaml +0 -19
  1683. package/runtime/agents/n1-support-agent/capabilities/collect-customer-logs/decision-rules.md +0 -12
  1684. package/runtime/agents/n1-support-agent/capabilities/collect-customer-logs/runner.py +0 -70
  1685. package/runtime/agents/n1-support-agent/capabilities/collect-customer-logs/workflow.md +0 -4
  1686. package/runtime/agents/n1-support-agent/capabilities/decide-n1-outcome/capability.yaml +0 -15
  1687. package/runtime/agents/n1-support-agent/capabilities/decide-n1-outcome/decision-rules.md +0 -12
  1688. package/runtime/agents/n1-support-agent/capabilities/decide-n1-outcome/runner.py +0 -72
  1689. package/runtime/agents/n1-support-agent/capabilities/decide-n1-outcome/workflow.md +0 -4
  1690. package/runtime/agents/n1-support-agent/capabilities/execute-n1-card-runbook/capability.yaml +0 -25
  1691. package/runtime/agents/n1-support-agent/capabilities/execute-n1-card-runbook/decision-rules.md +0 -7
  1692. package/runtime/agents/n1-support-agent/capabilities/execute-n1-card-runbook/runner.py +0 -121
  1693. package/runtime/agents/n1-support-agent/capabilities/execute-n1-card-runbook/workflow.md +0 -15
  1694. package/runtime/agents/n1-support-agent/capabilities/extract-card-entities/capability.yaml +0 -15
  1695. package/runtime/agents/n1-support-agent/capabilities/extract-card-entities/decision-rules.md +0 -12
  1696. package/runtime/agents/n1-support-agent/capabilities/extract-card-entities/runner.py +0 -73
  1697. package/runtime/agents/n1-support-agent/capabilities/extract-card-entities/workflow.md +0 -4
  1698. package/runtime/agents/n1-support-agent/capabilities/generate-n1-artifacts/capability.yaml +0 -15
  1699. package/runtime/agents/n1-support-agent/capabilities/generate-n1-artifacts/decision-rules.md +0 -12
  1700. package/runtime/agents/n1-support-agent/capabilities/generate-n1-artifacts/runner.py +0 -74
  1701. package/runtime/agents/n1-support-agent/capabilities/generate-n1-artifacts/workflow.md +0 -4
  1702. package/runtime/agents/n1-support-agent/capabilities/route-customer-symptom/capability.yaml +0 -19
  1703. package/runtime/agents/n1-support-agent/capabilities/route-customer-symptom/decision-rules.md +0 -12
  1704. package/runtime/agents/n1-support-agent/capabilities/route-customer-symptom/runner.py +0 -71
  1705. package/runtime/agents/n1-support-agent/capabilities/route-customer-symptom/workflow.md +0 -23
  1706. package/runtime/agents/n1-support-agent/capabilities/update-azure-card/capability.yaml +0 -20
  1707. package/runtime/agents/n1-support-agent/capabilities/update-azure-card/decision-rules.md +0 -12
  1708. package/runtime/agents/n1-support-agent/capabilities/update-azure-card/runner.py +0 -71
  1709. package/runtime/agents/n1-support-agent/capabilities/update-azure-card/workflow.md +0 -4
  1710. package/runtime/agents/n1-support-agent/infra/README.md +0 -7
  1711. package/runtime/agents/n1-support-agent/knowledge/README.md +0 -14
  1712. package/runtime/agents/n1-support-agent/knowledge/context.md +0 -19
  1713. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/README.md +0 -23
  1714. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/contracts/n1-support-triage-contract.json +0 -40
  1715. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/index.json +0 -42
  1716. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/playbooks/global-support-diagnostics.json +0 -28
  1717. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/rules/card-rules.json +0 -43
  1718. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/rules/invoice-transaction-rules.json +0 -43
  1719. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/rules/login-account-rules.json +0 -37
  1720. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/rules/onboarding-rules.json +0 -70
  1721. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/rules/public-agency-margin-rules.json +0 -43
  1722. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/rules/restrictive-base-rules.json +0 -43
  1723. package/runtime/agents/n1-support-agent/knowledge/domains/customer-support/symptom-routing.json +0 -107
  1724. package/runtime/agents/n1-support-agent/knowledge/policies.yaml +0 -56
  1725. package/runtime/agents/n1-support-agent/knowledge/prompts/README.md +0 -4
  1726. package/runtime/agents/n1-support-agent/knowledge/prompts/analyze-bpo-proposal.md +0 -29
  1727. package/runtime/agents/n1-support-agent/knowledge/prompts/analyze-cognito-user.md +0 -41
  1728. package/runtime/agents/n1-support-agent/knowledge/prompts/analyze-onboarding-status.md +0 -42
  1729. package/runtime/agents/n1-support-agent/knowledge/prompts/analyze-proposal-status.md +0 -41
  1730. package/runtime/agents/n1-support-agent/knowledge/prompts/analyze-restrictive-base.md +0 -15
  1731. package/runtime/agents/n1-support-agent/knowledge/prompts/collect-customer-logs.md +0 -43
  1732. package/runtime/agents/n1-support-agent/knowledge/prompts/decide-n1-outcome.md +0 -41
  1733. package/runtime/agents/n1-support-agent/knowledge/prompts/execute-n1-card-runbook.md +0 -6
  1734. package/runtime/agents/n1-support-agent/knowledge/prompts/extract-card-entities.md +0 -43
  1735. package/runtime/agents/n1-support-agent/knowledge/prompts/generate-n1-artifacts.md +0 -39
  1736. package/runtime/agents/n1-support-agent/knowledge/prompts/route-customer-symptom.md +0 -10
  1737. package/runtime/agents/n1-support-agent/knowledge/prompts/update-azure-card.md +0 -40
  1738. package/runtime/agents/n1-support-agent/knowledge/runbooks/customer-onboarding-triage.md +0 -38
  1739. package/runtime/agents/n1-support-agent/knowledge/system.md +0 -50
  1740. package/runtime/agents/n1-support-agent/templates/README.md +0 -3
  1741. package/runtime/agents/n1-support-agent/templates/n1-card-runbook-output.md +0 -13
  1742. package/runtime/agents/n1-support-agent/tests/test_agentic_contracts.py +0 -92
  1743. package/runtime/agents/n1-support-agent/tests/test_runners.py +0 -564
  1744. package/runtime/agents/n2-support-agent/AGENTS.md +0 -14
  1745. package/runtime/agents/n2-support-agent/README.md +0 -60
  1746. package/runtime/agents/n2-support-agent/agent.yaml +0 -114
  1747. package/runtime/agents/n2-support-agent/capabilities/_shared/auxiliary_runner.py +0 -116
  1748. package/runtime/agents/n2-support-agent/capabilities/_shared/azure_workflow.py +0 -132
  1749. package/runtime/agents/n2-support-agent/capabilities/_shared/runner_support.py +0 -1030
  1750. package/runtime/agents/n2-support-agent/capabilities/_shared/specialist_orchestration.py +0 -172
  1751. package/runtime/agents/n2-support-agent/capabilities/analyze-code-root-cause/capability.yaml +0 -15
  1752. package/runtime/agents/n2-support-agent/capabilities/analyze-code-root-cause/decision-rules.md +0 -12
  1753. package/runtime/agents/n2-support-agent/capabilities/analyze-code-root-cause/runner.py +0 -12
  1754. package/runtime/agents/n2-support-agent/capabilities/analyze-code-root-cause/workflow.md +0 -16
  1755. package/runtime/agents/n2-support-agent/capabilities/build-reproduction-strategy/capability.yaml +0 -15
  1756. package/runtime/agents/n2-support-agent/capabilities/build-reproduction-strategy/decision-rules.md +0 -12
  1757. package/runtime/agents/n2-support-agent/capabilities/build-reproduction-strategy/runner.py +0 -12
  1758. package/runtime/agents/n2-support-agent/capabilities/build-reproduction-strategy/workflow.md +0 -16
  1759. package/runtime/agents/n2-support-agent/capabilities/classify-root-cause/capability.yaml +0 -15
  1760. package/runtime/agents/n2-support-agent/capabilities/classify-root-cause/decision-rules.md +0 -12
  1761. package/runtime/agents/n2-support-agent/capabilities/classify-root-cause/runner.py +0 -12
  1762. package/runtime/agents/n2-support-agent/capabilities/classify-root-cause/workflow.md +0 -15
  1763. package/runtime/agents/n2-support-agent/capabilities/correlate-runtime-evidence/capability.yaml +0 -15
  1764. package/runtime/agents/n2-support-agent/capabilities/correlate-runtime-evidence/decision-rules.md +0 -12
  1765. package/runtime/agents/n2-support-agent/capabilities/correlate-runtime-evidence/runner.py +0 -12
  1766. package/runtime/agents/n2-support-agent/capabilities/correlate-runtime-evidence/workflow.md +0 -15
  1767. package/runtime/agents/n2-support-agent/capabilities/execute-n2-investigation/capability.yaml +0 -17
  1768. package/runtime/agents/n2-support-agent/capabilities/execute-n2-investigation/decision-rules.md +0 -12
  1769. package/runtime/agents/n2-support-agent/capabilities/execute-n2-investigation/runner.py +0 -39
  1770. package/runtime/agents/n2-support-agent/capabilities/execute-n2-investigation/workflow.md +0 -11
  1771. package/runtime/agents/n2-support-agent/capabilities/execute-specialist-validation/capability.yaml +0 -15
  1772. package/runtime/agents/n2-support-agent/capabilities/execute-specialist-validation/decision-rules.md +0 -12
  1773. package/runtime/agents/n2-support-agent/capabilities/execute-specialist-validation/runner.py +0 -12
  1774. package/runtime/agents/n2-support-agent/capabilities/execute-specialist-validation/workflow.md +0 -31
  1775. package/runtime/agents/n2-support-agent/capabilities/generate-card-comment/capability.yaml +0 -15
  1776. package/runtime/agents/n2-support-agent/capabilities/generate-card-comment/decision-rules.md +0 -12
  1777. package/runtime/agents/n2-support-agent/capabilities/generate-card-comment/runner.py +0 -12
  1778. package/runtime/agents/n2-support-agent/capabilities/generate-card-comment/workflow.md +0 -15
  1779. package/runtime/agents/n2-support-agent/capabilities/generate-patch-plan/capability.yaml +0 -17
  1780. package/runtime/agents/n2-support-agent/capabilities/generate-patch-plan/decision-rules.md +0 -12
  1781. package/runtime/agents/n2-support-agent/capabilities/generate-patch-plan/runner.py +0 -44
  1782. package/runtime/agents/n2-support-agent/capabilities/generate-patch-plan/workflow.md +0 -9
  1783. package/runtime/agents/n2-support-agent/capabilities/load-support-context/capability.yaml +0 -15
  1784. package/runtime/agents/n2-support-agent/capabilities/load-support-context/decision-rules.md +0 -12
  1785. package/runtime/agents/n2-support-agent/capabilities/load-support-context/runner.py +0 -12
  1786. package/runtime/agents/n2-support-agent/capabilities/load-support-context/workflow.md +0 -16
  1787. package/runtime/agents/n2-support-agent/capabilities/rank-code-findings/capability.yaml +0 -15
  1788. package/runtime/agents/n2-support-agent/capabilities/rank-code-findings/decision-rules.md +0 -12
  1789. package/runtime/agents/n2-support-agent/capabilities/rank-code-findings/runner.py +0 -12
  1790. package/runtime/agents/n2-support-agent/capabilities/rank-code-findings/workflow.md +0 -16
  1791. package/runtime/agents/n2-support-agent/capabilities/review-patch-plan-readiness/capability.yaml +0 -15
  1792. package/runtime/agents/n2-support-agent/capabilities/review-patch-plan-readiness/decision-rules.md +0 -12
  1793. package/runtime/agents/n2-support-agent/capabilities/review-patch-plan-readiness/runner.py +0 -12
  1794. package/runtime/agents/n2-support-agent/capabilities/review-patch-plan-readiness/workflow.md +0 -16
  1795. package/runtime/agents/n2-support-agent/capabilities/select-specialist-checks/capability.yaml +0 -15
  1796. package/runtime/agents/n2-support-agent/capabilities/select-specialist-checks/decision-rules.md +0 -12
  1797. package/runtime/agents/n2-support-agent/capabilities/select-specialist-checks/runner.py +0 -12
  1798. package/runtime/agents/n2-support-agent/capabilities/select-specialist-checks/workflow.md +0 -15
  1799. package/runtime/agents/n2-support-agent/capabilities/update-azure-workflow/capability.yaml +0 -15
  1800. package/runtime/agents/n2-support-agent/capabilities/update-azure-workflow/decision-rules.md +0 -12
  1801. package/runtime/agents/n2-support-agent/capabilities/update-azure-workflow/runner.py +0 -12
  1802. package/runtime/agents/n2-support-agent/capabilities/update-azure-workflow/workflow.md +0 -15
  1803. package/runtime/agents/n2-support-agent/capabilities/update-n2-card-workflow/capability.yaml +0 -15
  1804. package/runtime/agents/n2-support-agent/capabilities/update-n2-card-workflow/decision-rules.md +0 -12
  1805. package/runtime/agents/n2-support-agent/capabilities/update-n2-card-workflow/runner.py +0 -12
  1806. package/runtime/agents/n2-support-agent/capabilities/update-n2-card-workflow/workflow.md +0 -32
  1807. package/runtime/agents/n2-support-agent/capabilities/validate-n1-handoff/capability.yaml +0 -15
  1808. package/runtime/agents/n2-support-agent/capabilities/validate-n1-handoff/decision-rules.md +0 -12
  1809. package/runtime/agents/n2-support-agent/capabilities/validate-n1-handoff/runner.py +0 -12
  1810. package/runtime/agents/n2-support-agent/capabilities/validate-n1-handoff/workflow.md +0 -14
  1811. package/runtime/agents/n2-support-agent/infra/README.md +0 -7
  1812. package/runtime/agents/n2-support-agent/knowledge/context.md +0 -15
  1813. package/runtime/agents/n2-support-agent/knowledge/policies.yaml +0 -43
  1814. package/runtime/agents/n2-support-agent/knowledge/prompts/README.md +0 -3
  1815. package/runtime/agents/n2-support-agent/knowledge/prompts/analyze-code-root-cause.md +0 -38
  1816. package/runtime/agents/n2-support-agent/knowledge/prompts/build-reproduction-strategy.md +0 -36
  1817. package/runtime/agents/n2-support-agent/knowledge/prompts/classify-root-cause.md +0 -38
  1818. package/runtime/agents/n2-support-agent/knowledge/prompts/correlate-runtime-evidence.md +0 -35
  1819. package/runtime/agents/n2-support-agent/knowledge/prompts/execute-n2-investigation.md +0 -40
  1820. package/runtime/agents/n2-support-agent/knowledge/prompts/execute-specialist-validation.md +0 -41
  1821. package/runtime/agents/n2-support-agent/knowledge/prompts/generate-card-comment.md +0 -35
  1822. package/runtime/agents/n2-support-agent/knowledge/prompts/generate-patch-plan.md +0 -40
  1823. package/runtime/agents/n2-support-agent/knowledge/prompts/load-support-context.md +0 -38
  1824. package/runtime/agents/n2-support-agent/knowledge/prompts/rank-code-findings.md +0 -34
  1825. package/runtime/agents/n2-support-agent/knowledge/prompts/review-patch-plan-readiness.md +0 -36
  1826. package/runtime/agents/n2-support-agent/knowledge/prompts/select-specialist-checks.md +0 -36
  1827. package/runtime/agents/n2-support-agent/knowledge/prompts/update-azure-workflow.md +0 -37
  1828. package/runtime/agents/n2-support-agent/knowledge/prompts/update-n2-card-workflow.md +0 -37
  1829. package/runtime/agents/n2-support-agent/knowledge/prompts/validate-n1-handoff.md +0 -37
  1830. package/runtime/agents/n2-support-agent/knowledge/runbooks/n2-root-cause-analysis.md +0 -20
  1831. package/runtime/agents/n2-support-agent/knowledge/runbooks/root-cause-taxonomy.md +0 -32
  1832. package/runtime/agents/n2-support-agent/knowledge/runbooks/specialist-validation-catalog.md +0 -44
  1833. package/runtime/agents/n2-support-agent/knowledge/system.md +0 -46
  1834. package/runtime/agents/n2-support-agent/templates/README.md +0 -6
  1835. package/runtime/agents/n2-support-agent/tests/test_agentic_contracts.py +0 -68
  1836. package/runtime/agents/n2-support-agent/tests/test_runners.py +0 -569
  1837. package/runtime/agents/notification-operator/AGENTS.md +0 -11
  1838. package/runtime/agents/notification-operator/README.md +0 -15
  1839. package/runtime/agents/notification-operator/agent.yaml +0 -43
  1840. package/runtime/agents/notification-operator/capabilities/configure-notification-channel/capability.yaml +0 -19
  1841. package/runtime/agents/notification-operator/capabilities/configure-notification-channel/decision-rules.md +0 -6
  1842. package/runtime/agents/notification-operator/capabilities/configure-notification-channel/runner.py +0 -33
  1843. package/runtime/agents/notification-operator/capabilities/configure-notification-channel/workflow.md +0 -6
  1844. package/runtime/agents/notification-operator/capabilities/format-task-completion-notification/capability.yaml +0 -25
  1845. package/runtime/agents/notification-operator/capabilities/format-task-completion-notification/decision-rules.md +0 -7
  1846. package/runtime/agents/notification-operator/capabilities/format-task-completion-notification/runner.py +0 -49
  1847. package/runtime/agents/notification-operator/capabilities/format-task-completion-notification/workflow.md +0 -6
  1848. package/runtime/agents/notification-operator/capabilities/send-task-completion-notification/capability.yaml +0 -27
  1849. package/runtime/agents/notification-operator/capabilities/send-task-completion-notification/decision-rules.md +0 -6
  1850. package/runtime/agents/notification-operator/capabilities/send-task-completion-notification/runner.py +0 -68
  1851. package/runtime/agents/notification-operator/capabilities/send-task-completion-notification/workflow.md +0 -7
  1852. package/runtime/agents/notification-operator/infra/README.md +0 -6
  1853. package/runtime/agents/notification-operator/knowledge/context.md +0 -10
  1854. package/runtime/agents/notification-operator/knowledge/policies.yaml +0 -9
  1855. package/runtime/agents/notification-operator/knowledge/system.md +0 -7
  1856. package/runtime/agents/notification-operator/templates/README.md +0 -6
  1857. package/runtime/agents/notification-operator/tests/test_runners.py +0 -108
  1858. package/runtime/agents/playwright-automation-builder/AGENTS.md +0 -23
  1859. package/runtime/agents/playwright-automation-builder/README.md +0 -43
  1860. package/runtime/agents/playwright-automation-builder/agent.yaml +0 -48
  1861. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-project-files/capability.yaml +0 -20
  1862. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-project-files/decision-rules.md +0 -6
  1863. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-project-files/runner.py +0 -38
  1864. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-project-files/workflow.md +0 -6
  1865. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-script/capability.yaml +0 -18
  1866. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-script/decision-rules.md +0 -6
  1867. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-script/runner.py +0 -32
  1868. package/runtime/agents/playwright-automation-builder/capabilities/generate-playwright-script/workflow.md +0 -6
  1869. package/runtime/agents/playwright-automation-builder/capabilities/plan-playwright-automation/capability.yaml +0 -18
  1870. package/runtime/agents/playwright-automation-builder/capabilities/plan-playwright-automation/decision-rules.md +0 -6
  1871. package/runtime/agents/playwright-automation-builder/capabilities/plan-playwright-automation/runner.py +0 -32
  1872. package/runtime/agents/playwright-automation-builder/capabilities/plan-playwright-automation/workflow.md +0 -6
  1873. package/runtime/agents/playwright-automation-builder/capabilities/review-playwright-artifacts/capability.yaml +0 -19
  1874. package/runtime/agents/playwright-automation-builder/capabilities/review-playwright-artifacts/decision-rules.md +0 -6
  1875. package/runtime/agents/playwright-automation-builder/capabilities/review-playwright-artifacts/runner.py +0 -33
  1876. package/runtime/agents/playwright-automation-builder/capabilities/review-playwright-artifacts/workflow.md +0 -6
  1877. package/runtime/agents/playwright-automation-builder/capabilities/run-playwright-check/capability.yaml +0 -22
  1878. package/runtime/agents/playwright-automation-builder/capabilities/run-playwright-check/decision-rules.md +0 -6
  1879. package/runtime/agents/playwright-automation-builder/capabilities/run-playwright-check/runner.py +0 -40
  1880. package/runtime/agents/playwright-automation-builder/capabilities/run-playwright-check/workflow.md +0 -6
  1881. package/runtime/agents/playwright-automation-builder/capabilities/wrap-playwright-as-capability/capability.yaml +0 -22
  1882. package/runtime/agents/playwright-automation-builder/capabilities/wrap-playwright-as-capability/decision-rules.md +0 -6
  1883. package/runtime/agents/playwright-automation-builder/capabilities/wrap-playwright-as-capability/runner.py +0 -42
  1884. package/runtime/agents/playwright-automation-builder/capabilities/wrap-playwright-as-capability/workflow.md +0 -6
  1885. package/runtime/agents/playwright-automation-builder/infra/integrations/playwright-automation/playwright_automation_repository.py +0 -865
  1886. package/runtime/agents/playwright-automation-builder/knowledge/context.md +0 -19
  1887. package/runtime/agents/playwright-automation-builder/knowledge/policies.yaml +0 -25
  1888. package/runtime/agents/playwright-automation-builder/knowledge/system.md +0 -19
  1889. package/runtime/agents/playwright-automation-builder/templates/capability-wrapper.md +0 -4
  1890. package/runtime/agents/playwright-automation-builder/templates/playwright-automation.py +0 -12
  1891. package/runtime/agents/playwright-automation-builder/templates/playwright-readme.md +0 -13
  1892. package/runtime/agents/playwright-automation-builder/templates/playwright-review-report.md +0 -9
  1893. package/runtime/agents/playwright-automation-builder/templates/playwright-test.py +0 -2
  1894. package/runtime/agents/playwright-automation-builder/tests/test_runners.py +0 -261
  1895. package/runtime/agents/postgres-data-analyzer/AGENTS.md +0 -28
  1896. package/runtime/agents/postgres-data-analyzer/README.md +0 -58
  1897. package/runtime/agents/postgres-data-analyzer/agent.yaml +0 -103
  1898. package/runtime/agents/postgres-data-analyzer/capabilities/_shared/runner_support.py +0 -189
  1899. package/runtime/agents/postgres-data-analyzer/capabilities/_shared/strong_runner.py +0 -172
  1900. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-cpf-column/capability.yaml +0 -23
  1901. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-cpf-column/decision-rules.md +0 -10
  1902. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-cpf-column/runner.py +0 -41
  1903. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-cpf-column/workflow.md +0 -6
  1904. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-query-result/capability.yaml +0 -22
  1905. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-query-result/decision-rules.md +0 -10
  1906. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-query-result/runner.py +0 -15
  1907. package/runtime/agents/postgres-data-analyzer/capabilities/analyze-query-result/workflow.md +0 -6
  1908. package/runtime/agents/postgres-data-analyzer/capabilities/build-analysis-query/capability.yaml +0 -22
  1909. package/runtime/agents/postgres-data-analyzer/capabilities/build-analysis-query/decision-rules.md +0 -10
  1910. package/runtime/agents/postgres-data-analyzer/capabilities/build-analysis-query/runner.py +0 -15
  1911. package/runtime/agents/postgres-data-analyzer/capabilities/build-analysis-query/workflow.md +0 -6
  1912. package/runtime/agents/postgres-data-analyzer/capabilities/compare-tables/capability.yaml +0 -22
  1913. package/runtime/agents/postgres-data-analyzer/capabilities/compare-tables/decision-rules.md +0 -10
  1914. package/runtime/agents/postgres-data-analyzer/capabilities/compare-tables/runner.py +0 -15
  1915. package/runtime/agents/postgres-data-analyzer/capabilities/compare-tables/workflow.md +0 -6
  1916. package/runtime/agents/postgres-data-analyzer/capabilities/describe-table/capability.yaml +0 -22
  1917. package/runtime/agents/postgres-data-analyzer/capabilities/describe-table/decision-rules.md +0 -10
  1918. package/runtime/agents/postgres-data-analyzer/capabilities/describe-table/runner.py +0 -56
  1919. package/runtime/agents/postgres-data-analyzer/capabilities/describe-table/workflow.md +0 -5
  1920. package/runtime/agents/postgres-data-analyzer/capabilities/detect-data-quality-issues/capability.yaml +0 -22
  1921. package/runtime/agents/postgres-data-analyzer/capabilities/detect-data-quality-issues/decision-rules.md +0 -10
  1922. package/runtime/agents/postgres-data-analyzer/capabilities/detect-data-quality-issues/runner.py +0 -15
  1923. package/runtime/agents/postgres-data-analyzer/capabilities/detect-data-quality-issues/workflow.md +0 -6
  1924. package/runtime/agents/postgres-data-analyzer/capabilities/detect-sensitive-columns/capability.yaml +0 -22
  1925. package/runtime/agents/postgres-data-analyzer/capabilities/detect-sensitive-columns/decision-rules.md +0 -10
  1926. package/runtime/agents/postgres-data-analyzer/capabilities/detect-sensitive-columns/runner.py +0 -34
  1927. package/runtime/agents/postgres-data-analyzer/capabilities/detect-sensitive-columns/workflow.md +0 -5
  1928. package/runtime/agents/postgres-data-analyzer/capabilities/estimate-table-size/capability.yaml +0 -22
  1929. package/runtime/agents/postgres-data-analyzer/capabilities/estimate-table-size/decision-rules.md +0 -10
  1930. package/runtime/agents/postgres-data-analyzer/capabilities/estimate-table-size/runner.py +0 -15
  1931. package/runtime/agents/postgres-data-analyzer/capabilities/estimate-table-size/workflow.md +0 -6
  1932. package/runtime/agents/postgres-data-analyzer/capabilities/explain-query-plan/capability.yaml +0 -22
  1933. package/runtime/agents/postgres-data-analyzer/capabilities/explain-query-plan/decision-rules.md +0 -10
  1934. package/runtime/agents/postgres-data-analyzer/capabilities/explain-query-plan/runner.py +0 -15
  1935. package/runtime/agents/postgres-data-analyzer/capabilities/explain-query-plan/workflow.md +0 -6
  1936. package/runtime/agents/postgres-data-analyzer/capabilities/explore-database-domain/capability.yaml +0 -22
  1937. package/runtime/agents/postgres-data-analyzer/capabilities/explore-database-domain/decision-rules.md +0 -10
  1938. package/runtime/agents/postgres-data-analyzer/capabilities/explore-database-domain/runner.py +0 -15
  1939. package/runtime/agents/postgres-data-analyzer/capabilities/explore-database-domain/workflow.md +0 -6
  1940. package/runtime/agents/postgres-data-analyzer/capabilities/generate-data-report/capability.yaml +0 -24
  1941. package/runtime/agents/postgres-data-analyzer/capabilities/generate-data-report/decision-rules.md +0 -10
  1942. package/runtime/agents/postgres-data-analyzer/capabilities/generate-data-report/runner.py +0 -86
  1943. package/runtime/agents/postgres-data-analyzer/capabilities/generate-data-report/workflow.md +0 -5
  1944. package/runtime/agents/postgres-data-analyzer/capabilities/generate-erd-report/capability.yaml +0 -22
  1945. package/runtime/agents/postgres-data-analyzer/capabilities/generate-erd-report/decision-rules.md +0 -10
  1946. package/runtime/agents/postgres-data-analyzer/capabilities/generate-erd-report/runner.py +0 -15
  1947. package/runtime/agents/postgres-data-analyzer/capabilities/generate-erd-report/workflow.md +0 -6
  1948. package/runtime/agents/postgres-data-analyzer/capabilities/list-databases/capability.yaml +0 -22
  1949. package/runtime/agents/postgres-data-analyzer/capabilities/list-databases/decision-rules.md +0 -10
  1950. package/runtime/agents/postgres-data-analyzer/capabilities/list-databases/runner.py +0 -15
  1951. package/runtime/agents/postgres-data-analyzer/capabilities/list-databases/workflow.md +0 -6
  1952. package/runtime/agents/postgres-data-analyzer/capabilities/list-relationships/capability.yaml +0 -22
  1953. package/runtime/agents/postgres-data-analyzer/capabilities/list-relationships/decision-rules.md +0 -10
  1954. package/runtime/agents/postgres-data-analyzer/capabilities/list-relationships/runner.py +0 -15
  1955. package/runtime/agents/postgres-data-analyzer/capabilities/list-relationships/workflow.md +0 -6
  1956. package/runtime/agents/postgres-data-analyzer/capabilities/list-schemas/capability.yaml +0 -21
  1957. package/runtime/agents/postgres-data-analyzer/capabilities/list-schemas/decision-rules.md +0 -10
  1958. package/runtime/agents/postgres-data-analyzer/capabilities/list-schemas/runner.py +0 -36
  1959. package/runtime/agents/postgres-data-analyzer/capabilities/list-schemas/workflow.md +0 -4
  1960. package/runtime/agents/postgres-data-analyzer/capabilities/list-tables/capability.yaml +0 -21
  1961. package/runtime/agents/postgres-data-analyzer/capabilities/list-tables/decision-rules.md +0 -10
  1962. package/runtime/agents/postgres-data-analyzer/capabilities/list-tables/runner.py +0 -35
  1963. package/runtime/agents/postgres-data-analyzer/capabilities/list-tables/workflow.md +0 -4
  1964. package/runtime/agents/postgres-data-analyzer/capabilities/profile-table/capability.yaml +0 -22
  1965. package/runtime/agents/postgres-data-analyzer/capabilities/profile-table/decision-rules.md +0 -10
  1966. package/runtime/agents/postgres-data-analyzer/capabilities/profile-table/runner.py +0 -41
  1967. package/runtime/agents/postgres-data-analyzer/capabilities/profile-table/workflow.md +0 -5
  1968. package/runtime/agents/postgres-data-analyzer/capabilities/run-readonly-query/capability.yaml +0 -22
  1969. package/runtime/agents/postgres-data-analyzer/capabilities/run-readonly-query/decision-rules.md +0 -10
  1970. package/runtime/agents/postgres-data-analyzer/capabilities/run-readonly-query/runner.py +0 -40
  1971. package/runtime/agents/postgres-data-analyzer/capabilities/run-readonly-query/workflow.md +0 -6
  1972. package/runtime/agents/postgres-data-analyzer/capabilities/sample-table/capability.yaml +0 -22
  1973. package/runtime/agents/postgres-data-analyzer/capabilities/sample-table/decision-rules.md +0 -10
  1974. package/runtime/agents/postgres-data-analyzer/capabilities/sample-table/runner.py +0 -15
  1975. package/runtime/agents/postgres-data-analyzer/capabilities/sample-table/workflow.md +0 -6
  1976. package/runtime/agents/postgres-data-analyzer/capabilities/search-columns/capability.yaml +0 -22
  1977. package/runtime/agents/postgres-data-analyzer/capabilities/search-columns/decision-rules.md +0 -10
  1978. package/runtime/agents/postgres-data-analyzer/capabilities/search-columns/runner.py +0 -15
  1979. package/runtime/agents/postgres-data-analyzer/capabilities/search-columns/workflow.md +0 -6
  1980. package/runtime/agents/postgres-data-analyzer/capabilities/search-tables/capability.yaml +0 -22
  1981. package/runtime/agents/postgres-data-analyzer/capabilities/search-tables/decision-rules.md +0 -10
  1982. package/runtime/agents/postgres-data-analyzer/capabilities/search-tables/runner.py +0 -15
  1983. package/runtime/agents/postgres-data-analyzer/capabilities/search-tables/workflow.md +0 -6
  1984. package/runtime/agents/postgres-data-analyzer/capabilities/suggest-joins/capability.yaml +0 -22
  1985. package/runtime/agents/postgres-data-analyzer/capabilities/suggest-joins/decision-rules.md +0 -10
  1986. package/runtime/agents/postgres-data-analyzer/capabilities/suggest-joins/runner.py +0 -15
  1987. package/runtime/agents/postgres-data-analyzer/capabilities/suggest-joins/workflow.md +0 -6
  1988. package/runtime/agents/postgres-data-analyzer/capabilities/test-connection/capability.yaml +0 -21
  1989. package/runtime/agents/postgres-data-analyzer/capabilities/test-connection/decision-rules.md +0 -10
  1990. package/runtime/agents/postgres-data-analyzer/capabilities/test-connection/runner.py +0 -34
  1991. package/runtime/agents/postgres-data-analyzer/capabilities/test-connection/workflow.md +0 -5
  1992. package/runtime/agents/postgres-data-analyzer/capabilities/trace-record/capability.yaml +0 -22
  1993. package/runtime/agents/postgres-data-analyzer/capabilities/trace-record/decision-rules.md +0 -10
  1994. package/runtime/agents/postgres-data-analyzer/capabilities/trace-record/runner.py +0 -15
  1995. package/runtime/agents/postgres-data-analyzer/capabilities/trace-record/workflow.md +0 -6
  1996. package/runtime/agents/postgres-data-analyzer/capabilities/validate-readonly-query/capability.yaml +0 -22
  1997. package/runtime/agents/postgres-data-analyzer/capabilities/validate-readonly-query/decision-rules.md +0 -10
  1998. package/runtime/agents/postgres-data-analyzer/capabilities/validate-readonly-query/runner.py +0 -15
  1999. package/runtime/agents/postgres-data-analyzer/capabilities/validate-readonly-query/workflow.md +0 -6
  2000. package/runtime/agents/postgres-data-analyzer/infra/README.md +0 -3
  2001. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/README.md +0 -14
  2002. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/cli.py +0 -80
  2003. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/env.example +0 -2
  2004. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/integration.yaml +0 -29
  2005. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/mcp/README.md +0 -3
  2006. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/analyze-cpf-column.yaml +0 -16
  2007. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/analyze-query-result.yaml +0 -8
  2008. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/build-analysis-query.yaml +0 -8
  2009. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/compare-tables.yaml +0 -8
  2010. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/describe-table.yaml +0 -8
  2011. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/detect-data-quality-issues.yaml +0 -8
  2012. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/detect-sensitive-columns.yaml +0 -7
  2013. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/estimate-table-size.yaml +0 -8
  2014. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/explain-query-plan.yaml +0 -8
  2015. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/explore-database-domain.yaml +0 -8
  2016. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/generate-data-report.yaml +0 -19
  2017. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/generate-erd-report.yaml +0 -8
  2018. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/list-databases.yaml +0 -8
  2019. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/list-relationships.yaml +0 -8
  2020. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/list-schemas.yaml +0 -7
  2021. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/list-tables.yaml +0 -7
  2022. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/profile-table.yaml +0 -8
  2023. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/run-readonly-query.yaml +0 -8
  2024. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/sample-table.yaml +0 -8
  2025. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/search-columns.yaml +0 -8
  2026. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/search-tables.yaml +0 -8
  2027. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/suggest-joins.yaml +0 -8
  2028. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/test-connection.yaml +0 -7
  2029. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/trace-record.yaml +0 -8
  2030. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/methods/validate-readonly-query.yaml +0 -8
  2031. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/models/README.md +0 -3
  2032. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/postgres_repository.py +0 -619
  2033. package/runtime/agents/postgres-data-analyzer/infra/integrations/postgres/tests/test_repository.py +0 -88
  2034. package/runtime/agents/postgres-data-analyzer/knowledge/README.md +0 -3
  2035. package/runtime/agents/postgres-data-analyzer/knowledge/context.md +0 -9
  2036. package/runtime/agents/postgres-data-analyzer/knowledge/policies.yaml +0 -82
  2037. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/README.md +0 -3
  2038. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/analyze-cpf-column.md +0 -45
  2039. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/analyze-query-result.md +0 -35
  2040. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/build-analysis-query.md +0 -39
  2041. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/compare-tables.md +0 -37
  2042. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/describe-table.md +0 -35
  2043. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/detect-data-quality-issues.md +0 -33
  2044. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/detect-sensitive-columns.md +0 -32
  2045. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/estimate-table-size.md +0 -33
  2046. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/explain-query-plan.md +0 -37
  2047. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/explore-database-domain.md +0 -35
  2048. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/generate-data-report.md +0 -54
  2049. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/generate-erd-report.md +0 -34
  2050. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/list-databases.md +0 -28
  2051. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/list-relationships.md +0 -31
  2052. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/list-schemas.md +0 -29
  2053. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/list-tables.md +0 -32
  2054. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/profile-table.md +0 -36
  2055. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/run-readonly-query.md +0 -44
  2056. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/sample-table.md +0 -44
  2057. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/search-columns.md +0 -32
  2058. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/search-tables.md +0 -29
  2059. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/suggest-joins.md +0 -32
  2060. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/test-connection.md +0 -34
  2061. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/trace-record.md +0 -43
  2062. package/runtime/agents/postgres-data-analyzer/knowledge/prompts/validate-readonly-query.md +0 -47
  2063. package/runtime/agents/postgres-data-analyzer/knowledge/system.md +0 -48
  2064. package/runtime/agents/postgres-data-analyzer/templates/README.md +0 -3
  2065. package/runtime/agents/postgres-data-analyzer/templates/analyze-cpf-column-output.md +0 -21
  2066. package/runtime/agents/postgres-data-analyzer/templates/analyze-query-result-output.md +0 -14
  2067. package/runtime/agents/postgres-data-analyzer/templates/build-analysis-query-output.md +0 -12
  2068. package/runtime/agents/postgres-data-analyzer/templates/compare-tables-output.md +0 -25
  2069. package/runtime/agents/postgres-data-analyzer/templates/describe-table-output.md +0 -25
  2070. package/runtime/agents/postgres-data-analyzer/templates/detect-data-quality-issues-output.md +0 -11
  2071. package/runtime/agents/postgres-data-analyzer/templates/detect-sensitive-columns-output.md +0 -13
  2072. package/runtime/agents/postgres-data-analyzer/templates/estimate-table-size-output.md +0 -12
  2073. package/runtime/agents/postgres-data-analyzer/templates/explain-query-plan-output.md +0 -15
  2074. package/runtime/agents/postgres-data-analyzer/templates/explore-database-domain-output.md +0 -19
  2075. package/runtime/agents/postgres-data-analyzer/templates/generate-data-report-output.md +0 -34
  2076. package/runtime/agents/postgres-data-analyzer/templates/generate-erd-report-output.md +0 -10
  2077. package/runtime/agents/postgres-data-analyzer/templates/list-databases-output.md +0 -10
  2078. package/runtime/agents/postgres-data-analyzer/templates/list-relationships-output.md +0 -10
  2079. package/runtime/agents/postgres-data-analyzer/templates/list-schemas-output.md +0 -10
  2080. package/runtime/agents/postgres-data-analyzer/templates/list-tables-output.md +0 -11
  2081. package/runtime/agents/postgres-data-analyzer/templates/profile-table-output.md +0 -18
  2082. package/runtime/agents/postgres-data-analyzer/templates/run-readonly-query-output.md +0 -11
  2083. package/runtime/agents/postgres-data-analyzer/templates/sample-table-output.md +0 -12
  2084. package/runtime/agents/postgres-data-analyzer/templates/search-columns-output.md +0 -11
  2085. package/runtime/agents/postgres-data-analyzer/templates/search-tables-output.md +0 -11
  2086. package/runtime/agents/postgres-data-analyzer/templates/suggest-joins-output.md +0 -11
  2087. package/runtime/agents/postgres-data-analyzer/templates/test-connection-output.md +0 -8
  2088. package/runtime/agents/postgres-data-analyzer/templates/trace-record-output.md +0 -17
  2089. package/runtime/agents/postgres-data-analyzer/templates/validate-readonly-query-output.md +0 -11
  2090. package/runtime/agents/postgres-data-analyzer/tests/test_runners.py +0 -435
  2091. package/runtime/agents/presentation-deck-builder/AGENTS.md +0 -31
  2092. package/runtime/agents/presentation-deck-builder/README.md +0 -42
  2093. package/runtime/agents/presentation-deck-builder/agent.yaml +0 -66
  2094. package/runtime/agents/presentation-deck-builder/capabilities/_shared/template_support.py +0 -372
  2095. package/runtime/agents/presentation-deck-builder/capabilities/compare-template-versions/capability.yaml +0 -18
  2096. package/runtime/agents/presentation-deck-builder/capabilities/compare-template-versions/decision-rules.md +0 -12
  2097. package/runtime/agents/presentation-deck-builder/capabilities/compare-template-versions/workflow.md +0 -5
  2098. package/runtime/agents/presentation-deck-builder/capabilities/create-template/capability.yaml +0 -18
  2099. package/runtime/agents/presentation-deck-builder/capabilities/create-template/decision-rules.md +0 -12
  2100. package/runtime/agents/presentation-deck-builder/capabilities/create-template/workflow.md +0 -6
  2101. package/runtime/agents/presentation-deck-builder/capabilities/create-template-version/capability.yaml +0 -19
  2102. package/runtime/agents/presentation-deck-builder/capabilities/create-template-version/decision-rules.md +0 -12
  2103. package/runtime/agents/presentation-deck-builder/capabilities/create-template-version/runner.py +0 -101
  2104. package/runtime/agents/presentation-deck-builder/capabilities/create-template-version/workflow.md +0 -5
  2105. package/runtime/agents/presentation-deck-builder/capabilities/deprecate-template-version/capability.yaml +0 -19
  2106. package/runtime/agents/presentation-deck-builder/capabilities/deprecate-template-version/decision-rules.md +0 -12
  2107. package/runtime/agents/presentation-deck-builder/capabilities/deprecate-template-version/runner.py +0 -102
  2108. package/runtime/agents/presentation-deck-builder/capabilities/deprecate-template-version/workflow.md +0 -5
  2109. package/runtime/agents/presentation-deck-builder/capabilities/generate-deck-from-template/capability.yaml +0 -19
  2110. package/runtime/agents/presentation-deck-builder/capabilities/generate-deck-from-template/decision-rules.md +0 -12
  2111. package/runtime/agents/presentation-deck-builder/capabilities/generate-deck-from-template/runner.py +0 -483
  2112. package/runtime/agents/presentation-deck-builder/capabilities/generate-deck-from-template/workflow.md +0 -6
  2113. package/runtime/agents/presentation-deck-builder/capabilities/generate-template-input-file/capability.yaml +0 -23
  2114. package/runtime/agents/presentation-deck-builder/capabilities/generate-template-input-file/decision-rules.md +0 -12
  2115. package/runtime/agents/presentation-deck-builder/capabilities/generate-template-input-file/runner.py +0 -57
  2116. package/runtime/agents/presentation-deck-builder/capabilities/generate-template-input-file/workflow.md +0 -5
  2117. package/runtime/agents/presentation-deck-builder/capabilities/ingest-source-document/capability.yaml +0 -21
  2118. package/runtime/agents/presentation-deck-builder/capabilities/ingest-source-document/decision-rules.md +0 -12
  2119. package/runtime/agents/presentation-deck-builder/capabilities/ingest-source-document/workflow.md +0 -5
  2120. package/runtime/agents/presentation-deck-builder/capabilities/inspect-template/capability.yaml +0 -18
  2121. package/runtime/agents/presentation-deck-builder/capabilities/inspect-template/decision-rules.md +0 -12
  2122. package/runtime/agents/presentation-deck-builder/capabilities/inspect-template/workflow.md +0 -5
  2123. package/runtime/agents/presentation-deck-builder/capabilities/list-template-versions/capability.yaml +0 -21
  2124. package/runtime/agents/presentation-deck-builder/capabilities/list-template-versions/decision-rules.md +0 -12
  2125. package/runtime/agents/presentation-deck-builder/capabilities/list-template-versions/runner.py +0 -42
  2126. package/runtime/agents/presentation-deck-builder/capabilities/list-template-versions/workflow.md +0 -5
  2127. package/runtime/agents/presentation-deck-builder/capabilities/list-templates/capability.yaml +0 -20
  2128. package/runtime/agents/presentation-deck-builder/capabilities/list-templates/decision-rules.md +0 -12
  2129. package/runtime/agents/presentation-deck-builder/capabilities/list-templates/runner.py +0 -37
  2130. package/runtime/agents/presentation-deck-builder/capabilities/list-templates/workflow.md +0 -5
  2131. package/runtime/agents/presentation-deck-builder/capabilities/plan-deck/capability.yaml +0 -18
  2132. package/runtime/agents/presentation-deck-builder/capabilities/plan-deck/decision-rules.md +0 -12
  2133. package/runtime/agents/presentation-deck-builder/capabilities/plan-deck/workflow.md +0 -5
  2134. package/runtime/agents/presentation-deck-builder/capabilities/promote-template-version/capability.yaml +0 -19
  2135. package/runtime/agents/presentation-deck-builder/capabilities/promote-template-version/decision-rules.md +0 -12
  2136. package/runtime/agents/presentation-deck-builder/capabilities/promote-template-version/runner.py +0 -89
  2137. package/runtime/agents/presentation-deck-builder/capabilities/promote-template-version/workflow.md +0 -5
  2138. package/runtime/agents/presentation-deck-builder/capabilities/refine-generated-deck/capability.yaml +0 -21
  2139. package/runtime/agents/presentation-deck-builder/capabilities/refine-generated-deck/decision-rules.md +0 -12
  2140. package/runtime/agents/presentation-deck-builder/capabilities/refine-generated-deck/workflow.md +0 -5
  2141. package/runtime/agents/presentation-deck-builder/capabilities/refine-template/capability.yaml +0 -19
  2142. package/runtime/agents/presentation-deck-builder/capabilities/refine-template/decision-rules.md +0 -12
  2143. package/runtime/agents/presentation-deck-builder/capabilities/refine-template/runner.py +0 -136
  2144. package/runtime/agents/presentation-deck-builder/capabilities/refine-template/workflow.md +0 -5
  2145. package/runtime/agents/presentation-deck-builder/capabilities/register-template/capability.yaml +0 -28
  2146. package/runtime/agents/presentation-deck-builder/capabilities/register-template/decision-rules.md +0 -12
  2147. package/runtime/agents/presentation-deck-builder/capabilities/register-template/runner.py +0 -80
  2148. package/runtime/agents/presentation-deck-builder/capabilities/register-template/workflow.md +0 -8
  2149. package/runtime/agents/presentation-deck-builder/capabilities/review-generated-deck/capability.yaml +0 -18
  2150. package/runtime/agents/presentation-deck-builder/capabilities/review-generated-deck/decision-rules.md +0 -12
  2151. package/runtime/agents/presentation-deck-builder/capabilities/review-generated-deck/workflow.md +0 -5
  2152. package/runtime/agents/presentation-deck-builder/infra/README.md +0 -4
  2153. package/runtime/agents/presentation-deck-builder/infra/integrations/document-reader/README.md +0 -3
  2154. package/runtime/agents/presentation-deck-builder/infra/integrations/presentation-renderer/README.md +0 -3
  2155. package/runtime/agents/presentation-deck-builder/knowledge/context.md +0 -37
  2156. package/runtime/agents/presentation-deck-builder/knowledge/output-templates/deck-plan.md +0 -47
  2157. package/runtime/agents/presentation-deck-builder/knowledge/output-templates/deck-review.md +0 -40
  2158. package/runtime/agents/presentation-deck-builder/knowledge/output-templates/extracted-content.md +0 -38
  2159. package/runtime/agents/presentation-deck-builder/knowledge/output-templates/template-inspection.md +0 -33
  2160. package/runtime/agents/presentation-deck-builder/knowledge/output-templates/template-version-comparison.md +0 -38
  2161. package/runtime/agents/presentation-deck-builder/knowledge/policies.yaml +0 -47
  2162. package/runtime/agents/presentation-deck-builder/knowledge/prompts/compare-template-versions.md +0 -39
  2163. package/runtime/agents/presentation-deck-builder/knowledge/prompts/create-template-version.md +0 -37
  2164. package/runtime/agents/presentation-deck-builder/knowledge/prompts/create-template.md +0 -35
  2165. package/runtime/agents/presentation-deck-builder/knowledge/prompts/deprecate-template-version.md +0 -36
  2166. package/runtime/agents/presentation-deck-builder/knowledge/prompts/generate-deck-from-template.md +0 -48
  2167. package/runtime/agents/presentation-deck-builder/knowledge/prompts/generate-template-input-file.md +0 -30
  2168. package/runtime/agents/presentation-deck-builder/knowledge/prompts/ingest-source-document.md +0 -42
  2169. package/runtime/agents/presentation-deck-builder/knowledge/prompts/inspect-template.md +0 -34
  2170. package/runtime/agents/presentation-deck-builder/knowledge/prompts/list-template-versions.md +0 -33
  2171. package/runtime/agents/presentation-deck-builder/knowledge/prompts/list-templates.md +0 -29
  2172. package/runtime/agents/presentation-deck-builder/knowledge/prompts/plan-deck.md +0 -45
  2173. package/runtime/agents/presentation-deck-builder/knowledge/prompts/promote-template-version.md +0 -36
  2174. package/runtime/agents/presentation-deck-builder/knowledge/prompts/refine-generated-deck.md +0 -34
  2175. package/runtime/agents/presentation-deck-builder/knowledge/prompts/refine-template.md +0 -39
  2176. package/runtime/agents/presentation-deck-builder/knowledge/prompts/register-template.md +0 -43
  2177. package/runtime/agents/presentation-deck-builder/knowledge/prompts/review-generated-deck.md +0 -43
  2178. package/runtime/agents/presentation-deck-builder/knowledge/runtime.md +0 -39
  2179. package/runtime/agents/presentation-deck-builder/knowledge/system.md +0 -47
  2180. package/runtime/agents/presentation-deck-builder/knowledge/template-catalog.yaml +0 -3
  2181. package/runtime/agents/presentation-deck-builder/knowledge/template-routing.md +0 -6
  2182. package/runtime/agents/presentation-deck-builder/templates/README.md +0 -6
  2183. package/runtime/agents/presentation-deck-builder/tests/test_runners.py +0 -258
  2184. package/runtime/agents/provider-configurator/AGENTS.md +0 -8
  2185. package/runtime/agents/provider-configurator/README.md +0 -5
  2186. package/runtime/agents/provider-configurator/agent.yaml +0 -27
  2187. package/runtime/agents/provider-configurator/capabilities/collect-provider-credentials/capability.yaml +0 -14
  2188. package/runtime/agents/provider-configurator/capabilities/collect-provider-credentials/decision-rules.md +0 -6
  2189. package/runtime/agents/provider-configurator/capabilities/collect-provider-credentials/workflow.md +0 -7
  2190. package/runtime/agents/provider-configurator/capabilities/configure-provider-source/capability.yaml +0 -14
  2191. package/runtime/agents/provider-configurator/capabilities/configure-provider-source/decision-rules.md +0 -6
  2192. package/runtime/agents/provider-configurator/capabilities/configure-provider-source/workflow.md +0 -8
  2193. package/runtime/agents/provider-configurator/capabilities/validate-provider-readiness/capability.yaml +0 -14
  2194. package/runtime/agents/provider-configurator/capabilities/validate-provider-readiness/decision-rules.md +0 -6
  2195. package/runtime/agents/provider-configurator/capabilities/validate-provider-readiness/workflow.md +0 -7
  2196. package/runtime/agents/provider-configurator/infra/README.md +0 -5
  2197. package/runtime/agents/provider-configurator/knowledge/context.md +0 -8
  2198. package/runtime/agents/provider-configurator/knowledge/system.md +0 -19
  2199. package/runtime/agents/provider-configurator/templates/README.md +0 -4
  2200. package/runtime/agents/pyautogui-automation-builder/AGENTS.md +0 -32
  2201. package/runtime/agents/pyautogui-automation-builder/README.md +0 -44
  2202. package/runtime/agents/pyautogui-automation-builder/agent.yaml +0 -45
  2203. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-project-files/capability.yaml +0 -20
  2204. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-project-files/decision-rules.md +0 -6
  2205. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-project-files/runner.py +0 -39
  2206. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-project-files/workflow.md +0 -7
  2207. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-script/capability.yaml +0 -18
  2208. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-script/decision-rules.md +0 -7
  2209. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-script/runner.py +0 -33
  2210. package/runtime/agents/pyautogui-automation-builder/capabilities/generate-pyautogui-script/workflow.md +0 -7
  2211. package/runtime/agents/pyautogui-automation-builder/capabilities/plan-desktop-automation/capability.yaml +0 -18
  2212. package/runtime/agents/pyautogui-automation-builder/capabilities/plan-desktop-automation/decision-rules.md +0 -8
  2213. package/runtime/agents/pyautogui-automation-builder/capabilities/plan-desktop-automation/runner.py +0 -33
  2214. package/runtime/agents/pyautogui-automation-builder/capabilities/plan-desktop-automation/workflow.md +0 -9
  2215. package/runtime/agents/pyautogui-automation-builder/capabilities/review-pyautogui-script/capability.yaml +0 -20
  2216. package/runtime/agents/pyautogui-automation-builder/capabilities/review-pyautogui-script/decision-rules.md +0 -8
  2217. package/runtime/agents/pyautogui-automation-builder/capabilities/review-pyautogui-script/runner.py +0 -43
  2218. package/runtime/agents/pyautogui-automation-builder/capabilities/review-pyautogui-script/workflow.md +0 -7
  2219. package/runtime/agents/pyautogui-automation-builder/capabilities/wrap-pyautogui-as-capability/capability.yaml +0 -22
  2220. package/runtime/agents/pyautogui-automation-builder/capabilities/wrap-pyautogui-as-capability/decision-rules.md +0 -6
  2221. package/runtime/agents/pyautogui-automation-builder/capabilities/wrap-pyautogui-as-capability/runner.py +0 -43
  2222. package/runtime/agents/pyautogui-automation-builder/capabilities/wrap-pyautogui-as-capability/workflow.md +0 -7
  2223. package/runtime/agents/pyautogui-automation-builder/infra/integrations/pyautogui-automation/pyautogui_automation_repository.py +0 -856
  2224. package/runtime/agents/pyautogui-automation-builder/knowledge/context.md +0 -17
  2225. package/runtime/agents/pyautogui-automation-builder/knowledge/policies.yaml +0 -24
  2226. package/runtime/agents/pyautogui-automation-builder/knowledge/system.md +0 -13
  2227. package/runtime/agents/pyautogui-automation-builder/templates/capability-wrapper.md +0 -3
  2228. package/runtime/agents/pyautogui-automation-builder/templates/pyautogui-automation.py +0 -12
  2229. package/runtime/agents/pyautogui-automation-builder/templates/pyautogui-readme.md +0 -3
  2230. package/runtime/agents/pyautogui-automation-builder/templates/pyautogui-review-report.md +0 -3
  2231. package/runtime/agents/pyautogui-automation-builder/templates/pyautogui-test.py +0 -2
  2232. package/runtime/agents/pyautogui-automation-builder/tests/test_runners.py +0 -376
  2233. package/runtime/agents/python-automation-builder/AGENTS.md +0 -25
  2234. package/runtime/agents/python-automation-builder/README.md +0 -43
  2235. package/runtime/agents/python-automation-builder/agent.yaml +0 -45
  2236. package/runtime/agents/python-automation-builder/capabilities/generate-automation-project-files/capability.yaml +0 -20
  2237. package/runtime/agents/python-automation-builder/capabilities/generate-automation-project-files/decision-rules.md +0 -6
  2238. package/runtime/agents/python-automation-builder/capabilities/generate-automation-project-files/runner.py +0 -39
  2239. package/runtime/agents/python-automation-builder/capabilities/generate-automation-project-files/workflow.md +0 -7
  2240. package/runtime/agents/python-automation-builder/capabilities/generate-python-automation/capability.yaml +0 -18
  2241. package/runtime/agents/python-automation-builder/capabilities/generate-python-automation/decision-rules.md +0 -5
  2242. package/runtime/agents/python-automation-builder/capabilities/generate-python-automation/runner.py +0 -33
  2243. package/runtime/agents/python-automation-builder/capabilities/generate-python-automation/workflow.md +0 -5
  2244. package/runtime/agents/python-automation-builder/capabilities/plan-python-automation/capability.yaml +0 -18
  2245. package/runtime/agents/python-automation-builder/capabilities/plan-python-automation/decision-rules.md +0 -6
  2246. package/runtime/agents/python-automation-builder/capabilities/plan-python-automation/runner.py +0 -33
  2247. package/runtime/agents/python-automation-builder/capabilities/plan-python-automation/workflow.md +0 -6
  2248. package/runtime/agents/python-automation-builder/capabilities/review-python-automation/capability.yaml +0 -20
  2249. package/runtime/agents/python-automation-builder/capabilities/review-python-automation/decision-rules.md +0 -6
  2250. package/runtime/agents/python-automation-builder/capabilities/review-python-automation/runner.py +0 -43
  2251. package/runtime/agents/python-automation-builder/capabilities/review-python-automation/workflow.md +0 -5
  2252. package/runtime/agents/python-automation-builder/capabilities/wrap-automation-as-capability/capability.yaml +0 -22
  2253. package/runtime/agents/python-automation-builder/capabilities/wrap-automation-as-capability/decision-rules.md +0 -6
  2254. package/runtime/agents/python-automation-builder/capabilities/wrap-automation-as-capability/runner.py +0 -43
  2255. package/runtime/agents/python-automation-builder/capabilities/wrap-automation-as-capability/workflow.md +0 -6
  2256. package/runtime/agents/python-automation-builder/infra/integrations/python-automation/python_automation_repository.py +0 -717
  2257. package/runtime/agents/python-automation-builder/knowledge/context.md +0 -15
  2258. package/runtime/agents/python-automation-builder/knowledge/policies.yaml +0 -12
  2259. package/runtime/agents/python-automation-builder/knowledge/system.md +0 -19
  2260. package/runtime/agents/python-automation-builder/templates/automation-readme.md +0 -13
  2261. package/runtime/agents/python-automation-builder/templates/automation-review-report.md +0 -13
  2262. package/runtime/agents/python-automation-builder/templates/automation-test.py +0 -9
  2263. package/runtime/agents/python-automation-builder/templates/automation.py +0 -19
  2264. package/runtime/agents/python-automation-builder/templates/capability-wrapper.md +0 -4
  2265. package/runtime/agents/python-automation-builder/tests/test_runners.py +0 -292
  2266. package/runtime/agents/selenium-automation-builder/AGENTS.md +0 -27
  2267. package/runtime/agents/selenium-automation-builder/README.md +0 -40
  2268. package/runtime/agents/selenium-automation-builder/agent.yaml +0 -45
  2269. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-project-files/capability.yaml +0 -20
  2270. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-project-files/decision-rules.md +0 -6
  2271. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-project-files/runner.py +0 -39
  2272. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-project-files/workflow.md +0 -7
  2273. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-script/capability.yaml +0 -18
  2274. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-script/decision-rules.md +0 -6
  2275. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-script/runner.py +0 -33
  2276. package/runtime/agents/selenium-automation-builder/capabilities/generate-selenium-script/workflow.md +0 -6
  2277. package/runtime/agents/selenium-automation-builder/capabilities/plan-selenium-automation/capability.yaml +0 -18
  2278. package/runtime/agents/selenium-automation-builder/capabilities/plan-selenium-automation/decision-rules.md +0 -6
  2279. package/runtime/agents/selenium-automation-builder/capabilities/plan-selenium-automation/runner.py +0 -33
  2280. package/runtime/agents/selenium-automation-builder/capabilities/plan-selenium-automation/workflow.md +0 -6
  2281. package/runtime/agents/selenium-automation-builder/capabilities/review-selenium-script/capability.yaml +0 -20
  2282. package/runtime/agents/selenium-automation-builder/capabilities/review-selenium-script/decision-rules.md +0 -6
  2283. package/runtime/agents/selenium-automation-builder/capabilities/review-selenium-script/runner.py +0 -40
  2284. package/runtime/agents/selenium-automation-builder/capabilities/review-selenium-script/workflow.md +0 -6
  2285. package/runtime/agents/selenium-automation-builder/capabilities/wrap-selenium-as-capability/capability.yaml +0 -22
  2286. package/runtime/agents/selenium-automation-builder/capabilities/wrap-selenium-as-capability/decision-rules.md +0 -6
  2287. package/runtime/agents/selenium-automation-builder/capabilities/wrap-selenium-as-capability/runner.py +0 -43
  2288. package/runtime/agents/selenium-automation-builder/capabilities/wrap-selenium-as-capability/workflow.md +0 -6
  2289. package/runtime/agents/selenium-automation-builder/infra/integrations/selenium-automation/selenium_automation_repository.py +0 -793
  2290. package/runtime/agents/selenium-automation-builder/knowledge/context.md +0 -15
  2291. package/runtime/agents/selenium-automation-builder/knowledge/policies.yaml +0 -17
  2292. package/runtime/agents/selenium-automation-builder/knowledge/system.md +0 -18
  2293. package/runtime/agents/selenium-automation-builder/templates/capability-wrapper.md +0 -4
  2294. package/runtime/agents/selenium-automation-builder/templates/selenium-automation.py +0 -20
  2295. package/runtime/agents/selenium-automation-builder/templates/selenium-readme.md +0 -13
  2296. package/runtime/agents/selenium-automation-builder/templates/selenium-review-report.md +0 -13
  2297. package/runtime/agents/selenium-automation-builder/templates/selenium-test.py +0 -9
  2298. package/runtime/agents/selenium-automation-builder/tests/test_runners.py +0 -282
  2299. package/runtime/agents/shared-memory-curator/AGENTS.md +0 -5
  2300. package/runtime/agents/shared-memory-curator/README.md +0 -6
  2301. package/runtime/agents/shared-memory-curator/agent.yaml +0 -38
  2302. package/runtime/agents/shared-memory-curator/capabilities/create-shared-memory/capability.yaml +0 -19
  2303. package/runtime/agents/shared-memory-curator/capabilities/create-shared-memory/decision-rules.md +0 -5
  2304. package/runtime/agents/shared-memory-curator/capabilities/create-shared-memory/workflow.md +0 -5
  2305. package/runtime/agents/shared-memory-curator/capabilities/publish-shared-submission/capability.yaml +0 -19
  2306. package/runtime/agents/shared-memory-curator/capabilities/publish-shared-submission/decision-rules.md +0 -5
  2307. package/runtime/agents/shared-memory-curator/capabilities/publish-shared-submission/workflow.md +0 -5
  2308. package/runtime/agents/shared-memory-curator/capabilities/review-shared-submission/capability.yaml +0 -19
  2309. package/runtime/agents/shared-memory-curator/capabilities/review-shared-submission/decision-rules.md +0 -5
  2310. package/runtime/agents/shared-memory-curator/capabilities/review-shared-submission/workflow.md +0 -5
  2311. package/runtime/agents/shared-memory-curator/infra/.gitkeep +0 -1
  2312. package/runtime/agents/shared-memory-curator/knowledge/context.md +0 -5
  2313. package/runtime/agents/shared-memory-curator/knowledge/system.md +0 -4
  2314. package/runtime/agents/shared-memory-curator/templates/.gitkeep +0 -1
  2315. package/runtime/agents/software-specification-analyst/AGENTS.md +0 -49
  2316. package/runtime/agents/software-specification-analyst/README.md +0 -92
  2317. package/runtime/agents/software-specification-analyst/agent.yaml +0 -68
  2318. package/runtime/agents/software-specification-analyst/capabilities/analyze-multiple-projects/capability.yaml +0 -21
  2319. package/runtime/agents/software-specification-analyst/capabilities/analyze-multiple-projects/decision-rules.md +0 -12
  2320. package/runtime/agents/software-specification-analyst/capabilities/analyze-multiple-projects/workflow.md +0 -7
  2321. package/runtime/agents/software-specification-analyst/capabilities/analyze-project-context/capability.yaml +0 -32
  2322. package/runtime/agents/software-specification-analyst/capabilities/analyze-project-context/decision-rules.md +0 -12
  2323. package/runtime/agents/software-specification-analyst/capabilities/analyze-project-context/runner.py +0 -659
  2324. package/runtime/agents/software-specification-analyst/capabilities/analyze-project-context/workflow.md +0 -11
  2325. package/runtime/agents/software-specification-analyst/capabilities/build-requirements-traceability/capability.yaml +0 -21
  2326. package/runtime/agents/software-specification-analyst/capabilities/build-requirements-traceability/decision-rules.md +0 -12
  2327. package/runtime/agents/software-specification-analyst/capabilities/build-requirements-traceability/workflow.md +0 -7
  2328. package/runtime/agents/software-specification-analyst/capabilities/conduct-requirements-interview/capability.yaml +0 -26
  2329. package/runtime/agents/software-specification-analyst/capabilities/conduct-requirements-interview/decision-rules.md +0 -12
  2330. package/runtime/agents/software-specification-analyst/capabilities/conduct-requirements-interview/runner.py +0 -253
  2331. package/runtime/agents/software-specification-analyst/capabilities/conduct-requirements-interview/workflow.md +0 -8
  2332. package/runtime/agents/software-specification-analyst/capabilities/create-analysis-dossier/capability.yaml +0 -21
  2333. package/runtime/agents/software-specification-analyst/capabilities/create-analysis-dossier/decision-rules.md +0 -12
  2334. package/runtime/agents/software-specification-analyst/capabilities/create-analysis-dossier/workflow.md +0 -6
  2335. package/runtime/agents/software-specification-analyst/capabilities/create-complete-spec/capability.yaml +0 -42
  2336. package/runtime/agents/software-specification-analyst/capabilities/create-complete-spec/decision-rules.md +0 -12
  2337. package/runtime/agents/software-specification-analyst/capabilities/create-complete-spec/runner.py +0 -559
  2338. package/runtime/agents/software-specification-analyst/capabilities/create-complete-spec/workflow.md +0 -13
  2339. package/runtime/agents/software-specification-analyst/capabilities/create-discovery-notes/capability.yaml +0 -21
  2340. package/runtime/agents/software-specification-analyst/capabilities/create-discovery-notes/decision-rules.md +0 -12
  2341. package/runtime/agents/software-specification-analyst/capabilities/create-discovery-notes/workflow.md +0 -6
  2342. package/runtime/agents/software-specification-analyst/capabilities/create-final-spec-from-analysis/capability.yaml +0 -28
  2343. package/runtime/agents/software-specification-analyst/capabilities/create-final-spec-from-analysis/decision-rules.md +0 -12
  2344. package/runtime/agents/software-specification-analyst/capabilities/create-final-spec-from-analysis/runner.py +0 -370
  2345. package/runtime/agents/software-specification-analyst/capabilities/create-final-spec-from-analysis/workflow.md +0 -6
  2346. package/runtime/agents/software-specification-analyst/capabilities/create-functional-spec/capability.yaml +0 -32
  2347. package/runtime/agents/software-specification-analyst/capabilities/create-functional-spec/decision-rules.md +0 -12
  2348. package/runtime/agents/software-specification-analyst/capabilities/create-functional-spec/workflow.md +0 -8
  2349. package/runtime/agents/software-specification-analyst/capabilities/create-technical-spec/capability.yaml +0 -33
  2350. package/runtime/agents/software-specification-analyst/capabilities/create-technical-spec/decision-rules.md +0 -12
  2351. package/runtime/agents/software-specification-analyst/capabilities/create-technical-spec/workflow.md +0 -8
  2352. package/runtime/agents/software-specification-analyst/capabilities/identify-business-questions/capability.yaml +0 -21
  2353. package/runtime/agents/software-specification-analyst/capabilities/identify-business-questions/decision-rules.md +0 -12
  2354. package/runtime/agents/software-specification-analyst/capabilities/identify-business-questions/workflow.md +0 -6
  2355. package/runtime/agents/software-specification-analyst/capabilities/identify-critical-points/capability.yaml +0 -22
  2356. package/runtime/agents/software-specification-analyst/capabilities/identify-critical-points/decision-rules.md +0 -12
  2357. package/runtime/agents/software-specification-analyst/capabilities/identify-critical-points/workflow.md +0 -6
  2358. package/runtime/agents/software-specification-analyst/capabilities/map-user-journeys/capability.yaml +0 -21
  2359. package/runtime/agents/software-specification-analyst/capabilities/map-user-journeys/decision-rules.md +0 -12
  2360. package/runtime/agents/software-specification-analyst/capabilities/map-user-journeys/workflow.md +0 -7
  2361. package/runtime/agents/software-specification-analyst/capabilities/refine-analysis-with-feedback/capability.yaml +0 -26
  2362. package/runtime/agents/software-specification-analyst/capabilities/refine-analysis-with-feedback/decision-rules.md +0 -12
  2363. package/runtime/agents/software-specification-analyst/capabilities/refine-analysis-with-feedback/runner.py +0 -216
  2364. package/runtime/agents/software-specification-analyst/capabilities/refine-analysis-with-feedback/workflow.md +0 -6
  2365. package/runtime/agents/software-specification-analyst/capabilities/review-spec-completeness/capability.yaml +0 -21
  2366. package/runtime/agents/software-specification-analyst/capabilities/review-spec-completeness/decision-rules.md +0 -12
  2367. package/runtime/agents/software-specification-analyst/capabilities/review-spec-completeness/workflow.md +0 -7
  2368. package/runtime/agents/software-specification-analyst/capabilities/write-user-stories/capability.yaml +0 -33
  2369. package/runtime/agents/software-specification-analyst/capabilities/write-user-stories/decision-rules.md +0 -12
  2370. package/runtime/agents/software-specification-analyst/capabilities/write-user-stories/workflow.md +0 -7
  2371. package/runtime/agents/software-specification-analyst/infra/README.md +0 -7
  2372. package/runtime/agents/software-specification-analyst/knowledge/context.md +0 -122
  2373. package/runtime/agents/software-specification-analyst/knowledge/policies.yaml +0 -136
  2374. package/runtime/agents/software-specification-analyst/knowledge/prompts/analyze-multiple-projects.md +0 -40
  2375. package/runtime/agents/software-specification-analyst/knowledge/prompts/analyze-project-context.md +0 -69
  2376. package/runtime/agents/software-specification-analyst/knowledge/prompts/build-requirements-traceability.md +0 -33
  2377. package/runtime/agents/software-specification-analyst/knowledge/prompts/conduct-requirements-interview.md +0 -76
  2378. package/runtime/agents/software-specification-analyst/knowledge/prompts/create-analysis-dossier.md +0 -38
  2379. package/runtime/agents/software-specification-analyst/knowledge/prompts/create-complete-spec.md +0 -46
  2380. package/runtime/agents/software-specification-analyst/knowledge/prompts/create-discovery-notes.md +0 -34
  2381. package/runtime/agents/software-specification-analyst/knowledge/prompts/create-final-spec-from-analysis.md +0 -51
  2382. package/runtime/agents/software-specification-analyst/knowledge/prompts/create-functional-spec.md +0 -35
  2383. package/runtime/agents/software-specification-analyst/knowledge/prompts/create-technical-spec.md +0 -39
  2384. package/runtime/agents/software-specification-analyst/knowledge/prompts/identify-business-questions.md +0 -36
  2385. package/runtime/agents/software-specification-analyst/knowledge/prompts/identify-critical-points.md +0 -37
  2386. package/runtime/agents/software-specification-analyst/knowledge/prompts/map-user-journeys.md +0 -34
  2387. package/runtime/agents/software-specification-analyst/knowledge/prompts/refine-analysis-with-feedback.md +0 -41
  2388. package/runtime/agents/software-specification-analyst/knowledge/prompts/review-spec-completeness.md +0 -44
  2389. package/runtime/agents/software-specification-analyst/knowledge/prompts/write-user-stories.md +0 -39
  2390. package/runtime/agents/software-specification-analyst/knowledge/system.md +0 -65
  2391. package/runtime/agents/software-specification-analyst/templates/analysis-context-output.md +0 -11
  2392. package/runtime/agents/software-specification-analyst/templates/analysis-dossier-output.md +0 -13
  2393. package/runtime/agents/software-specification-analyst/templates/business-questions-output.md +0 -11
  2394. package/runtime/agents/software-specification-analyst/templates/complete-spec-output.md +0 -56
  2395. package/runtime/agents/software-specification-analyst/templates/critical-points-output.md +0 -4
  2396. package/runtime/agents/software-specification-analyst/templates/discovery-notes-output.md +0 -11
  2397. package/runtime/agents/software-specification-analyst/templates/functional-spec-output.md +0 -23
  2398. package/runtime/agents/software-specification-analyst/templates/interview-guide-output.md +0 -15
  2399. package/runtime/agents/software-specification-analyst/templates/journey-flow-output.md +0 -16
  2400. package/runtime/agents/software-specification-analyst/templates/multi-project-analysis-output.md +0 -11
  2401. package/runtime/agents/software-specification-analyst/templates/refined-analysis-output.md +0 -11
  2402. package/runtime/agents/software-specification-analyst/templates/spec-review-output.md +0 -17
  2403. package/runtime/agents/software-specification-analyst/templates/technical-spec-output.md +0 -25
  2404. package/runtime/agents/software-specification-analyst/templates/traceability-matrix-output.md +0 -5
  2405. package/runtime/agents/software-specification-analyst/templates/user-stories-output.md +0 -21
  2406. package/runtime/agents/software-specification-analyst/tests/__init__.py +0 -0
  2407. package/runtime/agents/software-specification-analyst/tests/test_analyze_project_context.py +0 -132
  2408. package/runtime/agents/software-specification-analyst/tests/test_create_complete_spec.py +0 -199
  2409. package/runtime/agents/software-specification-analyst/tests/test_create_final_spec.py +0 -108
  2410. package/runtime/agents/sqlserver-change-operator/AGENTS.md +0 -33
  2411. package/runtime/agents/sqlserver-change-operator/README.md +0 -40
  2412. package/runtime/agents/sqlserver-change-operator/agent.yaml +0 -77
  2413. package/runtime/agents/sqlserver-change-operator/capabilities/_shared/runner_support.py +0 -253
  2414. package/runtime/agents/sqlserver-change-operator/capabilities/apply-migration/capability.yaml +0 -23
  2415. package/runtime/agents/sqlserver-change-operator/capabilities/apply-migration/decision-rules.md +0 -12
  2416. package/runtime/agents/sqlserver-change-operator/capabilities/apply-migration/runner.py +0 -15
  2417. package/runtime/agents/sqlserver-change-operator/capabilities/apply-migration/workflow.md +0 -7
  2418. package/runtime/agents/sqlserver-change-operator/capabilities/backup-records/capability.yaml +0 -23
  2419. package/runtime/agents/sqlserver-change-operator/capabilities/backup-records/decision-rules.md +0 -12
  2420. package/runtime/agents/sqlserver-change-operator/capabilities/backup-records/runner.py +0 -15
  2421. package/runtime/agents/sqlserver-change-operator/capabilities/backup-records/workflow.md +0 -7
  2422. package/runtime/agents/sqlserver-change-operator/capabilities/change-report/capability.yaml +0 -23
  2423. package/runtime/agents/sqlserver-change-operator/capabilities/change-report/decision-rules.md +0 -12
  2424. package/runtime/agents/sqlserver-change-operator/capabilities/change-report/runner.py +0 -15
  2425. package/runtime/agents/sqlserver-change-operator/capabilities/change-report/workflow.md +0 -7
  2426. package/runtime/agents/sqlserver-change-operator/capabilities/create-object/capability.yaml +0 -23
  2427. package/runtime/agents/sqlserver-change-operator/capabilities/create-object/decision-rules.md +0 -12
  2428. package/runtime/agents/sqlserver-change-operator/capabilities/create-object/runner.py +0 -15
  2429. package/runtime/agents/sqlserver-change-operator/capabilities/create-object/workflow.md +0 -7
  2430. package/runtime/agents/sqlserver-change-operator/capabilities/delete-records/capability.yaml +0 -23
  2431. package/runtime/agents/sqlserver-change-operator/capabilities/delete-records/decision-rules.md +0 -12
  2432. package/runtime/agents/sqlserver-change-operator/capabilities/delete-records/runner.py +0 -15
  2433. package/runtime/agents/sqlserver-change-operator/capabilities/delete-records/workflow.md +0 -7
  2434. package/runtime/agents/sqlserver-change-operator/capabilities/plan-migration/capability.yaml +0 -23
  2435. package/runtime/agents/sqlserver-change-operator/capabilities/plan-migration/decision-rules.md +0 -12
  2436. package/runtime/agents/sqlserver-change-operator/capabilities/plan-migration/runner.py +0 -15
  2437. package/runtime/agents/sqlserver-change-operator/capabilities/plan-migration/workflow.md +0 -7
  2438. package/runtime/agents/sqlserver-change-operator/capabilities/rollback-migration/capability.yaml +0 -23
  2439. package/runtime/agents/sqlserver-change-operator/capabilities/rollback-migration/decision-rules.md +0 -12
  2440. package/runtime/agents/sqlserver-change-operator/capabilities/rollback-migration/runner.py +0 -15
  2441. package/runtime/agents/sqlserver-change-operator/capabilities/rollback-migration/workflow.md +0 -7
  2442. package/runtime/agents/sqlserver-change-operator/capabilities/run-write-script/capability.yaml +0 -23
  2443. package/runtime/agents/sqlserver-change-operator/capabilities/run-write-script/decision-rules.md +0 -12
  2444. package/runtime/agents/sqlserver-change-operator/capabilities/run-write-script/runner.py +0 -15
  2445. package/runtime/agents/sqlserver-change-operator/capabilities/run-write-script/workflow.md +0 -7
  2446. package/runtime/agents/sqlserver-change-operator/capabilities/test-write-permissions/capability.yaml +0 -23
  2447. package/runtime/agents/sqlserver-change-operator/capabilities/test-write-permissions/decision-rules.md +0 -12
  2448. package/runtime/agents/sqlserver-change-operator/capabilities/test-write-permissions/runner.py +0 -15
  2449. package/runtime/agents/sqlserver-change-operator/capabilities/test-write-permissions/workflow.md +0 -7
  2450. package/runtime/agents/sqlserver-change-operator/capabilities/update-records/capability.yaml +0 -23
  2451. package/runtime/agents/sqlserver-change-operator/capabilities/update-records/decision-rules.md +0 -12
  2452. package/runtime/agents/sqlserver-change-operator/capabilities/update-records/runner.py +0 -15
  2453. package/runtime/agents/sqlserver-change-operator/capabilities/update-records/workflow.md +0 -7
  2454. package/runtime/agents/sqlserver-change-operator/capabilities/upsert-records/capability.yaml +0 -23
  2455. package/runtime/agents/sqlserver-change-operator/capabilities/upsert-records/decision-rules.md +0 -12
  2456. package/runtime/agents/sqlserver-change-operator/capabilities/upsert-records/runner.py +0 -15
  2457. package/runtime/agents/sqlserver-change-operator/capabilities/upsert-records/workflow.md +0 -7
  2458. package/runtime/agents/sqlserver-change-operator/infra/README.md +0 -3
  2459. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/README.md +0 -3
  2460. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/mcp/README.md +0 -3
  2461. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/apply-migration.yaml +0 -8
  2462. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/backup-records.yaml +0 -8
  2463. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/change-report.yaml +0 -8
  2464. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/create-object.yaml +0 -8
  2465. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/delete-records.yaml +0 -8
  2466. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/plan-migration.yaml +0 -8
  2467. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/rollback-migration.yaml +0 -8
  2468. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/run-write-script.yaml +0 -8
  2469. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/test-write-permissions.yaml +0 -8
  2470. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/update-records.yaml +0 -8
  2471. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/methods/upsert-records.yaml +0 -8
  2472. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/models/README.md +0 -3
  2473. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/sqlserver_change_repository.py +0 -598
  2474. package/runtime/agents/sqlserver-change-operator/infra/integrations/sqlserver/tests/test_repository.py +0 -152
  2475. package/runtime/agents/sqlserver-change-operator/knowledge/README.md +0 -3
  2476. package/runtime/agents/sqlserver-change-operator/knowledge/context.md +0 -9
  2477. package/runtime/agents/sqlserver-change-operator/knowledge/policies.yaml +0 -33
  2478. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/README.md +0 -3
  2479. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/apply-migration.md +0 -24
  2480. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/backup-records.md +0 -16
  2481. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/change-report.md +0 -14
  2482. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/create-object.md +0 -15
  2483. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/delete-records.md +0 -17
  2484. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/plan-migration.md +0 -23
  2485. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/rollback-migration.md +0 -15
  2486. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/run-write-script.md +0 -16
  2487. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/test-write-permissions.md +0 -15
  2488. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/update-records.md +0 -21
  2489. package/runtime/agents/sqlserver-change-operator/knowledge/prompts/upsert-records.md +0 -17
  2490. package/runtime/agents/sqlserver-change-operator/knowledge/system.md +0 -58
  2491. package/runtime/agents/sqlserver-change-operator/templates/README.md +0 -3
  2492. package/runtime/agents/sqlserver-change-operator/templates/apply-migration-output.md +0 -20
  2493. package/runtime/agents/sqlserver-change-operator/templates/backup-records-output.md +0 -8
  2494. package/runtime/agents/sqlserver-change-operator/templates/change-report-output.md +0 -9
  2495. package/runtime/agents/sqlserver-change-operator/templates/create-object-output.md +0 -20
  2496. package/runtime/agents/sqlserver-change-operator/templates/delete-records-output.md +0 -23
  2497. package/runtime/agents/sqlserver-change-operator/templates/plan-migration-output.md +0 -20
  2498. package/runtime/agents/sqlserver-change-operator/templates/rollback-migration-output.md +0 -20
  2499. package/runtime/agents/sqlserver-change-operator/templates/run-write-script-output.md +0 -20
  2500. package/runtime/agents/sqlserver-change-operator/templates/test-write-permissions-output.md +0 -8
  2501. package/runtime/agents/sqlserver-change-operator/templates/update-records-output.md +0 -23
  2502. package/runtime/agents/sqlserver-change-operator/templates/upsert-records-output.md +0 -20
  2503. package/runtime/agents/sqlserver-data-analyzer/AGENTS.md +0 -32
  2504. package/runtime/agents/sqlserver-data-analyzer/README.md +0 -48
  2505. package/runtime/agents/sqlserver-data-analyzer/agent.yaml +0 -100
  2506. package/runtime/agents/sqlserver-data-analyzer/capabilities/_shared/runner_support.py +0 -444
  2507. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-cpf-column/capability.yaml +0 -22
  2508. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-cpf-column/decision-rules.md +0 -26
  2509. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-cpf-column/runner.py +0 -15
  2510. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-cpf-column/workflow.md +0 -6
  2511. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-query-result/capability.yaml +0 -22
  2512. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-query-result/decision-rules.md +0 -12
  2513. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-query-result/runner.py +0 -15
  2514. package/runtime/agents/sqlserver-data-analyzer/capabilities/analyze-query-result/workflow.md +0 -6
  2515. package/runtime/agents/sqlserver-data-analyzer/capabilities/build-analysis-query/capability.yaml +0 -22
  2516. package/runtime/agents/sqlserver-data-analyzer/capabilities/build-analysis-query/decision-rules.md +0 -12
  2517. package/runtime/agents/sqlserver-data-analyzer/capabilities/build-analysis-query/runner.py +0 -15
  2518. package/runtime/agents/sqlserver-data-analyzer/capabilities/build-analysis-query/workflow.md +0 -6
  2519. package/runtime/agents/sqlserver-data-analyzer/capabilities/compare-tables/capability.yaml +0 -22
  2520. package/runtime/agents/sqlserver-data-analyzer/capabilities/compare-tables/decision-rules.md +0 -12
  2521. package/runtime/agents/sqlserver-data-analyzer/capabilities/compare-tables/runner.py +0 -15
  2522. package/runtime/agents/sqlserver-data-analyzer/capabilities/compare-tables/workflow.md +0 -6
  2523. package/runtime/agents/sqlserver-data-analyzer/capabilities/describe-table/capability.yaml +0 -22
  2524. package/runtime/agents/sqlserver-data-analyzer/capabilities/describe-table/decision-rules.md +0 -12
  2525. package/runtime/agents/sqlserver-data-analyzer/capabilities/describe-table/runner.py +0 -15
  2526. package/runtime/agents/sqlserver-data-analyzer/capabilities/describe-table/workflow.md +0 -6
  2527. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-data-quality-issues/capability.yaml +0 -22
  2528. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-data-quality-issues/decision-rules.md +0 -23
  2529. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-data-quality-issues/runner.py +0 -15
  2530. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-data-quality-issues/workflow.md +0 -6
  2531. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-sensitive-columns/capability.yaml +0 -22
  2532. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-sensitive-columns/decision-rules.md +0 -12
  2533. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-sensitive-columns/runner.py +0 -15
  2534. package/runtime/agents/sqlserver-data-analyzer/capabilities/detect-sensitive-columns/workflow.md +0 -6
  2535. package/runtime/agents/sqlserver-data-analyzer/capabilities/estimate-table-size/capability.yaml +0 -22
  2536. package/runtime/agents/sqlserver-data-analyzer/capabilities/estimate-table-size/decision-rules.md +0 -12
  2537. package/runtime/agents/sqlserver-data-analyzer/capabilities/estimate-table-size/runner.py +0 -15
  2538. package/runtime/agents/sqlserver-data-analyzer/capabilities/estimate-table-size/workflow.md +0 -6
  2539. package/runtime/agents/sqlserver-data-analyzer/capabilities/explain-query-plan/capability.yaml +0 -22
  2540. package/runtime/agents/sqlserver-data-analyzer/capabilities/explain-query-plan/decision-rules.md +0 -12
  2541. package/runtime/agents/sqlserver-data-analyzer/capabilities/explain-query-plan/runner.py +0 -15
  2542. package/runtime/agents/sqlserver-data-analyzer/capabilities/explain-query-plan/workflow.md +0 -6
  2543. package/runtime/agents/sqlserver-data-analyzer/capabilities/explore-database-domain/capability.yaml +0 -22
  2544. package/runtime/agents/sqlserver-data-analyzer/capabilities/explore-database-domain/decision-rules.md +0 -12
  2545. package/runtime/agents/sqlserver-data-analyzer/capabilities/explore-database-domain/runner.py +0 -15
  2546. package/runtime/agents/sqlserver-data-analyzer/capabilities/explore-database-domain/workflow.md +0 -6
  2547. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-data-report/capability.yaml +0 -22
  2548. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-data-report/decision-rules.md +0 -12
  2549. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-data-report/runner.py +0 -15
  2550. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-data-report/workflow.md +0 -6
  2551. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-erd-report/capability.yaml +0 -22
  2552. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-erd-report/decision-rules.md +0 -12
  2553. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-erd-report/runner.py +0 -15
  2554. package/runtime/agents/sqlserver-data-analyzer/capabilities/generate-erd-report/workflow.md +0 -6
  2555. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-databases/capability.yaml +0 -22
  2556. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-databases/decision-rules.md +0 -12
  2557. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-databases/runner.py +0 -15
  2558. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-databases/workflow.md +0 -6
  2559. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-relationships/capability.yaml +0 -22
  2560. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-relationships/decision-rules.md +0 -12
  2561. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-relationships/runner.py +0 -15
  2562. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-relationships/workflow.md +0 -6
  2563. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-schemas/capability.yaml +0 -22
  2564. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-schemas/decision-rules.md +0 -12
  2565. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-schemas/runner.py +0 -15
  2566. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-schemas/workflow.md +0 -6
  2567. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-tables/capability.yaml +0 -22
  2568. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-tables/decision-rules.md +0 -12
  2569. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-tables/runner.py +0 -15
  2570. package/runtime/agents/sqlserver-data-analyzer/capabilities/list-tables/workflow.md +0 -6
  2571. package/runtime/agents/sqlserver-data-analyzer/capabilities/profile-table/capability.yaml +0 -22
  2572. package/runtime/agents/sqlserver-data-analyzer/capabilities/profile-table/decision-rules.md +0 -24
  2573. package/runtime/agents/sqlserver-data-analyzer/capabilities/profile-table/runner.py +0 -15
  2574. package/runtime/agents/sqlserver-data-analyzer/capabilities/profile-table/workflow.md +0 -6
  2575. package/runtime/agents/sqlserver-data-analyzer/capabilities/run-readonly-query/capability.yaml +0 -22
  2576. package/runtime/agents/sqlserver-data-analyzer/capabilities/run-readonly-query/decision-rules.md +0 -29
  2577. package/runtime/agents/sqlserver-data-analyzer/capabilities/run-readonly-query/runner.py +0 -15
  2578. package/runtime/agents/sqlserver-data-analyzer/capabilities/run-readonly-query/workflow.md +0 -6
  2579. package/runtime/agents/sqlserver-data-analyzer/capabilities/sample-table/capability.yaml +0 -22
  2580. package/runtime/agents/sqlserver-data-analyzer/capabilities/sample-table/decision-rules.md +0 -12
  2581. package/runtime/agents/sqlserver-data-analyzer/capabilities/sample-table/runner.py +0 -15
  2582. package/runtime/agents/sqlserver-data-analyzer/capabilities/sample-table/workflow.md +0 -6
  2583. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-columns/capability.yaml +0 -22
  2584. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-columns/decision-rules.md +0 -12
  2585. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-columns/runner.py +0 -15
  2586. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-columns/workflow.md +0 -6
  2587. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-tables/capability.yaml +0 -22
  2588. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-tables/decision-rules.md +0 -12
  2589. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-tables/runner.py +0 -15
  2590. package/runtime/agents/sqlserver-data-analyzer/capabilities/search-tables/workflow.md +0 -6
  2591. package/runtime/agents/sqlserver-data-analyzer/capabilities/suggest-joins/capability.yaml +0 -22
  2592. package/runtime/agents/sqlserver-data-analyzer/capabilities/suggest-joins/decision-rules.md +0 -24
  2593. package/runtime/agents/sqlserver-data-analyzer/capabilities/suggest-joins/runner.py +0 -15
  2594. package/runtime/agents/sqlserver-data-analyzer/capabilities/suggest-joins/workflow.md +0 -6
  2595. package/runtime/agents/sqlserver-data-analyzer/capabilities/test-connection/capability.yaml +0 -22
  2596. package/runtime/agents/sqlserver-data-analyzer/capabilities/test-connection/decision-rules.md +0 -12
  2597. package/runtime/agents/sqlserver-data-analyzer/capabilities/test-connection/runner.py +0 -15
  2598. package/runtime/agents/sqlserver-data-analyzer/capabilities/test-connection/workflow.md +0 -6
  2599. package/runtime/agents/sqlserver-data-analyzer/capabilities/trace-record/capability.yaml +0 -22
  2600. package/runtime/agents/sqlserver-data-analyzer/capabilities/trace-record/decision-rules.md +0 -12
  2601. package/runtime/agents/sqlserver-data-analyzer/capabilities/trace-record/runner.py +0 -15
  2602. package/runtime/agents/sqlserver-data-analyzer/capabilities/trace-record/workflow.md +0 -6
  2603. package/runtime/agents/sqlserver-data-analyzer/capabilities/validate-readonly-query/capability.yaml +0 -22
  2604. package/runtime/agents/sqlserver-data-analyzer/capabilities/validate-readonly-query/decision-rules.md +0 -12
  2605. package/runtime/agents/sqlserver-data-analyzer/capabilities/validate-readonly-query/runner.py +0 -15
  2606. package/runtime/agents/sqlserver-data-analyzer/capabilities/validate-readonly-query/workflow.md +0 -6
  2607. package/runtime/agents/sqlserver-data-analyzer/infra/README.md +0 -3
  2608. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/README.md +0 -3
  2609. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/mcp/README.md +0 -3
  2610. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/analyze-cpf-column.yaml +0 -8
  2611. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/analyze-query-result.yaml +0 -8
  2612. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/build-analysis-query.yaml +0 -8
  2613. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/compare-tables.yaml +0 -8
  2614. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/describe-table.yaml +0 -8
  2615. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/detect-data-quality-issues.yaml +0 -8
  2616. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/detect-sensitive-columns.yaml +0 -8
  2617. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/estimate-table-size.yaml +0 -8
  2618. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/explain-query-plan.yaml +0 -8
  2619. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/explore-database-domain.yaml +0 -8
  2620. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/generate-data-report.yaml +0 -8
  2621. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/generate-erd-report.yaml +0 -8
  2622. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/list-databases.yaml +0 -8
  2623. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/list-relationships.yaml +0 -8
  2624. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/list-schemas.yaml +0 -8
  2625. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/list-tables.yaml +0 -8
  2626. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/profile-table.yaml +0 -8
  2627. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/run-readonly-query.yaml +0 -8
  2628. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/sample-table.yaml +0 -8
  2629. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/search-columns.yaml +0 -8
  2630. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/search-tables.yaml +0 -8
  2631. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/suggest-joins.yaml +0 -8
  2632. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/test-connection.yaml +0 -8
  2633. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/trace-record.yaml +0 -8
  2634. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/methods/validate-readonly-query.yaml +0 -8
  2635. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/models/README.md +0 -3
  2636. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/sqlserver_repository.py +0 -576
  2637. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/tests/test_privacy.py +0 -236
  2638. package/runtime/agents/sqlserver-data-analyzer/infra/integrations/sqlserver/tests/test_repository.py +0 -50
  2639. package/runtime/agents/sqlserver-data-analyzer/knowledge/README.md +0 -3
  2640. package/runtime/agents/sqlserver-data-analyzer/knowledge/context.md +0 -11
  2641. package/runtime/agents/sqlserver-data-analyzer/knowledge/policies.yaml +0 -66
  2642. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/README.md +0 -3
  2643. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/analyze-cpf-column.md +0 -37
  2644. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/analyze-query-result.md +0 -32
  2645. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/build-analysis-query.md +0 -40
  2646. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/compare-tables.md +0 -36
  2647. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/describe-table.md +0 -35
  2648. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/detect-data-quality-issues.md +0 -31
  2649. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/detect-sensitive-columns.md +0 -29
  2650. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/estimate-table-size.md +0 -28
  2651. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/explain-query-plan.md +0 -33
  2652. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/explore-database-domain.md +0 -30
  2653. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/generate-data-report.md +0 -37
  2654. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/generate-erd-report.md +0 -28
  2655. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/list-databases.md +0 -26
  2656. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/list-relationships.md +0 -33
  2657. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/list-schemas.md +0 -26
  2658. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/list-tables.md +0 -27
  2659. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/profile-table.md +0 -29
  2660. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/run-readonly-query.md +0 -33
  2661. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/sample-table.md +0 -31
  2662. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/search-columns.md +0 -29
  2663. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/search-tables.md +0 -26
  2664. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/suggest-joins.md +0 -34
  2665. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/test-connection.md +0 -28
  2666. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/trace-record.md +0 -33
  2667. package/runtime/agents/sqlserver-data-analyzer/knowledge/prompts/validate-readonly-query.md +0 -29
  2668. package/runtime/agents/sqlserver-data-analyzer/knowledge/system.md +0 -65
  2669. package/runtime/agents/sqlserver-data-analyzer/templates/README.md +0 -3
  2670. package/runtime/agents/sqlserver-data-analyzer/templates/analyze-cpf-column-output.md +0 -36
  2671. package/runtime/agents/sqlserver-data-analyzer/templates/analyze-query-result-output.md +0 -1
  2672. package/runtime/agents/sqlserver-data-analyzer/templates/build-analysis-query-output.md +0 -1
  2673. package/runtime/agents/sqlserver-data-analyzer/templates/compare-tables-output.md +0 -1
  2674. package/runtime/agents/sqlserver-data-analyzer/templates/describe-table-output.md +0 -1
  2675. package/runtime/agents/sqlserver-data-analyzer/templates/detect-data-quality-issues-output.md +0 -1
  2676. package/runtime/agents/sqlserver-data-analyzer/templates/detect-sensitive-columns-output.md +0 -1
  2677. package/runtime/agents/sqlserver-data-analyzer/templates/estimate-table-size-output.md +0 -1
  2678. package/runtime/agents/sqlserver-data-analyzer/templates/explain-query-plan-output.md +0 -1
  2679. package/runtime/agents/sqlserver-data-analyzer/templates/explore-database-domain-output.md +0 -1
  2680. package/runtime/agents/sqlserver-data-analyzer/templates/generate-data-report-output.md +0 -36
  2681. package/runtime/agents/sqlserver-data-analyzer/templates/generate-erd-report-output.md +0 -32
  2682. package/runtime/agents/sqlserver-data-analyzer/templates/list-databases-output.md +0 -1
  2683. package/runtime/agents/sqlserver-data-analyzer/templates/list-relationships-output.md +0 -1
  2684. package/runtime/agents/sqlserver-data-analyzer/templates/list-schemas-output.md +0 -1
  2685. package/runtime/agents/sqlserver-data-analyzer/templates/list-tables-output.md +0 -1
  2686. package/runtime/agents/sqlserver-data-analyzer/templates/profile-table-output.md +0 -33
  2687. package/runtime/agents/sqlserver-data-analyzer/templates/run-readonly-query-output.md +0 -27
  2688. package/runtime/agents/sqlserver-data-analyzer/templates/sample-table-output.md +0 -1
  2689. package/runtime/agents/sqlserver-data-analyzer/templates/search-columns-output.md +0 -1
  2690. package/runtime/agents/sqlserver-data-analyzer/templates/search-tables-output.md +0 -1
  2691. package/runtime/agents/sqlserver-data-analyzer/templates/suggest-joins-output.md +0 -1
  2692. package/runtime/agents/sqlserver-data-analyzer/templates/test-connection-output.md +0 -1
  2693. package/runtime/agents/sqlserver-data-analyzer/templates/trace-record-output.md +0 -1
  2694. package/runtime/agents/sqlserver-data-analyzer/templates/validate-readonly-query-output.md +0 -1
  2695. package/runtime/agents/supabase-project-analyst/AGENTS.md +0 -29
  2696. package/runtime/agents/supabase-project-analyst/README.md +0 -23
  2697. package/runtime/agents/supabase-project-analyst/agent.yaml +0 -53
  2698. package/runtime/agents/supabase-project-analyst/capabilities/audit-auth-security/capability.yaml +0 -18
  2699. package/runtime/agents/supabase-project-analyst/capabilities/audit-auth-security/decision-rules.md +0 -5
  2700. package/runtime/agents/supabase-project-analyst/capabilities/audit-auth-security/runner.py +0 -32
  2701. package/runtime/agents/supabase-project-analyst/capabilities/audit-auth-security/workflow.md +0 -6
  2702. package/runtime/agents/supabase-project-analyst/capabilities/audit-rls-policies/capability.yaml +0 -18
  2703. package/runtime/agents/supabase-project-analyst/capabilities/audit-rls-policies/decision-rules.md +0 -6
  2704. package/runtime/agents/supabase-project-analyst/capabilities/audit-rls-policies/runner.py +0 -32
  2705. package/runtime/agents/supabase-project-analyst/capabilities/audit-rls-policies/workflow.md +0 -7
  2706. package/runtime/agents/supabase-project-analyst/capabilities/audit-storage-policies/capability.yaml +0 -18
  2707. package/runtime/agents/supabase-project-analyst/capabilities/audit-storage-policies/decision-rules.md +0 -5
  2708. package/runtime/agents/supabase-project-analyst/capabilities/audit-storage-policies/runner.py +0 -32
  2709. package/runtime/agents/supabase-project-analyst/capabilities/audit-storage-policies/workflow.md +0 -6
  2710. package/runtime/agents/supabase-project-analyst/capabilities/generate-supabase-report/capability.yaml +0 -18
  2711. package/runtime/agents/supabase-project-analyst/capabilities/generate-supabase-report/decision-rules.md +0 -6
  2712. package/runtime/agents/supabase-project-analyst/capabilities/generate-supabase-report/runner.py +0 -32
  2713. package/runtime/agents/supabase-project-analyst/capabilities/generate-supabase-report/workflow.md +0 -6
  2714. package/runtime/agents/supabase-project-analyst/capabilities/inspect-supabase-project/capability.yaml +0 -19
  2715. package/runtime/agents/supabase-project-analyst/capabilities/inspect-supabase-project/decision-rules.md +0 -6
  2716. package/runtime/agents/supabase-project-analyst/capabilities/inspect-supabase-project/runner.py +0 -36
  2717. package/runtime/agents/supabase-project-analyst/capabilities/inspect-supabase-project/workflow.md +0 -7
  2718. package/runtime/agents/supabase-project-analyst/capabilities/plan-supabase-fix/capability.yaml +0 -18
  2719. package/runtime/agents/supabase-project-analyst/capabilities/plan-supabase-fix/decision-rules.md +0 -6
  2720. package/runtime/agents/supabase-project-analyst/capabilities/plan-supabase-fix/runner.py +0 -32
  2721. package/runtime/agents/supabase-project-analyst/capabilities/plan-supabase-fix/workflow.md +0 -6
  2722. package/runtime/agents/supabase-project-analyst/capabilities/review-migrations/capability.yaml +0 -18
  2723. package/runtime/agents/supabase-project-analyst/capabilities/review-migrations/decision-rules.md +0 -6
  2724. package/runtime/agents/supabase-project-analyst/capabilities/review-migrations/runner.py +0 -32
  2725. package/runtime/agents/supabase-project-analyst/capabilities/review-migrations/workflow.md +0 -5
  2726. package/runtime/agents/supabase-project-analyst/infra/integrations/supabase-project/supabase_project_repository.py +0 -589
  2727. package/runtime/agents/supabase-project-analyst/knowledge/context.md +0 -11
  2728. package/runtime/agents/supabase-project-analyst/knowledge/policies.yaml +0 -24
  2729. package/runtime/agents/supabase-project-analyst/knowledge/system.md +0 -10
  2730. package/runtime/agents/supabase-project-analyst/templates/supabase-audit.md +0 -3
  2731. package/runtime/agents/supabase-project-analyst/templates/supabase-fix-plan.md +0 -3
  2732. package/runtime/agents/supabase-project-analyst/templates/supabase-inspection.md +0 -3
  2733. package/runtime/agents/supabase-project-analyst/templates/supabase-report.md +0 -3
  2734. package/runtime/agents/supabase-project-analyst/tests/test_runners.py +0 -239
  2735. package/runtime/agents/task-orchestrator/AGENTS.md +0 -8
  2736. package/runtime/agents/task-orchestrator/README.md +0 -7
  2737. package/runtime/agents/task-orchestrator/agent.yaml +0 -53
  2738. package/runtime/agents/task-orchestrator/capabilities/coordinate-execution/capability.yaml +0 -15
  2739. package/runtime/agents/task-orchestrator/capabilities/coordinate-execution/decision-rules.md +0 -6
  2740. package/runtime/agents/task-orchestrator/capabilities/coordinate-execution/workflow.md +0 -7
  2741. package/runtime/agents/task-orchestrator/capabilities/plan-task/capability.yaml +0 -14
  2742. package/runtime/agents/task-orchestrator/capabilities/plan-task/decision-rules.md +0 -6
  2743. package/runtime/agents/task-orchestrator/capabilities/plan-task/workflow.md +0 -8
  2744. package/runtime/agents/task-orchestrator/capabilities/select-specialists/capability.yaml +0 -14
  2745. package/runtime/agents/task-orchestrator/capabilities/select-specialists/decision-rules.md +0 -6
  2746. package/runtime/agents/task-orchestrator/capabilities/select-specialists/workflow.md +0 -7
  2747. package/runtime/agents/task-orchestrator/infra/README.md +0 -5
  2748. package/runtime/agents/task-orchestrator/knowledge/context.md +0 -9
  2749. package/runtime/agents/task-orchestrator/knowledge/system.md +0 -20
  2750. package/runtime/agents/task-orchestrator/templates/README.md +0 -4
  2751. package/runtime/agents/technical-integration-analyst/AGENTS.md +0 -35
  2752. package/runtime/agents/technical-integration-analyst/README.md +0 -41
  2753. package/runtime/agents/technical-integration-analyst/agent.yaml +0 -72
  2754. package/runtime/agents/technical-integration-analyst/capabilities/_shared/runner_support.py +0 -241
  2755. package/runtime/agents/technical-integration-analyst/capabilities/analyze-integration-flow/capability.yaml +0 -23
  2756. package/runtime/agents/technical-integration-analyst/capabilities/analyze-integration-flow/decision-rules.md +0 -13
  2757. package/runtime/agents/technical-integration-analyst/capabilities/analyze-integration-flow/runner.py +0 -15
  2758. package/runtime/agents/technical-integration-analyst/capabilities/analyze-integration-flow/workflow.md +0 -6
  2759. package/runtime/agents/technical-integration-analyst/capabilities/extract-integration-contract/capability.yaml +0 -23
  2760. package/runtime/agents/technical-integration-analyst/capabilities/extract-integration-contract/decision-rules.md +0 -13
  2761. package/runtime/agents/technical-integration-analyst/capabilities/extract-integration-contract/runner.py +0 -15
  2762. package/runtime/agents/technical-integration-analyst/capabilities/extract-integration-contract/workflow.md +0 -7
  2763. package/runtime/agents/technical-integration-analyst/capabilities/generate-http-artifacts/capability.yaml +0 -23
  2764. package/runtime/agents/technical-integration-analyst/capabilities/generate-http-artifacts/decision-rules.md +0 -13
  2765. package/runtime/agents/technical-integration-analyst/capabilities/generate-http-artifacts/runner.py +0 -15
  2766. package/runtime/agents/technical-integration-analyst/capabilities/generate-http-artifacts/workflow.md +0 -6
  2767. package/runtime/agents/technical-integration-analyst/capabilities/generate-protocol-artifacts/capability.yaml +0 -23
  2768. package/runtime/agents/technical-integration-analyst/capabilities/generate-protocol-artifacts/decision-rules.md +0 -13
  2769. package/runtime/agents/technical-integration-analyst/capabilities/generate-protocol-artifacts/runner.py +0 -15
  2770. package/runtime/agents/technical-integration-analyst/capabilities/generate-protocol-artifacts/workflow.md +0 -6
  2771. package/runtime/agents/technical-integration-analyst/capabilities/generate-technical-docs/capability.yaml +0 -23
  2772. package/runtime/agents/technical-integration-analyst/capabilities/generate-technical-docs/decision-rules.md +0 -13
  2773. package/runtime/agents/technical-integration-analyst/capabilities/generate-technical-docs/runner.py +0 -15
  2774. package/runtime/agents/technical-integration-analyst/capabilities/generate-technical-docs/workflow.md +0 -6
  2775. package/runtime/agents/technical-integration-analyst/capabilities/generate-test-data/capability.yaml +0 -23
  2776. package/runtime/agents/technical-integration-analyst/capabilities/generate-test-data/decision-rules.md +0 -13
  2777. package/runtime/agents/technical-integration-analyst/capabilities/generate-test-data/runner.py +0 -15
  2778. package/runtime/agents/technical-integration-analyst/capabilities/generate-test-data/workflow.md +0 -6
  2779. package/runtime/agents/technical-integration-analyst/capabilities/identify-missing-information/capability.yaml +0 -23
  2780. package/runtime/agents/technical-integration-analyst/capabilities/identify-missing-information/decision-rules.md +0 -13
  2781. package/runtime/agents/technical-integration-analyst/capabilities/identify-missing-information/runner.py +0 -15
  2782. package/runtime/agents/technical-integration-analyst/capabilities/identify-missing-information/workflow.md +0 -6
  2783. package/runtime/agents/technical-integration-analyst/capabilities/ingest-technical-docs/capability.yaml +0 -23
  2784. package/runtime/agents/technical-integration-analyst/capabilities/ingest-technical-docs/decision-rules.md +0 -13
  2785. package/runtime/agents/technical-integration-analyst/capabilities/ingest-technical-docs/runner.py +0 -15
  2786. package/runtime/agents/technical-integration-analyst/capabilities/ingest-technical-docs/workflow.md +0 -6
  2787. package/runtime/agents/technical-integration-analyst/capabilities/run-integration-tests/capability.yaml +0 -23
  2788. package/runtime/agents/technical-integration-analyst/capabilities/run-integration-tests/decision-rules.md +0 -14
  2789. package/runtime/agents/technical-integration-analyst/capabilities/run-integration-tests/runner.py +0 -15
  2790. package/runtime/agents/technical-integration-analyst/capabilities/run-integration-tests/workflow.md +0 -8
  2791. package/runtime/agents/technical-integration-analyst/infra/README.md +0 -7
  2792. package/runtime/agents/technical-integration-analyst/infra/integrations/document-source/document_source_repository.py +0 -214
  2793. package/runtime/agents/technical-integration-analyst/infra/integrations/document-source/methods/load-sources.yaml +0 -8
  2794. package/runtime/agents/technical-integration-analyst/infra/integrations/http-api/http_api_repository.py +0 -164
  2795. package/runtime/agents/technical-integration-analyst/infra/integrations/http-api/methods/run-integration-tests.yaml +0 -8
  2796. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/analyze-flow.yaml +0 -11
  2797. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/extract-contract.yaml +0 -8
  2798. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/generate-http-artifacts.yaml +0 -12
  2799. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/generate-protocol-artifacts.yaml +0 -11
  2800. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/generate-technical-docs.yaml +0 -13
  2801. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/generate-test-data.yaml +0 -12
  2802. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/methods/identify-missing-information.yaml +0 -8
  2803. package/runtime/agents/technical-integration-analyst/infra/integrations/technical-integration/technical_integration_repository.py +0 -621
  2804. package/runtime/agents/technical-integration-analyst/knowledge/context.md +0 -14
  2805. package/runtime/agents/technical-integration-analyst/knowledge/policies.yaml +0 -46
  2806. package/runtime/agents/technical-integration-analyst/knowledge/prompts/README.md +0 -5
  2807. package/runtime/agents/technical-integration-analyst/knowledge/prompts/analyze-integration-flow.md +0 -30
  2808. package/runtime/agents/technical-integration-analyst/knowledge/prompts/extract-integration-contract.md +0 -33
  2809. package/runtime/agents/technical-integration-analyst/knowledge/prompts/generate-http-artifacts.md +0 -31
  2810. package/runtime/agents/technical-integration-analyst/knowledge/prompts/generate-protocol-artifacts.md +0 -29
  2811. package/runtime/agents/technical-integration-analyst/knowledge/prompts/generate-technical-docs.md +0 -32
  2812. package/runtime/agents/technical-integration-analyst/knowledge/prompts/generate-test-data.md +0 -31
  2813. package/runtime/agents/technical-integration-analyst/knowledge/prompts/identify-missing-information.md +0 -27
  2814. package/runtime/agents/technical-integration-analyst/knowledge/prompts/ingest-technical-docs.md +0 -30
  2815. package/runtime/agents/technical-integration-analyst/knowledge/prompts/run-integration-tests.md +0 -33
  2816. package/runtime/agents/technical-integration-analyst/knowledge/system.md +0 -47
  2817. package/runtime/agents/technical-integration-analyst/templates/README.md +0 -3
  2818. package/runtime/agents/technical-integration-analyst/templates/analyze-integration-flow-output.md +0 -13
  2819. package/runtime/agents/technical-integration-analyst/templates/extract-integration-contract-output.md +0 -27
  2820. package/runtime/agents/technical-integration-analyst/templates/generate-http-artifacts-output.md +0 -31
  2821. package/runtime/agents/technical-integration-analyst/templates/generate-protocol-artifacts-output.md +0 -31
  2822. package/runtime/agents/technical-integration-analyst/templates/generate-technical-docs-output.md +0 -46
  2823. package/runtime/agents/technical-integration-analyst/templates/generate-test-data-output.md +0 -31
  2824. package/runtime/agents/technical-integration-analyst/templates/identify-missing-information-output.md +0 -21
  2825. package/runtime/agents/technical-integration-analyst/templates/ingest-technical-docs-output.md +0 -24
  2826. package/runtime/agents/technical-integration-analyst/templates/run-integration-tests-output.md +0 -14
  2827. package/runtime/agents/technical-integration-analyst/tests/fixtures/dry_run_result.json +0 -8
  2828. package/runtime/agents/technical-integration-analyst/tests/fixtures/openapi_simple.json +0 -23
  2829. package/runtime/agents/technical-integration-analyst/tests/fixtures/postman_simple.json +0 -20
  2830. package/runtime/agents/technical-integration-analyst/tests/fixtures/wsdl_simple.xml +0 -9
  2831. package/runtime/agents/technical-integration-analyst/tests/test_technical_integration.py +0 -524
  2832. package/runtime/agents/topdesk-orchestrator/AGENTS.md +0 -29
  2833. package/runtime/agents/topdesk-orchestrator/README.md +0 -45
  2834. package/runtime/agents/topdesk-orchestrator/agent.yaml +0 -62
  2835. package/runtime/agents/topdesk-orchestrator/capabilities/_shared/runner_support.py +0 -186
  2836. package/runtime/agents/topdesk-orchestrator/capabilities/analyze-incident-insufficiency/capability.yaml +0 -21
  2837. package/runtime/agents/topdesk-orchestrator/capabilities/analyze-incident-insufficiency/decision-rules.md +0 -16
  2838. package/runtime/agents/topdesk-orchestrator/capabilities/analyze-incident-insufficiency/runner.py +0 -56
  2839. package/runtime/agents/topdesk-orchestrator/capabilities/analyze-incident-insufficiency/workflow.md +0 -15
  2840. package/runtime/agents/topdesk-orchestrator/capabilities/create-incident/capability.yaml +0 -22
  2841. package/runtime/agents/topdesk-orchestrator/capabilities/create-incident/decision-rules.md +0 -16
  2842. package/runtime/agents/topdesk-orchestrator/capabilities/create-incident/runner.py +0 -75
  2843. package/runtime/agents/topdesk-orchestrator/capabilities/create-incident/workflow.md +0 -20
  2844. package/runtime/agents/topdesk-orchestrator/capabilities/incident-report/capability.yaml +0 -21
  2845. package/runtime/agents/topdesk-orchestrator/capabilities/incident-report/decision-rules.md +0 -16
  2846. package/runtime/agents/topdesk-orchestrator/capabilities/incident-report/runner.py +0 -44
  2847. package/runtime/agents/topdesk-orchestrator/capabilities/incident-report/workflow.md +0 -15
  2848. package/runtime/agents/topdesk-orchestrator/capabilities/list-incidents/capability.yaml +0 -21
  2849. package/runtime/agents/topdesk-orchestrator/capabilities/list-incidents/decision-rules.md +0 -16
  2850. package/runtime/agents/topdesk-orchestrator/capabilities/list-incidents/runner.py +0 -74
  2851. package/runtime/agents/topdesk-orchestrator/capabilities/list-incidents/workflow.md +0 -15
  2852. package/runtime/agents/topdesk-orchestrator/capabilities/read-incident/capability.yaml +0 -22
  2853. package/runtime/agents/topdesk-orchestrator/capabilities/read-incident/decision-rules.md +0 -16
  2854. package/runtime/agents/topdesk-orchestrator/capabilities/read-incident/runner.py +0 -57
  2855. package/runtime/agents/topdesk-orchestrator/capabilities/read-incident/workflow.md +0 -15
  2856. package/runtime/agents/topdesk-orchestrator/capabilities/request-more-info/capability.yaml +0 -22
  2857. package/runtime/agents/topdesk-orchestrator/capabilities/request-more-info/decision-rules.md +0 -16
  2858. package/runtime/agents/topdesk-orchestrator/capabilities/request-more-info/runner.py +0 -72
  2859. package/runtime/agents/topdesk-orchestrator/capabilities/request-more-info/workflow.md +0 -16
  2860. package/runtime/agents/topdesk-orchestrator/capabilities/triage-incident/capability.yaml +0 -25
  2861. package/runtime/agents/topdesk-orchestrator/capabilities/triage-incident/decision-rules.md +0 -16
  2862. package/runtime/agents/topdesk-orchestrator/capabilities/triage-incident/runner.py +0 -198
  2863. package/runtime/agents/topdesk-orchestrator/capabilities/triage-incident/workflow.md +0 -18
  2864. package/runtime/agents/topdesk-orchestrator/capabilities/update-incident/capability.yaml +0 -22
  2865. package/runtime/agents/topdesk-orchestrator/capabilities/update-incident/decision-rules.md +0 -16
  2866. package/runtime/agents/topdesk-orchestrator/capabilities/update-incident/runner.py +0 -51
  2867. package/runtime/agents/topdesk-orchestrator/capabilities/update-incident/workflow.md +0 -15
  2868. package/runtime/agents/topdesk-orchestrator/infra/README.md +0 -3
  2869. package/runtime/agents/topdesk-orchestrator/infra/integrations/README.md +0 -5
  2870. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/README.md +0 -18
  2871. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/cli.py +0 -88
  2872. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/env.example +0 -3
  2873. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/integration.yaml +0 -27
  2874. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/mcp/README.md +0 -3
  2875. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/create-incident.yaml +0 -15
  2876. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/get-catalog.yaml +0 -13
  2877. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/get-incident.yaml +0 -14
  2878. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/get-progress-trail.yaml +0 -14
  2879. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/list-incidents.yaml +0 -16
  2880. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/search-persons.yaml +0 -14
  2881. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/methods/update-incident.yaml +0 -17
  2882. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/models/README.md +0 -3
  2883. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/models/incident.schema.json +0 -21
  2884. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/tests/test_repository.py +0 -124
  2885. package/runtime/agents/topdesk-orchestrator/infra/integrations/topdesk/topdesk_repository.py +0 -278
  2886. package/runtime/agents/topdesk-orchestrator/knowledge/README.md +0 -3
  2887. package/runtime/agents/topdesk-orchestrator/knowledge/context.md +0 -24
  2888. package/runtime/agents/topdesk-orchestrator/knowledge/policies.yaml +0 -35
  2889. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/README.md +0 -3
  2890. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/analyze-incident-insufficiency.md +0 -34
  2891. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/create-incident.md +0 -34
  2892. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/incident-report.md +0 -33
  2893. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/list-incidents.md +0 -34
  2894. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/read-incident.md +0 -35
  2895. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/request-more-info.md +0 -34
  2896. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/triage-incident.md +0 -35
  2897. package/runtime/agents/topdesk-orchestrator/knowledge/prompts/update-incident.md +0 -34
  2898. package/runtime/agents/topdesk-orchestrator/knowledge/system.md +0 -40
  2899. package/runtime/agents/topdesk-orchestrator/knowledge/triage-rules.md +0 -43
  2900. package/runtime/agents/topdesk-orchestrator/templates/README.md +0 -3
  2901. package/runtime/agents/topdesk-orchestrator/templates/analyze-incident-insufficiency-output.md +0 -18
  2902. package/runtime/agents/topdesk-orchestrator/templates/create-incident-output.md +0 -17
  2903. package/runtime/agents/topdesk-orchestrator/templates/incident-report-output.md +0 -18
  2904. package/runtime/agents/topdesk-orchestrator/templates/list-incidents-output.md +0 -17
  2905. package/runtime/agents/topdesk-orchestrator/templates/read-incident-output.md +0 -17
  2906. package/runtime/agents/topdesk-orchestrator/templates/request-more-info-output.md +0 -17
  2907. package/runtime/agents/topdesk-orchestrator/templates/triage-incident-output.md +0 -19
  2908. package/runtime/agents/topdesk-orchestrator/templates/update-incident-output.md +0 -17
  2909. package/runtime/agents/topdesk-orchestrator/tests/test_agentic_contracts.py +0 -65
  2910. package/runtime/agents/topdesk-orchestrator/tests/test_contract_cleanup.py +0 -21
  2911. package/runtime/agents/topdesk-orchestrator/tests/test_runners.py +0 -251
  2912. package/runtime/ai-devkit +0 -10
  2913. package/runtime/aikit +0 -10
  2914. package/runtime/cli/README.md +0 -875
  2915. package/runtime/cli/__init__.py +0 -1
  2916. package/runtime/cli/aikit/__init__.py +0 -3
  2917. package/runtime/cli/aikit/acceptance.py +0 -166
  2918. package/runtime/cli/aikit/agent_executor.py +0 -89
  2919. package/runtime/cli/aikit/agent_registry.py +0 -321
  2920. package/runtime/cli/aikit/agentic_commands.py +0 -158
  2921. package/runtime/cli/aikit/aliases.py +0 -377
  2922. package/runtime/cli/aikit/app_home.py +0 -165
  2923. package/runtime/cli/aikit/architecture.py +0 -84
  2924. package/runtime/cli/aikit/audit.py +0 -567
  2925. package/runtime/cli/aikit/autonomy.py +0 -237
  2926. package/runtime/cli/aikit/calendar.py +0 -163
  2927. package/runtime/cli/aikit/capability_runtime.py +0 -522
  2928. package/runtime/cli/aikit/catalog.py +0 -516
  2929. package/runtime/cli/aikit/cli_dispatch.py +0 -1558
  2930. package/runtime/cli/aikit/cli_parser.py +0 -548
  2931. package/runtime/cli/aikit/collaboration.py +0 -359
  2932. package/runtime/cli/aikit/configuration_orchestrator.py +0 -317
  2933. package/runtime/cli/aikit/contribution.py +0 -235
  2934. package/runtime/cli/aikit/control_router.py +0 -298
  2935. package/runtime/cli/aikit/core/__init__.py +0 -1
  2936. package/runtime/cli/aikit/core/capability_contract.py +0 -112
  2937. package/runtime/cli/aikit/core/requests.py +0 -69
  2938. package/runtime/cli/aikit/core/runtime.py +0 -64
  2939. package/runtime/cli/aikit/credentials.py +0 -337
  2940. package/runtime/cli/aikit/decision_store.py +0 -175
  2941. package/runtime/cli/aikit/diagnostics.py +0 -286
  2942. package/runtime/cli/aikit/doctor_runtime.py +0 -164
  2943. package/runtime/cli/aikit/embedded_mini_brain.py +0 -351
  2944. package/runtime/cli/aikit/errors.py +0 -7
  2945. package/runtime/cli/aikit/eval.py +0 -504
  2946. package/runtime/cli/aikit/execution_reviewer.py +0 -195
  2947. package/runtime/cli/aikit/extensions.py +0 -140
  2948. package/runtime/cli/aikit/fallback.py +0 -203
  2949. package/runtime/cli/aikit/github_pr.py +0 -277
  2950. package/runtime/cli/aikit/guardrails.py +0 -91
  2951. package/runtime/cli/aikit/human_output.py +0 -1364
  2952. package/runtime/cli/aikit/identity.py +0 -75
  2953. package/runtime/cli/aikit/impact_map.py +0 -294
  2954. package/runtime/cli/aikit/install.py +0 -270
  2955. package/runtime/cli/aikit/interactive_wizard.py +0 -395
  2956. package/runtime/cli/aikit/knowledge_base.py +0 -1067
  2957. package/runtime/cli/aikit/llm.py +0 -826
  2958. package/runtime/cli/aikit/local_artifacts.py +0 -444
  2959. package/runtime/cli/aikit/local_llm.py +0 -176
  2960. package/runtime/cli/aikit/local_llm_operator.py +0 -156
  2961. package/runtime/cli/aikit/lock.py +0 -241
  2962. package/runtime/cli/aikit/main.py +0 -63
  2963. package/runtime/cli/aikit/mcp_manifest.py +0 -1027
  2964. package/runtime/cli/aikit/mcp_server.py +0 -132
  2965. package/runtime/cli/aikit/mcp_tools.py +0 -900
  2966. package/runtime/cli/aikit/memory.py +0 -680
  2967. package/runtime/cli/aikit/mini_brain.py +0 -258
  2968. package/runtime/cli/aikit/model_router.py +0 -276
  2969. package/runtime/cli/aikit/module_controller.py +0 -335
  2970. package/runtime/cli/aikit/natural_prompt_runtime.py +0 -746
  2971. package/runtime/cli/aikit/notifications.py +0 -723
  2972. package/runtime/cli/aikit/ollama.py +0 -287
  2973. package/runtime/cli/aikit/onboarding.py +0 -551
  2974. package/runtime/cli/aikit/orchestrator.py +0 -1225
  2975. package/runtime/cli/aikit/output.py +0 -198
  2976. package/runtime/cli/aikit/permissions.py +0 -355
  2977. package/runtime/cli/aikit/personality.py +0 -126
  2978. package/runtime/cli/aikit/prompt_injection.py +0 -68
  2979. package/runtime/cli/aikit/provider_wizard.py +0 -19
  2980. package/runtime/cli/aikit/providers.py +0 -512
  2981. package/runtime/cli/aikit/review_gate.py +0 -84
  2982. package/runtime/cli/aikit/roadmap.py +0 -195
  2983. package/runtime/cli/aikit/roadmap_cli.py +0 -70
  2984. package/runtime/cli/aikit/router.py +0 -56
  2985. package/runtime/cli/aikit/router_explain.py +0 -152
  2986. package/runtime/cli/aikit/runtime_paths.py +0 -11
  2987. package/runtime/cli/aikit/scheduler.py +0 -18
  2988. package/runtime/cli/aikit/secrets.py +0 -114
  2989. package/runtime/cli/aikit/sessions.py +0 -519
  2990. package/runtime/cli/aikit/setup_wizard.py +0 -12
  2991. package/runtime/cli/aikit/setup_wizard_payload.py +0 -35
  2992. package/runtime/cli/aikit/shared_memory.py +0 -415
  2993. package/runtime/cli/aikit/sources.py +0 -586
  2994. package/runtime/cli/aikit/specialist_readiness.py +0 -152
  2995. package/runtime/cli/aikit/tasks.py +0 -882
  2996. package/runtime/cli/aikit/team.py +0 -380
  2997. package/runtime/cli/aikit/toolchain.py +0 -279
  2998. package/runtime/cli/aikit/wizard_state.py +0 -517
  2999. package/runtime/cli/aikit/workflows.py +0 -216
  3000. package/runtime/cli/aikit/write_policy.py +0 -108
  3001. package/runtime/models/qwen2.5-0.5b-instruct/manifest.json +0 -30
  3002. package/runtime/plugins/claude-code-ai-devkit/README.md +0 -42
  3003. package/runtime/plugins/claude-code-ai-devkit/agents/README.md +0 -32
  3004. package/runtime/plugins/claude-code-ai-devkit/agents/agent-devkit-db-analyst.md +0 -44
  3005. package/runtime/plugins/claude-code-ai-devkit/agents/agent-devkit-execution-reviewer.md +0 -38
  3006. package/runtime/plugins/claude-code-ai-devkit/agents/agent-devkit-pr-reviewer.md +0 -42
  3007. package/runtime/plugins/claude-code-ai-devkit/agents/agent-devkit-repo-explorer.md +0 -40
  3008. package/runtime/plugins/claude-code-ai-devkit/agents/agent-devkit-support-triage.md +0 -43
  3009. package/runtime/plugins/claude-code-ai-devkit/commands/devkit-doctor.md +0 -10
  3010. package/runtime/plugins/claude-code-ai-devkit/commands/devkit-provider.md +0 -12
  3011. package/runtime/plugins/claude-code-ai-devkit/commands/devkit-run.md +0 -10
  3012. package/runtime/plugins/claude-code-ai-devkit/commands/devkit-setup.md +0 -10
  3013. package/runtime/plugins/claude-code-ai-devkit/plugin.json +0 -40
  3014. package/runtime/plugins/claude-code-ai-devkit/scripts/bootstrap.py +0 -33
  3015. package/runtime/plugins/claude-code-ai-devkit/scripts/doctor.py +0 -16
  3016. package/runtime/plugins/claude-code-ai-devkit/scripts/run-capability.py +0 -21
  3017. package/runtime/plugins/claude-code-ai-devkit/scripts/runtime.py +0 -63
  3018. package/runtime/plugins/claude-code-ai-devkit/skills/ai-devkit-router/SKILL.md +0 -36
  3019. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/SKILL.md +0 -29
  3020. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/references/desenvolvimento.md +0 -11
  3021. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/references/infra.md +0 -12
  3022. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/references/providers.md +0 -22
  3023. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/references/routing.md +0 -30
  3024. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/references/subagents.md +0 -21
  3025. package/runtime/plugins/claude-skill-ai-devkit/ai-devkit/references/sustentacao.md +0 -12
  3026. package/runtime/plugins/claude-skill-ai-devkit/plugin.json +0 -18
  3027. package/runtime/plugins/codex-ai-devkit/.codex-plugin/plugin.json +0 -24
  3028. package/runtime/plugins/codex-ai-devkit/README.md +0 -26
  3029. package/runtime/plugins/codex-ai-devkit/scripts/bootstrap.py +0 -33
  3030. package/runtime/plugins/codex-ai-devkit/scripts/doctor.py +0 -16
  3031. package/runtime/plugins/codex-ai-devkit/scripts/install-runtime.py +0 -17
  3032. package/runtime/plugins/codex-ai-devkit/scripts/resolve-capability.py +0 -16
  3033. package/runtime/plugins/codex-ai-devkit/scripts/run-capability.py +0 -21
  3034. package/runtime/plugins/codex-ai-devkit/scripts/runtime.py +0 -63
  3035. package/runtime/plugins/codex-ai-devkit/skills/ai-devkit-router/SKILL.md +0 -45
  3036. package/runtime/providers/agent-bridge.yaml +0 -24
  3037. package/runtime/providers/aws.yaml +0 -57
  3038. package/runtime/providers/azure-devops.yaml +0 -52
  3039. package/runtime/providers/bpo.yaml +0 -82
  3040. package/runtime/providers/calendar.yaml +0 -28
  3041. package/runtime/providers/document-source.yaml +0 -23
  3042. package/runtime/providers/drawio.yaml +0 -22
  3043. package/runtime/providers/elasticsearch.yaml +0 -52
  3044. package/runtime/providers/figma.yaml +0 -48
  3045. package/runtime/providers/file-dataset.yaml +0 -22
  3046. package/runtime/providers/github.yaml +0 -46
  3047. package/runtime/providers/knowledge-github.yaml +0 -40
  3048. package/runtime/providers/knowledge-google-drive.yaml +0 -32
  3049. package/runtime/providers/knowledge-local.yaml +0 -26
  3050. package/runtime/providers/knowledge-notion.yaml +0 -32
  3051. package/runtime/providers/knowledge-obsidian.yaml +0 -24
  3052. package/runtime/providers/knowledge-onedrive.yaml +0 -36
  3053. package/runtime/providers/knowledge-s3.yaml +0 -45
  3054. package/runtime/providers/knowledge-sharepoint.yaml +0 -39
  3055. package/runtime/providers/knowledge-supabase.yaml +0 -43
  3056. package/runtime/providers/knowledge-vector.yaml +0 -39
  3057. package/runtime/providers/local-files.yaml +0 -26
  3058. package/runtime/providers/local-notification.yaml +0 -22
  3059. package/runtime/providers/local-scheduler.yaml +0 -24
  3060. package/runtime/providers/postgres.yaml +0 -39
  3061. package/runtime/providers/presentation-renderer.yaml +0 -22
  3062. package/runtime/providers/restrictive-db.yaml +0 -27
  3063. package/runtime/providers/sqlserver.yaml +0 -43
  3064. package/runtime/providers/supabase.yaml +0 -46
  3065. package/runtime/providers/technical-http.yaml +0 -45
  3066. package/runtime/providers/topdesk.yaml +0 -44
  3067. package/runtime/providers/workbook-renderer.yaml +0 -22
  3068. package/runtime/requirements.txt +0 -6
  3069. package/runtime/scripts/README.md +0 -48
  3070. package/runtime/scripts/docker-cli-qa.sh +0 -453
  3071. package/runtime/scripts/mvp-readiness.py +0 -360
  3072. package/runtime/scripts/release-catalog-snapshot.json +0 -594
  3073. package/runtime/scripts/release-gate.py +0 -400
  3074. package/runtime/scripts/validate-repo.py +0 -967
  3075. package/runtime/scripts/verify-release-alignment.mjs +0 -100
  3076. package/runtime/tooling/toolchain.yaml +0 -92
  3077. package/runtime/vendor/README.md +0 -26
  3078. package/runtime/vendor/plugins/CATALOG.md +0 -53
  3079. package/runtime/vendor/plugins/open-design/AGENTS.md +0 -35
  3080. package/runtime/vendor/plugins/open-design/README.md +0 -22
  3081. package/runtime/vendor/plugins/open-design/README.zh-CN.md +0 -22
  3082. package/runtime/vendor/plugins/open-design/_official/atoms/build-test/SKILL.md +0 -76
  3083. package/runtime/vendor/plugins/open-design/_official/atoms/build-test/open-design.json +0 -38
  3084. package/runtime/vendor/plugins/open-design/_official/atoms/code-import/SKILL.md +0 -60
  3085. package/runtime/vendor/plugins/open-design/_official/atoms/code-import/open-design.json +0 -36
  3086. package/runtime/vendor/plugins/open-design/_official/atoms/critique-theater/SKILL.md +0 -51
  3087. package/runtime/vendor/plugins/open-design/_official/atoms/critique-theater/open-design.json +0 -34
  3088. package/runtime/vendor/plugins/open-design/_official/atoms/design-extract/SKILL.md +0 -64
  3089. package/runtime/vendor/plugins/open-design/_official/atoms/design-extract/open-design.json +0 -37
  3090. package/runtime/vendor/plugins/open-design/_official/atoms/diff-review/SKILL.md +0 -54
  3091. package/runtime/vendor/plugins/open-design/_official/atoms/diff-review/open-design.json +0 -38
  3092. package/runtime/vendor/plugins/open-design/_official/atoms/direction-picker/SKILL.md +0 -28
  3093. package/runtime/vendor/plugins/open-design/_official/atoms/direction-picker/open-design.json +0 -34
  3094. package/runtime/vendor/plugins/open-design/_official/atoms/discovery-question-form/SKILL.md +0 -66
  3095. package/runtime/vendor/plugins/open-design/_official/atoms/discovery-question-form/open-design.json +0 -34
  3096. package/runtime/vendor/plugins/open-design/_official/atoms/figma-extract/SKILL.md +0 -64
  3097. package/runtime/vendor/plugins/open-design/_official/atoms/figma-extract/open-design.json +0 -36
  3098. package/runtime/vendor/plugins/open-design/_official/atoms/handoff/SKILL.md +0 -59
  3099. package/runtime/vendor/plugins/open-design/_official/atoms/handoff/open-design.json +0 -36
  3100. package/runtime/vendor/plugins/open-design/_official/atoms/patch-edit/SKILL.md +0 -60
  3101. package/runtime/vendor/plugins/open-design/_official/atoms/patch-edit/open-design.json +0 -38
  3102. package/runtime/vendor/plugins/open-design/_official/atoms/rewrite-plan/SKILL.md +0 -57
  3103. package/runtime/vendor/plugins/open-design/_official/atoms/rewrite-plan/open-design.json +0 -36
  3104. package/runtime/vendor/plugins/open-design/_official/atoms/todo-write/SKILL.md +0 -24
  3105. package/runtime/vendor/plugins/open-design/_official/atoms/todo-write/open-design.json +0 -34
  3106. package/runtime/vendor/plugins/open-design/_official/atoms/token-map/SKILL.md +0 -147
  3107. package/runtime/vendor/plugins/open-design/_official/atoms/token-map/examples/semantic-inference-before-after.json +0 -164
  3108. package/runtime/vendor/plugins/open-design/_official/atoms/token-map/open-design.json +0 -36
  3109. package/runtime/vendor/plugins/open-design/_official/design-systems/agentic/DESIGN.md +0 -71
  3110. package/runtime/vendor/plugins/open-design/_official/design-systems/agentic/open-design.json +0 -112
  3111. package/runtime/vendor/plugins/open-design/_official/design-systems/airbnb/DESIGN.md +0 -393
  3112. package/runtime/vendor/plugins/open-design/_official/design-systems/airbnb/open-design.json +0 -112
  3113. package/runtime/vendor/plugins/open-design/_official/design-systems/airtable/DESIGN.md +0 -92
  3114. package/runtime/vendor/plugins/open-design/_official/design-systems/airtable/open-design.json +0 -112
  3115. package/runtime/vendor/plugins/open-design/_official/design-systems/ant/DESIGN.md +0 -71
  3116. package/runtime/vendor/plugins/open-design/_official/design-systems/ant/open-design.json +0 -112
  3117. package/runtime/vendor/plugins/open-design/_official/design-systems/apple/DESIGN.md +0 -250
  3118. package/runtime/vendor/plugins/open-design/_official/design-systems/apple/open-design.json +0 -112
  3119. package/runtime/vendor/plugins/open-design/_official/design-systems/application/DESIGN.md +0 -71
  3120. package/runtime/vendor/plugins/open-design/_official/design-systems/application/open-design.json +0 -112
  3121. package/runtime/vendor/plugins/open-design/_official/design-systems/arc/DESIGN.md +0 -152
  3122. package/runtime/vendor/plugins/open-design/_official/design-systems/arc/open-design.json +0 -112
  3123. package/runtime/vendor/plugins/open-design/_official/design-systems/artistic/DESIGN.md +0 -71
  3124. package/runtime/vendor/plugins/open-design/_official/design-systems/artistic/open-design.json +0 -112
  3125. package/runtime/vendor/plugins/open-design/_official/design-systems/atelier-zero/DESIGN.md +0 -316
  3126. package/runtime/vendor/plugins/open-design/_official/design-systems/atelier-zero/open-design.json +0 -112
  3127. package/runtime/vendor/plugins/open-design/_official/design-systems/bento/DESIGN.md +0 -71
  3128. package/runtime/vendor/plugins/open-design/_official/design-systems/bento/open-design.json +0 -112
  3129. package/runtime/vendor/plugins/open-design/_official/design-systems/binance/DESIGN.md +0 -348
  3130. package/runtime/vendor/plugins/open-design/_official/design-systems/binance/open-design.json +0 -112
  3131. package/runtime/vendor/plugins/open-design/_official/design-systems/bmw/DESIGN.md +0 -183
  3132. package/runtime/vendor/plugins/open-design/_official/design-systems/bmw/open-design.json +0 -112
  3133. package/runtime/vendor/plugins/open-design/_official/design-systems/bmw-m/DESIGN.md +0 -246
  3134. package/runtime/vendor/plugins/open-design/_official/design-systems/bmw-m/open-design.json +0 -112
  3135. package/runtime/vendor/plugins/open-design/_official/design-systems/bold/DESIGN.md +0 -71
  3136. package/runtime/vendor/plugins/open-design/_official/design-systems/bold/open-design.json +0 -112
  3137. package/runtime/vendor/plugins/open-design/_official/design-systems/brutalism/DESIGN.md +0 -71
  3138. package/runtime/vendor/plugins/open-design/_official/design-systems/brutalism/open-design.json +0 -112
  3139. package/runtime/vendor/plugins/open-design/_official/design-systems/bugatti/DESIGN.md +0 -271
  3140. package/runtime/vendor/plugins/open-design/_official/design-systems/bugatti/open-design.json +0 -112
  3141. package/runtime/vendor/plugins/open-design/_official/design-systems/cafe/DESIGN.md +0 -71
  3142. package/runtime/vendor/plugins/open-design/_official/design-systems/cafe/open-design.json +0 -112
  3143. package/runtime/vendor/plugins/open-design/_official/design-systems/cal/DESIGN.md +0 -262
  3144. package/runtime/vendor/plugins/open-design/_official/design-systems/cal/open-design.json +0 -112
  3145. package/runtime/vendor/plugins/open-design/_official/design-systems/canva/DESIGN.md +0 -157
  3146. package/runtime/vendor/plugins/open-design/_official/design-systems/canva/open-design.json +0 -112
  3147. package/runtime/vendor/plugins/open-design/_official/design-systems/claude/DESIGN.md +0 -315
  3148. package/runtime/vendor/plugins/open-design/_official/design-systems/claude/open-design.json +0 -112
  3149. package/runtime/vendor/plugins/open-design/_official/design-systems/clay/DESIGN.md +0 -307
  3150. package/runtime/vendor/plugins/open-design/_official/design-systems/clay/open-design.json +0 -112
  3151. package/runtime/vendor/plugins/open-design/_official/design-systems/claymorphism/DESIGN.md +0 -71
  3152. package/runtime/vendor/plugins/open-design/_official/design-systems/claymorphism/open-design.json +0 -112
  3153. package/runtime/vendor/plugins/open-design/_official/design-systems/clean/DESIGN.md +0 -71
  3154. package/runtime/vendor/plugins/open-design/_official/design-systems/clean/open-design.json +0 -112
  3155. package/runtime/vendor/plugins/open-design/_official/design-systems/clickhouse/DESIGN.md +0 -284
  3156. package/runtime/vendor/plugins/open-design/_official/design-systems/clickhouse/open-design.json +0 -112
  3157. package/runtime/vendor/plugins/open-design/_official/design-systems/cohere/DESIGN.md +0 -269
  3158. package/runtime/vendor/plugins/open-design/_official/design-systems/cohere/open-design.json +0 -112
  3159. package/runtime/vendor/plugins/open-design/_official/design-systems/coinbase/DESIGN.md +0 -132
  3160. package/runtime/vendor/plugins/open-design/_official/design-systems/coinbase/open-design.json +0 -112
  3161. package/runtime/vendor/plugins/open-design/_official/design-systems/colorful/DESIGN.md +0 -71
  3162. package/runtime/vendor/plugins/open-design/_official/design-systems/colorful/open-design.json +0 -112
  3163. package/runtime/vendor/plugins/open-design/_official/design-systems/composio/DESIGN.md +0 -310
  3164. package/runtime/vendor/plugins/open-design/_official/design-systems/composio/open-design.json +0 -112
  3165. package/runtime/vendor/plugins/open-design/_official/design-systems/contemporary/DESIGN.md +0 -71
  3166. package/runtime/vendor/plugins/open-design/_official/design-systems/contemporary/open-design.json +0 -112
  3167. package/runtime/vendor/plugins/open-design/_official/design-systems/corporate/DESIGN.md +0 -71
  3168. package/runtime/vendor/plugins/open-design/_official/design-systems/corporate/open-design.json +0 -112
  3169. package/runtime/vendor/plugins/open-design/_official/design-systems/cosmic/DESIGN.md +0 -71
  3170. package/runtime/vendor/plugins/open-design/_official/design-systems/cosmic/open-design.json +0 -112
  3171. package/runtime/vendor/plugins/open-design/_official/design-systems/creative/DESIGN.md +0 -71
  3172. package/runtime/vendor/plugins/open-design/_official/design-systems/creative/open-design.json +0 -112
  3173. package/runtime/vendor/plugins/open-design/_official/design-systems/cursor/DESIGN.md +0 -312
  3174. package/runtime/vendor/plugins/open-design/_official/design-systems/cursor/open-design.json +0 -112
  3175. package/runtime/vendor/plugins/open-design/_official/design-systems/dashboard/DESIGN.md +0 -71
  3176. package/runtime/vendor/plugins/open-design/_official/design-systems/dashboard/open-design.json +0 -112
  3177. package/runtime/vendor/plugins/open-design/_official/design-systems/default/DESIGN.md +0 -62
  3178. package/runtime/vendor/plugins/open-design/_official/design-systems/default/open-design.json +0 -112
  3179. package/runtime/vendor/plugins/open-design/_official/design-systems/discord/DESIGN.md +0 -162
  3180. package/runtime/vendor/plugins/open-design/_official/design-systems/discord/open-design.json +0 -112
  3181. package/runtime/vendor/plugins/open-design/_official/design-systems/dithered/DESIGN.md +0 -71
  3182. package/runtime/vendor/plugins/open-design/_official/design-systems/dithered/open-design.json +0 -112
  3183. package/runtime/vendor/plugins/open-design/_official/design-systems/doodle/DESIGN.md +0 -71
  3184. package/runtime/vendor/plugins/open-design/_official/design-systems/doodle/open-design.json +0 -112
  3185. package/runtime/vendor/plugins/open-design/_official/design-systems/dramatic/DESIGN.md +0 -71
  3186. package/runtime/vendor/plugins/open-design/_official/design-systems/dramatic/open-design.json +0 -112
  3187. package/runtime/vendor/plugins/open-design/_official/design-systems/duolingo/DESIGN.md +0 -154
  3188. package/runtime/vendor/plugins/open-design/_official/design-systems/duolingo/open-design.json +0 -112
  3189. package/runtime/vendor/plugins/open-design/_official/design-systems/editorial/DESIGN.md +0 -71
  3190. package/runtime/vendor/plugins/open-design/_official/design-systems/editorial/open-design.json +0 -112
  3191. package/runtime/vendor/plugins/open-design/_official/design-systems/elegant/DESIGN.md +0 -71
  3192. package/runtime/vendor/plugins/open-design/_official/design-systems/elegant/open-design.json +0 -112
  3193. package/runtime/vendor/plugins/open-design/_official/design-systems/elevenlabs/DESIGN.md +0 -268
  3194. package/runtime/vendor/plugins/open-design/_official/design-systems/elevenlabs/open-design.json +0 -112
  3195. package/runtime/vendor/plugins/open-design/_official/design-systems/energetic/DESIGN.md +0 -72
  3196. package/runtime/vendor/plugins/open-design/_official/design-systems/energetic/open-design.json +0 -112
  3197. package/runtime/vendor/plugins/open-design/_official/design-systems/enterprise/DESIGN.md +0 -71
  3198. package/runtime/vendor/plugins/open-design/_official/design-systems/enterprise/open-design.json +0 -112
  3199. package/runtime/vendor/plugins/open-design/_official/design-systems/expo/DESIGN.md +0 -284
  3200. package/runtime/vendor/plugins/open-design/_official/design-systems/expo/open-design.json +0 -112
  3201. package/runtime/vendor/plugins/open-design/_official/design-systems/expressive/DESIGN.md +0 -71
  3202. package/runtime/vendor/plugins/open-design/_official/design-systems/expressive/open-design.json +0 -112
  3203. package/runtime/vendor/plugins/open-design/_official/design-systems/fantasy/DESIGN.md +0 -71
  3204. package/runtime/vendor/plugins/open-design/_official/design-systems/fantasy/open-design.json +0 -112
  3205. package/runtime/vendor/plugins/open-design/_official/design-systems/ferrari/DESIGN.md +0 -317
  3206. package/runtime/vendor/plugins/open-design/_official/design-systems/ferrari/open-design.json +0 -112
  3207. package/runtime/vendor/plugins/open-design/_official/design-systems/figma/DESIGN.md +0 -223
  3208. package/runtime/vendor/plugins/open-design/_official/design-systems/figma/open-design.json +0 -112
  3209. package/runtime/vendor/plugins/open-design/_official/design-systems/flat/DESIGN.md +0 -71
  3210. package/runtime/vendor/plugins/open-design/_official/design-systems/flat/open-design.json +0 -112
  3211. package/runtime/vendor/plugins/open-design/_official/design-systems/framer/DESIGN.md +0 -249
  3212. package/runtime/vendor/plugins/open-design/_official/design-systems/framer/open-design.json +0 -112
  3213. package/runtime/vendor/plugins/open-design/_official/design-systems/friendly/DESIGN.md +0 -71
  3214. package/runtime/vendor/plugins/open-design/_official/design-systems/friendly/open-design.json +0 -112
  3215. package/runtime/vendor/plugins/open-design/_official/design-systems/futuristic/DESIGN.md +0 -71
  3216. package/runtime/vendor/plugins/open-design/_official/design-systems/futuristic/open-design.json +0 -112
  3217. package/runtime/vendor/plugins/open-design/_official/design-systems/github/DESIGN.md +0 -155
  3218. package/runtime/vendor/plugins/open-design/_official/design-systems/github/open-design.json +0 -112
  3219. package/runtime/vendor/plugins/open-design/_official/design-systems/glassmorphism/DESIGN.md +0 -71
  3220. package/runtime/vendor/plugins/open-design/_official/design-systems/glassmorphism/open-design.json +0 -112
  3221. package/runtime/vendor/plugins/open-design/_official/design-systems/gradient/DESIGN.md +0 -71
  3222. package/runtime/vendor/plugins/open-design/_official/design-systems/gradient/open-design.json +0 -112
  3223. package/runtime/vendor/plugins/open-design/_official/design-systems/hashicorp/DESIGN.md +0 -281
  3224. package/runtime/vendor/plugins/open-design/_official/design-systems/hashicorp/open-design.json +0 -112
  3225. package/runtime/vendor/plugins/open-design/_official/design-systems/huggingface/DESIGN.md +0 -149
  3226. package/runtime/vendor/plugins/open-design/_official/design-systems/huggingface/open-design.json +0 -112
  3227. package/runtime/vendor/plugins/open-design/_official/design-systems/ibm/DESIGN.md +0 -335
  3228. package/runtime/vendor/plugins/open-design/_official/design-systems/ibm/open-design.json +0 -112
  3229. package/runtime/vendor/plugins/open-design/_official/design-systems/intercom/DESIGN.md +0 -149
  3230. package/runtime/vendor/plugins/open-design/_official/design-systems/intercom/open-design.json +0 -112
  3231. package/runtime/vendor/plugins/open-design/_official/design-systems/kami/DESIGN.md +0 -410
  3232. package/runtime/vendor/plugins/open-design/_official/design-systems/kami/open-design.json +0 -112
  3233. package/runtime/vendor/plugins/open-design/_official/design-systems/kraken/DESIGN.md +0 -128
  3234. package/runtime/vendor/plugins/open-design/_official/design-systems/kraken/open-design.json +0 -112
  3235. package/runtime/vendor/plugins/open-design/_official/design-systems/lamborghini/DESIGN.md +0 -291
  3236. package/runtime/vendor/plugins/open-design/_official/design-systems/lamborghini/open-design.json +0 -112
  3237. package/runtime/vendor/plugins/open-design/_official/design-systems/levels/DESIGN.md +0 -71
  3238. package/runtime/vendor/plugins/open-design/_official/design-systems/levels/open-design.json +0 -112
  3239. package/runtime/vendor/plugins/open-design/_official/design-systems/linear-app/DESIGN.md +0 -370
  3240. package/runtime/vendor/plugins/open-design/_official/design-systems/linear-app/open-design.json +0 -112
  3241. package/runtime/vendor/plugins/open-design/_official/design-systems/lingo/DESIGN.md +0 -71
  3242. package/runtime/vendor/plugins/open-design/_official/design-systems/lingo/open-design.json +0 -112
  3243. package/runtime/vendor/plugins/open-design/_official/design-systems/lovable/DESIGN.md +0 -301
  3244. package/runtime/vendor/plugins/open-design/_official/design-systems/lovable/open-design.json +0 -112
  3245. package/runtime/vendor/plugins/open-design/_official/design-systems/luxury/DESIGN.md +0 -71
  3246. package/runtime/vendor/plugins/open-design/_official/design-systems/luxury/open-design.json +0 -112
  3247. package/runtime/vendor/plugins/open-design/_official/design-systems/mastercard/DESIGN.md +0 -368
  3248. package/runtime/vendor/plugins/open-design/_official/design-systems/mastercard/open-design.json +0 -112
  3249. package/runtime/vendor/plugins/open-design/_official/design-systems/material/DESIGN.md +0 -71
  3250. package/runtime/vendor/plugins/open-design/_official/design-systems/material/open-design.json +0 -112
  3251. package/runtime/vendor/plugins/open-design/_official/design-systems/meta/DESIGN.md +0 -369
  3252. package/runtime/vendor/plugins/open-design/_official/design-systems/meta/open-design.json +0 -112
  3253. package/runtime/vendor/plugins/open-design/_official/design-systems/minimal/DESIGN.md +0 -71
  3254. package/runtime/vendor/plugins/open-design/_official/design-systems/minimal/open-design.json +0 -112
  3255. package/runtime/vendor/plugins/open-design/_official/design-systems/minimax/DESIGN.md +0 -260
  3256. package/runtime/vendor/plugins/open-design/_official/design-systems/minimax/open-design.json +0 -112
  3257. package/runtime/vendor/plugins/open-design/_official/design-systems/mintlify/DESIGN.md +0 -329
  3258. package/runtime/vendor/plugins/open-design/_official/design-systems/mintlify/open-design.json +0 -112
  3259. package/runtime/vendor/plugins/open-design/_official/design-systems/miro/DESIGN.md +0 -111
  3260. package/runtime/vendor/plugins/open-design/_official/design-systems/miro/open-design.json +0 -112
  3261. package/runtime/vendor/plugins/open-design/_official/design-systems/mission-control/DESIGN.md +0 -476
  3262. package/runtime/vendor/plugins/open-design/_official/design-systems/mission-control/open-design.json +0 -112
  3263. package/runtime/vendor/plugins/open-design/_official/design-systems/mistral-ai/DESIGN.md +0 -264
  3264. package/runtime/vendor/plugins/open-design/_official/design-systems/mistral-ai/open-design.json +0 -112
  3265. package/runtime/vendor/plugins/open-design/_official/design-systems/modern/DESIGN.md +0 -71
  3266. package/runtime/vendor/plugins/open-design/_official/design-systems/modern/open-design.json +0 -112
  3267. package/runtime/vendor/plugins/open-design/_official/design-systems/mongodb/DESIGN.md +0 -269
  3268. package/runtime/vendor/plugins/open-design/_official/design-systems/mongodb/open-design.json +0 -112
  3269. package/runtime/vendor/plugins/open-design/_official/design-systems/mono/DESIGN.md +0 -71
  3270. package/runtime/vendor/plugins/open-design/_official/design-systems/mono/open-design.json +0 -112
  3271. package/runtime/vendor/plugins/open-design/_official/design-systems/neobrutalism/DESIGN.md +0 -71
  3272. package/runtime/vendor/plugins/open-design/_official/design-systems/neobrutalism/open-design.json +0 -112
  3273. package/runtime/vendor/plugins/open-design/_official/design-systems/neon/DESIGN.md +0 -71
  3274. package/runtime/vendor/plugins/open-design/_official/design-systems/neon/open-design.json +0 -112
  3275. package/runtime/vendor/plugins/open-design/_official/design-systems/neumorphism/DESIGN.md +0 -71
  3276. package/runtime/vendor/plugins/open-design/_official/design-systems/neumorphism/open-design.json +0 -112
  3277. package/runtime/vendor/plugins/open-design/_official/design-systems/nike/DESIGN.md +0 -366
  3278. package/runtime/vendor/plugins/open-design/_official/design-systems/nike/open-design.json +0 -112
  3279. package/runtime/vendor/plugins/open-design/_official/design-systems/notion/DESIGN.md +0 -312
  3280. package/runtime/vendor/plugins/open-design/_official/design-systems/notion/open-design.json +0 -112
  3281. package/runtime/vendor/plugins/open-design/_official/design-systems/nvidia/DESIGN.md +0 -296
  3282. package/runtime/vendor/plugins/open-design/_official/design-systems/nvidia/open-design.json +0 -112
  3283. package/runtime/vendor/plugins/open-design/_official/design-systems/ollama/DESIGN.md +0 -270
  3284. package/runtime/vendor/plugins/open-design/_official/design-systems/ollama/open-design.json +0 -112
  3285. package/runtime/vendor/plugins/open-design/_official/design-systems/openai/DESIGN.md +0 -140
  3286. package/runtime/vendor/plugins/open-design/_official/design-systems/openai/open-design.json +0 -112
  3287. package/runtime/vendor/plugins/open-design/_official/design-systems/opencode-ai/DESIGN.md +0 -284
  3288. package/runtime/vendor/plugins/open-design/_official/design-systems/opencode-ai/open-design.json +0 -112
  3289. package/runtime/vendor/plugins/open-design/_official/design-systems/pacman/DESIGN.md +0 -71
  3290. package/runtime/vendor/plugins/open-design/_official/design-systems/pacman/open-design.json +0 -112
  3291. package/runtime/vendor/plugins/open-design/_official/design-systems/paper/DESIGN.md +0 -71
  3292. package/runtime/vendor/plugins/open-design/_official/design-systems/paper/open-design.json +0 -112
  3293. package/runtime/vendor/plugins/open-design/_official/design-systems/perspective/DESIGN.md +0 -71
  3294. package/runtime/vendor/plugins/open-design/_official/design-systems/perspective/open-design.json +0 -112
  3295. package/runtime/vendor/plugins/open-design/_official/design-systems/pinterest/DESIGN.md +0 -233
  3296. package/runtime/vendor/plugins/open-design/_official/design-systems/pinterest/open-design.json +0 -112
  3297. package/runtime/vendor/plugins/open-design/_official/design-systems/playstation/DESIGN.md +0 -367
  3298. package/runtime/vendor/plugins/open-design/_official/design-systems/playstation/open-design.json +0 -112
  3299. package/runtime/vendor/plugins/open-design/_official/design-systems/posthog/DESIGN.md +0 -259
  3300. package/runtime/vendor/plugins/open-design/_official/design-systems/posthog/open-design.json +0 -112
  3301. package/runtime/vendor/plugins/open-design/_official/design-systems/premium/DESIGN.md +0 -71
  3302. package/runtime/vendor/plugins/open-design/_official/design-systems/premium/open-design.json +0 -112
  3303. package/runtime/vendor/plugins/open-design/_official/design-systems/professional/DESIGN.md +0 -71
  3304. package/runtime/vendor/plugins/open-design/_official/design-systems/professional/open-design.json +0 -112
  3305. package/runtime/vendor/plugins/open-design/_official/design-systems/publication/DESIGN.md +0 -71
  3306. package/runtime/vendor/plugins/open-design/_official/design-systems/publication/open-design.json +0 -112
  3307. package/runtime/vendor/plugins/open-design/_official/design-systems/raycast/DESIGN.md +0 -271
  3308. package/runtime/vendor/plugins/open-design/_official/design-systems/raycast/open-design.json +0 -112
  3309. package/runtime/vendor/plugins/open-design/_official/design-systems/refined/DESIGN.md +0 -71
  3310. package/runtime/vendor/plugins/open-design/_official/design-systems/refined/open-design.json +0 -112
  3311. package/runtime/vendor/plugins/open-design/_official/design-systems/renault/DESIGN.md +0 -314
  3312. package/runtime/vendor/plugins/open-design/_official/design-systems/renault/open-design.json +0 -112
  3313. package/runtime/vendor/plugins/open-design/_official/design-systems/replicate/DESIGN.md +0 -264
  3314. package/runtime/vendor/plugins/open-design/_official/design-systems/replicate/open-design.json +0 -112
  3315. package/runtime/vendor/plugins/open-design/_official/design-systems/resend/DESIGN.md +0 -306
  3316. package/runtime/vendor/plugins/open-design/_official/design-systems/resend/open-design.json +0 -112
  3317. package/runtime/vendor/plugins/open-design/_official/design-systems/retro/DESIGN.md +0 -71
  3318. package/runtime/vendor/plugins/open-design/_official/design-systems/retro/open-design.json +0 -112
  3319. package/runtime/vendor/plugins/open-design/_official/design-systems/revolut/DESIGN.md +0 -188
  3320. package/runtime/vendor/plugins/open-design/_official/design-systems/revolut/open-design.json +0 -112
  3321. package/runtime/vendor/plugins/open-design/_official/design-systems/runwayml/DESIGN.md +0 -247
  3322. package/runtime/vendor/plugins/open-design/_official/design-systems/runwayml/open-design.json +0 -112
  3323. package/runtime/vendor/plugins/open-design/_official/design-systems/sanity/DESIGN.md +0 -360
  3324. package/runtime/vendor/plugins/open-design/_official/design-systems/sanity/open-design.json +0 -112
  3325. package/runtime/vendor/plugins/open-design/_official/design-systems/sentry/DESIGN.md +0 -265
  3326. package/runtime/vendor/plugins/open-design/_official/design-systems/sentry/open-design.json +0 -112
  3327. package/runtime/vendor/plugins/open-design/_official/design-systems/shadcn/DESIGN.md +0 -71
  3328. package/runtime/vendor/plugins/open-design/_official/design-systems/shadcn/open-design.json +0 -112
  3329. package/runtime/vendor/plugins/open-design/_official/design-systems/shopify/DESIGN.md +0 -353
  3330. package/runtime/vendor/plugins/open-design/_official/design-systems/shopify/open-design.json +0 -112
  3331. package/runtime/vendor/plugins/open-design/_official/design-systems/simple/DESIGN.md +0 -71
  3332. package/runtime/vendor/plugins/open-design/_official/design-systems/simple/open-design.json +0 -112
  3333. package/runtime/vendor/plugins/open-design/_official/design-systems/skeumorphism/DESIGN.md +0 -71
  3334. package/runtime/vendor/plugins/open-design/_official/design-systems/skeumorphism/open-design.json +0 -112
  3335. package/runtime/vendor/plugins/open-design/_official/design-systems/sleek/DESIGN.md +0 -71
  3336. package/runtime/vendor/plugins/open-design/_official/design-systems/sleek/open-design.json +0 -112
  3337. package/runtime/vendor/plugins/open-design/_official/design-systems/spacex/DESIGN.md +0 -197
  3338. package/runtime/vendor/plugins/open-design/_official/design-systems/spacex/open-design.json +0 -112
  3339. package/runtime/vendor/plugins/open-design/_official/design-systems/spacious/DESIGN.md +0 -71
  3340. package/runtime/vendor/plugins/open-design/_official/design-systems/spacious/open-design.json +0 -112
  3341. package/runtime/vendor/plugins/open-design/_official/design-systems/spotify/DESIGN.md +0 -249
  3342. package/runtime/vendor/plugins/open-design/_official/design-systems/spotify/open-design.json +0 -112
  3343. package/runtime/vendor/plugins/open-design/_official/design-systems/starbucks/DESIGN.md +0 -583
  3344. package/runtime/vendor/plugins/open-design/_official/design-systems/starbucks/open-design.json +0 -112
  3345. package/runtime/vendor/plugins/open-design/_official/design-systems/storytelling/DESIGN.md +0 -71
  3346. package/runtime/vendor/plugins/open-design/_official/design-systems/storytelling/open-design.json +0 -112
  3347. package/runtime/vendor/plugins/open-design/_official/design-systems/stripe/DESIGN.md +0 -325
  3348. package/runtime/vendor/plugins/open-design/_official/design-systems/stripe/open-design.json +0 -112
  3349. package/runtime/vendor/plugins/open-design/_official/design-systems/supabase/DESIGN.md +0 -258
  3350. package/runtime/vendor/plugins/open-design/_official/design-systems/supabase/open-design.json +0 -112
  3351. package/runtime/vendor/plugins/open-design/_official/design-systems/superhuman/DESIGN.md +0 -255
  3352. package/runtime/vendor/plugins/open-design/_official/design-systems/superhuman/open-design.json +0 -112
  3353. package/runtime/vendor/plugins/open-design/_official/design-systems/tesla/DESIGN.md +0 -289
  3354. package/runtime/vendor/plugins/open-design/_official/design-systems/tesla/open-design.json +0 -112
  3355. package/runtime/vendor/plugins/open-design/_official/design-systems/tetris/DESIGN.md +0 -71
  3356. package/runtime/vendor/plugins/open-design/_official/design-systems/tetris/open-design.json +0 -112
  3357. package/runtime/vendor/plugins/open-design/_official/design-systems/theverge/DESIGN.md +0 -342
  3358. package/runtime/vendor/plugins/open-design/_official/design-systems/theverge/open-design.json +0 -112
  3359. package/runtime/vendor/plugins/open-design/_official/design-systems/together-ai/DESIGN.md +0 -266
  3360. package/runtime/vendor/plugins/open-design/_official/design-systems/together-ai/open-design.json +0 -112
  3361. package/runtime/vendor/plugins/open-design/_official/design-systems/totality-festival/DESIGN.md +0 -206
  3362. package/runtime/vendor/plugins/open-design/_official/design-systems/totality-festival/open-design.json +0 -112
  3363. package/runtime/vendor/plugins/open-design/_official/design-systems/uber/DESIGN.md +0 -298
  3364. package/runtime/vendor/plugins/open-design/_official/design-systems/uber/open-design.json +0 -112
  3365. package/runtime/vendor/plugins/open-design/_official/design-systems/urdu/DESIGN.md +0 -1002
  3366. package/runtime/vendor/plugins/open-design/_official/design-systems/urdu/open-design.json +0 -112
  3367. package/runtime/vendor/plugins/open-design/_official/design-systems/vercel/DESIGN.md +0 -313
  3368. package/runtime/vendor/plugins/open-design/_official/design-systems/vercel/open-design.json +0 -112
  3369. package/runtime/vendor/plugins/open-design/_official/design-systems/vibrant/DESIGN.md +0 -71
  3370. package/runtime/vendor/plugins/open-design/_official/design-systems/vibrant/open-design.json +0 -112
  3371. package/runtime/vendor/plugins/open-design/_official/design-systems/vintage/DESIGN.md +0 -71
  3372. package/runtime/vendor/plugins/open-design/_official/design-systems/vintage/open-design.json +0 -112
  3373. package/runtime/vendor/plugins/open-design/_official/design-systems/vodafone/DESIGN.md +0 -426
  3374. package/runtime/vendor/plugins/open-design/_official/design-systems/vodafone/open-design.json +0 -112
  3375. package/runtime/vendor/plugins/open-design/_official/design-systems/voltagent/DESIGN.md +0 -326
  3376. package/runtime/vendor/plugins/open-design/_official/design-systems/voltagent/open-design.json +0 -112
  3377. package/runtime/vendor/plugins/open-design/_official/design-systems/warm-editorial/DESIGN.md +0 -65
  3378. package/runtime/vendor/plugins/open-design/_official/design-systems/warm-editorial/open-design.json +0 -112
  3379. package/runtime/vendor/plugins/open-design/_official/design-systems/warp/DESIGN.md +0 -256
  3380. package/runtime/vendor/plugins/open-design/_official/design-systems/warp/open-design.json +0 -112
  3381. package/runtime/vendor/plugins/open-design/_official/design-systems/webflow/DESIGN.md +0 -95
  3382. package/runtime/vendor/plugins/open-design/_official/design-systems/webflow/open-design.json +0 -112
  3383. package/runtime/vendor/plugins/open-design/_official/design-systems/wired/DESIGN.md +0 -281
  3384. package/runtime/vendor/plugins/open-design/_official/design-systems/wired/open-design.json +0 -112
  3385. package/runtime/vendor/plugins/open-design/_official/design-systems/wise/DESIGN.md +0 -176
  3386. package/runtime/vendor/plugins/open-design/_official/design-systems/wise/open-design.json +0 -112
  3387. package/runtime/vendor/plugins/open-design/_official/design-systems/x-ai/DESIGN.md +0 -260
  3388. package/runtime/vendor/plugins/open-design/_official/design-systems/x-ai/open-design.json +0 -112
  3389. package/runtime/vendor/plugins/open-design/_official/design-systems/xiaohongshu/DESIGN.md +0 -402
  3390. package/runtime/vendor/plugins/open-design/_official/design-systems/xiaohongshu/open-design.json +0 -112
  3391. package/runtime/vendor/plugins/open-design/_official/design-systems/zapier/DESIGN.md +0 -331
  3392. package/runtime/vendor/plugins/open-design/_official/design-systems/zapier/open-design.json +0 -112
  3393. package/runtime/vendor/plugins/open-design/_official/examples/3d-creator-portfolio/SKILL.md +0 -120
  3394. package/runtime/vendor/plugins/open-design/_official/examples/3d-creator-portfolio/example.html +0 -436
  3395. package/runtime/vendor/plugins/open-design/_official/examples/3d-creator-portfolio/open-design.json +0 -125
  3396. package/runtime/vendor/plugins/open-design/_official/examples/acreage-farming/SKILL.md +0 -93
  3397. package/runtime/vendor/plugins/open-design/_official/examples/acreage-farming/example.html +0 -428
  3398. package/runtime/vendor/plugins/open-design/_official/examples/acreage-farming/open-design.json +0 -122
  3399. package/runtime/vendor/plugins/open-design/_official/examples/aerocore/SKILL.md +0 -127
  3400. package/runtime/vendor/plugins/open-design/_official/examples/aerocore/example.html +0 -2136
  3401. package/runtime/vendor/plugins/open-design/_official/examples/aerocore/open-design.json +0 -122
  3402. package/runtime/vendor/plugins/open-design/_official/examples/ai-designer-portfolio/SKILL.md +0 -163
  3403. package/runtime/vendor/plugins/open-design/_official/examples/ai-designer-portfolio/example.html +0 -484
  3404. package/runtime/vendor/plugins/open-design/_official/examples/ai-designer-portfolio/open-design.json +0 -122
  3405. package/runtime/vendor/plugins/open-design/_official/examples/article-magazine/SKILL.md +0 -46
  3406. package/runtime/vendor/plugins/open-design/_official/examples/article-magazine/example.html +0 -81
  3407. package/runtime/vendor/plugins/open-design/_official/examples/article-magazine/open-design.json +0 -126
  3408. package/runtime/vendor/plugins/open-design/_official/examples/audio-jingle/SKILL.md +0 -132
  3409. package/runtime/vendor/plugins/open-design/_official/examples/audio-jingle/example.html +0 -128
  3410. package/runtime/vendor/plugins/open-design/_official/examples/audio-jingle/open-design.json +0 -122
  3411. package/runtime/vendor/plugins/open-design/_official/examples/blog-post/SKILL.md +0 -81
  3412. package/runtime/vendor/plugins/open-design/_official/examples/blog-post/example.html +0 -80
  3413. package/runtime/vendor/plugins/open-design/_official/examples/blog-post/open-design.json +0 -134
  3414. package/runtime/vendor/plugins/open-design/_official/examples/card-twitter/SKILL.md +0 -42
  3415. package/runtime/vendor/plugins/open-design/_official/examples/card-twitter/example.html +0 -58
  3416. package/runtime/vendor/plugins/open-design/_official/examples/card-twitter/open-design.json +0 -126
  3417. package/runtime/vendor/plugins/open-design/_official/examples/card-xiaohongshu/SKILL.md +0 -43
  3418. package/runtime/vendor/plugins/open-design/_official/examples/card-xiaohongshu/example.html +0 -98
  3419. package/runtime/vendor/plugins/open-design/_official/examples/card-xiaohongshu/open-design.json +0 -125
  3420. package/runtime/vendor/plugins/open-design/_official/examples/cinematic-landing-page/SKILL.md +0 -128
  3421. package/runtime/vendor/plugins/open-design/_official/examples/cinematic-landing-page/example.html +0 -723
  3422. package/runtime/vendor/plugins/open-design/_official/examples/cinematic-landing-page/open-design.json +0 -122
  3423. package/runtime/vendor/plugins/open-design/_official/examples/clinical-case-report/SKILL.md +0 -209
  3424. package/runtime/vendor/plugins/open-design/_official/examples/clinical-case-report/example.html +0 -698
  3425. package/runtime/vendor/plugins/open-design/_official/examples/clinical-case-report/open-design.json +0 -131
  3426. package/runtime/vendor/plugins/open-design/_official/examples/clinical-case-report/references/case-formats.md +0 -94
  3427. package/runtime/vendor/plugins/open-design/_official/examples/clinical-case-report/references/checklist.md +0 -41
  3428. package/runtime/vendor/plugins/open-design/_official/examples/codenest-coding-platform/SKILL.md +0 -84
  3429. package/runtime/vendor/plugins/open-design/_official/examples/codenest-coding-platform/example.html +0 -233
  3430. package/runtime/vendor/plugins/open-design/_official/examples/codenest-coding-platform/open-design.json +0 -122
  3431. package/runtime/vendor/plugins/open-design/_official/examples/codex-interactive-capability-map/SKILL.md +0 -80
  3432. package/runtime/vendor/plugins/open-design/_official/examples/codex-interactive-capability-map/example.html +0 -672
  3433. package/runtime/vendor/plugins/open-design/_official/examples/codex-interactive-capability-map/open-design.json +0 -125
  3434. package/runtime/vendor/plugins/open-design/_official/examples/critique/SKILL.md +0 -258
  3435. package/runtime/vendor/plugins/open-design/_official/examples/critique/example.html +0 -671
  3436. package/runtime/vendor/plugins/open-design/_official/examples/critique/open-design.json +0 -127
  3437. package/runtime/vendor/plugins/open-design/_official/examples/dashboard/SKILL.md +0 -76
  3438. package/runtime/vendor/plugins/open-design/_official/examples/dashboard/example.html +0 -118
  3439. package/runtime/vendor/plugins/open-design/_official/examples/dashboard/open-design.json +0 -131
  3440. package/runtime/vendor/plugins/open-design/_official/examples/dashboard-ui-glass/SKILL.md +0 -175
  3441. package/runtime/vendor/plugins/open-design/_official/examples/dashboard-ui-glass/example.html +0 -509
  3442. package/runtime/vendor/plugins/open-design/_official/examples/dashboard-ui-glass/open-design.json +0 -122
  3443. package/runtime/vendor/plugins/open-design/_official/examples/data-report/SKILL.md +0 -45
  3444. package/runtime/vendor/plugins/open-design/_official/examples/data-report/example.html +0 -175
  3445. package/runtime/vendor/plugins/open-design/_official/examples/data-report/open-design.json +0 -126
  3446. package/runtime/vendor/plugins/open-design/_official/examples/dating-web/SKILL.md +0 -93
  3447. package/runtime/vendor/plugins/open-design/_official/examples/dating-web/example.html +0 -265
  3448. package/runtime/vendor/plugins/open-design/_official/examples/dating-web/open-design.json +0 -128
  3449. package/runtime/vendor/plugins/open-design/_official/examples/dcf-valuation/SKILL.md +0 -140
  3450. package/runtime/vendor/plugins/open-design/_official/examples/dcf-valuation/open-design.json +0 -121
  3451. package/runtime/vendor/plugins/open-design/_official/examples/dcf-valuation/references/sector-wacc.md +0 -42
  3452. package/runtime/vendor/plugins/open-design/_official/examples/deck-guizang-editorial/SKILL.md +0 -66
  3453. package/runtime/vendor/plugins/open-design/_official/examples/deck-guizang-editorial/example.html +0 -631
  3454. package/runtime/vendor/plugins/open-design/_official/examples/deck-guizang-editorial/open-design.json +0 -126
  3455. package/runtime/vendor/plugins/open-design/_official/examples/deck-open-slide-canvas/SKILL.md +0 -70
  3456. package/runtime/vendor/plugins/open-design/_official/examples/deck-open-slide-canvas/example.html +0 -602
  3457. package/runtime/vendor/plugins/open-design/_official/examples/deck-open-slide-canvas/open-design.json +0 -126
  3458. package/runtime/vendor/plugins/open-design/_official/examples/deck-swiss-international/SKILL.md +0 -80
  3459. package/runtime/vendor/plugins/open-design/_official/examples/deck-swiss-international/example.html +0 -746
  3460. package/runtime/vendor/plugins/open-design/_official/examples/deck-swiss-international/open-design.json +0 -127
  3461. package/runtime/vendor/plugins/open-design/_official/examples/design-brief/SKILL.md +0 -252
  3462. package/runtime/vendor/plugins/open-design/_official/examples/design-brief/open-design.json +0 -122
  3463. package/runtime/vendor/plugins/open-design/_official/examples/digital-eguide/SKILL.md +0 -93
  3464. package/runtime/vendor/plugins/open-design/_official/examples/digital-eguide/example.html +0 -204
  3465. package/runtime/vendor/plugins/open-design/_official/examples/digital-eguide/open-design.json +0 -136
  3466. package/runtime/vendor/plugins/open-design/_official/examples/doc-kami-parchment/SKILL.md +0 -70
  3467. package/runtime/vendor/plugins/open-design/_official/examples/doc-kami-parchment/example.html +0 -84
  3468. package/runtime/vendor/plugins/open-design/_official/examples/doc-kami-parchment/open-design.json +0 -130
  3469. package/runtime/vendor/plugins/open-design/_official/examples/docs-page/SKILL.md +0 -80
  3470. package/runtime/vendor/plugins/open-design/_official/examples/docs-page/example.html +0 -122
  3471. package/runtime/vendor/plugins/open-design/_official/examples/docs-page/open-design.json +0 -133
  3472. package/runtime/vendor/plugins/open-design/_official/examples/dreamcore-landing/SKILL.md +0 -134
  3473. package/runtime/vendor/plugins/open-design/_official/examples/dreamcore-landing/example.html +0 -615
  3474. package/runtime/vendor/plugins/open-design/_official/examples/dreamcore-landing/open-design.json +0 -122
  3475. package/runtime/vendor/plugins/open-design/_official/examples/email-marketing/SKILL.md +0 -85
  3476. package/runtime/vendor/plugins/open-design/_official/examples/email-marketing/example.html +0 -159
  3477. package/runtime/vendor/plugins/open-design/_official/examples/email-marketing/open-design.json +0 -128
  3478. package/runtime/vendor/plugins/open-design/_official/examples/eng-runbook/SKILL.md +0 -51
  3479. package/runtime/vendor/plugins/open-design/_official/examples/eng-runbook/example.html +0 -250
  3480. package/runtime/vendor/plugins/open-design/_official/examples/eng-runbook/open-design.json +0 -127
  3481. package/runtime/vendor/plugins/open-design/_official/examples/evergreen-finance/SKILL.md +0 -157
  3482. package/runtime/vendor/plugins/open-design/_official/examples/evergreen-finance/example.html +0 -627
  3483. package/runtime/vendor/plugins/open-design/_official/examples/evergreen-finance/open-design.json +0 -122
  3484. package/runtime/vendor/plugins/open-design/_official/examples/finance-report/SKILL.md +0 -62
  3485. package/runtime/vendor/plugins/open-design/_official/examples/finance-report/example.html +0 -242
  3486. package/runtime/vendor/plugins/open-design/_official/examples/finance-report/open-design.json +0 -130
  3487. package/runtime/vendor/plugins/open-design/_official/examples/flowai-live-dashboard-template/SKILL.md +0 -87
  3488. package/runtime/vendor/plugins/open-design/_official/examples/flowai-live-dashboard-template/assets/template.html +0 -387
  3489. package/runtime/vendor/plugins/open-design/_official/examples/flowai-live-dashboard-template/example.html +0 -13
  3490. package/runtime/vendor/plugins/open-design/_official/examples/flowai-live-dashboard-template/open-design.json +0 -133
  3491. package/runtime/vendor/plugins/open-design/_official/examples/flowai-live-dashboard-template/references/checklist.md +0 -35
  3492. package/runtime/vendor/plugins/open-design/_official/examples/frame-data-chart-nyt/SKILL.md +0 -59
  3493. package/runtime/vendor/plugins/open-design/_official/examples/frame-data-chart-nyt/example.html +0 -101
  3494. package/runtime/vendor/plugins/open-design/_official/examples/frame-data-chart-nyt/open-design.json +0 -123
  3495. package/runtime/vendor/plugins/open-design/_official/examples/frame-flowchart-sticky/SKILL.md +0 -64
  3496. package/runtime/vendor/plugins/open-design/_official/examples/frame-flowchart-sticky/example.html +0 -137
  3497. package/runtime/vendor/plugins/open-design/_official/examples/frame-flowchart-sticky/open-design.json +0 -124
  3498. package/runtime/vendor/plugins/open-design/_official/examples/frame-glitch-title/SKILL.md +0 -67
  3499. package/runtime/vendor/plugins/open-design/_official/examples/frame-glitch-title/example.html +0 -99
  3500. package/runtime/vendor/plugins/open-design/_official/examples/frame-glitch-title/open-design.json +0 -125
  3501. package/runtime/vendor/plugins/open-design/_official/examples/frame-light-leak-cinema/SKILL.md +0 -66
  3502. package/runtime/vendor/plugins/open-design/_official/examples/frame-light-leak-cinema/example.html +0 -81
  3503. package/runtime/vendor/plugins/open-design/_official/examples/frame-light-leak-cinema/open-design.json +0 -124
  3504. package/runtime/vendor/plugins/open-design/_official/examples/frame-liquid-bg-hero/SKILL.md +0 -71
  3505. package/runtime/vendor/plugins/open-design/_official/examples/frame-liquid-bg-hero/example.html +0 -64
  3506. package/runtime/vendor/plugins/open-design/_official/examples/frame-liquid-bg-hero/open-design.json +0 -124
  3507. package/runtime/vendor/plugins/open-design/_official/examples/frame-logo-outro/SKILL.md +0 -64
  3508. package/runtime/vendor/plugins/open-design/_official/examples/frame-logo-outro/example.html +0 -80
  3509. package/runtime/vendor/plugins/open-design/_official/examples/frame-logo-outro/open-design.json +0 -124
  3510. package/runtime/vendor/plugins/open-design/_official/examples/frame-macos-notification/SKILL.md +0 -70
  3511. package/runtime/vendor/plugins/open-design/_official/examples/frame-macos-notification/example.html +0 -60
  3512. package/runtime/vendor/plugins/open-design/_official/examples/frame-macos-notification/open-design.json +0 -123
  3513. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/LICENSE +0 -21
  3514. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/SKILL.md +0 -94
  3515. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/example.html +0 -763
  3516. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/open-design.json +0 -180
  3517. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/references/STYLE_PRESETS.md +0 -346
  3518. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/references/animation-patterns.md +0 -110
  3519. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/references/html-template.md +0 -350
  3520. package/runtime/vendor/plugins/open-design/_official/examples/frontend-slides/references/viewport-base.css +0 -133
  3521. package/runtime/vendor/plugins/open-design/_official/examples/fs-creative-voltage/LICENSE +0 -21
  3522. package/runtime/vendor/plugins/open-design/_official/examples/fs-creative-voltage/SKILL.md +0 -132
  3523. package/runtime/vendor/plugins/open-design/_official/examples/fs-creative-voltage/example.html +0 -1059
  3524. package/runtime/vendor/plugins/open-design/_official/examples/fs-creative-voltage/open-design.json +0 -157
  3525. package/runtime/vendor/plugins/open-design/_official/examples/fs-editorial-forest/LICENSE +0 -21
  3526. package/runtime/vendor/plugins/open-design/_official/examples/fs-editorial-forest/SKILL.md +0 -90
  3527. package/runtime/vendor/plugins/open-design/_official/examples/fs-editorial-forest/example.html +0 -2621
  3528. package/runtime/vendor/plugins/open-design/_official/examples/fs-editorial-forest/open-design.json +0 -139
  3529. package/runtime/vendor/plugins/open-design/_official/examples/fs-electric-studio/LICENSE +0 -21
  3530. package/runtime/vendor/plugins/open-design/_official/examples/fs-electric-studio/SKILL.md +0 -135
  3531. package/runtime/vendor/plugins/open-design/_official/examples/fs-electric-studio/example.html +0 -842
  3532. package/runtime/vendor/plugins/open-design/_official/examples/fs-electric-studio/open-design.json +0 -158
  3533. package/runtime/vendor/plugins/open-design/_official/examples/fs-emerald-editorial/LICENSE +0 -21
  3534. package/runtime/vendor/plugins/open-design/_official/examples/fs-emerald-editorial/SKILL.md +0 -95
  3535. package/runtime/vendor/plugins/open-design/_official/examples/fs-emerald-editorial/example.html +0 -2842
  3536. package/runtime/vendor/plugins/open-design/_official/examples/fs-emerald-editorial/open-design.json +0 -146
  3537. package/runtime/vendor/plugins/open-design/_official/examples/fs-notebook-tabs/LICENSE +0 -21
  3538. package/runtime/vendor/plugins/open-design/_official/examples/fs-notebook-tabs/SKILL.md +0 -102
  3539. package/runtime/vendor/plugins/open-design/_official/examples/fs-notebook-tabs/example.html +0 -967
  3540. package/runtime/vendor/plugins/open-design/_official/examples/fs-notebook-tabs/open-design.json +0 -158
  3541. package/runtime/vendor/plugins/open-design/_official/examples/gamified-app/SKILL.md +0 -109
  3542. package/runtime/vendor/plugins/open-design/_official/examples/gamified-app/example.html +0 -292
  3543. package/runtime/vendor/plugins/open-design/_official/examples/gamified-app/open-design.json +0 -134
  3544. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/SKILL.md +0 -130
  3545. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/example.html +0 -473
  3546. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/open-design.json +0 -134
  3547. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/references/README.md +0 -10
  3548. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/references/artifact-example.json +0 -15
  3549. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/references/example-data.json +0 -138
  3550. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/references/provenance-example.json +0 -92
  3551. package/runtime/vendor/plugins/open-design/_official/examples/github-dashboard/references/template.html +0 -473
  3552. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/SKILL.md +0 -314
  3553. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/assets/example-slides.html +0 -318
  3554. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/assets/template.html +0 -647
  3555. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/open-design.json +0 -125
  3556. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/references/checklist.md +0 -265
  3557. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/references/components.md +0 -363
  3558. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/references/layouts.md +0 -630
  3559. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/references/styles.md +0 -195
  3560. package/runtime/vendor/plugins/open-design/_official/examples/guizang-ppt/references/themes.md +0 -122
  3561. package/runtime/vendor/plugins/open-design/_official/examples/hatch-pet/SKILL.md +0 -355
  3562. package/runtime/vendor/plugins/open-design/_official/examples/hatch-pet/open-design.json +0 -117
  3563. package/runtime/vendor/plugins/open-design/_official/examples/hatch-pet/references/animation-rows.md +0 -29
  3564. package/runtime/vendor/plugins/open-design/_official/examples/hatch-pet/references/codex-pet-contract.md +0 -35
  3565. package/runtime/vendor/plugins/open-design/_official/examples/hatch-pet/references/qa-rubric.md +0 -60
  3566. package/runtime/vendor/plugins/open-design/_official/examples/hps-academic-paper/LICENSE +0 -21
  3567. package/runtime/vendor/plugins/open-design/_official/examples/hps-academic-paper/SKILL.md +0 -167
  3568. package/runtime/vendor/plugins/open-design/_official/examples/hps-academic-paper/example.html +0 -455
  3569. package/runtime/vendor/plugins/open-design/_official/examples/hps-academic-paper/open-design.json +0 -143
  3570. package/runtime/vendor/plugins/open-design/_official/examples/hps-bauhaus/LICENSE +0 -21
  3571. package/runtime/vendor/plugins/open-design/_official/examples/hps-bauhaus/SKILL.md +0 -172
  3572. package/runtime/vendor/plugins/open-design/_official/examples/hps-bauhaus/example.html +0 -418
  3573. package/runtime/vendor/plugins/open-design/_official/examples/hps-bauhaus/open-design.json +0 -142
  3574. package/runtime/vendor/plugins/open-design/_official/examples/hps-memphis-pop/LICENSE +0 -21
  3575. package/runtime/vendor/plugins/open-design/_official/examples/hps-memphis-pop/SKILL.md +0 -162
  3576. package/runtime/vendor/plugins/open-design/_official/examples/hps-memphis-pop/example.html +0 -415
  3577. package/runtime/vendor/plugins/open-design/_official/examples/hps-memphis-pop/open-design.json +0 -145
  3578. package/runtime/vendor/plugins/open-design/_official/examples/hps-retro-tv/LICENSE +0 -21
  3579. package/runtime/vendor/plugins/open-design/_official/examples/hps-retro-tv/SKILL.md +0 -180
  3580. package/runtime/vendor/plugins/open-design/_official/examples/hps-retro-tv/example.html +0 -429
  3581. package/runtime/vendor/plugins/open-design/_official/examples/hps-retro-tv/open-design.json +0 -145
  3582. package/runtime/vendor/plugins/open-design/_official/examples/hps-true-blueprint/LICENSE +0 -21
  3583. package/runtime/vendor/plugins/open-design/_official/examples/hps-true-blueprint/SKILL.md +0 -175
  3584. package/runtime/vendor/plugins/open-design/_official/examples/hps-true-blueprint/example.html +0 -450
  3585. package/runtime/vendor/plugins/open-design/_official/examples/hps-true-blueprint/open-design.json +0 -143
  3586. package/runtime/vendor/plugins/open-design/_official/examples/hps-y2k-chrome/LICENSE +0 -21
  3587. package/runtime/vendor/plugins/open-design/_official/examples/hps-y2k-chrome/SKILL.md +0 -162
  3588. package/runtime/vendor/plugins/open-design/_official/examples/hps-y2k-chrome/example.html +0 -437
  3589. package/runtime/vendor/plugins/open-design/_official/examples/hps-y2k-chrome/open-design.json +0 -145
  3590. package/runtime/vendor/plugins/open-design/_official/examples/hr-onboarding/SKILL.md +0 -52
  3591. package/runtime/vendor/plugins/open-design/_official/examples/hr-onboarding/example.html +0 -219
  3592. package/runtime/vendor/plugins/open-design/_official/examples/hr-onboarding/open-design.json +0 -128
  3593. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/SKILL.md +0 -251
  3594. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/assets/base.css +0 -150
  3595. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/assets/fonts.css +0 -9
  3596. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/assets/runtime.js +0 -960
  3597. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/open-design.json +0 -129
  3598. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/references/animations.md +0 -147
  3599. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/references/authoring-guide.md +0 -141
  3600. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/references/full-decks.md +0 -98
  3601. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/references/layouts.md +0 -103
  3602. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/references/presenter-mode.md +0 -240
  3603. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt/references/themes.md +0 -107
  3604. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-course-module/SKILL.md +0 -79
  3605. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-course-module/example.html +0 -308
  3606. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-course-module/open-design.json +0 -122
  3607. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-graphify-dark-graph/SKILL.md +0 -78
  3608. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-graphify-dark-graph/example.html +0 -361
  3609. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-graphify-dark-graph/open-design.json +0 -122
  3610. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-hermes-cyber-terminal/SKILL.md +0 -78
  3611. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-hermes-cyber-terminal/example.html +0 -414
  3612. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-hermes-cyber-terminal/open-design.json +0 -122
  3613. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-knowledge-arch-blueprint/SKILL.md +0 -78
  3614. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-knowledge-arch-blueprint/example.html +0 -409
  3615. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-knowledge-arch-blueprint/open-design.json +0 -122
  3616. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-obsidian-claude-gradient/SKILL.md +0 -78
  3617. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-obsidian-claude-gradient/example.html +0 -379
  3618. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-obsidian-claude-gradient/open-design.json +0 -122
  3619. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-pitch-deck/SKILL.md +0 -79
  3620. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-pitch-deck/example.html +0 -296
  3621. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-pitch-deck/open-design.json +0 -146
  3622. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-presenter-mode-reveal/SKILL.md +0 -79
  3623. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-presenter-mode-reveal/example.html +0 -756
  3624. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-presenter-mode-reveal/open-design.json +0 -120
  3625. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-product-launch/SKILL.md +0 -78
  3626. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-product-launch/example.html +0 -263
  3627. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-product-launch/open-design.json +0 -122
  3628. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-taste-brutalist/SKILL.md +0 -70
  3629. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-taste-brutalist/example.html +0 -774
  3630. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-taste-brutalist/open-design.json +0 -119
  3631. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-taste-editorial/SKILL.md +0 -60
  3632. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-taste-editorial/example.html +0 -490
  3633. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-taste-editorial/open-design.json +0 -119
  3634. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-tech-sharing/SKILL.md +0 -78
  3635. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-tech-sharing/example.html +0 -298
  3636. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-tech-sharing/open-design.json +0 -122
  3637. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-testing-safety-alert/SKILL.md +0 -79
  3638. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-testing-safety-alert/example.html +0 -408
  3639. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-testing-safety-alert/open-design.json +0 -122
  3640. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-weekly-report/SKILL.md +0 -78
  3641. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-weekly-report/example.html +0 -272
  3642. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-weekly-report/open-design.json +0 -122
  3643. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-xhs-pastel-card/SKILL.md +0 -79
  3644. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-xhs-pastel-card/example.html +0 -409
  3645. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-xhs-pastel-card/open-design.json +0 -121
  3646. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-xhs-white-editorial/SKILL.md +0 -78
  3647. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-xhs-white-editorial/example.html +0 -427
  3648. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-xhs-white-editorial/open-design.json +0 -120
  3649. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-8-bit-orbit/SKILL.md +0 -93
  3650. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-8-bit-orbit/example.html +0 -1657
  3651. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-8-bit-orbit/open-design.json +0 -127
  3652. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-biennale-yellow/SKILL.md +0 -93
  3653. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-biennale-yellow/example.html +0 -855
  3654. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-biennale-yellow/open-design.json +0 -127
  3655. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-block-frame/SKILL.md +0 -93
  3656. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-block-frame/example.html +0 -1460
  3657. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-block-frame/open-design.json +0 -128
  3658. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-blue-professional/SKILL.md +0 -93
  3659. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-blue-professional/example.html +0 -1410
  3660. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-blue-professional/open-design.json +0 -127
  3661. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-bold-poster/SKILL.md +0 -93
  3662. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-bold-poster/example.html +0 -884
  3663. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-bold-poster/open-design.json +0 -127
  3664. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-broadside/SKILL.md +0 -92
  3665. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-broadside/example.html +0 -2189
  3666. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-broadside/open-design.json +0 -127
  3667. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-capsule/SKILL.md +0 -92
  3668. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-capsule/example.html +0 -1417
  3669. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-capsule/open-design.json +0 -127
  3670. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-cartesian/SKILL.md +0 -92
  3671. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-cartesian/example.html +0 -1157
  3672. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-cartesian/open-design.json +0 -127
  3673. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-cobalt-grid/SKILL.md +0 -93
  3674. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-cobalt-grid/example.html +0 -1207
  3675. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-cobalt-grid/open-design.json +0 -127
  3676. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-coral/SKILL.md +0 -92
  3677. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-coral/example.html +0 -1628
  3678. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-coral/open-design.json +0 -127
  3679. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-creative-mode/SKILL.md +0 -99
  3680. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-creative-mode/assets/deck-stage.js +0 -619
  3681. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-creative-mode/example.html +0 -640
  3682. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-creative-mode/open-design.json +0 -128
  3683. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-daisy-days/SKILL.md +0 -93
  3684. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-daisy-days/example.html +0 -497
  3685. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-daisy-days/open-design.json +0 -127
  3686. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-editorial-tri-tone/SKILL.md +0 -98
  3687. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-editorial-tri-tone/assets/deck-stage.js +0 -619
  3688. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-editorial-tri-tone/example.html +0 -753
  3689. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-editorial-tri-tone/open-design.json +0 -127
  3690. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-grove/SKILL.md +0 -92
  3691. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-grove/example.html +0 -1738
  3692. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-grove/open-design.json +0 -127
  3693. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-long-table/SKILL.md +0 -92
  3694. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-long-table/example.html +0 -1207
  3695. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-long-table/open-design.json +0 -126
  3696. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-mat/SKILL.md +0 -92
  3697. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-mat/example.html +0 -1404
  3698. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-mat/open-design.json +0 -127
  3699. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-monochrome/SKILL.md +0 -91
  3700. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-monochrome/example.html +0 -2429
  3701. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-monochrome/open-design.json +0 -126
  3702. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-neo-grid-bold/SKILL.md +0 -99
  3703. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-neo-grid-bold/assets/deck-stage.js +0 -619
  3704. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-neo-grid-bold/example.html +0 -827
  3705. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-neo-grid-bold/open-design.json +0 -128
  3706. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-peoples-platform/SKILL.md +0 -99
  3707. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-peoples-platform/assets/deck-stage.js +0 -619
  3708. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-peoples-platform/example.html +0 -827
  3709. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-peoples-platform/open-design.json +0 -129
  3710. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pin-and-paper/SKILL.md +0 -100
  3711. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pin-and-paper/assets/deck-stage.js +0 -619
  3712. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pin-and-paper/assets/styles.css +0 -668
  3713. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pin-and-paper/example.html +0 -443
  3714. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pin-and-paper/open-design.json +0 -130
  3715. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pink-script/SKILL.md +0 -99
  3716. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pink-script/assets/deck-stage.js +0 -619
  3717. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pink-script/example.html +0 -607
  3718. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-pink-script/open-design.json +0 -129
  3719. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-playful/SKILL.md +0 -92
  3720. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-playful/example.html +0 -1442
  3721. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-playful/open-design.json +0 -127
  3722. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-raw-grid/SKILL.md +0 -93
  3723. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-raw-grid/example.html +0 -1174
  3724. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-raw-grid/open-design.json +0 -127
  3725. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-retro-windows/SKILL.md +0 -92
  3726. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-retro-windows/example.html +0 -1342
  3727. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-retro-windows/open-design.json +0 -126
  3728. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-retro-zine/SKILL.md +0 -93
  3729. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-retro-zine/example.html +0 -1101
  3730. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-retro-zine/open-design.json +0 -127
  3731. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-sakura-chroma/SKILL.md +0 -92
  3732. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-sakura-chroma/example.html +0 -1378
  3733. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-sakura-chroma/open-design.json +0 -126
  3734. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-scatterbrain/SKILL.md +0 -92
  3735. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-scatterbrain/example.html +0 -1339
  3736. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-scatterbrain/open-design.json +0 -127
  3737. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-signal/SKILL.md +0 -92
  3738. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-signal/example.html +0 -2635
  3739. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-signal/open-design.json +0 -127
  3740. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-soft-editorial/SKILL.md +0 -98
  3741. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-soft-editorial/assets/deck-stage.js +0 -619
  3742. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-soft-editorial/example.html +0 -1155
  3743. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-soft-editorial/open-design.json +0 -127
  3744. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-stencil-tablet/SKILL.md +0 -99
  3745. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-stencil-tablet/assets/deck-stage.js +0 -619
  3746. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-stencil-tablet/example.html +0 -901
  3747. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-stencil-tablet/open-design.json +0 -128
  3748. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-studio/SKILL.md +0 -92
  3749. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-studio/example.html +0 -1687
  3750. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-studio/open-design.json +0 -127
  3751. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-vellum/SKILL.md +0 -91
  3752. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-vellum/example.html +0 -1167
  3753. package/runtime/vendor/plugins/open-design/_official/examples/html-ppt-zhangzara-vellum/open-design.json +0 -126
  3754. package/runtime/vendor/plugins/open-design/_official/examples/huashu-annual-letter/LICENSE +0 -21
  3755. package/runtime/vendor/plugins/open-design/_official/examples/huashu-annual-letter/SKILL.md +0 -165
  3756. package/runtime/vendor/plugins/open-design/_official/examples/huashu-annual-letter/example.html +0 -533
  3757. package/runtime/vendor/plugins/open-design/_official/examples/huashu-annual-letter/open-design.json +0 -146
  3758. package/runtime/vendor/plugins/open-design/_official/examples/huashu-bento-insight/LICENSE +0 -21
  3759. package/runtime/vendor/plugins/open-design/_official/examples/huashu-bento-insight/SKILL.md +0 -187
  3760. package/runtime/vendor/plugins/open-design/_official/examples/huashu-bento-insight/example.html +0 -856
  3761. package/runtime/vendor/plugins/open-design/_official/examples/huashu-bento-insight/open-design.json +0 -148
  3762. package/runtime/vendor/plugins/open-design/_official/examples/huashu-golden-circle/LICENSE +0 -21
  3763. package/runtime/vendor/plugins/open-design/_official/examples/huashu-golden-circle/SKILL.md +0 -185
  3764. package/runtime/vendor/plugins/open-design/_official/examples/huashu-golden-circle/example.html +0 -983
  3765. package/runtime/vendor/plugins/open-design/_official/examples/huashu-golden-circle/open-design.json +0 -147
  3766. package/runtime/vendor/plugins/open-design/_official/examples/huashu-keynote-black/LICENSE +0 -21
  3767. package/runtime/vendor/plugins/open-design/_official/examples/huashu-keynote-black/SKILL.md +0 -180
  3768. package/runtime/vendor/plugins/open-design/_official/examples/huashu-keynote-black/example.html +0 -498
  3769. package/runtime/vendor/plugins/open-design/_official/examples/huashu-keynote-black/open-design.json +0 -158
  3770. package/runtime/vendor/plugins/open-design/_official/examples/huashu-luxe-whitespace/LICENSE +0 -21
  3771. package/runtime/vendor/plugins/open-design/_official/examples/huashu-luxe-whitespace/SKILL.md +0 -179
  3772. package/runtime/vendor/plugins/open-design/_official/examples/huashu-luxe-whitespace/example.html +0 -848
  3773. package/runtime/vendor/plugins/open-design/_official/examples/huashu-luxe-whitespace/open-design.json +0 -146
  3774. package/runtime/vendor/plugins/open-design/_official/examples/huashu-pentagram-grid/LICENSE +0 -21
  3775. package/runtime/vendor/plugins/open-design/_official/examples/huashu-pentagram-grid/SKILL.md +0 -171
  3776. package/runtime/vendor/plugins/open-design/_official/examples/huashu-pentagram-grid/example.html +0 -871
  3777. package/runtime/vendor/plugins/open-design/_official/examples/huashu-pentagram-grid/open-design.json +0 -146
  3778. package/runtime/vendor/plugins/open-design/_official/examples/huashu-slides/LICENSE +0 -21
  3779. package/runtime/vendor/plugins/open-design/_official/examples/huashu-slides/SKILL.md +0 -170
  3780. package/runtime/vendor/plugins/open-design/_official/examples/huashu-slides/example.html +0 -451
  3781. package/runtime/vendor/plugins/open-design/_official/examples/huashu-slides/open-design.json +0 -156
  3782. package/runtime/vendor/plugins/open-design/_official/examples/huashu-sparkline-arc/LICENSE +0 -21
  3783. package/runtime/vendor/plugins/open-design/_official/examples/huashu-sparkline-arc/SKILL.md +0 -179
  3784. package/runtime/vendor/plugins/open-design/_official/examples/huashu-sparkline-arc/example.html +0 -668
  3785. package/runtime/vendor/plugins/open-design/_official/examples/huashu-sparkline-arc/open-design.json +0 -147
  3786. package/runtime/vendor/plugins/open-design/_official/examples/huashu-takram-soft-tech/LICENSE +0 -21
  3787. package/runtime/vendor/plugins/open-design/_official/examples/huashu-takram-soft-tech/SKILL.md +0 -190
  3788. package/runtime/vendor/plugins/open-design/_official/examples/huashu-takram-soft-tech/example.html +0 -1001
  3789. package/runtime/vendor/plugins/open-design/_official/examples/huashu-takram-soft-tech/open-design.json +0 -147
  3790. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/SKILL.md +0 -500
  3791. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/open-design.json +0 -183
  3792. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/audio-reactive.md +0 -76
  3793. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/captions.md +0 -132
  3794. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/css-patterns.md +0 -373
  3795. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/dynamic-techniques.md +0 -90
  3796. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/html-in-canvas.md +0 -146
  3797. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/motion-principles.md +0 -69
  3798. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/transcript-guide.md +0 -151
  3799. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/transitions.md +0 -112
  3800. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/tts.md +0 -75
  3801. package/runtime/vendor/plugins/open-design/_official/examples/hyperframes/references/typography.md +0 -175
  3802. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/SKILL.md +0 -161
  3803. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/assets/template.html +0 -436
  3804. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/example.html +0 -1184
  3805. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/open-design.json +0 -134
  3806. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/references/attribution.md +0 -35
  3807. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/references/checklist.md +0 -39
  3808. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/references/compliance.md +0 -60
  3809. package/runtime/vendor/plugins/open-design/_official/examples/ib-pitch-book/references/conventions.md +0 -36
  3810. package/runtime/vendor/plugins/open-design/_official/examples/image-poster/SKILL.md +0 -104
  3811. package/runtime/vendor/plugins/open-design/_official/examples/image-poster/example.html +0 -113
  3812. package/runtime/vendor/plugins/open-design/_official/examples/image-poster/open-design.json +0 -120
  3813. package/runtime/vendor/plugins/open-design/_official/examples/innovation/SKILL.md +0 -159
  3814. package/runtime/vendor/plugins/open-design/_official/examples/innovation/example.html +0 -415
  3815. package/runtime/vendor/plugins/open-design/_official/examples/innovation/open-design.json +0 -122
  3816. package/runtime/vendor/plugins/open-design/_official/examples/invoice/SKILL.md +0 -48
  3817. package/runtime/vendor/plugins/open-design/_official/examples/invoice/example.html +0 -214
  3818. package/runtime/vendor/plugins/open-design/_official/examples/invoice/open-design.json +0 -125
  3819. package/runtime/vendor/plugins/open-design/_official/examples/kami-deck/SKILL.md +0 -196
  3820. package/runtime/vendor/plugins/open-design/_official/examples/kami-deck/example.html +0 -1140
  3821. package/runtime/vendor/plugins/open-design/_official/examples/kami-deck/open-design.json +0 -126
  3822. package/runtime/vendor/plugins/open-design/_official/examples/kami-landing/SKILL.md +0 -234
  3823. package/runtime/vendor/plugins/open-design/_official/examples/kami-landing/example.html +0 -673
  3824. package/runtime/vendor/plugins/open-design/_official/examples/kami-landing/open-design.json +0 -130
  3825. package/runtime/vendor/plugins/open-design/_official/examples/kanban-board/SKILL.md +0 -50
  3826. package/runtime/vendor/plugins/open-design/_official/examples/kanban-board/example.html +0 -270
  3827. package/runtime/vendor/plugins/open-design/_official/examples/kanban-board/open-design.json +0 -131
  3828. package/runtime/vendor/plugins/open-design/_official/examples/last30days/SKILL.md +0 -142
  3829. package/runtime/vendor/plugins/open-design/_official/examples/last30days/open-design.json +0 -122
  3830. package/runtime/vendor/plugins/open-design/_official/examples/last30days/references/save-html-brief.md +0 -50
  3831. package/runtime/vendor/plugins/open-design/_official/examples/layered-depth/SKILL.md +0 -121
  3832. package/runtime/vendor/plugins/open-design/_official/examples/layered-depth/example.html +0 -511
  3833. package/runtime/vendor/plugins/open-design/_official/examples/layered-depth/open-design.json +0 -122
  3834. package/runtime/vendor/plugins/open-design/_official/examples/liquid-glass-agency/SKILL.md +0 -165
  3835. package/runtime/vendor/plugins/open-design/_official/examples/liquid-glass-agency/example.html +0 -548
  3836. package/runtime/vendor/plugins/open-design/_official/examples/liquid-glass-agency/open-design.json +0 -122
  3837. package/runtime/vendor/plugins/open-design/_official/examples/live-artifact/SKILL.md +0 -136
  3838. package/runtime/vendor/plugins/open-design/_official/examples/live-artifact/open-design.json +0 -122
  3839. package/runtime/vendor/plugins/open-design/_official/examples/live-artifact/references/artifact-schema.md +0 -99
  3840. package/runtime/vendor/plugins/open-design/_official/examples/live-artifact/references/connector-policy.md +0 -119
  3841. package/runtime/vendor/plugins/open-design/_official/examples/live-artifact/references/refresh-contract.md +0 -78
  3842. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/SKILL.md +0 -203
  3843. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/assets/template.html +0 -643
  3844. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/example.html +0 -946
  3845. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/open-design.json +0 -199
  3846. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/references/checklist.md +0 -83
  3847. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/references/components.md +0 -212
  3848. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/references/connectors.md +0 -173
  3849. package/runtime/vendor/plugins/open-design/_official/examples/live-dashboard/references/layouts.md +0 -92
  3850. package/runtime/vendor/plugins/open-design/_official/examples/luxury-botanical/SKILL.md +0 -123
  3851. package/runtime/vendor/plugins/open-design/_official/examples/luxury-botanical/example.html +0 -695
  3852. package/runtime/vendor/plugins/open-design/_official/examples/luxury-botanical/open-design.json +0 -122
  3853. package/runtime/vendor/plugins/open-design/_official/examples/magazine-poster/SKILL.md +0 -88
  3854. package/runtime/vendor/plugins/open-design/_official/examples/magazine-poster/example.html +0 -207
  3855. package/runtime/vendor/plugins/open-design/_official/examples/magazine-poster/open-design.json +0 -130
  3856. package/runtime/vendor/plugins/open-design/_official/examples/meeting-notes/SKILL.md +0 -47
  3857. package/runtime/vendor/plugins/open-design/_official/examples/meeting-notes/example.html +0 -234
  3858. package/runtime/vendor/plugins/open-design/_official/examples/meeting-notes/open-design.json +0 -126
  3859. package/runtime/vendor/plugins/open-design/_official/examples/mindloop-landing/SKILL.md +0 -161
  3860. package/runtime/vendor/plugins/open-design/_official/examples/mindloop-landing/example.html +0 -396
  3861. package/runtime/vendor/plugins/open-design/_official/examples/mindloop-landing/open-design.json +0 -122
  3862. package/runtime/vendor/plugins/open-design/_official/examples/mobile-app/SKILL.md +0 -102
  3863. package/runtime/vendor/plugins/open-design/_official/examples/mobile-app/assets/template.html +0 -442
  3864. package/runtime/vendor/plugins/open-design/_official/examples/mobile-app/example.html +0 -92
  3865. package/runtime/vendor/plugins/open-design/_official/examples/mobile-app/open-design.json +0 -136
  3866. package/runtime/vendor/plugins/open-design/_official/examples/mobile-app/references/checklist.md +0 -46
  3867. package/runtime/vendor/plugins/open-design/_official/examples/mobile-app/references/layouts.md +0 -312
  3868. package/runtime/vendor/plugins/open-design/_official/examples/mobile-onboarding/SKILL.md +0 -54
  3869. package/runtime/vendor/plugins/open-design/_official/examples/mobile-onboarding/example.html +0 -206
  3870. package/runtime/vendor/plugins/open-design/_official/examples/mobile-onboarding/open-design.json +0 -134
  3871. package/runtime/vendor/plugins/open-design/_official/examples/mockup-device-3d/SKILL.md +0 -63
  3872. package/runtime/vendor/plugins/open-design/_official/examples/mockup-device-3d/example.html +0 -193
  3873. package/runtime/vendor/plugins/open-design/_official/examples/mockup-device-3d/open-design.json +0 -127
  3874. package/runtime/vendor/plugins/open-design/_official/examples/motion-frames/SKILL.md +0 -90
  3875. package/runtime/vendor/plugins/open-design/_official/examples/motion-frames/example.html +0 -221
  3876. package/runtime/vendor/plugins/open-design/_official/examples/motion-frames/open-design.json +0 -130
  3877. package/runtime/vendor/plugins/open-design/_official/examples/mythic-naturecore/SKILL.md +0 -117
  3878. package/runtime/vendor/plugins/open-design/_official/examples/mythic-naturecore/example.html +0 -387
  3879. package/runtime/vendor/plugins/open-design/_official/examples/mythic-naturecore/open-design.json +0 -122
  3880. package/runtime/vendor/plugins/open-design/_official/examples/nimbus-grid/SKILL.md +0 -147
  3881. package/runtime/vendor/plugins/open-design/_official/examples/nimbus-grid/example.html +0 -1096
  3882. package/runtime/vendor/plugins/open-design/_official/examples/nimbus-grid/open-design.json +0 -122
  3883. package/runtime/vendor/plugins/open-design/_official/examples/od-plugin-contribute-open-design/SKILL.md +0 -27
  3884. package/runtime/vendor/plugins/open-design/_official/examples/od-plugin-contribute-open-design/open-design.json +0 -129
  3885. package/runtime/vendor/plugins/open-design/_official/examples/od-plugin-publish-github/SKILL.md +0 -27
  3886. package/runtime/vendor/plugins/open-design/_official/examples/od-plugin-publish-github/open-design.json +0 -129
  3887. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/SKILL.md +0 -321
  3888. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/about.png +0 -0
  3889. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/capabilities.png +0 -0
  3890. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/cta.png +0 -0
  3891. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/hero.png +0 -0
  3892. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/image-manifest.json +0 -168
  3893. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/imagegen-prompts.md +0 -246
  3894. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/lab-1.png +0 -0
  3895. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/lab-2.png +0 -0
  3896. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/lab-3.png +0 -0
  3897. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/lab-4.png +0 -0
  3898. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/lab-5.png +0 -0
  3899. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/method-1.png +0 -0
  3900. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/method-2.png +0 -0
  3901. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/method-3.png +0 -0
  3902. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/method-4.png +0 -0
  3903. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/testimonial.png +0 -0
  3904. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/work-1.png +0 -0
  3905. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/assets/work-2.png +0 -0
  3906. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/example.html +0 -2645
  3907. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing/open-design.json +0 -148
  3908. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing-deck/SKILL.md +0 -222
  3909. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing-deck/example.html +0 -1171
  3910. package/runtime/vendor/plugins/open-design/_official/examples/open-design-landing-deck/open-design.json +0 -131
  3911. package/runtime/vendor/plugins/open-design/_official/examples/orbis-nft/SKILL.md +0 -140
  3912. package/runtime/vendor/plugins/open-design/_official/examples/orbis-nft/example.html +0 -473
  3913. package/runtime/vendor/plugins/open-design/_official/examples/orbis-nft/open-design.json +0 -122
  3914. package/runtime/vendor/plugins/open-design/_official/examples/orbit-general/SKILL.md +0 -196
  3915. package/runtime/vendor/plugins/open-design/_official/examples/orbit-general/example.html +0 -1302
  3916. package/runtime/vendor/plugins/open-design/_official/examples/orbit-general/open-design.json +0 -121
  3917. package/runtime/vendor/plugins/open-design/_official/examples/orbit-github/SKILL.md +0 -160
  3918. package/runtime/vendor/plugins/open-design/_official/examples/orbit-github/example.html +0 -770
  3919. package/runtime/vendor/plugins/open-design/_official/examples/orbit-github/open-design.json +0 -123
  3920. package/runtime/vendor/plugins/open-design/_official/examples/orbit-gmail/SKILL.md +0 -163
  3921. package/runtime/vendor/plugins/open-design/_official/examples/orbit-gmail/example.html +0 -643
  3922. package/runtime/vendor/plugins/open-design/_official/examples/orbit-gmail/open-design.json +0 -123
  3923. package/runtime/vendor/plugins/open-design/_official/examples/orbit-linear/SKILL.md +0 -170
  3924. package/runtime/vendor/plugins/open-design/_official/examples/orbit-linear/example.html +0 -571
  3925. package/runtime/vendor/plugins/open-design/_official/examples/orbit-linear/open-design.json +0 -123
  3926. package/runtime/vendor/plugins/open-design/_official/examples/orbit-notion/SKILL.md +0 -179
  3927. package/runtime/vendor/plugins/open-design/_official/examples/orbit-notion/example.html +0 -529
  3928. package/runtime/vendor/plugins/open-design/_official/examples/orbit-notion/open-design.json +0 -123
  3929. package/runtime/vendor/plugins/open-design/_official/examples/pm-spec/SKILL.md +0 -52
  3930. package/runtime/vendor/plugins/open-design/_official/examples/pm-spec/example.html +0 -248
  3931. package/runtime/vendor/plugins/open-design/_official/examples/pm-spec/open-design.json +0 -127
  3932. package/runtime/vendor/plugins/open-design/_official/examples/portfolio-cosmic/SKILL.md +0 -124
  3933. package/runtime/vendor/plugins/open-design/_official/examples/portfolio-cosmic/example.html +0 -587
  3934. package/runtime/vendor/plugins/open-design/_official/examples/portfolio-cosmic/open-design.json +0 -122
  3935. package/runtime/vendor/plugins/open-design/_official/examples/poster-hero/SKILL.md +0 -42
  3936. package/runtime/vendor/plugins/open-design/_official/examples/poster-hero/example.html +0 -88
  3937. package/runtime/vendor/plugins/open-design/_official/examples/poster-hero/open-design.json +0 -124
  3938. package/runtime/vendor/plugins/open-design/_official/examples/ppt-keynote/SKILL.md +0 -43
  3939. package/runtime/vendor/plugins/open-design/_official/examples/ppt-keynote/example.html +0 -198
  3940. package/runtime/vendor/plugins/open-design/_official/examples/ppt-keynote/open-design.json +0 -123
  3941. package/runtime/vendor/plugins/open-design/_official/examples/pptx-html-fidelity-audit/SKILL.md +0 -254
  3942. package/runtime/vendor/plugins/open-design/_official/examples/pptx-html-fidelity-audit/open-design.json +0 -122
  3943. package/runtime/vendor/plugins/open-design/_official/examples/pptx-html-fidelity-audit/references/audit-table-template.md +0 -58
  3944. package/runtime/vendor/plugins/open-design/_official/examples/pptx-html-fidelity-audit/references/font-discipline.md +0 -363
  3945. package/runtime/vendor/plugins/open-design/_official/examples/pptx-html-fidelity-audit/references/layout-discipline.md +0 -371
  3946. package/runtime/vendor/plugins/open-design/_official/examples/pricing-page/SKILL.md +0 -79
  3947. package/runtime/vendor/plugins/open-design/_official/examples/pricing-page/example.html +0 -127
  3948. package/runtime/vendor/plugins/open-design/_official/examples/pricing-page/open-design.json +0 -130
  3949. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/SKILL.md +0 -233
  3950. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/assets/template.html +0 -488
  3951. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/open-design.json +0 -148
  3952. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/references/checklist.md +0 -112
  3953. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/references/components.md +0 -143
  3954. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/references/layouts.md +0 -457
  3955. package/runtime/vendor/plugins/open-design/_official/examples/replit-deck/references/themes.md +0 -326
  3956. package/runtime/vendor/plugins/open-design/_official/examples/resume-modern/SKILL.md +0 -43
  3957. package/runtime/vendor/plugins/open-design/_official/examples/resume-modern/example.html +0 -122
  3958. package/runtime/vendor/plugins/open-design/_official/examples/resume-modern/open-design.json +0 -125
  3959. package/runtime/vendor/plugins/open-design/_official/examples/saas-landing/SKILL.md +0 -124
  3960. package/runtime/vendor/plugins/open-design/_official/examples/saas-landing/example.html +0 -153
  3961. package/runtime/vendor/plugins/open-design/_official/examples/saas-landing/open-design.json +0 -154
  3962. package/runtime/vendor/plugins/open-design/_official/examples/simple-deck/SKILL.md +0 -120
  3963. package/runtime/vendor/plugins/open-design/_official/examples/simple-deck/assets/template.html +0 -393
  3964. package/runtime/vendor/plugins/open-design/_official/examples/simple-deck/example.html +0 -269
  3965. package/runtime/vendor/plugins/open-design/_official/examples/simple-deck/open-design.json +0 -195
  3966. package/runtime/vendor/plugins/open-design/_official/examples/simple-deck/references/checklist.md +0 -55
  3967. package/runtime/vendor/plugins/open-design/_official/examples/simple-deck/references/layouts.md +0 -201
  3968. package/runtime/vendor/plugins/open-design/_official/examples/skyelite-private-jets/SKILL.md +0 -95
  3969. package/runtime/vendor/plugins/open-design/_official/examples/skyelite-private-jets/example.html +0 -284
  3970. package/runtime/vendor/plugins/open-design/_official/examples/skyelite-private-jets/open-design.json +0 -122
  3971. package/runtime/vendor/plugins/open-design/_official/examples/social-carousel/SKILL.md +0 -92
  3972. package/runtime/vendor/plugins/open-design/_official/examples/social-carousel/example.html +0 -219
  3973. package/runtime/vendor/plugins/open-design/_official/examples/social-carousel/open-design.json +0 -128
  3974. package/runtime/vendor/plugins/open-design/_official/examples/social-media-dashboard/SKILL.md +0 -118
  3975. package/runtime/vendor/plugins/open-design/_official/examples/social-media-dashboard/example.html +0 -1534
  3976. package/runtime/vendor/plugins/open-design/_official/examples/social-media-dashboard/open-design.json +0 -127
  3977. package/runtime/vendor/plugins/open-design/_official/examples/social-media-matrix-tracker-template/SKILL.md +0 -107
  3978. package/runtime/vendor/plugins/open-design/_official/examples/social-media-matrix-tracker-template/assets/template.html +0 -1258
  3979. package/runtime/vendor/plugins/open-design/_official/examples/social-media-matrix-tracker-template/example.html +0 -1258
  3980. package/runtime/vendor/plugins/open-design/_official/examples/social-media-matrix-tracker-template/open-design.json +0 -134
  3981. package/runtime/vendor/plugins/open-design/_official/examples/social-media-matrix-tracker-template/references/checklist.md +0 -25
  3982. package/runtime/vendor/plugins/open-design/_official/examples/social-reddit-card/SKILL.md +0 -68
  3983. package/runtime/vendor/plugins/open-design/_official/examples/social-reddit-card/example.html +0 -56
  3984. package/runtime/vendor/plugins/open-design/_official/examples/social-reddit-card/open-design.json +0 -127
  3985. package/runtime/vendor/plugins/open-design/_official/examples/social-spotify-card/SKILL.md +0 -67
  3986. package/runtime/vendor/plugins/open-design/_official/examples/social-spotify-card/example.html +0 -70
  3987. package/runtime/vendor/plugins/open-design/_official/examples/social-spotify-card/open-design.json +0 -127
  3988. package/runtime/vendor/plugins/open-design/_official/examples/social-x-post-card/SKILL.md +0 -65
  3989. package/runtime/vendor/plugins/open-design/_official/examples/social-x-post-card/example.html +0 -53
  3990. package/runtime/vendor/plugins/open-design/_official/examples/social-x-post-card/open-design.json +0 -127
  3991. package/runtime/vendor/plugins/open-design/_official/examples/sprite-animation/SKILL.md +0 -95
  3992. package/runtime/vendor/plugins/open-design/_official/examples/sprite-animation/example.html +0 -271
  3993. package/runtime/vendor/plugins/open-design/_official/examples/sprite-animation/open-design.json +0 -129
  3994. package/runtime/vendor/plugins/open-design/_official/examples/stellar-launch/SKILL.md +0 -129
  3995. package/runtime/vendor/plugins/open-design/_official/examples/stellar-launch/example.html +0 -498
  3996. package/runtime/vendor/plugins/open-design/_official/examples/stellar-launch/open-design.json +0 -122
  3997. package/runtime/vendor/plugins/open-design/_official/examples/team-okrs/SKILL.md +0 -47
  3998. package/runtime/vendor/plugins/open-design/_official/examples/team-okrs/example.html +0 -207
  3999. package/runtime/vendor/plugins/open-design/_official/examples/team-okrs/open-design.json +0 -126
  4000. package/runtime/vendor/plugins/open-design/_official/examples/trading-analysis-dashboard-template/SKILL.md +0 -78
  4001. package/runtime/vendor/plugins/open-design/_official/examples/trading-analysis-dashboard-template/assets/template.html +0 -284
  4002. package/runtime/vendor/plugins/open-design/_official/examples/trading-analysis-dashboard-template/example.html +0 -22
  4003. package/runtime/vendor/plugins/open-design/_official/examples/trading-analysis-dashboard-template/open-design.json +0 -129
  4004. package/runtime/vendor/plugins/open-design/_official/examples/trading-analysis-dashboard-template/references/checklist.md +0 -32
  4005. package/runtime/vendor/plugins/open-design/_official/examples/tweaks/SKILL.md +0 -240
  4006. package/runtime/vendor/plugins/open-design/_official/examples/tweaks/assets/wrap.html +0 -437
  4007. package/runtime/vendor/plugins/open-design/_official/examples/tweaks/example.html +0 -750
  4008. package/runtime/vendor/plugins/open-design/_official/examples/tweaks/open-design.json +0 -127
  4009. package/runtime/vendor/plugins/open-design/_official/examples/ve-midnight-editorial/LICENSE +0 -21
  4010. package/runtime/vendor/plugins/open-design/_official/examples/ve-midnight-editorial/SKILL.md +0 -199
  4011. package/runtime/vendor/plugins/open-design/_official/examples/ve-midnight-editorial/example.html +0 -1150
  4012. package/runtime/vendor/plugins/open-design/_official/examples/ve-midnight-editorial/open-design.json +0 -148
  4013. package/runtime/vendor/plugins/open-design/_official/examples/ve-terminal-mono/LICENSE +0 -21
  4014. package/runtime/vendor/plugins/open-design/_official/examples/ve-terminal-mono/SKILL.md +0 -172
  4015. package/runtime/vendor/plugins/open-design/_official/examples/ve-terminal-mono/example.html +0 -948
  4016. package/runtime/vendor/plugins/open-design/_official/examples/ve-terminal-mono/open-design.json +0 -144
  4017. package/runtime/vendor/plugins/open-design/_official/examples/velar-luxury-real-estate/SKILL.md +0 -99
  4018. package/runtime/vendor/plugins/open-design/_official/examples/velar-luxury-real-estate/example.html +0 -377
  4019. package/runtime/vendor/plugins/open-design/_official/examples/velar-luxury-real-estate/open-design.json +0 -124
  4020. package/runtime/vendor/plugins/open-design/_official/examples/vfx-text-cursor/SKILL.md +0 -64
  4021. package/runtime/vendor/plugins/open-design/_official/examples/vfx-text-cursor/example.html +0 -65
  4022. package/runtime/vendor/plugins/open-design/_official/examples/vfx-text-cursor/open-design.json +0 -125
  4023. package/runtime/vendor/plugins/open-design/_official/examples/video-hyperframes/SKILL.md +0 -46
  4024. package/runtime/vendor/plugins/open-design/_official/examples/video-hyperframes/example.html +0 -140
  4025. package/runtime/vendor/plugins/open-design/_official/examples/video-hyperframes/open-design.json +0 -122
  4026. package/runtime/vendor/plugins/open-design/_official/examples/video-shortform/SKILL.md +0 -128
  4027. package/runtime/vendor/plugins/open-design/_official/examples/video-shortform/example.html +0 -90
  4028. package/runtime/vendor/plugins/open-design/_official/examples/video-shortform/open-design.json +0 -119
  4029. package/runtime/vendor/plugins/open-design/_official/examples/waitlist-page/SKILL.md +0 -229
  4030. package/runtime/vendor/plugins/open-design/_official/examples/waitlist-page/assets/template.html +0 -457
  4031. package/runtime/vendor/plugins/open-design/_official/examples/waitlist-page/example.html +0 -400
  4032. package/runtime/vendor/plugins/open-design/_official/examples/waitlist-page/open-design.json +0 -248
  4033. package/runtime/vendor/plugins/open-design/_official/examples/waitlist-page/references/checklist.md +0 -42
  4034. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype/SKILL.md +0 -103
  4035. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype/assets/template.html +0 -338
  4036. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype/example.html +0 -81
  4037. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype/open-design.json +0 -172
  4038. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype/references/checklist.md +0 -44
  4039. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype/references/layouts.md +0 -247
  4040. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-brutalist/SKILL.md +0 -61
  4041. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-brutalist/example.html +0 -449
  4042. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-brutalist/open-design.json +0 -120
  4043. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-editorial/SKILL.md +0 -60
  4044. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-editorial/example.html +0 -392
  4045. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-editorial/open-design.json +0 -119
  4046. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-soft/SKILL.md +0 -63
  4047. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-soft/example.html +0 -542
  4048. package/runtime/vendor/plugins/open-design/_official/examples/web-prototype-taste-soft/open-design.json +0 -119
  4049. package/runtime/vendor/plugins/open-design/_official/examples/weekly-update/SKILL.md +0 -50
  4050. package/runtime/vendor/plugins/open-design/_official/examples/weekly-update/example.html +0 -337
  4051. package/runtime/vendor/plugins/open-design/_official/examples/weekly-update/open-design.json +0 -124
  4052. package/runtime/vendor/plugins/open-design/_official/examples/wireframe-sketch/SKILL.md +0 -97
  4053. package/runtime/vendor/plugins/open-design/_official/examples/wireframe-sketch/example.html +0 -256
  4054. package/runtime/vendor/plugins/open-design/_official/examples/wireframe-sketch/open-design.json +0 -125
  4055. package/runtime/vendor/plugins/open-design/_official/examples/x-research/SKILL.md +0 -116
  4056. package/runtime/vendor/plugins/open-design/_official/examples/x-research/open-design.json +0 -121
  4057. package/runtime/vendor/plugins/open-design/_official/image-templates/3d-stone-staircase-evolution-infographic/open-design.json +0 -121
  4058. package/runtime/vendor/plugins/open-design/_official/image-templates/3d-stone-staircase-evolution-infographic/template.json +0 -20
  4059. package/runtime/vendor/plugins/open-design/_official/image-templates/anime-martial-arts-battle-illustration/open-design.json +0 -122
  4060. package/runtime/vendor/plugins/open-design/_official/image-templates/anime-martial-arts-battle-illustration/template.json +0 -21
  4061. package/runtime/vendor/plugins/open-design/_official/image-templates/e-commerce-live-stream-ui-mockup/open-design.json +0 -123
  4062. package/runtime/vendor/plugins/open-design/_official/image-templates/e-commerce-live-stream-ui-mockup/template.json +0 -22
  4063. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-anime-fighting-game-captain-ryuuga-vs-kaze-renshin/open-design.json +0 -128
  4064. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-anime-fighting-game-captain-ryuuga-vs-kaze-renshin/template.json +0 -28
  4065. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-three-kingdoms-guanyu-slaying-yanliang/open-design.json +0 -128
  4066. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-three-kingdoms-guanyu-slaying-yanliang/template.json +0 -28
  4067. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-three-kingdoms-lyubu-yuanmen-archery/open-design.json +0 -127
  4068. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-three-kingdoms-lyubu-yuanmen-archery/template.json +0 -27
  4069. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-three-kingdoms-zhaoyun-cradle-escape/open-design.json +0 -129
  4070. package/runtime/vendor/plugins/open-design/_official/image-templates/game-screenshot-three-kingdoms-zhaoyun-cradle-escape/template.json +0 -29
  4071. package/runtime/vendor/plugins/open-design/_official/image-templates/game-ui-ancient-china-open-world-mmo-hud/open-design.json +0 -126
  4072. package/runtime/vendor/plugins/open-design/_official/image-templates/game-ui-ancient-china-open-world-mmo-hud/template.json +0 -26
  4073. package/runtime/vendor/plugins/open-design/_official/image-templates/illustrated-city-food-map/open-design.json +0 -122
  4074. package/runtime/vendor/plugins/open-design/_official/image-templates/illustrated-city-food-map/template.json +0 -21
  4075. package/runtime/vendor/plugins/open-design/_official/image-templates/illustration-crayon-kid-drawing-rework/open-design.json +0 -127
  4076. package/runtime/vendor/plugins/open-design/_official/image-templates/illustration-crayon-kid-drawing-rework/template.json +0 -27
  4077. package/runtime/vendor/plugins/open-design/_official/image-templates/infographic-otaku-dance-choreography-breakdown-gokurakujodo-16-panels/open-design.json +0 -129
  4078. package/runtime/vendor/plugins/open-design/_official/image-templates/infographic-otaku-dance-choreography-breakdown-gokurakujodo-16-panels/template.json +0 -29
  4079. package/runtime/vendor/plugins/open-design/_official/image-templates/momotaro-explainer-slide-in-hybrid-style/open-design.json +0 -120
  4080. package/runtime/vendor/plugins/open-design/_official/image-templates/momotaro-explainer-slide-in-hybrid-style/template.json +0 -18
  4081. package/runtime/vendor/plugins/open-design/_official/image-templates/notion-team-dashboard-live-artifact/open-design.json +0 -122
  4082. package/runtime/vendor/plugins/open-design/_official/image-templates/notion-team-dashboard-live-artifact/template.json +0 -22
  4083. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-anime-girl-to-cinematic-photo/open-design.json +0 -123
  4084. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-anime-girl-to-cinematic-photo/template.json +0 -22
  4085. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-casual-fashion-grid-photoshoot/open-design.json +0 -123
  4086. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-casual-fashion-grid-photoshoot/template.json +0 -22
  4087. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-cinematic-south-asian-male-portrait-with-vultures/open-design.json +0 -123
  4088. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-cinematic-south-asian-male-portrait-with-vultures/template.json +0 -22
  4089. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-cyberpunk-anime-portrait-with-neon-face-text/open-design.json +0 -124
  4090. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-cyberpunk-anime-portrait-with-neon-face-text/template.json +0 -23
  4091. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-elegant-fantasy-girl-in-violet-garden/open-design.json +0 -124
  4092. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-elegant-fantasy-girl-in-violet-garden/template.json +0 -23
  4093. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-ethereal-blue-haired-fantasy-portrait/open-design.json +0 -124
  4094. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-ethereal-blue-haired-fantasy-portrait/template.json +0 -23
  4095. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-glamorous-woman-in-black-portrait/open-design.json +0 -122
  4096. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-glamorous-woman-in-black-portrait/template.json +0 -21
  4097. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-hyper-realistic-selfie-texture-prompts/open-design.json +0 -122
  4098. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-hyper-realistic-selfie-texture-prompts/template.json +0 -21
  4099. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-lavender-fantasy-mage-portrait/open-design.json +0 -124
  4100. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-lavender-fantasy-mage-portrait/template.json +0 -23
  4101. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-monochrome-studio-portrait/open-design.json +0 -122
  4102. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-monochrome-studio-portrait/template.json +0 -21
  4103. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-old-photo-restoration-to-dslr-portrait/open-design.json +0 -122
  4104. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-old-photo-restoration-to-dslr-portrait/template.json +0 -21
  4105. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-poetic-woman-in-garden-portrait/open-design.json +0 -122
  4106. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-poetic-woman-in-garden-portrait/template.json +0 -21
  4107. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-professional-identity-portrait-wallpaper/open-design.json +0 -124
  4108. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-professional-identity-portrait-wallpaper/template.json +0 -23
  4109. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-realistically-imperfect-ai-selfie/open-design.json +0 -122
  4110. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-realistically-imperfect-ai-selfie/template.json +0 -21
  4111. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-signed-marker-portrait-on-shikishi/open-design.json +0 -123
  4112. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-signed-marker-portrait-on-shikishi/template.json +0 -22
  4113. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snow-rabbit-empress-portrait/open-design.json +0 -124
  4114. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snow-rabbit-empress-portrait/template.json +0 -23
  4115. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snow-rabbit-mask-hanfu-portrait/open-design.json +0 -124
  4116. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snow-rabbit-mask-hanfu-portrait/template.json +0 -23
  4117. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snowy-rabbit-hanfu-portrait/open-design.json +0 -123
  4118. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snowy-rabbit-hanfu-portrait/template.json +0 -22
  4119. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snowy-rabbit-spirit-portrait/open-design.json +0 -123
  4120. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-snowy-rabbit-spirit-portrait/template.json +0 -22
  4121. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-song-dynasty-hanfu-portrait/open-design.json +0 -121
  4122. package/runtime/vendor/plugins/open-design/_official/image-templates/profile-avatar-song-dynasty-hanfu-portrait/template.json +0 -20
  4123. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-anime-pokemon-shop-outfit-teaser-poster/open-design.json +0 -124
  4124. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-anime-pokemon-shop-outfit-teaser-poster/template.json +0 -23
  4125. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-cinematic-elevator-scene/open-design.json +0 -121
  4126. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-cinematic-elevator-scene/template.json +0 -20
  4127. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-confused-elf-girl-at-pastel-desk/open-design.json +0 -122
  4128. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-confused-elf-girl-at-pastel-desk/template.json +0 -21
  4129. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-editorial-fashion-photography/open-design.json +0 -120
  4130. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-editorial-fashion-photography/template.json +0 -18
  4131. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-fashion-editorial-collage/open-design.json +0 -123
  4132. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-fashion-editorial-collage/template.json +0 -22
  4133. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-psg-transfer-announcement-poster/open-design.json +0 -122
  4134. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-psg-transfer-announcement-poster/template.json +0 -21
  4135. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-sensational-girl-dance-storyboard-8-shots/open-design.json +0 -126
  4136. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-sensational-girl-dance-storyboard-8-shots/template.json +0 -25
  4137. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-showa-day-retro-culture-magazine-cover/open-design.json +0 -123
  4138. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-showa-day-retro-culture-magazine-cover/template.json +0 -22
  4139. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-social-media-fashion-outfit-generation/open-design.json +0 -121
  4140. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-social-media-fashion-outfit-generation/template.json +0 -20
  4141. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-travel-snapshot-collage-prompt/open-design.json +0 -122
  4142. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-travel-snapshot-collage-prompt/template.json +0 -21
  4143. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-vintage-sign-painter-sketch/open-design.json +0 -121
  4144. package/runtime/vendor/plugins/open-design/_official/image-templates/social-media-post-vintage-sign-painter-sketch/template.json +0 -20
  4145. package/runtime/vendor/plugins/open-design/_official/image-templates/vr-headset-exploded-view-poster/open-design.json +0 -123
  4146. package/runtime/vendor/plugins/open-design/_official/image-templates/vr-headset-exploded-view-poster/template.json +0 -22
  4147. package/runtime/vendor/plugins/open-design/_official/scenarios/od-code-migration/SKILL.md +0 -47
  4148. package/runtime/vendor/plugins/open-design/_official/scenarios/od-code-migration/examples/jquery-to-react.html +0 -152
  4149. package/runtime/vendor/plugins/open-design/_official/scenarios/od-code-migration/open-design.json +0 -165
  4150. package/runtime/vendor/plugins/open-design/_official/scenarios/od-default/SKILL.md +0 -75
  4151. package/runtime/vendor/plugins/open-design/_official/scenarios/od-default/open-design.json +0 -184
  4152. package/runtime/vendor/plugins/open-design/_official/scenarios/od-design-refine/SKILL.md +0 -18
  4153. package/runtime/vendor/plugins/open-design/_official/scenarios/od-design-refine/open-design.json +0 -141
  4154. package/runtime/vendor/plugins/open-design/_official/scenarios/od-figma-migration/SKILL.md +0 -47
  4155. package/runtime/vendor/plugins/open-design/_official/scenarios/od-figma-migration/examples/dashboard-card.html +0 -153
  4156. package/runtime/vendor/plugins/open-design/_official/scenarios/od-figma-migration/open-design.json +0 -155
  4157. package/runtime/vendor/plugins/open-design/_official/scenarios/od-media-generation/SKILL.md +0 -75
  4158. package/runtime/vendor/plugins/open-design/_official/scenarios/od-media-generation/open-design.json +0 -166
  4159. package/runtime/vendor/plugins/open-design/_official/scenarios/od-new-generation/SKILL.md +0 -41
  4160. package/runtime/vendor/plugins/open-design/_official/scenarios/od-new-generation/examples/saas-landing.html +0 -130
  4161. package/runtime/vendor/plugins/open-design/_official/scenarios/od-new-generation/open-design.json +0 -156
  4162. package/runtime/vendor/plugins/open-design/_official/scenarios/od-nextjs-export/SKILL.md +0 -17
  4163. package/runtime/vendor/plugins/open-design/_official/scenarios/od-nextjs-export/open-design.json +0 -120
  4164. package/runtime/vendor/plugins/open-design/_official/scenarios/od-plugin-authoring/SKILL.md +0 -45
  4165. package/runtime/vendor/plugins/open-design/_official/scenarios/od-plugin-authoring/open-design.json +0 -137
  4166. package/runtime/vendor/plugins/open-design/_official/scenarios/od-react-export/SKILL.md +0 -17
  4167. package/runtime/vendor/plugins/open-design/_official/scenarios/od-react-export/open-design.json +0 -119
  4168. package/runtime/vendor/plugins/open-design/_official/scenarios/od-share-to-community/SKILL.md +0 -79
  4169. package/runtime/vendor/plugins/open-design/_official/scenarios/od-share-to-community/open-design.json +0 -85
  4170. package/runtime/vendor/plugins/open-design/_official/scenarios/od-tune-collab/SKILL.md +0 -38
  4171. package/runtime/vendor/plugins/open-design/_official/scenarios/od-tune-collab/examples/hero-tune.html +0 -155
  4172. package/runtime/vendor/plugins/open-design/_official/scenarios/od-tune-collab/open-design.json +0 -135
  4173. package/runtime/vendor/plugins/open-design/_official/scenarios/od-vue-export/SKILL.md +0 -17
  4174. package/runtime/vendor/plugins/open-design/_official/scenarios/od-vue-export/open-design.json +0 -119
  4175. package/runtime/vendor/plugins/open-design/_official/video-templates/3d-animated-boy-building-lego/open-design.json +0 -120
  4176. package/runtime/vendor/plugins/open-design/_official/video-templates/3d-animated-boy-building-lego/template.json +0 -19
  4177. package/runtime/vendor/plugins/open-design/_official/video-templates/HYPERFRAMES-ATTRIBUTIONS.md +0 -58
  4178. package/runtime/vendor/plugins/open-design/_official/video-templates/a-decade-of-refinement-glow-up/open-design.json +0 -123
  4179. package/runtime/vendor/plugins/open-design/_official/video-templates/a-decade-of-refinement-glow-up/template.json +0 -23
  4180. package/runtime/vendor/plugins/open-design/_official/video-templates/ancient-guardian-dragon-rescue/open-design.json +0 -122
  4181. package/runtime/vendor/plugins/open-design/_official/video-templates/ancient-guardian-dragon-rescue/template.json +0 -22
  4182. package/runtime/vendor/plugins/open-design/_official/video-templates/ancient-indian-kingdom-fpv-video/open-design.json +0 -122
  4183. package/runtime/vendor/plugins/open-design/_official/video-templates/ancient-indian-kingdom-fpv-video/template.json +0 -22
  4184. package/runtime/vendor/plugins/open-design/_official/video-templates/animation-transfer-and-camera-tracking-prompt/open-design.json +0 -120
  4185. package/runtime/vendor/plugins/open-design/_official/video-templates/animation-transfer-and-camera-tracking-prompt/template.json +0 -19
  4186. package/runtime/vendor/plugins/open-design/_official/video-templates/beat-synced-outfit-transformation-dance/open-design.json +0 -120
  4187. package/runtime/vendor/plugins/open-design/_official/video-templates/beat-synced-outfit-transformation-dance/template.json +0 -20
  4188. package/runtime/vendor/plugins/open-design/_official/video-templates/character-intro-motion-graphics-sequence/open-design.json +0 -123
  4189. package/runtime/vendor/plugins/open-design/_official/video-templates/character-intro-motion-graphics-sequence/template.json +0 -23
  4190. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-birthday-celebration-sequence/open-design.json +0 -122
  4191. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-birthday-celebration-sequence/template.json +0 -23
  4192. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-dragon-interaction-flight/open-design.json +0 -122
  4193. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-dragon-interaction-flight/template.json +0 -23
  4194. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-east-asian-woman-hand-dance/open-design.json +0 -121
  4195. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-east-asian-woman-hand-dance/template.json +0 -22
  4196. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-emotional-face-close-up/open-design.json +0 -122
  4197. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-emotional-face-close-up/template.json +0 -23
  4198. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-marine-biologist-exploration/open-design.json +0 -120
  4199. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-marine-biologist-exploration/template.json +0 -21
  4200. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-music-podcast-and-guitar-technique/open-design.json +0 -122
  4201. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-music-podcast-and-guitar-technique/template.json +0 -23
  4202. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-route-navigation-guide/open-design.json +0 -122
  4203. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-route-navigation-guide/template.json +0 -23
  4204. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-street-racing-sequence-for-seedance-2/open-design.json +0 -122
  4205. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-street-racing-sequence-for-seedance-2/template.json +0 -23
  4206. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-vampire-alley-fight-sequence/open-design.json +0 -121
  4207. package/runtime/vendor/plugins/open-design/_official/video-templates/cinematic-vampire-alley-fight-sequence/template.json +0 -22
  4208. package/runtime/vendor/plugins/open-design/_official/video-templates/crimson-horizon-sci-fi-cinematic-sequence/open-design.json +0 -120
  4209. package/runtime/vendor/plugins/open-design/_official/video-templates/crimson-horizon-sci-fi-cinematic-sequence/template.json +0 -21
  4210. package/runtime/vendor/plugins/open-design/_official/video-templates/cyberpunk-game-trailer-script/open-design.json +0 -123
  4211. package/runtime/vendor/plugins/open-design/_official/video-templates/cyberpunk-game-trailer-script/template.json +0 -23
  4212. package/runtime/vendor/plugins/open-design/_official/video-templates/forbidden-city-cat-satire/open-design.json +0 -121
  4213. package/runtime/vendor/plugins/open-design/_official/video-templates/forbidden-city-cat-satire/template.json +0 -21
  4214. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/SKILL.md +0 -33
  4215. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/open-design.json +0 -141
  4216. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/preview.mp4 +0 -0
  4217. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/preview.png +0 -0
  4218. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f31712e776f666632.woff2 +0 -0
  4219. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f41652e776f666632.woff2 +0 -0
  4220. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f45772e776f666632.woff2 +0 -0
  4221. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f49632e776f666632.woff2 +0 -0
  4222. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f54672e776f666632.woff2 +0 -0
  4223. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f71552e776f666632.woff2 +0 -0
  4224. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts/f74512e776f666632.woff2 +0 -0
  4225. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/fonts.css +0 -146
  4226. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/source/index.html +0 -127
  4227. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-poster/template.json +0 -55
  4228. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/SKILL.md +0 -33
  4229. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/open-design.json +0 -139
  4230. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/preview.mp4 +0 -0
  4231. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/preview.png +0 -0
  4232. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/source/fonts/f33452e776f666632.woff2 +0 -0
  4233. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/source/fonts/f45772e776f666632.woff2 +0 -0
  4234. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/source/fonts/f71552e776f666632.woff2 +0 -0
  4235. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/source/fonts/f76512e776f666632.woff2 +0 -0
  4236. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/source/fonts.css +0 -101
  4237. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/source/index.html +0 -85
  4238. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-bold-signal/template.json +0 -53
  4239. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/SKILL.md +0 -33
  4240. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/open-design.json +0 -139
  4241. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/preview.mp4 +0 -0
  4242. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/preview.png +0 -0
  4243. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/source/fonts/f6e772e776f666632.woff2 +0 -0
  4244. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/source/fonts/f77552e776f666632.woff2 +0 -0
  4245. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/source/fonts.css +0 -254
  4246. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/source/index.html +0 -113
  4247. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-build-minimal/template.json +0 -53
  4248. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/SKILL.md +0 -33
  4249. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/open-design.json +0 -138
  4250. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/preview.mp4 +0 -0
  4251. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/preview.png +0 -0
  4252. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f33512e776f666632.woff2 +0 -0
  4253. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f34742e776f666632.woff2 +0 -0
  4254. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f45592e776f666632.woff2 +0 -0
  4255. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f4d672e776f666632.woff2 +0 -0
  4256. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f59672e776f666632.woff2 +0 -0
  4257. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f62672e776f666632.woff2 +0 -0
  4258. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f73772e776f666632.woff2 +0 -0
  4259. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts/f77512e776f666632.woff2 +0 -0
  4260. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/fonts.css +0 -146
  4261. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/source/index.html +0 -94
  4262. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-creative-voltage/template.json +0 -52
  4263. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/SKILL.md +0 -33
  4264. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/open-design.json +0 -123
  4265. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/preview.mp4 +0 -0
  4266. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/preview.png +0 -0
  4267. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f2d6f2e776f666632.woff2 +0 -0
  4268. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f46512e776f666632.woff2 +0 -0
  4269. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f4e552e776f666632.woff2 +0 -0
  4270. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f4e6b2e776f666632.woff2 +0 -0
  4271. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f59302e776f666632.woff2 +0 -0
  4272. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f5a682e776f666632.woff2 +0 -0
  4273. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f62512e776f666632.woff2 +0 -0
  4274. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f66672e776f666632.woff2 +0 -0
  4275. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f66772e776f666632.woff2 +0 -0
  4276. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f724d2e776f666632.woff2 +0 -0
  4277. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f75322e776f666632.woff2 +0 -0
  4278. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts/f7a672e776f666632.woff2 +0 -0
  4279. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/fonts.css +0 -433
  4280. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/index.html +0 -102
  4281. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/source/tailwind.css +0 -1
  4282. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-chart-nyt/template.json +0 -37
  4283. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/SKILL.md +0 -33
  4284. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/open-design.json +0 -141
  4285. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/preview.png +0 -0
  4286. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/source/DataRollup.tsx +0 -208
  4287. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/source/Root.tsx +0 -40
  4288. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/source/entry.ts +0 -7
  4289. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-data-rollup/template.json +0 -55
  4290. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/SKILL.md +0 -33
  4291. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/open-design.json +0 -128
  4292. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/preview.mp4 +0 -0
  4293. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/preview.png +0 -0
  4294. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/source/compositions/decision_tree.html +0 -434
  4295. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/source/fonts/f6e772e776f666632.woff2 +0 -0
  4296. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/source/fonts/f77552e776f666632.woff2 +0 -0
  4297. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/source/fonts.css +0 -191
  4298. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/source/index.html +0 -67
  4299. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-decision-tree/template.json +0 -37
  4300. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/SKILL.md +0 -33
  4301. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/open-design.json +0 -138
  4302. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/preview.mp4 +0 -0
  4303. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/preview.png +0 -0
  4304. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/source/fonts/f4e342e776f666632.woff2 +0 -0
  4305. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/source/fonts/f5a772e776f666632.woff2 +0 -0
  4306. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/source/fonts.css +0 -218
  4307. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/source/index.html +0 -86
  4308. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-electric-studio/template.json +0 -52
  4309. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/SKILL.md +0 -33
  4310. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/open-design.json +0 -123
  4311. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/preview.mp4 +0 -0
  4312. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/preview.png +0 -0
  4313. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/fonts/f2d342e776f666632.woff2 +0 -0
  4314. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/fonts/f45772e776f666632.woff2 +0 -0
  4315. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/fonts/f46672e776f666632.woff2 +0 -0
  4316. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/fonts/f71552e776f666632.woff2 +0 -0
  4317. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/fonts.css +0 -164
  4318. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/index.html +0 -100
  4319. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/source/tailwind.css +0 -1
  4320. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-glitch-title/template.json +0 -37
  4321. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/SKILL.md +0 -33
  4322. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/open-design.json +0 -129
  4323. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/preview.mp4 +0 -0
  4324. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/preview.png +0 -0
  4325. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/compositions/main-graphics.html +0 -589
  4326. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f32552e776f666632.woff2 +0 -0
  4327. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f474d2e776f666632.woff2 +0 -0
  4328. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f49632e776f666632.woff2 +0 -0
  4329. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f54672e776f666632.woff2 +0 -0
  4330. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f59592e776f666632.woff2 +0 -0
  4331. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f6e772e776f666632.woff2 +0 -0
  4332. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f726f2e776f666632.woff2 +0 -0
  4333. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts/f77552e776f666632.woff2 +0 -0
  4334. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/fonts.css +0 -308
  4335. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/source/index.html +0 -72
  4336. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-kinetic-type/template.json +0 -37
  4337. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/SKILL.md +0 -33
  4338. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/open-design.json +0 -123
  4339. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/preview.mp4 +0 -0
  4340. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/preview.png +0 -0
  4341. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f2d6f2e776f666632.woff2 +0 -0
  4342. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f46512e776f666632.woff2 +0 -0
  4343. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f49672e776f666632.woff2 +0 -0
  4344. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f4e6b2e776f666632.woff2 +0 -0
  4345. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f50492e776f666632.woff2 +0 -0
  4346. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f57672e776f666632.woff2 +0 -0
  4347. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f576b2e776f666632.woff2 +0 -0
  4348. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f59302e776f666632.woff2 +0 -0
  4349. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f66672e776f666632.woff2 +0 -0
  4350. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f66772e776f666632.woff2 +0 -0
  4351. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f75322e776f666632.woff2 +0 -0
  4352. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts/f7a672e776f666632.woff2 +0 -0
  4353. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/fonts.css +0 -451
  4354. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/index.html +0 -82
  4355. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/source/tailwind.css +0 -1
  4356. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-light-leak-cinema/template.json +0 -37
  4357. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/SKILL.md +0 -33
  4358. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/open-design.json +0 -123
  4359. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/preview.mp4 +0 -0
  4360. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/preview.png +0 -0
  4361. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts/f48712e776f666632.woff2 +0 -0
  4362. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts/f62412e776f666632.woff2 +0 -0
  4363. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts/f65382e776f666632.woff2 +0 -0
  4364. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts/f66672e776f666632.woff2 +0 -0
  4365. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts/f6d672e776f666632.woff2 +0 -0
  4366. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts/f75322e776f666632.woff2 +0 -0
  4367. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/fonts.css +0 -361
  4368. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/index.html +0 -65
  4369. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/source/tailwind.css +0 -1
  4370. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-liquid-bg-hero/template.json +0 -37
  4371. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/SKILL.md +0 -33
  4372. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/open-design.json +0 -123
  4373. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/preview.mp4 +0 -0
  4374. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/preview.png +0 -0
  4375. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/fonts/f65382e776f666632.woff2 +0 -0
  4376. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/fonts/f6d672e776f666632.woff2 +0 -0
  4377. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/fonts/f6e772e776f666632.woff2 +0 -0
  4378. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/fonts/f77552e776f666632.woff2 +0 -0
  4379. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/fonts.css +0 -442
  4380. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/index.html +0 -81
  4381. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/source/tailwind.css +0 -1
  4382. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-logo-outro/template.json +0 -37
  4383. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/SKILL.md +0 -33
  4384. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/open-design.json +0 -129
  4385. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/preview.mp4 +0 -0
  4386. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/preview.png +0 -0
  4387. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/compositions/nyt-chart.html +0 -448
  4388. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/fonts/f32552e776f666632.woff2 +0 -0
  4389. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/fonts/f4e6f2e776f666632.woff2 +0 -0
  4390. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/fonts/f624a2e776f666632.woff2 +0 -0
  4391. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/fonts/f726f2e776f666632.woff2 +0 -0
  4392. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/fonts.css +0 -173
  4393. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/source/index.html +0 -65
  4394. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-nyt-graph/template.json +0 -37
  4395. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/SKILL.md +0 -33
  4396. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/open-design.json +0 -139
  4397. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/preview.mp4 +0 -0
  4398. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/preview.png +0 -0
  4399. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/source/fonts/f50552e776f666632.woff2 +0 -0
  4400. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/source/fonts/f526e2e776f666632.woff2 +0 -0
  4401. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/source/fonts.css +0 -92
  4402. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/source/index.html +0 -136
  4403. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-pentagram-stat/template.json +0 -53
  4404. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/SKILL.md +0 -33
  4405. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/open-design.json +0 -129
  4406. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/preview.mp4 +0 -0
  4407. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/preview.png +0 -0
  4408. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/compositions/captions.html +0 -164
  4409. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/compositions/intro.html +0 -108
  4410. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/compositions/stats.html +0 -388
  4411. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/fonts/f54352e776f666632.woff2 +0 -0
  4412. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/fonts/f65672e776f666632.woff2 +0 -0
  4413. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/fonts.css +0 -47
  4414. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/source/index.html +0 -240
  4415. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-play-mode/template.json +0 -37
  4416. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/SKILL.md +0 -33
  4417. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/open-design.json +0 -129
  4418. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/preview.mp4 +0 -0
  4419. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/preview.png +0 -0
  4420. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/assets/figma-cursors.svg +0 -30
  4421. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/assets/figma-logo-pieces.svg +0 -15
  4422. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/assets/figma-logo-pills.svg +0 -6
  4423. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/compositions/scene1-logo-intro.html +0 -190
  4424. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/compositions/scene2-4-canvas.html +0 -574
  4425. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/compositions/scene5-logo-outro.html +0 -227
  4426. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/fonts/f6e772e776f666632.woff2 +0 -0
  4427. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/fonts/f77552e776f666632.woff2 +0 -0
  4428. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/fonts.css +0 -254
  4429. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/source/index.html +0 -169
  4430. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo/template.json +0 -37
  4431. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/SKILL.md +0 -33
  4432. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/open-design.json +0 -131
  4433. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/preview.mp4 +0 -0
  4434. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/preview.png +0 -0
  4435. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/brand-logo.svg +0 -4
  4436. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/brand-symbol.svg +0 -5
  4437. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/screenshot-1.png +0 -0
  4438. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/screenshot-2.png +0 -0
  4439. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/screenshot-3.png +0 -0
  4440. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/sfx-twinkle.mp3 +0 -0
  4441. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/sfx-whoosh-1.mp3 +0 -0
  4442. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/sfx-whoosh-2.mp3 +0 -0
  4443. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/assets/warm-pad.mp3 +0 -0
  4444. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/01-problem-type.html +0 -185
  4445. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/02-card-to-logo.html +0 -164
  4446. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/03-brand-reveal.html +0 -128
  4447. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/04-benefits-flowchart.html +0 -165
  4448. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/05-product-surfaces.html +0 -168
  4449. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/06-wheel-pillars.html +0 -182
  4450. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/07-foundation.html +0 -205
  4451. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/compositions/08-cta-outro.html +0 -174
  4452. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f2d342e776f666632.woff2 +0 -0
  4453. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f30552e776f666632.woff2 +0 -0
  4454. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f35672e776f666632.woff2 +0 -0
  4455. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f35772e776f666632.woff2 +0 -0
  4456. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f36312e776f666632.woff2 +0 -0
  4457. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f36442e776f666632.woff2 +0 -0
  4458. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f45772e776f666632.woff2 +0 -0
  4459. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f46672e776f666632.woff2 +0 -0
  4460. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f4e732e776f666632.woff2 +0 -0
  4461. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f524b2e776f666632.woff2 +0 -0
  4462. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f54642e776f666632.woff2 +0 -0
  4463. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f59342e776f666632.woff2 +0 -0
  4464. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f6a592e776f666632.woff2 +0 -0
  4465. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f6e772e776f666632.woff2 +0 -0
  4466. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f71552e776f666632.woff2 +0 -0
  4467. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts/f77552e776f666632.woff2 +0 -0
  4468. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/fonts.css +0 -1094
  4469. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/source/index.html +0 -147
  4470. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-product-promo-30s/template.json +0 -39
  4471. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/SKILL.md +0 -33
  4472. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/open-design.json +0 -129
  4473. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/preview.mp4 +0 -0
  4474. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/preview.png +0 -0
  4475. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/source/assets/swiss-grid.svg +0 -116
  4476. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/source/compositions/captions.html +0 -151
  4477. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/source/compositions/graphics.html +0 -207
  4478. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/source/compositions/intro.html +0 -132
  4479. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/source/index.html +0 -233
  4480. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-swiss-grid/template.json +0 -37
  4481. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/SKILL.md +0 -33
  4482. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/open-design.json +0 -139
  4483. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/preview.mp4 +0 -0
  4484. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/preview.png +0 -0
  4485. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/source/fonts/f4e342e776f666632.woff2 +0 -0
  4486. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/source/fonts/f5a772e776f666632.woff2 +0 -0
  4487. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/source/fonts.css +0 -272
  4488. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/source/index.html +0 -97
  4489. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-takram-organic/template.json +0 -53
  4490. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/SKILL.md +0 -33
  4491. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/open-design.json +0 -129
  4492. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/preview.mp4 +0 -0
  4493. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/preview.png +0 -0
  4494. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/source/compositions/captions.html +0 -187
  4495. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/source/compositions/overlays.html +0 -324
  4496. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/source/index.html +0 -203
  4497. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-vignelli/template.json +0 -37
  4498. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/SKILL.md +0 -33
  4499. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/open-design.json +0 -129
  4500. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/preview.mp4 +0 -0
  4501. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/preview.png +0 -0
  4502. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/compositions/captions.html +0 -154
  4503. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/compositions/graphics.html +0 -165
  4504. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/compositions/intro.html +0 -87
  4505. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/fonts/f424a2e776f666632.woff2 +0 -0
  4506. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/fonts/f6e772e776f666632.woff2 +0 -0
  4507. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/fonts.css +0 -38
  4508. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/index.html +0 -285
  4509. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/source/textures/natural-paper.png +0 -0
  4510. package/runtime/vendor/plugins/open-design/_official/video-templates/frame-warm-grain/template.json +0 -37
  4511. package/runtime/vendor/plugins/open-design/_official/video-templates/hollywood-haute-couture-fantasy-video-prompt/open-design.json +0 -123
  4512. package/runtime/vendor/plugins/open-design/_official/video-templates/hollywood-haute-couture-fantasy-video-prompt/template.json +0 -23
  4513. package/runtime/vendor/plugins/open-design/_official/video-templates/hunched-character-animation/open-design.json +0 -120
  4514. package/runtime/vendor/plugins/open-design/_official/video-templates/hunched-character-animation/template.json +0 -19
  4515. package/runtime/vendor/plugins/open-design/_official/video-templates/live-action-anime-adaptation-water-vs-thunder-breathing-duel/open-design.json +0 -122
  4516. package/runtime/vendor/plugins/open-design/_official/video-templates/live-action-anime-adaptation-water-vs-thunder-breathing-duel/template.json +0 -23
  4517. package/runtime/vendor/plugins/open-design/_official/video-templates/luxury-supercar-cinematic-narrative/open-design.json +0 -122
  4518. package/runtime/vendor/plugins/open-design/_official/video-templates/luxury-supercar-cinematic-narrative/template.json +0 -23
  4519. package/runtime/vendor/plugins/open-design/_official/video-templates/magical-academy-storyboard-sequence/open-design.json +0 -121
  4520. package/runtime/vendor/plugins/open-design/_official/video-templates/magical-academy-storyboard-sequence/template.json +0 -21
  4521. package/runtime/vendor/plugins/open-design/_official/video-templates/modern-rural-aesthetics-healing-short-film-video-prompt/open-design.json +0 -122
  4522. package/runtime/vendor/plugins/open-design/_official/video-templates/modern-rural-aesthetics-healing-short-film-video-prompt/template.json +0 -23
  4523. package/runtime/vendor/plugins/open-design/_official/video-templates/nightclub-flyer-atmospheric-animation/open-design.json +0 -122
  4524. package/runtime/vendor/plugins/open-design/_official/video-templates/nightclub-flyer-atmospheric-animation/template.json +0 -22
  4525. package/runtime/vendor/plugins/open-design/_official/video-templates/retro-hk-wuxia-film-aesthetic/open-design.json +0 -121
  4526. package/runtime/vendor/plugins/open-design/_official/video-templates/retro-hk-wuxia-film-aesthetic/template.json +0 -22
  4527. package/runtime/vendor/plugins/open-design/_official/video-templates/seedance-2-0-15-second-cinematic-japanese-romance-short-film/open-design.json +0 -121
  4528. package/runtime/vendor/plugins/open-design/_official/video-templates/seedance-2-0-15-second-cinematic-japanese-romance-short-film/template.json +0 -22
  4529. package/runtime/vendor/plugins/open-design/_official/video-templates/seedance-2-0-80-year-old-rapper-mv/open-design.json +0 -122
  4530. package/runtime/vendor/plugins/open-design/_official/video-templates/seedance-2-0-80-year-old-rapper-mv/template.json +0 -22
  4531. package/runtime/vendor/plugins/open-design/_official/video-templates/sequence-and-movement-instruction-for-martial-arts-video/open-design.json +0 -121
  4532. package/runtime/vendor/plugins/open-design/_official/video-templates/sequence-and-movement-instruction-for-martial-arts-video/template.json +0 -21
  4533. package/runtime/vendor/plugins/open-design/_official/video-templates/soul-switching-mirror-magic-sequence/open-design.json +0 -121
  4534. package/runtime/vendor/plugins/open-design/_official/video-templates/soul-switching-mirror-magic-sequence/template.json +0 -21
  4535. package/runtime/vendor/plugins/open-design/_official/video-templates/toaster-rocket-jumpscare/open-design.json +0 -121
  4536. package/runtime/vendor/plugins/open-design/_official/video-templates/toaster-rocket-jumpscare/template.json +0 -21
  4537. package/runtime/vendor/plugins/open-design/_official/video-templates/traditional-dance-performance/open-design.json +0 -122
  4538. package/runtime/vendor/plugins/open-design/_official/video-templates/traditional-dance-performance/template.json +0 -22
  4539. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/SKILL.md +0 -33
  4540. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/open-design.json +0 -123
  4541. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/preview.mp4 +0 -0
  4542. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/preview.png +0 -0
  4543. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/fonts/f56382e776f666632.woff2 +0 -0
  4544. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/fonts/f65382e776f666632.woff2 +0 -0
  4545. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/fonts/f6d672e776f666632.woff2 +0 -0
  4546. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/fonts/f76412e776f666632.woff2 +0 -0
  4547. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/fonts.css +0 -307
  4548. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/index.html +0 -66
  4549. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/source/tailwind.css +0 -1
  4550. package/runtime/vendor/plugins/open-design/_official/video-templates/vfx-text-cursor/template.json +0 -37
  4551. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-desk-hologram-ar-realdesk/open-design.json +0 -87
  4552. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-desk-hologram-ar-realdesk/template.json +0 -30
  4553. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-three-kingdoms-guanyu-slaying-yanliang/open-design.json +0 -130
  4554. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-three-kingdoms-guanyu-slaying-yanliang/template.json +0 -30
  4555. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-three-kingdoms-lyubu-yuanmen-archery/open-design.json +0 -130
  4556. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-three-kingdoms-lyubu-yuanmen-archery/template.json +0 -30
  4557. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-three-kingdoms-zhaoyun-cradle-escape/open-design.json +0 -131
  4558. package/runtime/vendor/plugins/open-design/_official/video-templates/video-seedance-three-kingdoms-zhaoyun-cradle-escape/template.json +0 -31
  4559. package/runtime/vendor/plugins/open-design/_official/video-templates/vintage-disney-style-pirate-crocodile-animation/open-design.json +0 -120
  4560. package/runtime/vendor/plugins/open-design/_official/video-templates/vintage-disney-style-pirate-crocodile-animation/template.json +0 -19
  4561. package/runtime/vendor/plugins/open-design/_official/video-templates/viral-k-pop-dance-choreography/open-design.json +0 -121
  4562. package/runtime/vendor/plugins/open-design/_official/video-templates/viral-k-pop-dance-choreography/template.json +0 -21
  4563. package/runtime/vendor/plugins/open-design/_official/video-templates/wasteland-factory-chase/open-design.json +0 -121
  4564. package/runtime/vendor/plugins/open-design/_official/video-templates/wasteland-factory-chase/template.json +0 -21
  4565. package/runtime/vendor/plugins/open-design/community/deep-think-maximum-cognitive-effort-protocol-mq8kvw92/SKILL.md +0 -149
  4566. package/runtime/vendor/plugins/open-design/community/deep-think-maximum-cognitive-effort-protocol-mq8kvw92/open-design.json +0 -29
  4567. package/runtime/vendor/plugins/open-design/community/deep-think-maximum-cognitive-effort-protocol-mq8kvw92/references/source-1-mpj79mp4-deep-think.md +0 -4
  4568. package/runtime/vendor/plugins/open-design/community/hallmark/LICENSE +0 -21
  4569. package/runtime/vendor/plugins/open-design/community/hallmark/SKILL.md +0 -552
  4570. package/runtime/vendor/plugins/open-design/community/hallmark/open-design.json +0 -58
  4571. package/runtime/vendor/plugins/open-design/community/hallmark/references/anti-patterns.md +0 -412
  4572. package/runtime/vendor/plugins/open-design/community/hallmark/references/assets.md +0 -406
  4573. package/runtime/vendor/plugins/open-design/community/hallmark/references/color.md +0 -95
  4574. package/runtime/vendor/plugins/open-design/community/hallmark/references/component-cookbook.md +0 -254
  4575. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/c1-outlined-chip.md +0 -12
  4576. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/c2-inline-form-as-cta.md +0 -16
  4577. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/c3-typographic-link.md +0 -8
  4578. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/c4-sticky-bottom-bar.md +0 -16
  4579. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/f1-bento-grid.md +0 -20
  4580. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/f2-sticky-scroll-stack.md +0 -20
  4581. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/f3-tabular-spec-sheet.md +0 -11
  4582. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/f4-step-sequence.md +0 -11
  4583. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/f5-annotated-screenshot.md +0 -11
  4584. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/f6-product-card-grid.md +0 -41
  4585. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft1-mast-headed.md +0 -13
  4586. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft2-inline-rule-single-line.md +0 -10
  4587. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft3-index-style-category-list.md +0 -12
  4588. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft4-dense-typographic.md +0 -10
  4589. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft5-statement.md +0 -21
  4590. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft6-letter-close.md +0 -19
  4591. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft7-newsletter-first.md +0 -27
  4592. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/ft8-marquee-scroll.md +0 -25
  4593. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h1-marquee.md +0 -15
  4594. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h2-split-diptych.md +0 -15
  4595. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h3-quote-led.md +0 -11
  4596. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h4-stat-led.md +0 -14
  4597. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h5-letter-hero.md +0 -11
  4598. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h6-photographic-fold.md +0 -16
  4599. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h7-demo-video-clipped-by-viewport-edge.md +0 -27
  4600. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h8-mockup-split-browser-framed.md +0 -23
  4601. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/h9-custom-illustration-centerpiece.md +0 -27
  4602. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n1-wordmark-2-links.md +0 -12
  4603. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n10-floating-on-scroll-morph.md +0 -19
  4604. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n2-floating-chip.md +0 -14
  4605. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n3-side-rail.md +0 -14
  4606. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n4-hidden-behind-k.md +0 -9
  4607. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n5-floating-pill.md +0 -28
  4608. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n6-newspaper-masthead.md +0 -24
  4609. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n7-brutal-slab.md +0 -22
  4610. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n8-terminal-command.md +0 -21
  4611. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/n9-edge-aligned-minimal.md +0 -17
  4612. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/s1-left-margin-numbered.md +0 -15
  4613. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/s2-hanging.md +0 -13
  4614. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/s3-sticky-pinned.md +0 -19
  4615. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/s4-inline-no-break.md +0 -11
  4616. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/s5-bottom-anchored.md +0 -13
  4617. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/t1-pull-quote-with-marginalia.md +0 -12
  4618. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/t2-logo-wall-hairline.md +0 -19
  4619. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/t3-single-huge-quote.md +0 -11
  4620. package/runtime/vendor/plugins/open-design/community/hallmark/references/components/t4-numbered-stat-strip.md +0 -14
  4621. package/runtime/vendor/plugins/open-design/community/hallmark/references/contract.md +0 -24
  4622. package/runtime/vendor/plugins/open-design/community/hallmark/references/copy.md +0 -182
  4623. package/runtime/vendor/plugins/open-design/community/hallmark/references/custom-craft.md +0 -626
  4624. package/runtime/vendor/plugins/open-design/community/hallmark/references/custom-theme.md +0 -329
  4625. package/runtime/vendor/plugins/open-design/community/hallmark/references/design-md.md +0 -116
  4626. package/runtime/vendor/plugins/open-design/community/hallmark/references/export-formats.md +0 -328
  4627. package/runtime/vendor/plugins/open-design/community/hallmark/references/floating-nav.md +0 -89
  4628. package/runtime/vendor/plugins/open-design/community/hallmark/references/genres/atmospheric.md +0 -65
  4629. package/runtime/vendor/plugins/open-design/community/hallmark/references/genres/editorial.md +0 -70
  4630. package/runtime/vendor/plugins/open-design/community/hallmark/references/genres/modern-minimal.md +0 -67
  4631. package/runtime/vendor/plugins/open-design/community/hallmark/references/genres/playful.md +0 -65
  4632. package/runtime/vendor/plugins/open-design/community/hallmark/references/hero-enrichment.md +0 -474
  4633. package/runtime/vendor/plugins/open-design/community/hallmark/references/imagery-kit.md +0 -170
  4634. package/runtime/vendor/plugins/open-design/community/hallmark/references/interaction-and-states.md +0 -207
  4635. package/runtime/vendor/plugins/open-design/community/hallmark/references/layout-and-space.md +0 -111
  4636. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/01-bento-grid.md +0 -35
  4637. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/02-long-document.md +0 -34
  4638. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/03-marquee-hero.md +0 -31
  4639. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/04-stat-led.md +0 -32
  4640. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/05-workbench.md +0 -32
  4641. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/06-conversational-faq.md +0 -33
  4642. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/07-manifesto.md +0 -32
  4643. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/08-photographic.md +0 -34
  4644. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/09-quote-led.md +0 -32
  4645. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/10-specimen.md +0 -32
  4646. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/11-catalogue.md +0 -23
  4647. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/12-letter.md +0 -23
  4648. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/13-index-first.md +0 -23
  4649. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/14-narrative-workflow.md +0 -23
  4650. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/15-split-studio.md +0 -23
  4651. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/16-feature-stack.md +0 -23
  4652. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/17-type-specimen.md +0 -23
  4653. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/18-portfolio-grid.md +0 -23
  4654. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/19-map-diagram.md +0 -23
  4655. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/20-ecosystem-index.md +0 -23
  4656. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures/21-component-playground.md +0 -23
  4657. package/runtime/vendor/plugins/open-design/community/hallmark/references/macrostructures.md +0 -89
  4658. package/runtime/vendor/plugins/open-design/community/hallmark/references/microinteractions.md +0 -260
  4659. package/runtime/vendor/plugins/open-design/community/hallmark/references/motion.md +0 -109
  4660. package/runtime/vendor/plugins/open-design/community/hallmark/references/preview-examples.md +0 -49
  4661. package/runtime/vendor/plugins/open-design/community/hallmark/references/responsive.md +0 -138
  4662. package/runtime/vendor/plugins/open-design/community/hallmark/references/slop-test.md +0 -205
  4663. package/runtime/vendor/plugins/open-design/community/hallmark/references/structure.md +0 -164
  4664. package/runtime/vendor/plugins/open-design/community/hallmark/references/study.md +0 -511
  4665. package/runtime/vendor/plugins/open-design/community/hallmark/references/typography.md +0 -243
  4666. package/runtime/vendor/plugins/open-design/community/hallmark/references/verbs/audit.md +0 -25
  4667. package/runtime/vendor/plugins/open-design/community/hallmark/references/verbs/redesign.md +0 -269
  4668. package/runtime/vendor/plugins/open-design/community/import-smoke-test/.claude-plugin/plugin.json +0 -5
  4669. package/runtime/vendor/plugins/open-design/community/import-smoke-test/README.md +0 -19
  4670. package/runtime/vendor/plugins/open-design/community/import-smoke-test/SKILL.md +0 -21
  4671. package/runtime/vendor/plugins/open-design/community/import-smoke-test/assets/import-checklist.md +0 -7
  4672. package/runtime/vendor/plugins/open-design/community/import-smoke-test/open-design.json +0 -124
  4673. package/runtime/vendor/plugins/open-design/community/import-smoke-test/preview/index.html +0 -128
  4674. package/runtime/vendor/plugins/open-design/community/registry-starter/SKILL.md +0 -10
  4675. package/runtime/vendor/plugins/open-design/community/registry-starter/open-design.json +0 -37
  4676. package/runtime/vendor/plugins/open-design/marketplace.json +0 -16
  4677. package/runtime/vendor/plugins/open-design/open-design/.claude-plugin/plugin.json +0 -7
  4678. package/runtime/vendor/plugins/open-design/open-design/.mcp.json +0 -9
  4679. package/runtime/vendor/plugins/open-design/registry/community/open-design-marketplace.json +0 -86
  4680. package/runtime/vendor/plugins/open-design/registry/official/open-design-marketplace.json +0 -11999
  4681. package/runtime/vendor/plugins/open-design/spec/AGENT-DEVELOPMENT.md +0 -83
  4682. package/runtime/vendor/plugins/open-design/spec/AGENT-DEVELOPMENT.zh-CN.md +0 -83
  4683. package/runtime/vendor/plugins/open-design/spec/CONTRIBUTING.md +0 -59
  4684. package/runtime/vendor/plugins/open-design/spec/CONTRIBUTING.zh-CN.md +0 -59
  4685. package/runtime/vendor/plugins/open-design/spec/PUBLISHING-REGISTRIES.md +0 -138
  4686. package/runtime/vendor/plugins/open-design/spec/PUBLISHING-REGISTRIES.zh-CN.md +0 -138
  4687. package/runtime/vendor/plugins/open-design/spec/README.md +0 -68
  4688. package/runtime/vendor/plugins/open-design/spec/README.zh-CN.md +0 -68
  4689. package/runtime/vendor/plugins/open-design/spec/SPEC.md +0 -218
  4690. package/runtime/vendor/plugins/open-design/spec/SPEC.zh-CN.md +0 -218
  4691. package/runtime/vendor/plugins/open-design/spec/examples/README.md +0 -23
  4692. package/runtime/vendor/plugins/open-design/spec/examples/README.zh-CN.md +0 -23
  4693. package/runtime/vendor/plugins/open-design/spec/examples/create-hyperframes-launch/SKILL.md +0 -26
  4694. package/runtime/vendor/plugins/open-design/spec/examples/create-hyperframes-launch/open-design.json +0 -48
  4695. package/runtime/vendor/plugins/open-design/spec/examples/create-image-campaign/SKILL.md +0 -26
  4696. package/runtime/vendor/plugins/open-design/spec/examples/create-image-campaign/open-design.json +0 -47
  4697. package/runtime/vendor/plugins/open-design/spec/examples/create-live-artifact-ops/SKILL.md +0 -27
  4698. package/runtime/vendor/plugins/open-design/spec/examples/create-live-artifact-ops/example.html +0 -173
  4699. package/runtime/vendor/plugins/open-design/spec/examples/create-live-artifact-ops/open-design.json +0 -60
  4700. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/README.md +0 -10
  4701. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/SKILL.md +0 -27
  4702. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/assets/seed-brief.md +0 -10
  4703. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/evals/evals.json +0 -18
  4704. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/example.html +0 -262
  4705. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/open-design.json +0 -61
  4706. package/runtime/vendor/plugins/open-design/spec/examples/create-prototype-dashboard/preview/index.html +0 -89
  4707. package/runtime/vendor/plugins/open-design/spec/examples/create-slides-pitch/SKILL.md +0 -27
  4708. package/runtime/vendor/plugins/open-design/spec/examples/create-slides-pitch/example.html +0 -178
  4709. package/runtime/vendor/plugins/open-design/spec/examples/create-slides-pitch/open-design.json +0 -60
  4710. package/runtime/vendor/plugins/open-design/spec/examples/create-video-storyboard/SKILL.md +0 -26
  4711. package/runtime/vendor/plugins/open-design/spec/examples/create-video-storyboard/open-design.json +0 -47
  4712. package/runtime/vendor/plugins/open-design/spec/examples/deploy-vercel-static/SKILL.md +0 -23
  4713. package/runtime/vendor/plugins/open-design/spec/examples/deploy-vercel-static/open-design.json +0 -55
  4714. package/runtime/vendor/plugins/open-design/spec/examples/export-nextjs-handoff/SKILL.md +0 -23
  4715. package/runtime/vendor/plugins/open-design/spec/examples/export-nextjs-handoff/open-design.json +0 -39
  4716. package/runtime/vendor/plugins/open-design/spec/examples/extend-plugin-author/SKILL.md +0 -23
  4717. package/runtime/vendor/plugins/open-design/spec/examples/extend-plugin-author/open-design.json +0 -46
  4718. package/runtime/vendor/plugins/open-design/spec/examples/import-screenshot-to-prototype/SKILL.md +0 -24
  4719. package/runtime/vendor/plugins/open-design/spec/examples/import-screenshot-to-prototype/open-design.json +0 -44
  4720. package/runtime/vendor/plugins/open-design/spec/examples/open-design-marketplace.json +0 -88
  4721. package/runtime/vendor/plugins/open-design/spec/examples/refine-critique-loop/SKILL.md +0 -23
  4722. package/runtime/vendor/plugins/open-design/spec/examples/refine-critique-loop/open-design.json +0 -43
  4723. package/runtime/vendor/plugins/open-design/spec/examples/share-github-pr/SKILL.md +0 -23
  4724. package/runtime/vendor/plugins/open-design/spec/examples/share-github-pr/open-design.json +0 -54
  4725. package/runtime/vendor/plugins/open-design/spec/templates/README.template.md +0 -30
  4726. package/runtime/vendor/plugins/open-design/spec/templates/README.template.zh-CN.md +0 -30
  4727. package/runtime/vendor/plugins/open-design/spec/templates/SKILL.template.md +0 -40
  4728. package/runtime/vendor/plugins/open-design/spec/templates/evals.template.json +0 -26
  4729. package/runtime/vendor/plugins/open-design/spec/templates/open-design.template.json +0 -45
  4730. package/runtime/vendor/plugins/ruflo/README.md +0 -155
  4731. package/runtime/vendor/plugins/ruflo/ruflo-adr/.claude-plugin/plugin.json +0 -22
  4732. package/runtime/vendor/plugins/ruflo/ruflo-adr/README.md +0 -86
  4733. package/runtime/vendor/plugins/ruflo/ruflo-adr/REFERENCE.md +0 -112
  4734. package/runtime/vendor/plugins/ruflo/ruflo-adr/agents/adr-architect.md +0 -45
  4735. package/runtime/vendor/plugins/ruflo/ruflo-adr/commands/adr.md +0 -46
  4736. package/runtime/vendor/plugins/ruflo/ruflo-adr/scripts/import.mjs +0 -283
  4737. package/runtime/vendor/plugins/ruflo/ruflo-adr/scripts/smoke.sh +0 -130
  4738. package/runtime/vendor/plugins/ruflo/ruflo-adr/scripts/verify.mjs +0 -121
  4739. package/runtime/vendor/plugins/ruflo/ruflo-adr/skills/adr-create/SKILL.md +0 -61
  4740. package/runtime/vendor/plugins/ruflo/ruflo-adr/skills/adr-index/SKILL.md +0 -73
  4741. package/runtime/vendor/plugins/ruflo/ruflo-adr/skills/adr-review/SKILL.md +0 -55
  4742. package/runtime/vendor/plugins/ruflo/ruflo-adr/skills/adr-verify/SKILL.md +0 -42
  4743. package/runtime/vendor/plugins/ruflo/ruflo-agent/.claude-plugin/plugin.json +0 -25
  4744. package/runtime/vendor/plugins/ruflo/ruflo-agent/README.md +0 -99
  4745. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-coordinator.md +0 -71
  4746. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-leaf.md +0 -56
  4747. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-queen-leaf.md +0 -116
  4748. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-queen-researcher.md +0 -165
  4749. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-queen-reviewer.md +0 -155
  4750. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-queen.md +0 -180
  4751. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-researcher.md +0 -62
  4752. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/nested-reviewer.md +0 -75
  4753. package/runtime/vendor/plugins/ruflo/ruflo-agent/agents/wasm-specialist.md +0 -38
  4754. package/runtime/vendor/plugins/ruflo/ruflo-agent/commands/managed-agent.md +0 -13
  4755. package/runtime/vendor/plugins/ruflo/ruflo-agent/commands/wasm.md +0 -10
  4756. package/runtime/vendor/plugins/ruflo/ruflo-agent/scripts/smoke.sh +0 -104
  4757. package/runtime/vendor/plugins/ruflo/ruflo-agent/skills/managed-agent/SKILL.md +0 -56
  4758. package/runtime/vendor/plugins/ruflo/ruflo-agent/skills/nested-subagents/SKILL.md +0 -69
  4759. package/runtime/vendor/plugins/ruflo/ruflo-agent/skills/wasm-agent/SKILL.md +0 -31
  4760. package/runtime/vendor/plugins/ruflo/ruflo-agent/skills/wasm-gallery/SKILL.md +0 -22
  4761. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/.claude-plugin/plugin.json +0 -24
  4762. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/README.md +0 -221
  4763. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/agents/agentdb-specialist.md +0 -84
  4764. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/commands/agentdb.md +0 -12
  4765. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/commands/embeddings.md +0 -17
  4766. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/scripts/smoke.sh +0 -204
  4767. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/skills/agentdb-query/SKILL.md +0 -54
  4768. package/runtime/vendor/plugins/ruflo/ruflo-agentdb/skills/vector-search/SKILL.md +0 -94
  4769. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/.claude-plugin/plugin.json +0 -22
  4770. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/README.md +0 -79
  4771. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/agents/safety-specialist.md +0 -43
  4772. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/commands/aidefence.md +0 -10
  4773. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/scripts/smoke.sh +0 -84
  4774. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/skills/pii-detect/SKILL.md +0 -30
  4775. package/runtime/vendor/plugins/ruflo/ruflo-aidefence/skills/safety-scan/SKILL.md +0 -30
  4776. package/runtime/vendor/plugins/ruflo/ruflo-arena/.claude-plugin/plugin.json +0 -24
  4777. package/runtime/vendor/plugins/ruflo/ruflo-arena/README.md +0 -78
  4778. package/runtime/vendor/plugins/ruflo/ruflo-arena/commands/arena.md +0 -59
  4779. package/runtime/vendor/plugins/ruflo/ruflo-arena/eslint.config.js +0 -19
  4780. package/runtime/vendor/plugins/ruflo/ruflo-arena/package.json +0 -47
  4781. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/cli.ts +0 -116
  4782. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/domain/games.ts +0 -61
  4783. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/domain/strategies.ts +0 -191
  4784. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/domain/types.ts +0 -146
  4785. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/engine/arena.ts +0 -54
  4786. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/engine/evolution.ts +0 -91
  4787. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/engine/index.ts +0 -11
  4788. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/engine/rng.ts +0 -27
  4789. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/engine/tournament.ts +0 -46
  4790. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/index.ts +0 -55
  4791. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/mcp-tools/index.ts +0 -269
  4792. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/persistence/run-store.ts +0 -127
  4793. package/runtime/vendor/plugins/ruflo/ruflo-arena/src/report/render.ts +0 -80
  4794. package/runtime/vendor/plugins/ruflo/ruflo-arena/tests/evolution.test.ts +0 -31
  4795. package/runtime/vendor/plugins/ruflo/ruflo-arena/tests/games-arena.test.ts +0 -54
  4796. package/runtime/vendor/plugins/ruflo/ruflo-arena/tests/mcp-tools.test.ts +0 -92
  4797. package/runtime/vendor/plugins/ruflo/ruflo-arena/tests/tournament.test.ts +0 -37
  4798. package/runtime/vendor/plugins/ruflo/ruflo-arena/tsconfig.json +0 -21
  4799. package/runtime/vendor/plugins/ruflo/ruflo-arena/vitest.config.ts +0 -9
  4800. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/.claude-plugin/plugin.json +0 -22
  4801. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/README.md +0 -76
  4802. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/agents/autopilot-coordinator.md +0 -42
  4803. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/commands/autopilot-status.md +0 -15
  4804. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/commands/autopilot.md +0 -18
  4805. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/scripts/smoke.sh +0 -76
  4806. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/skills/autopilot-loop/SKILL.md +0 -27
  4807. package/runtime/vendor/plugins/ruflo/ruflo-autopilot/skills/autopilot-predict/SKILL.md +0 -26
  4808. package/runtime/vendor/plugins/ruflo/ruflo-browser/.claude-plugin/plugin.json +0 -24
  4809. package/runtime/vendor/plugins/ruflo/ruflo-browser/README.md +0 -131
  4810. package/runtime/vendor/plugins/ruflo/ruflo-browser/agents/browser-agent.md +0 -107
  4811. package/runtime/vendor/plugins/ruflo/ruflo-browser/commands/ruflo-browser.md +0 -63
  4812. package/runtime/vendor/plugins/ruflo/ruflo-browser/scripts/SITES.txt +0 -18
  4813. package/runtime/vendor/plugins/ruflo/ruflo-browser/scripts/replay-spike.sh +0 -157
  4814. package/runtime/vendor/plugins/ruflo/ruflo-browser/scripts/smoke.sh +0 -143
  4815. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-auth-flow/SKILL.md +0 -38
  4816. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-extract/SKILL.md +0 -55
  4817. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-form-fill/SKILL.md +0 -40
  4818. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-login/SKILL.md +0 -46
  4819. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-record/SKILL.md +0 -49
  4820. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-replay/SKILL.md +0 -47
  4821. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-scrape/SKILL.md +0 -36
  4822. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-screenshot-diff/SKILL.md +0 -37
  4823. package/runtime/vendor/plugins/ruflo/ruflo-browser/skills/browser-test/SKILL.md +0 -48
  4824. package/runtime/vendor/plugins/ruflo/ruflo-core/.claude-plugin/plugin.json +0 -21
  4825. package/runtime/vendor/plugins/ruflo/ruflo-core/.mcp.json +0 -11
  4826. package/runtime/vendor/plugins/ruflo/ruflo-core/README.md +0 -72
  4827. package/runtime/vendor/plugins/ruflo/ruflo-core/agents/coder.md +0 -31
  4828. package/runtime/vendor/plugins/ruflo/ruflo-core/agents/researcher.md +0 -80
  4829. package/runtime/vendor/plugins/ruflo/ruflo-core/agents/reviewer.md +0 -19
  4830. package/runtime/vendor/plugins/ruflo/ruflo-core/agents/witness-curator.md +0 -79
  4831. package/runtime/vendor/plugins/ruflo/ruflo-core/commands/ruflo-status.md +0 -11
  4832. package/runtime/vendor/plugins/ruflo/ruflo-core/commands/witness.md +0 -30
  4833. package/runtime/vendor/plugins/ruflo/ruflo-core/hooks/hooks.json +0 -77
  4834. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/ruflo-hook.cjs +0 -166
  4835. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/ruflo-hook.sh +0 -33
  4836. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/smoke.sh +0 -95
  4837. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/test-cli-no-crash.mjs +0 -103
  4838. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/test-consensus-transport.mjs +0 -108
  4839. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/test-hooks.mjs +0 -129
  4840. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/test-mcp-protocol.mjs +0 -66
  4841. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/test-mcp-roundtrips.mjs +0 -141
  4842. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/test-memory-import.mjs +0 -174
  4843. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/witness/history.mjs +0 -105
  4844. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/witness/init.mjs +0 -83
  4845. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/witness/lib.mjs +0 -300
  4846. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/witness/perf.mjs +0 -204
  4847. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/witness/regen.mjs +0 -94
  4848. package/runtime/vendor/plugins/ruflo/ruflo-core/scripts/witness/verify.mjs +0 -213
  4849. package/runtime/vendor/plugins/ruflo/ruflo-core/skills/discover-plugins/SKILL.md +0 -119
  4850. package/runtime/vendor/plugins/ruflo/ruflo-core/skills/init-project/SKILL.md +0 -9
  4851. package/runtime/vendor/plugins/ruflo/ruflo-core/skills/ruflo-doctor/SKILL.md +0 -14
  4852. package/runtime/vendor/plugins/ruflo/ruflo-core/skills/witness/SKILL.md +0 -102
  4853. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/.claude-plugin/plugin.json +0 -54
  4854. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/README.md +0 -180
  4855. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/REFERENCE.md +0 -92
  4856. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/agents/cost-analyst.md +0 -98
  4857. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/bench/booster-corpus.json +0 -244
  4858. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/commands/ruflo-cost.md +0 -162
  4859. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/hooks/hooks.json +0 -17
  4860. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/_prices.mjs +0 -58
  4861. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/_sessions.mjs +0 -74
  4862. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/anomaly.mjs +0 -224
  4863. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/bench.mjs +0 -422
  4864. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/budget.mjs +0 -218
  4865. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/burn.mjs +0 -200
  4866. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/compact.mjs +0 -153
  4867. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/conversation.mjs +0 -76
  4868. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/counterfactual.mjs +0 -188
  4869. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/diff.mjs +0 -280
  4870. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/export.mjs +0 -154
  4871. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/federation.mjs +0 -134
  4872. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/health.mjs +0 -229
  4873. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/outcome.mjs +0 -43
  4874. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/projection.mjs +0 -205
  4875. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/ruflo-hook.cjs +0 -56
  4876. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/session.mjs +0 -225
  4877. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/smoke.sh +0 -650
  4878. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/summary.mjs +0 -221
  4879. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/test-health-integration.mjs +0 -176
  4880. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/track.mjs +0 -175
  4881. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/scripts/trend.mjs +0 -141
  4882. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-anomaly/SKILL.md +0 -92
  4883. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-benchmark/SKILL.md +0 -59
  4884. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-booster-edit/SKILL.md +0 -85
  4885. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-booster-route/SKILL.md +0 -42
  4886. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-budget-check/SKILL.md +0 -65
  4887. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-burn/SKILL.md +0 -76
  4888. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-compact-context/SKILL.md +0 -37
  4889. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-conversation/SKILL.md +0 -38
  4890. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-counterfactual/SKILL.md +0 -54
  4891. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-diff/SKILL.md +0 -131
  4892. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-export/SKILL.md +0 -59
  4893. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-federation/SKILL.md +0 -55
  4894. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-health/SKILL.md +0 -92
  4895. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-optimize/SKILL.md +0 -47
  4896. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-projection/SKILL.md +0 -61
  4897. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-report/SKILL.md +0 -36
  4898. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-session/SKILL.md +0 -87
  4899. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-summary/SKILL.md +0 -74
  4900. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-track/SKILL.md +0 -79
  4901. package/runtime/vendor/plugins/ruflo/ruflo-cost-tracker/skills/cost-trend/SKILL.md +0 -44
  4902. package/runtime/vendor/plugins/ruflo/ruflo-daa/.claude-plugin/plugin.json +0 -21
  4903. package/runtime/vendor/plugins/ruflo/ruflo-daa/README.md +0 -69
  4904. package/runtime/vendor/plugins/ruflo/ruflo-daa/agents/daa-specialist.md +0 -42
  4905. package/runtime/vendor/plugins/ruflo/ruflo-daa/commands/daa.md +0 -10
  4906. package/runtime/vendor/plugins/ruflo/ruflo-daa/scripts/smoke.sh +0 -77
  4907. package/runtime/vendor/plugins/ruflo/ruflo-daa/skills/cognitive-pattern/SKILL.md +0 -29
  4908. package/runtime/vendor/plugins/ruflo/ruflo-daa/skills/daa-agent/SKILL.md +0 -31
  4909. package/runtime/vendor/plugins/ruflo/ruflo-ddd/.claude-plugin/plugin.json +0 -23
  4910. package/runtime/vendor/plugins/ruflo/ruflo-ddd/README.md +0 -95
  4911. package/runtime/vendor/plugins/ruflo/ruflo-ddd/REFERENCE.md +0 -73
  4912. package/runtime/vendor/plugins/ruflo/ruflo-ddd/agents/domain-modeler.md +0 -54
  4913. package/runtime/vendor/plugins/ruflo/ruflo-ddd/commands/ddd.md +0 -43
  4914. package/runtime/vendor/plugins/ruflo/ruflo-ddd/scripts/smoke.sh +0 -72
  4915. package/runtime/vendor/plugins/ruflo/ruflo-ddd/skills/ddd-aggregate/SKILL.md +0 -51
  4916. package/runtime/vendor/plugins/ruflo/ruflo-ddd/skills/ddd-context/SKILL.md +0 -45
  4917. package/runtime/vendor/plugins/ruflo/ruflo-ddd/skills/ddd-validate/SKILL.md +0 -50
  4918. package/runtime/vendor/plugins/ruflo/ruflo-docs/.claude-plugin/plugin.json +0 -20
  4919. package/runtime/vendor/plugins/ruflo/ruflo-docs/README.md +0 -72
  4920. package/runtime/vendor/plugins/ruflo/ruflo-docs/agents/docs-writer.md +0 -49
  4921. package/runtime/vendor/plugins/ruflo/ruflo-docs/commands/ruflo-docs.md +0 -21
  4922. package/runtime/vendor/plugins/ruflo/ruflo-docs/scripts/smoke.sh +0 -71
  4923. package/runtime/vendor/plugins/ruflo/ruflo-docs/skills/api-docs/SKILL.md +0 -21
  4924. package/runtime/vendor/plugins/ruflo/ruflo-docs/skills/doc-gen/SKILL.md +0 -19
  4925. package/runtime/vendor/plugins/ruflo/ruflo-federation/.claude-plugin/plugin.json +0 -26
  4926. package/runtime/vendor/plugins/ruflo/ruflo-federation/README.md +0 -99
  4927. package/runtime/vendor/plugins/ruflo/ruflo-federation/agents/federation-coordinator.md +0 -56
  4928. package/runtime/vendor/plugins/ruflo/ruflo-federation/commands/federation.md +0 -40
  4929. package/runtime/vendor/plugins/ruflo/ruflo-federation/scripts/smoke.sh +0 -86
  4930. package/runtime/vendor/plugins/ruflo/ruflo-federation/skills/federation-audit/SKILL.md +0 -19
  4931. package/runtime/vendor/plugins/ruflo/ruflo-federation/skills/federation-init/SKILL.md +0 -15
  4932. package/runtime/vendor/plugins/ruflo/ruflo-federation/skills/federation-status/SKILL.md +0 -15
  4933. package/runtime/vendor/plugins/ruflo/ruflo-goals/.claude-plugin/plugin.json +0 -26
  4934. package/runtime/vendor/plugins/ruflo/ruflo-goals/README.md +0 -89
  4935. package/runtime/vendor/plugins/ruflo/ruflo-goals/agents/deep-researcher.md +0 -61
  4936. package/runtime/vendor/plugins/ruflo/ruflo-goals/agents/dossier-investigator.md +0 -68
  4937. package/runtime/vendor/plugins/ruflo/ruflo-goals/agents/goal-planner.md +0 -89
  4938. package/runtime/vendor/plugins/ruflo/ruflo-goals/agents/horizon-tracker.md +0 -67
  4939. package/runtime/vendor/plugins/ruflo/ruflo-goals/commands/goals.md +0 -12
  4940. package/runtime/vendor/plugins/ruflo/ruflo-goals/scripts/smoke.sh +0 -87
  4941. package/runtime/vendor/plugins/ruflo/ruflo-goals/skills/deep-research/SKILL.md +0 -43
  4942. package/runtime/vendor/plugins/ruflo/ruflo-goals/skills/dossier-collect/SKILL.md +0 -70
  4943. package/runtime/vendor/plugins/ruflo/ruflo-goals/skills/goal-plan/SKILL.md +0 -59
  4944. package/runtime/vendor/plugins/ruflo/ruflo-goals/skills/horizon-track/SKILL.md +0 -61
  4945. package/runtime/vendor/plugins/ruflo/ruflo-goals/skills/research-synthesize/SKILL.md +0 -62
  4946. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/.claude-plugin/plugin.json +0 -27
  4947. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/package-lock.json +0 -15432
  4948. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/package.json +0 -55
  4949. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/aidefence-suspicion-adapter.ts +0 -102
  4950. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/browser-causal-adapter.ts +0 -193
  4951. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/cost-attribution-adapter.ts +0 -123
  4952. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/federation-trust-adapter.ts +0 -116
  4953. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/index.ts +0 -87
  4954. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/jujutsu-blast-radius-adapter.ts +0 -107
  4955. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/knowledge-graph-adapter.ts +0 -183
  4956. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/observability-span-adapter.ts +0 -123
  4957. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/portfolio-cg-adapter.ts +0 -140
  4958. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/adapters/rag-memory-adapter.ts +0 -117
  4959. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/application/federation-client.ts +0 -147
  4960. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/application/federation-server.ts +0 -158
  4961. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/application/streaming-bridge.ts +0 -137
  4962. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/domain/adapter.ts +0 -92
  4963. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/domain/federation-protocol.ts +0 -95
  4964. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/domain/signed-artifact.ts +0 -80
  4965. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/domain/types.ts +0 -215
  4966. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/index.ts +0 -105
  4967. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/infrastructure/jl-embed.ts +0 -98
  4968. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/infrastructure/solver-bridge.ts +0 -389
  4969. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/infrastructure/witness-signer.ts +0 -209
  4970. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/src/mcp-tools/index.ts +0 -316
  4971. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/adapter-registry.test.ts +0 -69
  4972. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/browser-causal-adapter.test.ts +0 -174
  4973. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/mcp-tools.test.ts +0 -169
  4974. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase3-adapters.test.ts +0 -206
  4975. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase4-adapters.test.ts +0 -158
  4976. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase5-portfolio.test.ts +0 -122
  4977. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase6-adapters.test.ts +0 -224
  4978. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase6_5-streaming.test.ts +0 -135
  4979. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase7-signed-artifact.test.ts +0 -238
  4980. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/phase8-federation.test.ts +0 -194
  4981. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tests/solver-bridge.test.ts +0 -255
  4982. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/tsconfig.json +0 -21
  4983. package/runtime/vendor/plugins/ruflo/ruflo-graph-intelligence/vitest.config.ts +0 -9
  4984. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/.claude-plugin/plugin.json +0 -26
  4985. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/README.md +0 -143
  4986. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/agents/intelligence-specialist.md +0 -106
  4987. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/commands/intelligence.md +0 -25
  4988. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/commands/neural.md +0 -15
  4989. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/scripts/smoke.sh +0 -152
  4990. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/skills/intelligence-route/SKILL.md +0 -56
  4991. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/skills/intelligence-transfer/SKILL.md +0 -80
  4992. package/runtime/vendor/plugins/ruflo/ruflo-intelligence/skills/neural-train/SKILL.md +0 -94
  4993. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/.claude-plugin/plugin.json +0 -26
  4994. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/README.md +0 -181
  4995. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/REFERENCE.md +0 -63
  4996. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/agents/device-coordinator.md +0 -30
  4997. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/agents/fleet-manager.md +0 -67
  4998. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/agents/telemetry-analyzer.md +0 -53
  4999. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/agents/witness-auditor.md +0 -38
  5000. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/commands/iot.md +0 -59
  5001. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/scripts/smoke.sh +0 -95
  5002. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/skills/iot-anomalies/SKILL.md +0 -14
  5003. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/skills/iot-firmware/SKILL.md +0 -15
  5004. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/skills/iot-fleet/SKILL.md +0 -13
  5005. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/skills/iot-register/SKILL.md +0 -18
  5006. package/runtime/vendor/plugins/ruflo/ruflo-iot-cognitum/skills/iot-witness-verify/SKILL.md +0 -14
  5007. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/.claude-plugin/plugin.json +0 -22
  5008. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/README.md +0 -75
  5009. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/agents/git-specialist.md +0 -38
  5010. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/commands/jujutsu.md +0 -12
  5011. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/scripts/smoke.sh +0 -75
  5012. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/skills/diff-analyze/SKILL.md +0 -31
  5013. package/runtime/vendor/plugins/ruflo/ruflo-jujutsu/skills/git-workflow/SKILL.md +0 -45
  5014. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/.claude-plugin/plugin.json +0 -21
  5015. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/README.md +0 -99
  5016. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/agents/graph-navigator.md +0 -80
  5017. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/commands/kg.md +0 -38
  5018. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/scripts/smoke.sh +0 -87
  5019. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/skills/kg-extract/SKILL.md +0 -44
  5020. package/runtime/vendor/plugins/ruflo/ruflo-knowledge-graph/skills/kg-traverse/SKILL.md +0 -30
  5021. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/.claude-plugin/plugin.json +0 -22
  5022. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/README.md +0 -95
  5023. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/agents/loop-worker-coordinator.md +0 -53
  5024. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/commands/ruflo-loop.md +0 -17
  5025. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/commands/ruflo-schedule.md +0 -18
  5026. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/scripts/smoke.sh +0 -95
  5027. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/skills/cron-schedule/SKILL.md +0 -25
  5028. package/runtime/vendor/plugins/ruflo/ruflo-loop-workers/skills/loop-worker/SKILL.md +0 -27
  5029. package/runtime/vendor/plugins/ruflo/ruflo-market-data/.claude-plugin/plugin.json +0 -21
  5030. package/runtime/vendor/plugins/ruflo/ruflo-market-data/README.md +0 -98
  5031. package/runtime/vendor/plugins/ruflo/ruflo-market-data/agents/data-engineer.md +0 -85
  5032. package/runtime/vendor/plugins/ruflo/ruflo-market-data/commands/market.md +0 -39
  5033. package/runtime/vendor/plugins/ruflo/ruflo-market-data/scripts/smoke.sh +0 -88
  5034. package/runtime/vendor/plugins/ruflo/ruflo-market-data/skills/market-ingest/SKILL.md +0 -34
  5035. package/runtime/vendor/plugins/ruflo/ruflo-market-data/skills/market-pattern/SKILL.md +0 -36
  5036. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/.claude-plugin/plugin.json +0 -32
  5037. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/README.md +0 -64
  5038. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/agents/metaharness-architect.md +0 -58
  5039. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/commands/ruflo-metaharness.md +0 -46
  5040. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/_harness.mjs +0 -261
  5041. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/_similarity.mjs +0 -161
  5042. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/_spike-similarity.mjs +0 -223
  5043. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/audit-list.mjs +0 -158
  5044. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/audit-trend.mjs +0 -272
  5045. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/bench-parse-mcp-scan.mjs +0 -146
  5046. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/bench-recordpair-overhead.mjs +0 -186
  5047. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/bench-similarity.mjs +0 -177
  5048. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/drift-from-history.mjs +0 -363
  5049. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/genome.mjs +0 -80
  5050. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/mcp-scan.mjs +0 -111
  5051. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/mint.mjs +0 -119
  5052. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/oia-audit.mjs +0 -228
  5053. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/router-parallel-analyze.mjs +0 -250
  5054. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/score.mjs +0 -92
  5055. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/similarity.mjs +0 -158
  5056. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/smoke.sh +0 -2268
  5057. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/test-graceful-degradation.mjs +0 -141
  5058. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/test-mcp-tools.mjs +0 -437
  5059. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/test-parallel-pipeline.mjs +0 -204
  5060. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/test-pipeline-roundtrip.mjs +0 -586
  5061. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/test-similarity.mjs +0 -334
  5062. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/test-with-openrouter.mjs +0 -229
  5063. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/scripts/threat-model.mjs +0 -59
  5064. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-drift-from-history/SKILL.md +0 -65
  5065. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-genome/SKILL.md +0 -54
  5066. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-mcp-scan/SKILL.md +0 -47
  5067. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-mint/SKILL.md +0 -72
  5068. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-oia-audit/SKILL.md +0 -79
  5069. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-score/SKILL.md +0 -66
  5070. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-similarity/SKILL.md +0 -67
  5071. package/runtime/vendor/plugins/ruflo/ruflo-metaharness/skills/harness-threat-model/SKILL.md +0 -39
  5072. package/runtime/vendor/plugins/ruflo/ruflo-migrations/.claude-plugin/plugin.json +0 -21
  5073. package/runtime/vendor/plugins/ruflo/ruflo-migrations/README.md +0 -95
  5074. package/runtime/vendor/plugins/ruflo/ruflo-migrations/agents/migration-engineer.md +0 -98
  5075. package/runtime/vendor/plugins/ruflo/ruflo-migrations/commands/migrate.md +0 -47
  5076. package/runtime/vendor/plugins/ruflo/ruflo-migrations/scripts/smoke.sh +0 -86
  5077. package/runtime/vendor/plugins/ruflo/ruflo-migrations/skills/migrate-create/SKILL.md +0 -35
  5078. package/runtime/vendor/plugins/ruflo/ruflo-migrations/skills/migrate-validate/SKILL.md +0 -35
  5079. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/.claude-plugin/plugin.json +0 -26
  5080. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/README.md +0 -326
  5081. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/agents/backtest-engineer.md +0 -74
  5082. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/agents/market-analyst.md +0 -92
  5083. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/agents/risk-analyst.md +0 -127
  5084. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/agents/trading-strategist.md +0 -170
  5085. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/backtest-throughput.bench.mjs +0 -247
  5086. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/memory-recall.bench.mjs +0 -198
  5087. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/portfolio-cg.bench.mjs +0 -256
  5088. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/results/backtest-throughput-baseline-20260520T203616Z.md +0 -48
  5089. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/results/cg-baseline-20260520T022220Z.md +0 -25
  5090. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/results/cg-native-baseline-20260520T202735Z.md +0 -104
  5091. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/results/memory-recall-baseline-20260520T203616Z.md +0 -45
  5092. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/results/signal-generation-baseline-20260520T203616Z.md +0 -43
  5093. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/benchmarks/signal-generation.bench.mjs +0 -233
  5094. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/commands/trader.md +0 -67
  5095. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/scripts/runtime-smoke.sh +0 -118
  5096. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/scripts/smoke.sh +0 -86
  5097. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-backtest/SKILL.md +0 -47
  5098. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-cloud-backtest/SKILL.md +0 -85
  5099. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-explain/SKILL.md +0 -137
  5100. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-portfolio/SKILL.md +0 -38
  5101. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-portfolio-cg/SKILL.md +0 -117
  5102. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-regime/SKILL.md +0 -30
  5103. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-risk/SKILL.md +0 -33
  5104. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-signal/SKILL.md +0 -35
  5105. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/skills/trader-train/SKILL.md +0 -30
  5106. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/pipeline-messages.ts +0 -147
  5107. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/signed-artifact.mjs +0 -98
  5108. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/signed-artifact.ts +0 -186
  5109. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/signed-attribution.mjs +0 -227
  5110. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/signed-attribution.ts +0 -416
  5111. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/sublinear-adapter.mjs +0 -245
  5112. package/runtime/vendor/plugins/ruflo/ruflo-neural-trader/src/sublinear-adapter.ts +0 -383
  5113. package/runtime/vendor/plugins/ruflo/ruflo-observability/.claude-plugin/plugin.json +0 -22
  5114. package/runtime/vendor/plugins/ruflo/ruflo-observability/README.md +0 -98
  5115. package/runtime/vendor/plugins/ruflo/ruflo-observability/agents/observability-engineer.md +0 -117
  5116. package/runtime/vendor/plugins/ruflo/ruflo-observability/commands/observe.md +0 -39
  5117. package/runtime/vendor/plugins/ruflo/ruflo-observability/scripts/smoke.sh +0 -86
  5118. package/runtime/vendor/plugins/ruflo/ruflo-observability/skills/observe-metrics/SKILL.md +0 -34
  5119. package/runtime/vendor/plugins/ruflo/ruflo-observability/skills/observe-trace/SKILL.md +0 -29
  5120. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/.claude-plugin/plugin.json +0 -21
  5121. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/README.md +0 -75
  5122. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/agents/plugin-developer.md +0 -40
  5123. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/commands/create-plugin.md +0 -11
  5124. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/scripts/smoke.sh +0 -83
  5125. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/skills/create-plugin/SKILL.md +0 -105
  5126. package/runtime/vendor/plugins/ruflo/ruflo-plugin-creator/skills/validate-plugin/SKILL.md +0 -34
  5127. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/.claude-plugin/plugin.json +0 -22
  5128. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/README.md +0 -202
  5129. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/agents/memory-specialist.md +0 -120
  5130. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/commands/recall.md +0 -23
  5131. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/commands/ruflo-memory.md +0 -38
  5132. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/scripts/smoke.sh +0 -84
  5133. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/skills/memory-bridge/SKILL.md +0 -59
  5134. package/runtime/vendor/plugins/ruflo/ruflo-rag-memory/skills/memory-search/SKILL.md +0 -67
  5135. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/.claude-plugin/plugin.json +0 -23
  5136. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/README.md +0 -262
  5137. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/agents/vector-engineer.md +0 -194
  5138. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/commands/vector.md +0 -155
  5139. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/scripts/smoke.sh +0 -76
  5140. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/skills/vector-cluster/SKILL.md +0 -41
  5141. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/skills/vector-embed/SKILL.md +0 -47
  5142. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/skills/vector-hyperbolic/SKILL.md +0 -55
  5143. package/runtime/vendor/plugins/ruflo/ruflo-ruvector/skills/vector-setup/SKILL.md +0 -82
  5144. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/.claude-plugin/plugin.json +0 -22
  5145. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/README.md +0 -68
  5146. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/agents/llm-specialist.md +0 -37
  5147. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/commands/ruvllm.md +0 -9
  5148. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/scripts/smoke.sh +0 -77
  5149. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/skills/chat-format/SKILL.md +0 -30
  5150. package/runtime/vendor/plugins/ruflo/ruflo-ruvllm/skills/llm-config/SKILL.md +0 -32
  5151. package/runtime/vendor/plugins/ruflo/ruflo-rvf/.claude-plugin/plugin.json +0 -22
  5152. package/runtime/vendor/plugins/ruflo/ruflo-rvf/README.md +0 -78
  5153. package/runtime/vendor/plugins/ruflo/ruflo-rvf/agents/session-specialist.md +0 -30
  5154. package/runtime/vendor/plugins/ruflo/ruflo-rvf/commands/rvf.md +0 -10
  5155. package/runtime/vendor/plugins/ruflo/ruflo-rvf/scripts/smoke.sh +0 -79
  5156. package/runtime/vendor/plugins/ruflo/ruflo-rvf/skills/rvf-manage/SKILL.md +0 -37
  5157. package/runtime/vendor/plugins/ruflo/ruflo-rvf/skills/session-persist/SKILL.md +0 -35
  5158. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/.claude-plugin/plugin.json +0 -22
  5159. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/README.md +0 -69
  5160. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/agents/security-auditor.md +0 -50
  5161. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/commands/audit.md +0 -18
  5162. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/scripts/smoke.sh +0 -79
  5163. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/skills/dependency-check/SKILL.md +0 -25
  5164. package/runtime/vendor/plugins/ruflo/ruflo-security-audit/skills/security-scan/SKILL.md +0 -24
  5165. package/runtime/vendor/plugins/ruflo/ruflo-sparc/.claude-plugin/plugin.json +0 -22
  5166. package/runtime/vendor/plugins/ruflo/ruflo-sparc/README.md +0 -111
  5167. package/runtime/vendor/plugins/ruflo/ruflo-sparc/agents/sparc-orchestrator.md +0 -145
  5168. package/runtime/vendor/plugins/ruflo/ruflo-sparc/commands/ruflo-sparc.md +0 -95
  5169. package/runtime/vendor/plugins/ruflo/ruflo-sparc/scripts/smoke.sh +0 -91
  5170. package/runtime/vendor/plugins/ruflo/ruflo-sparc/skills/sparc-implement/SKILL.md +0 -122
  5171. package/runtime/vendor/plugins/ruflo/ruflo-sparc/skills/sparc-refine/SKILL.md +0 -130
  5172. package/runtime/vendor/plugins/ruflo/ruflo-sparc/skills/sparc-spec/SKILL.md +0 -95
  5173. package/runtime/vendor/plugins/ruflo/ruflo-swarm/.claude-plugin/plugin.json +0 -22
  5174. package/runtime/vendor/plugins/ruflo/ruflo-swarm/README.md +0 -86
  5175. package/runtime/vendor/plugins/ruflo/ruflo-swarm/agents/architect.md +0 -39
  5176. package/runtime/vendor/plugins/ruflo/ruflo-swarm/agents/coordinator.md +0 -31
  5177. package/runtime/vendor/plugins/ruflo/ruflo-swarm/commands/swarm.md +0 -16
  5178. package/runtime/vendor/plugins/ruflo/ruflo-swarm/commands/watch.md +0 -13
  5179. package/runtime/vendor/plugins/ruflo/ruflo-swarm/scripts/smoke.sh +0 -93
  5180. package/runtime/vendor/plugins/ruflo/ruflo-swarm/skills/monitor-stream/SKILL.md +0 -15
  5181. package/runtime/vendor/plugins/ruflo/ruflo-swarm/skills/swarm-init/SKILL.md +0 -21
  5182. package/runtime/vendor/plugins/ruflo/ruflo-testgen/.claude-plugin/plugin.json +0 -21
  5183. package/runtime/vendor/plugins/ruflo/ruflo-testgen/README.md +0 -74
  5184. package/runtime/vendor/plugins/ruflo/ruflo-testgen/agents/tester.md +0 -39
  5185. package/runtime/vendor/plugins/ruflo/ruflo-testgen/commands/testgen.md +0 -19
  5186. package/runtime/vendor/plugins/ruflo/ruflo-testgen/scripts/smoke.sh +0 -79
  5187. package/runtime/vendor/plugins/ruflo/ruflo-testgen/skills/tdd-workflow/SKILL.md +0 -22
  5188. package/runtime/vendor/plugins/ruflo/ruflo-testgen/skills/test-gaps/SKILL.md +0 -17
  5189. package/runtime/vendor/plugins/ruflo/ruflo-workflows/.claude-plugin/plugin.json +0 -70
  5190. package/runtime/vendor/plugins/ruflo/ruflo-workflows/README.md +0 -148
  5191. package/runtime/vendor/plugins/ruflo/ruflo-workflows/agents/gaia-benchmark-runner.md +0 -78
  5192. package/runtime/vendor/plugins/ruflo/ruflo-workflows/agents/gaia-submission-coordinator.md +0 -95
  5193. package/runtime/vendor/plugins/ruflo/ruflo-workflows/agents/workflow-specialist.md +0 -55
  5194. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia-cost.md +0 -78
  5195. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia-history.md +0 -73
  5196. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia-leaderboard.md +0 -62
  5197. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia-run.md +0 -98
  5198. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia-submit.md +0 -86
  5199. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia-validate.md +0 -94
  5200. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/gaia.md +0 -48
  5201. package/runtime/vendor/plugins/ruflo/ruflo-workflows/commands/workflow.md +0 -20
  5202. package/runtime/vendor/plugins/ruflo/ruflo-workflows/scripts/smoke-gaia.sh +0 -140
  5203. package/runtime/vendor/plugins/ruflo/ruflo-workflows/scripts/smoke.sh +0 -115
  5204. package/runtime/vendor/plugins/ruflo/ruflo-workflows/skills/gaia-architecture-comparison/SKILL.md +0 -127
  5205. package/runtime/vendor/plugins/ruflo/ruflo-workflows/skills/gaia-debugging/SKILL.md +0 -116
  5206. package/runtime/vendor/plugins/ruflo/ruflo-workflows/skills/gaia-submission/SKILL.md +0 -123
  5207. package/runtime/vendor/plugins/ruflo/ruflo-workflows/skills/workflow-create/SKILL.md +0 -60
  5208. package/runtime/vendor/plugins/ruflo/ruflo-workflows/skills/workflow-run/SKILL.md +0 -40
  5209. package/runtime/vendor/skills/CATALOG.md +0 -78
  5210. package/runtime/vendor/skills/andrej-karpathy-skills/karpathy-guidelines/SKILL.md +0 -67
  5211. package/runtime/vendor/skills/app/SKILL.md +0 -1456
  5212. package/runtime/vendor/skills/app/agents/openai.yaml +0 -4
  5213. package/runtime/vendor/skills/app/skill.json +0 -36
  5214. package/runtime/vendor/skills/app/spec.md +0 -1454
  5215. package/runtime/vendor/skills/book-to-skill/BACKERS.md +0 -27
  5216. package/runtime/vendor/skills/book-to-skill/CHANGELOG.md +0 -154
  5217. package/runtime/vendor/skills/book-to-skill/CONTRIBUTING.md +0 -55
  5218. package/runtime/vendor/skills/book-to-skill/LICENSE.md +0 -21
  5219. package/runtime/vendor/skills/book-to-skill/README.md +0 -438
  5220. package/runtime/vendor/skills/book-to-skill/SECURITY.md +0 -33
  5221. package/runtime/vendor/skills/book-to-skill/SKILL.md +0 -634
  5222. package/runtime/vendor/skills/book-to-skill/book_to_skill/__init__.py +0 -4
  5223. package/runtime/vendor/skills/book-to-skill/book_to_skill/__main__.py +0 -4
  5224. package/runtime/vendor/skills/book-to-skill/book_to_skill/cli.py +0 -16
  5225. package/runtime/vendor/skills/book-to-skill/book_to_skill/config.py +0 -38
  5226. package/runtime/vendor/skills/book-to-skill/book_to_skill/dependencies.py +0 -289
  5227. package/runtime/vendor/skills/book-to-skill/book_to_skill/exceptions.py +0 -2
  5228. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/__init__.py +0 -1
  5229. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/calibre.py +0 -26
  5230. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/docx.py +0 -89
  5231. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/epub.py +0 -101
  5232. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/html.py +0 -54
  5233. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/pdf.py +0 -100
  5234. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/rtf.py +0 -47
  5235. package/runtime/vendor/skills/book-to-skill/book_to_skill/parsers/text.py +0 -15
  5236. package/runtime/vendor/skills/book-to-skill/book_to_skill/utils.py +0 -678
  5237. package/runtime/vendor/skills/book-to-skill/mkdocs.yml +0 -69
  5238. package/runtime/vendor/skills/book-to-skill/pyproject.toml +0 -42
  5239. package/runtime/vendor/skills/book-to-skill/scripts/banner.txt +0 -26
  5240. package/runtime/vendor/skills/book-to-skill/scripts/extract.py +0 -26
  5241. package/runtime/vendor/skills/book-to-skill/tests/test_book_to_skill.py +0 -1035
  5242. package/runtime/vendor/skills/book-to-skill/tests/test_discovery_tax.py +0 -122
  5243. package/runtime/vendor/skills/book-to-skill/tools/discovery_tax.py +0 -192
  5244. package/runtime/vendor/skills/book-to-skill/tools/validate_skill.py +0 -220
  5245. package/runtime/vendor/skills/drawio-diagramming/SKILL.md +0 -35
  5246. package/runtime/vendor/skills/drawio-diagramming/agents/openai.yaml +0 -4
  5247. package/runtime/vendor/skills/drawio-diagramming/references/diagram-types.md +0 -20
  5248. package/runtime/vendor/skills/drawio-diagramming/references/layout-patterns.md +0 -21
  5249. package/runtime/vendor/skills/drawio-diagramming/references/mxfile-format.md +0 -28
  5250. package/runtime/vendor/skills/drawio-diagramming/references/visual-quality-gates.md +0 -15
  5251. package/runtime/vendor/skills/drawio-diagramming/scripts/inspect_drawio.py +0 -36
  5252. package/runtime/vendor/skills/drawio-diagramming/scripts/validate_drawio.py +0 -86
  5253. package/runtime/vendor/skills/ecc/agent-introspection-debugging/SKILL.md +0 -152
  5254. package/runtime/vendor/skills/ecc/agent-introspection-debugging/agents/openai.yaml +0 -7
  5255. package/runtime/vendor/skills/ecc/agent-sort/SKILL.md +0 -214
  5256. package/runtime/vendor/skills/ecc/agent-sort/agents/openai.yaml +0 -7
  5257. package/runtime/vendor/skills/ecc/api-design/SKILL.md +0 -522
  5258. package/runtime/vendor/skills/ecc/api-design/agents/openai.yaml +0 -7
  5259. package/runtime/vendor/skills/ecc/article-writing/SKILL.md +0 -78
  5260. package/runtime/vendor/skills/ecc/article-writing/agents/openai.yaml +0 -7
  5261. package/runtime/vendor/skills/ecc/backend-patterns/SKILL.md +0 -597
  5262. package/runtime/vendor/skills/ecc/backend-patterns/agents/openai.yaml +0 -7
  5263. package/runtime/vendor/skills/ecc/benchmark-methodology/SKILL.md +0 -190
  5264. package/runtime/vendor/skills/ecc/benchmark-methodology/agents/openai.yaml +0 -7
  5265. package/runtime/vendor/skills/ecc/brand-discovery/SKILL.md +0 -145
  5266. package/runtime/vendor/skills/ecc/brand-discovery/agents/openai.yaml +0 -7
  5267. package/runtime/vendor/skills/ecc/brand-discovery/references/10_purpose-why.md +0 -40
  5268. package/runtime/vendor/skills/ecc/brand-discovery/references/20_positioning.md +0 -44
  5269. package/runtime/vendor/skills/ecc/brand-discovery/references/30_audience-niche.md +0 -52
  5270. package/runtime/vendor/skills/ecc/brand-discovery/references/40_personality-archetype.md +0 -57
  5271. package/runtime/vendor/skills/ecc/brand-discovery/references/50_voice-tone.md +0 -59
  5272. package/runtime/vendor/skills/ecc/brand-discovery/references/60_narrative-story.md +0 -50
  5273. package/runtime/vendor/skills/ecc/brand-discovery/references/70_founder-tension.md +0 -49
  5274. package/runtime/vendor/skills/ecc/brand-discovery/references/90_SYNTHESIS.md +0 -133
  5275. package/runtime/vendor/skills/ecc/brand-voice/SKILL.md +0 -96
  5276. package/runtime/vendor/skills/ecc/brand-voice/agents/openai.yaml +0 -7
  5277. package/runtime/vendor/skills/ecc/brand-voice/references/voice-profile-schema.md +0 -55
  5278. package/runtime/vendor/skills/ecc/bun-runtime/SKILL.md +0 -83
  5279. package/runtime/vendor/skills/ecc/bun-runtime/agents/openai.yaml +0 -7
  5280. package/runtime/vendor/skills/ecc/coding-standards/SKILL.md +0 -549
  5281. package/runtime/vendor/skills/ecc/coding-standards/agents/openai.yaml +0 -7
  5282. package/runtime/vendor/skills/ecc/competitive-platform-analysis/SKILL.md +0 -214
  5283. package/runtime/vendor/skills/ecc/competitive-platform-analysis/agents/openai.yaml +0 -7
  5284. package/runtime/vendor/skills/ecc/competitive-report-structure/SKILL.md +0 -162
  5285. package/runtime/vendor/skills/ecc/competitive-report-structure/agents/openai.yaml +0 -7
  5286. package/runtime/vendor/skills/ecc/content-engine/SKILL.md +0 -130
  5287. package/runtime/vendor/skills/ecc/content-engine/agents/openai.yaml +0 -7
  5288. package/runtime/vendor/skills/ecc/crosspost/SKILL.md +0 -110
  5289. package/runtime/vendor/skills/ecc/crosspost/agents/openai.yaml +0 -7
  5290. package/runtime/vendor/skills/ecc/deep-research/SKILL.md +0 -154
  5291. package/runtime/vendor/skills/ecc/deep-research/agents/openai.yaml +0 -7
  5292. package/runtime/vendor/skills/ecc/dmux-workflows/SKILL.md +0 -143
  5293. package/runtime/vendor/skills/ecc/dmux-workflows/agents/openai.yaml +0 -7
  5294. package/runtime/vendor/skills/ecc/documentation-lookup/SKILL.md +0 -89
  5295. package/runtime/vendor/skills/ecc/documentation-lookup/agents/openai.yaml +0 -7
  5296. package/runtime/vendor/skills/ecc/e2e-testing/SKILL.md +0 -325
  5297. package/runtime/vendor/skills/ecc/e2e-testing/agents/openai.yaml +0 -7
  5298. package/runtime/vendor/skills/ecc/eval-harness/SKILL.md +0 -235
  5299. package/runtime/vendor/skills/ecc/eval-harness/agents/openai.yaml +0 -7
  5300. package/runtime/vendor/skills/ecc/everything-claude-code/SKILL.md +0 -442
  5301. package/runtime/vendor/skills/ecc/everything-claude-code/agents/openai.yaml +0 -7
  5302. package/runtime/vendor/skills/ecc/exa-search/SKILL.md +0 -169
  5303. package/runtime/vendor/skills/ecc/exa-search/agents/openai.yaml +0 -7
  5304. package/runtime/vendor/skills/ecc/fal-ai-media/SKILL.md +0 -276
  5305. package/runtime/vendor/skills/ecc/fal-ai-media/agents/openai.yaml +0 -7
  5306. package/runtime/vendor/skills/ecc/frontend-patterns/SKILL.md +0 -661
  5307. package/runtime/vendor/skills/ecc/frontend-patterns/agents/openai.yaml +0 -7
  5308. package/runtime/vendor/skills/ecc/frontend-slides/SKILL.md +0 -183
  5309. package/runtime/vendor/skills/ecc/frontend-slides/STYLE_PRESETS.md +0 -330
  5310. package/runtime/vendor/skills/ecc/frontend-slides/agents/openai.yaml +0 -7
  5311. package/runtime/vendor/skills/ecc/investor-materials/SKILL.md +0 -95
  5312. package/runtime/vendor/skills/ecc/investor-materials/agents/openai.yaml +0 -7
  5313. package/runtime/vendor/skills/ecc/investor-outreach/SKILL.md +0 -90
  5314. package/runtime/vendor/skills/ecc/investor-outreach/agents/openai.yaml +0 -7
  5315. package/runtime/vendor/skills/ecc/market-research/SKILL.md +0 -74
  5316. package/runtime/vendor/skills/ecc/market-research/agents/openai.yaml +0 -7
  5317. package/runtime/vendor/skills/ecc/mcp-server-patterns/SKILL.md +0 -66
  5318. package/runtime/vendor/skills/ecc/mcp-server-patterns/agents/openai.yaml +0 -7
  5319. package/runtime/vendor/skills/ecc/mle-workflow/SKILL.md +0 -346
  5320. package/runtime/vendor/skills/ecc/mle-workflow/agents/openai.yaml +0 -7
  5321. package/runtime/vendor/skills/ecc/nextjs-turbopack/SKILL.md +0 -43
  5322. package/runtime/vendor/skills/ecc/nextjs-turbopack/agents/openai.yaml +0 -7
  5323. package/runtime/vendor/skills/ecc/product-capability/SKILL.md +0 -140
  5324. package/runtime/vendor/skills/ecc/product-capability/agents/openai.yaml +0 -7
  5325. package/runtime/vendor/skills/ecc/security-review/SKILL.md +0 -494
  5326. package/runtime/vendor/skills/ecc/security-review/agents/openai.yaml +0 -7
  5327. package/runtime/vendor/skills/ecc/strategic-compact/SKILL.md +0 -103
  5328. package/runtime/vendor/skills/ecc/strategic-compact/agents/openai.yaml +0 -7
  5329. package/runtime/vendor/skills/ecc/tdd-workflow/SKILL.md +0 -409
  5330. package/runtime/vendor/skills/ecc/tdd-workflow/agents/openai.yaml +0 -7
  5331. package/runtime/vendor/skills/ecc/verification-loop/SKILL.md +0 -125
  5332. package/runtime/vendor/skills/ecc/verification-loop/agents/openai.yaml +0 -7
  5333. package/runtime/vendor/skills/ecc/video-editing/SKILL.md +0 -307
  5334. package/runtime/vendor/skills/ecc/video-editing/agents/openai.yaml +0 -7
  5335. package/runtime/vendor/skills/ecc/x-api/SKILL.md +0 -229
  5336. package/runtime/vendor/skills/ecc/x-api/agents/openai.yaml +0 -7
  5337. package/runtime/vendor/skills/napkin/README.md +0 -40
  5338. package/runtime/vendor/skills/napkin/SKILL.md +0 -109
  5339. package/runtime/vendor/skills/napkin/napkin.md +0 -67
  5340. package/runtime/workflows/azure-card-analysis/README.md +0 -3
  5341. package/runtime/workflows/azure-card-analysis/workflow.yaml +0 -30
  5342. package/runtime/workflows/daily-pr-review/README.md +0 -3
  5343. package/runtime/workflows/daily-pr-review/workflow.yaml +0 -31
  5344. package/runtime/workflows/incident-analysis/README.md +0 -3
  5345. package/runtime/workflows/incident-analysis/workflow.yaml +0 -33
  5346. package/runtime/workflows/release-prep/README.md +0 -3
  5347. package/runtime/workflows/release-prep/workflow.yaml +0 -30
  5348. /package/{runtime/agents/knowledge-author/infra → src/assets/fonts}/.gitkeep +0 -0
  5349. /package/{runtime/agents/knowledge-author/templates → src/assets/i18n}/.gitkeep +0 -0
  5350. /package/{runtime/agents/knowledge-curator/infra → src/assets/images}/.gitkeep +0 -0
  5351. /package/{runtime/agents/knowledge-curator/templates → src/assets/themes}/.gitkeep +0 -0
@@ -1,436 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <title>Jack — 3D Creator</title>
7
- <link rel="preconnect" href="https://fonts.googleapis.com">
8
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
- <link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
10
- <style>
11
- * { box-sizing: border-box; margin: 0; padding: 0; }
12
- html, body, #root, .page { background: #0C0C0C; }
13
- body { font-family: 'Kanit', sans-serif; color: #D7E2EA; }
14
- img { display: block; }
15
- a { text-decoration: none; color: inherit; }
16
- button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
17
- .page { overflow-x: clip; }
18
-
19
- .hero-heading {
20
- background: linear-gradient(180deg, #646973 0%, #BBCCD7 100%);
21
- -webkit-background-clip: text;
22
- background-clip: text;
23
- -webkit-text-fill-color: transparent;
24
- }
25
-
26
- /* ---------- Reusable buttons ---------- */
27
- .contact-btn {
28
- border-radius: 9999px;
29
- background: linear-gradient(123deg, #18011F 7%, #B600A8 37%, #7621B0 72%, #BE4C00 100%);
30
- box-shadow: 0px 4px 4px rgba(181, 1, 167, 0.25), 4px 4px 12px #7721B1 inset;
31
- outline: 2px solid #fff; outline-offset: -3px;
32
- color: #fff; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em;
33
- padding: 12px 32px; font-size: 0.75rem; white-space: nowrap;
34
- }
35
- @media (min-width:640px){ .contact-btn{ padding:14px 40px; font-size:0.875rem; } }
36
- @media (min-width:768px){ .contact-btn{ padding:16px 48px; font-size:1rem; } }
37
-
38
- .live-btn {
39
- border-radius: 9999px; border: 2px solid #D7E2EA; color: #D7E2EA;
40
- font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em;
41
- padding: 12px 32px; font-size: 0.875rem; transition: background 0.2s ease; white-space: nowrap;
42
- }
43
- @media (min-width:640px){ .live-btn{ padding:14px 40px; font-size:1rem; } }
44
- .live-btn:hover { background: rgba(215,226,234,0.1); }
45
-
46
- /* ---------- FadeIn ---------- */
47
- .fade { opacity: 0; transition: opacity 0.7s cubic-bezier(0.25,0.1,0.25,1), transform 0.7s cubic-bezier(0.25,0.1,0.25,1); }
48
- .fade.in { opacity: 1; transform: translate(0,0) !important; }
49
-
50
- /* ---------- Hero ---------- */
51
- .hero { height: 100vh; display: flex; flex-direction: column; overflow-x: clip; position: relative; }
52
- .nav { display: flex; justify-content: space-between; padding: 24px; }
53
- .nav { padding: 24px 24px 0; }
54
- @media (min-width:768px){ .nav{ padding: 32px 40px 0; } }
55
- .nav a {
56
- color: #D7E2EA; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em;
57
- font-size: 0.875rem; transition: opacity 0.2s ease;
58
- }
59
- .nav a:hover { opacity: 0.7; }
60
- @media (min-width:768px){ .nav a{ font-size: 1.125rem; } }
61
- @media (min-width:1024px){ .nav a{ font-size: 1.4rem; } }
62
-
63
- .hero-mid { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; }
64
- .hero-title-wrap { overflow: hidden; padding: 0 24px; }
65
- @media (min-width:768px){ .hero-title-wrap{ padding: 0 40px; } }
66
- .hero-title {
67
- font-weight: 900; text-transform: uppercase; letter-spacing: -0.03em; line-height: 1;
68
- white-space: nowrap; width: 100%;
69
- font-size: 14vw; margin-top: 24px;
70
- }
71
- @media (min-width:640px){ .hero-title{ font-size:15vw; margin-top:16px; } }
72
- @media (min-width:768px){ .hero-title{ font-size:16vw; margin-top:-20px; } }
73
- @media (min-width:1024px){ .hero-title{ font-size:17.5vw; } }
74
-
75
- .hero-bottom {
76
- display: flex; justify-content: space-between; align-items: flex-end;
77
- padding: 0 24px 28px;
78
- }
79
- @media (min-width:640px){ .hero-bottom{ padding-bottom:32px; } }
80
- @media (min-width:768px){ .hero-bottom{ padding: 0 40px 40px; } }
81
- .hero-lead {
82
- color: #D7E2EA; font-weight: 300; text-transform: uppercase; letter-spacing: 0.025em;
83
- line-height: 1.375; font-size: clamp(0.75rem, 1.4vw, 1.5rem); max-width: 160px;
84
- }
85
- @media (min-width:640px){ .hero-lead{ max-width:220px; } }
86
- @media (min-width:768px){ .hero-lead{ max-width:260px; } }
87
-
88
- .portrait-wrap {
89
- position: absolute; left: 50%; transform: translateX(-50%); z-index: 10;
90
- top: 50%; margin-top: 0;
91
- will-change: transform;
92
- }
93
- .portrait-wrap.center-y { transform: translate(-50%, -50%); }
94
- .portrait-wrap img { width: 280px; }
95
- @media (min-width:640px){
96
- .portrait-wrap { top: auto; bottom: 0; transform: translateX(-50%); }
97
- .portrait-wrap img { width: 360px; }
98
- }
99
- @media (min-width:768px){ .portrait-wrap img{ width:440px; } }
100
- @media (min-width:1024px){ .portrait-wrap img{ width:520px; } }
101
-
102
- /* ---------- Marquee ---------- */
103
- .marquee { background:#0C0C0C; padding: 96px 0 40px; overflow: hidden; }
104
- @media (min-width:640px){ .marquee{ padding-top:128px; } }
105
- @media (min-width:768px){ .marquee{ padding-top:160px; } }
106
- .m-row { display: flex; gap: 12px; will-change: transform; }
107
- .m-row + .m-row { margin-top: 12px; }
108
- .m-tile { width: 420px; height: 270px; border-radius: 16px; object-fit: cover; flex: 0 0 auto; background:#161616; }
109
-
110
- /* ---------- About ---------- */
111
- .about { min-height: 100vh; position: relative; display: flex; flex-direction: column;
112
- align-items: center; justify-content: center; padding: 80px 20px; gap: 40px; }
113
- @media (min-width:640px){ .about{ padding: 80px 32px; gap: 56px; } }
114
- @media (min-width:768px){ .about{ padding: 80px 40px; gap: 64px; } }
115
- .about-deco { position: absolute; z-index: 0; }
116
- .about-heading, .about-text-wrap { position: relative; z-index: 2; }
117
- .heading-xl {
118
- font-weight: 900; text-transform: uppercase; line-height: 1; letter-spacing: -0.03em;
119
- text-align: center; font-size: clamp(3rem, 12vw, 160px);
120
- }
121
- .about-text {
122
- color: #D7E2EA; font-weight: 500; text-align: center; line-height: 1.625;
123
- max-width: 560px; font-size: clamp(1rem, 2vw, 1.35rem);
124
- }
125
- .about-text .ch { transition: opacity 0.1s linear; }
126
- .about-btn-wrap { margin-top: 24px; position: relative; z-index: 2; }
127
-
128
- /* deco positions */
129
- .deco-tl { top: 4%; left: 1%; width: 120px; }
130
- .deco-bl { bottom: 8%; left: 3%; width: 100px; }
131
- .deco-tr { top: 4%; right: 1%; width: 120px; }
132
- .deco-br { bottom: 8%; right: 3%; width: 130px; }
133
- @media (min-width:640px){
134
- .deco-tl{ left:2%; width:160px; } .deco-bl{ left:6%; width:140px; }
135
- .deco-tr{ right:2%; width:160px; } .deco-br{ right:6%; width:170px; }
136
- }
137
- @media (min-width:768px){
138
- .deco-tl{ left:4%; width:210px; } .deco-bl{ left:10%; width:180px; }
139
- .deco-tr{ right:4%; width:210px; } .deco-br{ right:10%; width:220px; }
140
- }
141
-
142
- /* ---------- Services ---------- */
143
- .services { background:#FFFFFF; border-radius: 40px 40px 0 0; padding: 80px 20px; }
144
- @media (min-width:640px){ .services{ border-radius:50px 50px 0 0; padding: 96px 32px; } }
145
- @media (min-width:768px){ .services{ border-radius:60px 60px 0 0; padding: 128px 40px; } }
146
- .services-heading { color:#0C0C0C; font-weight:900; text-transform:uppercase; text-align:center;
147
- font-size: clamp(3rem,12vw,160px); margin-bottom: 64px; }
148
- @media (min-width:640px){ .services-heading{ margin-bottom:80px; } }
149
- @media (min-width:768px){ .services-heading{ margin-bottom:112px; } }
150
- .svc-list { max-width: 64rem; margin: 0 auto; }
151
- .svc-item { display: flex; gap: 24px; align-items: flex-start;
152
- border-top: 1px solid rgba(12,12,12,0.15); padding: 32px 0; }
153
- .svc-item:last-child { border-bottom: 1px solid rgba(12,12,12,0.15); }
154
- @media (min-width:640px){ .svc-item{ padding:40px 0; } }
155
- @media (min-width:768px){ .svc-item{ padding:48px 0; } }
156
- .svc-num { font-weight: 900; color:#0C0C0C; font-size: clamp(3rem,10vw,140px); line-height: 0.9; flex: 0 0 auto; }
157
- .svc-name { color:#0C0C0C; font-weight:500; text-transform:uppercase; font-size: clamp(1rem,2.2vw,2.1rem); }
158
- .svc-desc { color:#0C0C0C; font-weight:300; line-height:1.625; max-width: 42rem; opacity:0.6;
159
- font-size: clamp(0.85rem,1.6vw,1.25rem); margin-top: 8px; }
160
-
161
- /* ---------- Projects ---------- */
162
- .projects { background:#0C0C0C; border-radius: 40px 40px 0 0; margin-top: -40px;
163
- position: relative; z-index: 10; padding: 80px 20px 120px; }
164
- @media (min-width:640px){ .projects{ border-radius:50px 50px 0 0; margin-top:-48px; padding: 80px 32px 120px; } }
165
- @media (min-width:768px){ .projects{ border-radius:60px 60px 0 0; margin-top:-56px; padding: 80px 40px 160px; } }
166
- .projects-heading { margin-bottom: 40px; }
167
- .card-slot { height: 85vh; }
168
- .pcard {
169
- position: sticky; top: 96px; border-radius: 40px; border: 2px solid #D7E2EA;
170
- background:#0C0C0C; padding: 16px; transform-origin: top center; will-change: transform;
171
- }
172
- @media (min-width:640px){ .pcard{ border-radius:50px; padding:24px; } }
173
- @media (min-width:768px){ .pcard{ top:128px; border-radius:60px; padding:32px; } }
174
- .pcard-top { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
175
- .pcard-num { font-weight:900; color:#D7E2EA; font-size: clamp(2rem,6vw,90px); line-height: 0.9; }
176
- .pcard-cat { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; opacity: 0.6; }
177
- .pcard-name { font-weight: 500; text-transform: uppercase; font-size: clamp(1rem,2.4vw,1.8rem); flex: 1; }
178
- .pcard-grid { display: flex; gap: 12px; }
179
- .pcard-col1 { flex: 0 0 40%; display: flex; flex-direction: column; gap: 12px; }
180
- .pcard-col2 { flex: 1; }
181
- .pcard-img { width: 100%; object-fit: cover; border-radius: 40px; background:#161616; }
182
- @media (min-width:640px){ .pcard-img{ border-radius:50px; } }
183
- @media (min-width:768px){ .pcard-img{ border-radius:60px; } }
184
- .img-c1a { height: clamp(130px,16vw,230px); }
185
- .img-c1b { height: clamp(160px,22vw,340px); }
186
- .img-c2 { height: 100%; min-height: clamp(310px,40vw,590px); }
187
-
188
- /* ---------- Contact footer ---------- */
189
- .contact { background:#0C0C0C; display:flex; flex-direction:column; align-items:center;
190
- gap: 32px; padding: 80px 24px 120px; }
191
- .contact .heading-xl { font-size: clamp(2.5rem, 9vw, 120px); }
192
- </style>
193
- </head>
194
- <body>
195
- <div class="page" id="root">
196
-
197
- <!-- ===== HERO ===== -->
198
- <section class="hero">
199
- <nav class="nav fade" data-fade="y:-20;delay:0">
200
- <a href="#about">About</a><a href="#price">Price</a><a href="#projects">Projects</a><a href="#contact">Contact</a>
201
- </nav>
202
- <div class="hero-mid">
203
- <div class="hero-title-wrap">
204
- <h1 class="hero-title hero-heading fade" data-fade="y:40;delay:0.15">Hi, i&apos;m jack</h1>
205
- </div>
206
- <div class="portrait-wrap center-y" id="portrait">
207
- <img class="fade" data-fade="y:30;delay:0.6" src="data:image/webp;base64,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" alt="Jack 3D portrait" />
208
- </div>
209
- <div class="hero-bottom">
210
- <p class="hero-lead fade" data-fade="y:20;delay:0.35">a 3d creator driven by crafting striking and unforgettable projects</p>
211
- <button class="contact-btn fade" data-fade="y:20;delay:0.5">Contact Me</button>
212
- </div>
213
- </div>
214
- </section>
215
-
216
- <!-- ===== MARQUEE ===== -->
217
- <section class="marquee" id="marquee">
218
- <div class="m-row" id="mrow1"></div>
219
- <div class="m-row" id="mrow2"></div>
220
- </section>
221
-
222
- <!-- ===== ABOUT ===== -->
223
- <section class="about" id="about">
224
- <img class="about-deco deco-tl fade" data-fade="x:-80;dur:0.9;delay:0.1" src="data:image/webp;base64,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" alt="">
225
- <img class="about-deco deco-bl fade" data-fade="x:-80;dur:0.9;delay:0.25" src="data:image/webp;base64,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" alt="">
226
- <img class="about-deco deco-tr fade" data-fade="x:80;dur:0.9;delay:0.15" src="data:image/webp;base64,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" alt="">
227
- <img class="about-deco deco-br fade" data-fade="x:80;dur:0.9;delay:0.3" src="data:image/webp;base64,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" alt="">
228
- <h2 class="heading-xl hero-heading about-heading fade" data-fade="y:40;delay:0">About me</h2>
229
- <p class="about-text" id="aboutText">With more than five years of experience in design, i focus on branding, web design, and user experience, i truly enjoy working with businesses that aim to stand out and present their best image. Let&apos;s build something incredible together!</p>
230
- <div class="about-btn-wrap"><button class="contact-btn">Contact Me</button></div>
231
- </section>
232
-
233
- <!-- ===== SERVICES ===== -->
234
- <section class="services" id="price">
235
- <h2 class="services-heading">Services</h2>
236
- <div class="svc-list" id="svcList"></div>
237
- </section>
238
-
239
- <!-- ===== PROJECTS ===== -->
240
- <section class="projects" id="projects">
241
- <h2 class="heading-xl hero-heading projects-heading">Project</h2>
242
- <div id="projectCards"></div>
243
- </section>
244
-
245
- <!-- ===== CONTACT ===== -->
246
- <footer class="contact" id="contact">
247
- <h2 class="heading-xl hero-heading">Let&apos;s talk</h2>
248
- <button class="contact-btn">Contact Me</button>
249
- </footer>
250
-
251
- </div>
252
-
253
- <script>
254
-
255
- /* ---------- FadeIn (IntersectionObserver) ---------- */
256
- document.querySelectorAll('.fade').forEach(el => {
257
- const cfg = (el.dataset.fade || '').split(';').reduce((a,p)=>{const[k,v]=p.split(':');if(k)a[k.trim()]=v;return a;},{});
258
- const x = parseFloat(cfg.x||0), y = parseFloat(cfg.y||30), dur = parseFloat(cfg.dur||0.7), delay = parseFloat(cfg.delay||0);
259
- el.style.transform = `translate(${x}px, ${y}px)`;
260
- el.style.transitionDuration = dur + 's';
261
- el.style.transitionDelay = delay + 's';
262
- });
263
- const io = new IntersectionObserver((entries)=>{
264
- entries.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target);} });
265
- }, { rootMargin: '50px', threshold: 0 });
266
- document.querySelectorAll('.fade').forEach(el=>io.observe(el));
267
-
268
- /* ---------- Magnet (hero portrait) ---------- */
269
- (function(){
270
- const wrap = document.getElementById('portrait');
271
- const PAD = 150, STRENGTH = 3;
272
- let active = false;
273
- function isMobile(){ return window.matchMedia('(max-width:639px)').matches; }
274
- function baseTransform(){
275
- return isMobile() ? 'translate(-50%, -50%)' : 'translateX(-50%)';
276
- }
277
- window.addEventListener('mousemove', (ev)=>{
278
- const r = wrap.getBoundingClientRect();
279
- const cx = r.left + r.width/2, cy = r.top + r.height/2;
280
- const dx = ev.clientX - cx, dy = ev.clientY - cy;
281
- const within = Math.abs(dx) < r.width/2 + PAD && Math.abs(dy) < r.height/2 + PAD;
282
- if (within){
283
- active = true;
284
- wrap.style.transition = 'transform 0.3s ease-out';
285
- wrap.style.transform = `${baseTransform()} translate3d(${dx/STRENGTH}px, ${dy/STRENGTH}px, 0)`;
286
- } else if (active){
287
- active = false;
288
- wrap.style.transition = 'transform 0.6s ease-in-out';
289
- wrap.style.transform = baseTransform();
290
- }
291
- });
292
- })();
293
-
294
- /* ---------- Marquee ---------- */
295
- const MARQUEE = [
296
- 'https://motionsites.ai/assets/hero-space-voyage-preview-eECLH3Yc.gif',
297
- 'https://motionsites.ai/assets/hero-codenest-preview-Cgppc2qV.gif',
298
- 'https://motionsites.ai/assets/hero-vex-ventures-preview-BczMFIiw.gif',
299
- 'https://motionsites.ai/assets/hero-stellar-ai-v2-preview-DjvxjG3C.gif',
300
- 'https://motionsites.ai/assets/hero-asme-preview-B_nGDnTP.gif',
301
- 'https://motionsites.ai/assets/hero-transform-data-preview-Cx5OU29N.gif',
302
- 'https://motionsites.ai/assets/hero-vitara-preview-Cjz2QYyU.gif',
303
- 'https://motionsites.ai/assets/hero-terra-preview-BFjrCr7T.gif',
304
- 'https://motionsites.ai/assets/hero-skyelite-preview-DHaZIgUv.gif',
305
- 'https://motionsites.ai/assets/hero-aethera-preview-DknSlcTa.gif',
306
- 'https://motionsites.ai/assets/hero-designpro-preview-D8c5_een.gif',
307
- 'https://motionsites.ai/assets/hero-stellar-ai-preview-D3HL6bw1.gif',
308
- 'https://motionsites.ai/assets/hero-xportfolio-preview-D4A8maiC.gif',
309
- 'https://motionsites.ai/assets/hero-orbit-web3-preview-BXt4OttD.gif',
310
- 'https://motionsites.ai/assets/hero-nexora-preview-cx5HmUgo.gif',
311
- 'https://motionsites.ai/assets/hero-evr-ventures-preview-DZxeVFEX.gif',
312
- 'https://motionsites.ai/assets/hero-planet-orbit-preview-DWAP8Z1P.gif',
313
- 'https://motionsites.ai/assets/hero-new-era-preview-CocuDUm9.gif',
314
- 'https://motionsites.ai/assets/hero-wealth-preview-B70idl_u.gif',
315
- 'https://motionsites.ai/assets/hero-luminex-preview-CxOP7ce6.gif',
316
- 'https://motionsites.ai/assets/hero-celestia-preview-0yO3jXO8.gif',
317
- ];
318
- function tile(src){ const i=document.createElement('img'); i.className='m-tile'; i.loading='lazy'; i.src=src; i.alt=''; return i; }
319
- const row1Imgs = MARQUEE.slice(0,11), row2Imgs = MARQUEE.slice(11);
320
- const mrow1 = document.getElementById('mrow1'), mrow2 = document.getElementById('mrow2');
321
- for(let k=0;k<3;k++){ row1Imgs.forEach(s=>mrow1.appendChild(tile(s))); }
322
- for(let k=0;k<3;k++){ row2Imgs.forEach(s=>mrow2.appendChild(tile(s))); }
323
- const marqueeSec = document.getElementById('marquee');
324
- function onScrollMarquee(){
325
- const top = marqueeSec.offsetTop;
326
- const offset = (window.scrollY - top + window.innerHeight) * 0.3;
327
- mrow1.style.transform = `translateX(${offset - 200}px)`;
328
- mrow2.style.transform = `translateX(${-(offset - 200)}px)`;
329
- }
330
- window.addEventListener('scroll', onScrollMarquee, { passive: true });
331
- onScrollMarquee();
332
-
333
- /* ---------- AnimatedText (char-by-char scroll reveal) ---------- */
334
- (function(){
335
- const p = document.getElementById('aboutText');
336
- const text = p.textContent;
337
- p.textContent = '';
338
- const spans = [];
339
- for(const c of text){
340
- const s = document.createElement('span'); s.className='ch'; s.textContent = c; s.style.opacity = 0.2;
341
- p.appendChild(s); spans.push(s);
342
- }
343
- function update(){
344
- const r = p.getBoundingClientRect();
345
- const vh = window.innerHeight;
346
- // offset ['start 0.8','end 0.2']: progress 0 when top at 0.8*vh, 1 when bottom at 0.2*vh
347
- const startY = 0.8*vh, endY = 0.2*vh;
348
- const total = (r.top - startY) ; // not used directly
349
- const prog = (startY - r.top) / ((startY - endY) + r.height);
350
- const p2 = Math.max(0, Math.min(1, prog));
351
- const lit = p2 * spans.length;
352
- spans.forEach((s,i)=>{ s.style.opacity = i < lit ? 1 : 0.2; });
353
- }
354
- window.addEventListener('scroll', update, { passive: true });
355
- update();
356
- })();
357
-
358
- /* ---------- Services list ---------- */
359
- const SERVICES = [
360
- ['01','3D Modeling','Creation of detailed objects, characters, or environments tailored to specific client needs, ideal for games, products, and visualizations.'],
361
- ['02','Rendering','High-quality, photorealistic renders that showcase designs with custom lighting, textures, and materials to bring concepts to life.'],
362
- ['03','Motion Design','Dynamic animations and motion graphics that add energy and storytelling to brands, products, and digital experiences.'],
363
- ['04','Branding','Crafting cohesive visual identities — from logos to full brand systems — that communicate a clear and memorable presence.'],
364
- ['05','Web Design','Designing clean, modern, and conversion-focused websites with attention to layout, typography, and user experience.'],
365
- ];
366
- const svcList = document.getElementById('svcList');
367
- SERVICES.forEach(([n,name,desc],i)=>{
368
- const item = document.createElement('div');
369
- item.className = 'svc-item fade';
370
- item.dataset.fade = `y:30;delay:${(i*0.1).toFixed(2)}`;
371
- item.innerHTML = `<div class="svc-num">${n}</div><div><div class="svc-name">${name}</div><div class="svc-desc">${desc}</div></div>`;
372
- svcList.appendChild(item);
373
- });
374
- // re-init fade for dynamically added
375
- svcList.querySelectorAll('.fade').forEach(el=>{
376
- const cfg=(el.dataset.fade||'').split(';').reduce((a,p)=>{const[k,v]=p.split(':');if(k)a[k.trim()]=v;return a;},{});
377
- el.style.transform=`translate(0px, ${cfg.y||30}px)`; el.style.transitionDelay=(cfg.delay||0)+'s';
378
- io.observe(el);
379
- });
380
-
381
- /* ---------- Projects (sticky-stacking scale) ---------- */
382
- const PROJECTS = [
383
- ['01','Client','Nextlevel Studio',
384
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055344_5eff02e0-87a5-41ce-b64f-eb08da8f33db.png&w=1280&q=85',
385
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055431_11d841fd-8b41-46a5-82e4-b04f2407a7d8.png&w=1280&q=85',
386
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055451_e317bf2d-28d4-48cc-86b0-6f72f25b6327.png&w=1280&q=85'],
387
- ['02','Personal','Aura Brand Identity',
388
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055654_911201c5-36d9-4bc6-bac7-331adfce159f.png&w=1280&q=85',
389
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055723_5ceda0b8-d9c2-4665-b2e3-83ba19ba76d1.png&w=1280&q=85',
390
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055753_adc5dcbd-a8e6-49c0-b43a-9b030d835cea.png&w=1280&q=85'],
391
- ['03','Client','Solaris Digital',
392
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055759_963cfb0b-4bd1-4b0f-9d0a-09bd6cf95b2f.png&w=1280&q=85',
393
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_060108_438f781a-9846-4dcc-89ab-c4e6cb830f5b.png&w=1280&q=85',
394
- 'https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260412_055818_9d062121-ad7e-46b9-999a-1a6a692ef1ee.png&w=1280&q=85'],
395
- ];
396
- const cardsRoot = document.getElementById('projectCards');
397
- const total = PROJECTS.length;
398
- PROJECTS.forEach(([n,cat,name,a,b,c],i)=>{
399
- const slot = document.createElement('div'); slot.className='card-slot';
400
- const card = document.createElement('div'); card.className='pcard';
401
- card.style.top = (96 + i*28) + 'px';
402
- card.dataset.index = i;
403
- card.innerHTML = `
404
- <div class="pcard-top">
405
- <div class="pcard-num">${n}</div>
406
- <div class="pcard-cat">${cat}</div>
407
- <div class="pcard-name">${name}</div>
408
- <button class="live-btn">Live Project</button>
409
- </div>
410
- <div class="pcard-grid">
411
- <div class="pcard-col1">
412
- <img class="pcard-img img-c1a" loading="lazy" src="${a}" alt="">
413
- <img class="pcard-img img-c1b" loading="lazy" src="${b}" alt="">
414
- </div>
415
- <div class="pcard-col2"><img class="pcard-img img-c2" loading="lazy" src="${c}" alt=""></div>
416
- </div>`;
417
- slot.appendChild(card); cardsRoot.appendChild(slot);
418
- });
419
- const pcards = [...document.querySelectorAll('.pcard')];
420
- function onScrollCards(){
421
- pcards.forEach((card,i)=>{
422
- const slot = card.parentElement;
423
- const r = slot.getBoundingClientRect();
424
- const targetScale = 1 - (total - 1 - i) * 0.03;
425
- // progress of how far this slot has scrolled past the sticky point
426
- const stickTop = parseFloat(card.style.top);
427
- const passed = Math.max(0, Math.min(1, (stickTop - r.top) / (r.height)));
428
- const scale = 1 - (1 - targetScale) * passed;
429
- card.style.transform = `scale(${scale})`;
430
- });
431
- }
432
- window.addEventListener('scroll', onScrollCards, { passive: true });
433
- onScrollCards();
434
- </script>
435
- </body>
436
- </html>