@raishin/vanguard-frontier-agentic 1.8.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (939) hide show
  1. package/.claude-plugin/plugin.json +4 -1
  2. package/.cursor-plugin/plugin.json +4 -1
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +6 -0
  5. package/agents/finops/AGENTS.md +19 -9
  6. package/agents/finops/README.md +75 -5
  7. package/agents/finops/finops-ai-economist-agent/AGENT.md +71 -0
  8. package/agents/finops/finops-ai-economist-agent/PERMISSIONS.md +138 -0
  9. package/agents/finops/finops-ai-economist-agent/README.md +27 -0
  10. package/agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md +50 -0
  11. package/agents/finops/finops-ai-economist-agent/harnesses/codex.toml +40 -0
  12. package/agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md +58 -0
  13. package/agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md +50 -0
  14. package/agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md +50 -0
  15. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json +1 -0
  16. package/agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md +50 -0
  17. package/agents/finops/finops-ai-economist-agent/metadata.json +45 -0
  18. package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +4 -3
  19. package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +46 -0
  20. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +2 -2
  21. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +3 -3
  22. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +2 -2
  23. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +2 -2
  24. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +2 -2
  25. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -1
  26. package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +2 -2
  27. package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +14 -5
  28. package/agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md +102 -0
  29. package/agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md +143 -0
  30. package/agents/finops/finops-kubernetes-rightsizer-agent/README.md +37 -0
  31. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md +46 -0
  32. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml +47 -0
  33. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md +54 -0
  34. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md +46 -0
  35. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md +46 -0
  36. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json +1 -0
  37. package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md +46 -0
  38. package/agents/finops/finops-kubernetes-rightsizer-agent/metadata.json +46 -0
  39. package/agents/finops/finops-maestro-agent/AGENT.md +61 -0
  40. package/agents/finops/finops-maestro-agent/PERMISSIONS.md +64 -0
  41. package/agents/finops/finops-maestro-agent/README.md +52 -0
  42. package/agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md +42 -0
  43. package/agents/finops/finops-maestro-agent/harnesses/codex.toml +34 -0
  44. package/agents/finops/finops-maestro-agent/harnesses/copilot.agent.md +49 -0
  45. package/agents/finops/finops-maestro-agent/harnesses/cursor.agent.md +42 -0
  46. package/agents/finops/finops-maestro-agent/harnesses/gemini.agent.md +42 -0
  47. package/agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
  48. package/agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md +42 -0
  49. package/agents/finops/finops-maestro-agent/metadata.json +38 -0
  50. package/catalog/agents.json +294 -198
  51. package/catalog/asset-integrity.json +490 -65
  52. package/catalog/install-roles.json +10 -0
  53. package/catalog/skill-manifest.json +210 -13
  54. package/catalog/skills.json +373 -205
  55. package/package.json +7 -5
  56. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  57. package/powers/vanguard-kubernetes/POWER.md +1 -1
  58. package/scripts/export-marketplace-agents.mjs +146 -84
  59. package/scripts/generate-changelog-counts.mjs +34 -0
  60. package/scripts/release-prepare.mjs +97 -5
  61. package/skills/finops/README.md +60 -9
  62. package/skills/finops/carbon-cost-pair/README.md +25 -0
  63. package/skills/finops/carbon-cost-pair/SKILL.md +96 -0
  64. package/skills/finops/carbon-cost-pair/metadata.json +27 -0
  65. package/skills/finops/carbon-cost-pair/references/methodology.md +78 -0
  66. package/skills/finops/carbon-cost-pair/references/sources.md +103 -0
  67. package/skills/finops/fetch-foundation-model-pricing/README.md +25 -0
  68. package/skills/finops/fetch-foundation-model-pricing/SKILL.md +85 -0
  69. package/skills/finops/fetch-foundation-model-pricing/metadata.json +30 -0
  70. package/skills/finops/fetch-foundation-model-pricing/references/providers.md +88 -0
  71. package/skills/finops/fetch-foundation-model-pricing/references/token-economics.md +94 -0
  72. package/skills/finops/finops-cloud-price-advisor/SKILL.md +25 -16
  73. package/skills/finops/finops-cloud-price-advisor/metadata.json +11 -5
  74. package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +73 -0
  75. package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +106 -7
  76. package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +71 -0
  77. package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +299 -10
  78. package/skills/finops/finops-cloud-price-advisor/references/provider-fallbacks.md +400 -0
  79. package/skills/finops/finops-maestro/README.md +27 -0
  80. package/skills/finops/finops-maestro/SKILL.md +49 -0
  81. package/skills/finops/finops-maestro/metadata.json +26 -0
  82. package/skills/finops/finops-maestro/references/safety-checklist.md +67 -0
  83. package/skills/finops/finops-maestro/references/workflow-and-output.md +107 -0
  84. package/skills/finops/focus-spec-normalizer/README.md +25 -0
  85. package/skills/finops/focus-spec-normalizer/SKILL.md +113 -0
  86. package/skills/finops/focus-spec-normalizer/metadata.json +26 -0
  87. package/skills/finops/focus-spec-normalizer/references/focus-columns.md +69 -0
  88. package/skills/finops/focus-spec-normalizer/references/vendor-mapping.md +229 -0
  89. package/skills/finops/kubernetes-allocation-report/README.md +23 -0
  90. package/skills/finops/kubernetes-allocation-report/SKILL.md +95 -0
  91. package/skills/finops/kubernetes-allocation-report/metadata.json +26 -0
  92. package/skills/finops/kubernetes-allocation-report/references/attribution-workflow.md +90 -0
  93. package/skills/finops/kubernetes-allocation-report/references/opencost-mapping.md +70 -0
  94. package/skills/finops/rightsize-recommendation/README.md +23 -0
  95. package/skills/finops/rightsize-recommendation/SKILL.md +139 -0
  96. package/skills/finops/rightsize-recommendation/metadata.json +27 -0
  97. package/skills/finops/rightsize-recommendation/references/karpenter-consolidation.md +79 -0
  98. package/skills/finops/rightsize-recommendation/references/metric-sources.md +124 -0
  99. package/tests/AGENTS.md +17 -0
  100. package/tests/_generate_maestro_routing_fixtures.py +372 -0
  101. package/tests/export-cursor-kiro-skill-notice.test.mjs +92 -0
  102. package/tests/fixtures/README.md +53 -0
  103. package/tests/fixtures/alibaba-maestro-routing/expected/001-happy-ack-container-platform-operator.json +6 -0
  104. package/tests/fixtures/alibaba-maestro-routing/expected/002-happy-actiontrail-audit-analyst.json +6 -0
  105. package/tests/fixtures/alibaba-maestro-routing/expected/003-happy-analyticdb-realtime.json +6 -0
  106. package/tests/fixtures/alibaba-maestro-routing/expected/004-happy-certificate-manager-issuer-review.json +6 -0
  107. package/tests/fixtures/alibaba-maestro-routing/expected/005-happy-change-impact-advisor.json +6 -0
  108. package/tests/fixtures/alibaba-maestro-routing/expected/006-happy-china-compliance.json +6 -0
  109. package/tests/fixtures/alibaba-maestro-routing/expected/007-happy-cost-anomaly-watch-coordinator.json +6 -0
  110. package/tests/fixtures/alibaba-maestro-routing/expected/008-happy-cost-finops-analyst.json +6 -0
  111. package/tests/fixtures/alibaba-maestro-routing/expected/009-happy-daily-operations-briefing-coordinator.json +6 -0
  112. package/tests/fixtures/alibaba-maestro-routing/expected/010-happy-devops-cicd-operator.json +6 -0
  113. package/tests/fixtures/alibaba-maestro-routing/expected/011-happy-ecs-compute-operator.json +6 -0
  114. package/tests/fixtures/alibaba-maestro-routing/expected/012-happy-event-driven-architecture-review.json +6 -0
  115. package/tests/fixtures/alibaba-maestro-routing/expected/013-happy-function-serverless-operator.json +6 -0
  116. package/tests/fixtures/alibaba-maestro-routing/expected/014-happy-iac-change-safety-review.json +6 -0
  117. package/tests/fixtures/alibaba-maestro-routing/expected/015-happy-kms-secret-lifecycle-steward.json +6 -0
  118. package/tests/fixtures/alibaba-maestro-routing/expected/016-happy-landing-zone-architect.json +6 -0
  119. package/tests/fixtures/alibaba-maestro-routing/expected/017-happy-load-balancer-traffic-engineer.json +6 -0
  120. package/tests/fixtures/alibaba-maestro-routing/expected/018-happy-maxcompute-dataworks-analyst.json +6 -0
  121. package/tests/fixtures/alibaba-maestro-routing/expected/019-happy-migration-architect.json +6 -0
  122. package/tests/fixtures/alibaba-maestro-routing/expected/020-happy-mse-microservice-engine.json +6 -0
  123. package/tests/fixtures/alibaba-maestro-routing/expected/021-happy-network-architect.json +6 -0
  124. package/tests/fixtures/alibaba-maestro-routing/expected/022-happy-observability-incident-responder.json +6 -0
  125. package/tests/fixtures/alibaba-maestro-routing/expected/023-happy-oss-data-perimeter-governor.json +6 -0
  126. package/tests/fixtures/alibaba-maestro-routing/expected/024-happy-oss-storage-steward.json +6 -0
  127. package/tests/fixtures/alibaba-maestro-routing/expected/025-happy-polardb-rds-dba.json +6 -0
  128. package/tests/fixtures/alibaba-maestro-routing/expected/026-happy-ram-iam-review.json +6 -0
  129. package/tests/fixtures/alibaba-maestro-routing/expected/027-happy-registry-artifact-governor.json +6 -0
  130. package/tests/fixtures/alibaba-maestro-routing/expected/028-happy-resilience-bcdr-review.json +6 -0
  131. package/tests/fixtures/alibaba-maestro-routing/expected/029-happy-security-center-hardening.json +6 -0
  132. package/tests/fixtures/alibaba-maestro-routing/expected/030-happy-serverless-production-readiness.json +6 -0
  133. package/tests/fixtures/alibaba-maestro-routing/expected/031-happy-solution-architect.json +6 -0
  134. package/tests/fixtures/alibaba-maestro-routing/expected/032-happy-support-incident-coordinator.json +6 -0
  135. package/tests/fixtures/alibaba-maestro-routing/expected/033-happy-ticket-triage-escalation-coordinator.json +6 -0
  136. package/tests/fixtures/alibaba-maestro-routing/expected/034-happy-waf-cost-optimization-review.json +6 -0
  137. package/tests/fixtures/alibaba-maestro-routing/expected/035-happy-waf-reliability-review.json +6 -0
  138. package/tests/fixtures/alibaba-maestro-routing/expected/036-happy-waf-security-review.json +6 -0
  139. package/tests/fixtures/alibaba-maestro-routing/expected/adv-ambiguous.json +4 -0
  140. package/tests/fixtures/alibaba-maestro-routing/expected/adv-instruction-injection.json +6 -0
  141. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-01-live-ack-rollout-guard.json +6 -0
  142. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-02-live-cost-budget-action-guard.json +6 -0
  143. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-03-live-kms-key-mutation-guard.json +6 -0
  144. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-04-live-oss-bucket-policy-guard.json +6 -0
  145. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-05-live-ram-policy-change-guard.json +6 -0
  146. package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-06-live-rds-polardb-mutation-guard.json +6 -0
  147. package/tests/fixtures/alibaba-maestro-routing/expected/adv-persona-replacement.json +6 -0
  148. package/tests/fixtures/alibaba-maestro-routing/expected/adv-secrets-bait.json +8 -0
  149. package/tests/fixtures/alibaba-maestro-routing/inputs/001-happy-ack-container-platform-operator.json +7 -0
  150. package/tests/fixtures/alibaba-maestro-routing/inputs/002-happy-actiontrail-audit-analyst.json +7 -0
  151. package/tests/fixtures/alibaba-maestro-routing/inputs/003-happy-analyticdb-realtime.json +7 -0
  152. package/tests/fixtures/alibaba-maestro-routing/inputs/004-happy-certificate-manager-issuer-review.json +7 -0
  153. package/tests/fixtures/alibaba-maestro-routing/inputs/005-happy-change-impact-advisor.json +7 -0
  154. package/tests/fixtures/alibaba-maestro-routing/inputs/006-happy-china-compliance.json +7 -0
  155. package/tests/fixtures/alibaba-maestro-routing/inputs/007-happy-cost-anomaly-watch-coordinator.json +7 -0
  156. package/tests/fixtures/alibaba-maestro-routing/inputs/008-happy-cost-finops-analyst.json +7 -0
  157. package/tests/fixtures/alibaba-maestro-routing/inputs/009-happy-daily-operations-briefing-coordinator.json +7 -0
  158. package/tests/fixtures/alibaba-maestro-routing/inputs/010-happy-devops-cicd-operator.json +7 -0
  159. package/tests/fixtures/alibaba-maestro-routing/inputs/011-happy-ecs-compute-operator.json +7 -0
  160. package/tests/fixtures/alibaba-maestro-routing/inputs/012-happy-event-driven-architecture-review.json +7 -0
  161. package/tests/fixtures/alibaba-maestro-routing/inputs/013-happy-function-serverless-operator.json +7 -0
  162. package/tests/fixtures/alibaba-maestro-routing/inputs/014-happy-iac-change-safety-review.json +7 -0
  163. package/tests/fixtures/alibaba-maestro-routing/inputs/015-happy-kms-secret-lifecycle-steward.json +7 -0
  164. package/tests/fixtures/alibaba-maestro-routing/inputs/016-happy-landing-zone-architect.json +7 -0
  165. package/tests/fixtures/alibaba-maestro-routing/inputs/017-happy-load-balancer-traffic-engineer.json +7 -0
  166. package/tests/fixtures/alibaba-maestro-routing/inputs/018-happy-maxcompute-dataworks-analyst.json +7 -0
  167. package/tests/fixtures/alibaba-maestro-routing/inputs/019-happy-migration-architect.json +7 -0
  168. package/tests/fixtures/alibaba-maestro-routing/inputs/020-happy-mse-microservice-engine.json +7 -0
  169. package/tests/fixtures/alibaba-maestro-routing/inputs/021-happy-network-architect.json +7 -0
  170. package/tests/fixtures/alibaba-maestro-routing/inputs/022-happy-observability-incident-responder.json +7 -0
  171. package/tests/fixtures/alibaba-maestro-routing/inputs/023-happy-oss-data-perimeter-governor.json +7 -0
  172. package/tests/fixtures/alibaba-maestro-routing/inputs/024-happy-oss-storage-steward.json +7 -0
  173. package/tests/fixtures/alibaba-maestro-routing/inputs/025-happy-polardb-rds-dba.json +7 -0
  174. package/tests/fixtures/alibaba-maestro-routing/inputs/026-happy-ram-iam-review.json +7 -0
  175. package/tests/fixtures/alibaba-maestro-routing/inputs/027-happy-registry-artifact-governor.json +7 -0
  176. package/tests/fixtures/alibaba-maestro-routing/inputs/028-happy-resilience-bcdr-review.json +7 -0
  177. package/tests/fixtures/alibaba-maestro-routing/inputs/029-happy-security-center-hardening.json +7 -0
  178. package/tests/fixtures/alibaba-maestro-routing/inputs/030-happy-serverless-production-readiness.json +7 -0
  179. package/tests/fixtures/alibaba-maestro-routing/inputs/031-happy-solution-architect.json +7 -0
  180. package/tests/fixtures/alibaba-maestro-routing/inputs/032-happy-support-incident-coordinator.json +7 -0
  181. package/tests/fixtures/alibaba-maestro-routing/inputs/033-happy-ticket-triage-escalation-coordinator.json +7 -0
  182. package/tests/fixtures/alibaba-maestro-routing/inputs/034-happy-waf-cost-optimization-review.json +7 -0
  183. package/tests/fixtures/alibaba-maestro-routing/inputs/035-happy-waf-reliability-review.json +7 -0
  184. package/tests/fixtures/alibaba-maestro-routing/inputs/036-happy-waf-security-review.json +7 -0
  185. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-ambiguous.json +7 -0
  186. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  187. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-01-live-ack-rollout-guard.json +7 -0
  188. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-02-live-cost-budget-action-guard.json +7 -0
  189. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-03-live-kms-key-mutation-guard.json +7 -0
  190. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-04-live-oss-bucket-policy-guard.json +7 -0
  191. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-05-live-ram-policy-change-guard.json +7 -0
  192. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-06-live-rds-polardb-mutation-guard.json +7 -0
  193. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  194. package/tests/fixtures/alibaba-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  195. package/tests/fixtures/alibaba-maestro-routing/taxonomy.json +480 -0
  196. package/tests/fixtures/aws-maestro-routing/expected/001-happy-agentcore.json +6 -0
  197. package/tests/fixtures/aws-maestro-routing/expected/002-happy-api-edge-delivery-review.json +6 -0
  198. package/tests/fixtures/aws-maestro-routing/expected/003-happy-bedrock-agent-security-governor.json +6 -0
  199. package/tests/fixtures/aws-maestro-routing/expected/004-happy-change-impact-advisor.json +6 -0
  200. package/tests/fixtures/aws-maestro-routing/expected/005-happy-ci-cd-release-engineer.json +6 -0
  201. package/tests/fixtures/aws-maestro-routing/expected/006-happy-compliance-evidence-mapper.json +6 -0
  202. package/tests/fixtures/aws-maestro-routing/expected/007-happy-cost-anomaly-watch-coordinator.json +6 -0
  203. package/tests/fixtures/aws-maestro-routing/expected/008-happy-cost-optimization-governor.json +6 -0
  204. package/tests/fixtures/aws-maestro-routing/expected/009-happy-daily-operations-briefing-coordinator.json +6 -0
  205. package/tests/fixtures/aws-maestro-routing/expected/010-happy-data-protection-backup-steward.json +6 -0
  206. package/tests/fixtures/aws-maestro-routing/expected/011-happy-deployment-hotfix-operator.json +6 -0
  207. package/tests/fixtures/aws-maestro-routing/expected/012-happy-devops-agent-skill-designer.json +6 -0
  208. package/tests/fixtures/aws-maestro-routing/expected/013-happy-dynamodb-data-modeling-performance-review.json +6 -0
  209. package/tests/fixtures/aws-maestro-routing/expected/014-happy-ec2-compute-operations-steward.json +6 -0
  210. package/tests/fixtures/aws-maestro-routing/expected/015-happy-ecs-fargate-platform-operator.json +6 -0
  211. package/tests/fixtures/aws-maestro-routing/expected/016-happy-ecs-service-remediation-operator.json +6 -0
  212. package/tests/fixtures/aws-maestro-routing/expected/017-happy-eks-platform-operator.json +6 -0
  213. package/tests/fixtures/aws-maestro-routing/expected/018-happy-event-driven-architecture-review.json +6 -0
  214. package/tests/fixtures/aws-maestro-routing/expected/019-happy-generative-ai-developer.json +6 -0
  215. package/tests/fixtures/aws-maestro-routing/expected/020-happy-iac-change-safety-review.json +6 -0
  216. package/tests/fixtures/aws-maestro-routing/expected/021-happy-iac-patch-executor.json +6 -0
  217. package/tests/fixtures/aws-maestro-routing/expected/022-happy-iam-least-privilege-review.json +6 -0
  218. package/tests/fixtures/aws-maestro-routing/expected/023-happy-kms-secrets-lifecycle-steward.json +6 -0
  219. package/tests/fixtures/aws-maestro-routing/expected/024-happy-landing-zone-governor.json +6 -0
  220. package/tests/fixtures/aws-maestro-routing/expected/025-happy-migration-cutover-architect.json +6 -0
  221. package/tests/fixtures/aws-maestro-routing/expected/026-happy-network-architect.json +6 -0
  222. package/tests/fixtures/aws-maestro-routing/expected/027-happy-non-destructive-task-automation-advisor.json +6 -0
  223. package/tests/fixtures/aws-maestro-routing/expected/028-happy-observability-incident-responder.json +6 -0
  224. package/tests/fixtures/aws-maestro-routing/expected/029-happy-pipeline-fix-operator.json +6 -0
  225. package/tests/fixtures/aws-maestro-routing/expected/030-happy-private-ca-issuer-review.json +6 -0
  226. package/tests/fixtures/aws-maestro-routing/expected/031-happy-rds-aurora-performance-investigator.json +6 -0
  227. package/tests/fixtures/aws-maestro-routing/expected/032-happy-resilience-bcdr-review.json +6 -0
  228. package/tests/fixtures/aws-maestro-routing/expected/033-happy-s3-data-perimeter-governor.json +6 -0
  229. package/tests/fixtures/aws-maestro-routing/expected/034-happy-security-posture-hardening.json +6 -0
  230. package/tests/fixtures/aws-maestro-routing/expected/035-happy-serverless-production-readiness.json +6 -0
  231. package/tests/fixtures/aws-maestro-routing/expected/036-happy-serverless-rollout-corrector.json +6 -0
  232. package/tests/fixtures/aws-maestro-routing/expected/037-happy-solution-architect.json +6 -0
  233. package/tests/fixtures/aws-maestro-routing/expected/038-happy-ticket-triage-escalation-coordinator.json +6 -0
  234. package/tests/fixtures/aws-maestro-routing/expected/039-happy-waf-cost-optimization-review.json +6 -0
  235. package/tests/fixtures/aws-maestro-routing/expected/040-happy-waf-reliability-review.json +6 -0
  236. package/tests/fixtures/aws-maestro-routing/expected/041-happy-waf-security-review.json +6 -0
  237. package/tests/fixtures/aws-maestro-routing/expected/adv-ambiguous.json +4 -0
  238. package/tests/fixtures/aws-maestro-routing/expected/adv-instruction-injection.json +6 -0
  239. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-01-live-deployment-guarded-operator.json +6 -0
  240. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-02-live-ecs-rollout-guard.json +6 -0
  241. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-03-live-iac-change-guard.json +6 -0
  242. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-04-live-pipeline-approval-operator.json +6 -0
  243. package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-05-live-serverless-release-guard.json +6 -0
  244. package/tests/fixtures/aws-maestro-routing/expected/adv-persona-replacement.json +6 -0
  245. package/tests/fixtures/aws-maestro-routing/expected/adv-secrets-bait.json +6 -0
  246. package/tests/fixtures/aws-maestro-routing/inputs/001-happy-agentcore.json +7 -0
  247. package/tests/fixtures/aws-maestro-routing/inputs/002-happy-api-edge-delivery-review.json +7 -0
  248. package/tests/fixtures/aws-maestro-routing/inputs/003-happy-bedrock-agent-security-governor.json +7 -0
  249. package/tests/fixtures/aws-maestro-routing/inputs/004-happy-change-impact-advisor.json +7 -0
  250. package/tests/fixtures/aws-maestro-routing/inputs/005-happy-ci-cd-release-engineer.json +7 -0
  251. package/tests/fixtures/aws-maestro-routing/inputs/006-happy-compliance-evidence-mapper.json +7 -0
  252. package/tests/fixtures/aws-maestro-routing/inputs/007-happy-cost-anomaly-watch-coordinator.json +7 -0
  253. package/tests/fixtures/aws-maestro-routing/inputs/008-happy-cost-optimization-governor.json +7 -0
  254. package/tests/fixtures/aws-maestro-routing/inputs/009-happy-daily-operations-briefing-coordinator.json +7 -0
  255. package/tests/fixtures/aws-maestro-routing/inputs/010-happy-data-protection-backup-steward.json +7 -0
  256. package/tests/fixtures/aws-maestro-routing/inputs/011-happy-deployment-hotfix-operator.json +7 -0
  257. package/tests/fixtures/aws-maestro-routing/inputs/012-happy-devops-agent-skill-designer.json +7 -0
  258. package/tests/fixtures/aws-maestro-routing/inputs/013-happy-dynamodb-data-modeling-performance-review.json +7 -0
  259. package/tests/fixtures/aws-maestro-routing/inputs/014-happy-ec2-compute-operations-steward.json +7 -0
  260. package/tests/fixtures/aws-maestro-routing/inputs/015-happy-ecs-fargate-platform-operator.json +7 -0
  261. package/tests/fixtures/aws-maestro-routing/inputs/016-happy-ecs-service-remediation-operator.json +7 -0
  262. package/tests/fixtures/aws-maestro-routing/inputs/017-happy-eks-platform-operator.json +7 -0
  263. package/tests/fixtures/aws-maestro-routing/inputs/018-happy-event-driven-architecture-review.json +7 -0
  264. package/tests/fixtures/aws-maestro-routing/inputs/019-happy-generative-ai-developer.json +7 -0
  265. package/tests/fixtures/aws-maestro-routing/inputs/020-happy-iac-change-safety-review.json +7 -0
  266. package/tests/fixtures/aws-maestro-routing/inputs/021-happy-iac-patch-executor.json +7 -0
  267. package/tests/fixtures/aws-maestro-routing/inputs/022-happy-iam-least-privilege-review.json +7 -0
  268. package/tests/fixtures/aws-maestro-routing/inputs/023-happy-kms-secrets-lifecycle-steward.json +7 -0
  269. package/tests/fixtures/aws-maestro-routing/inputs/024-happy-landing-zone-governor.json +7 -0
  270. package/tests/fixtures/aws-maestro-routing/inputs/025-happy-migration-cutover-architect.json +7 -0
  271. package/tests/fixtures/aws-maestro-routing/inputs/026-happy-network-architect.json +7 -0
  272. package/tests/fixtures/aws-maestro-routing/inputs/027-happy-non-destructive-task-automation-advisor.json +7 -0
  273. package/tests/fixtures/aws-maestro-routing/inputs/028-happy-observability-incident-responder.json +7 -0
  274. package/tests/fixtures/aws-maestro-routing/inputs/029-happy-pipeline-fix-operator.json +7 -0
  275. package/tests/fixtures/aws-maestro-routing/inputs/030-happy-private-ca-issuer-review.json +7 -0
  276. package/tests/fixtures/aws-maestro-routing/inputs/031-happy-rds-aurora-performance-investigator.json +7 -0
  277. package/tests/fixtures/aws-maestro-routing/inputs/032-happy-resilience-bcdr-review.json +7 -0
  278. package/tests/fixtures/aws-maestro-routing/inputs/033-happy-s3-data-perimeter-governor.json +7 -0
  279. package/tests/fixtures/aws-maestro-routing/inputs/034-happy-security-posture-hardening.json +7 -0
  280. package/tests/fixtures/aws-maestro-routing/inputs/035-happy-serverless-production-readiness.json +7 -0
  281. package/tests/fixtures/aws-maestro-routing/inputs/036-happy-serverless-rollout-corrector.json +7 -0
  282. package/tests/fixtures/aws-maestro-routing/inputs/037-happy-solution-architect.json +7 -0
  283. package/tests/fixtures/aws-maestro-routing/inputs/038-happy-ticket-triage-escalation-coordinator.json +7 -0
  284. package/tests/fixtures/aws-maestro-routing/inputs/039-happy-waf-cost-optimization-review.json +7 -0
  285. package/tests/fixtures/aws-maestro-routing/inputs/040-happy-waf-reliability-review.json +7 -0
  286. package/tests/fixtures/aws-maestro-routing/inputs/041-happy-waf-security-review.json +7 -0
  287. package/tests/fixtures/aws-maestro-routing/inputs/adv-ambiguous.json +7 -0
  288. package/tests/fixtures/aws-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  289. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-01-live-deployment-guarded-operator.json +7 -0
  290. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-02-live-ecs-rollout-guard.json +7 -0
  291. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-03-live-iac-change-guard.json +7 -0
  292. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-04-live-pipeline-approval-operator.json +7 -0
  293. package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-05-live-serverless-release-guard.json +7 -0
  294. package/tests/fixtures/aws-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  295. package/tests/fixtures/aws-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  296. package/tests/fixtures/aws-maestro-routing/taxonomy.json +537 -0
  297. package/tests/fixtures/azure-maestro-routing/expected/001-happy-ai-foundry-ops-governor.json +6 -0
  298. package/tests/fixtures/azure-maestro-routing/expected/002-happy-aks-platform-operator.json +6 -0
  299. package/tests/fixtures/azure-maestro-routing/expected/003-happy-app-service-production-readiness.json +6 -0
  300. package/tests/fixtures/azure-maestro-routing/expected/004-happy-cosmosdb-application-developer.json +6 -0
  301. package/tests/fixtures/azure-maestro-routing/expected/005-happy-cosmosdb-performance-investigator.json +6 -0
  302. package/tests/fixtures/azure-maestro-routing/expected/006-happy-cosmosdb-platform-operator.json +6 -0
  303. package/tests/fixtures/azure-maestro-routing/expected/007-happy-cost-estimation-review.json +6 -0
  304. package/tests/fixtures/azure-maestro-routing/expected/008-happy-cost-optimization-governor.json +6 -0
  305. package/tests/fixtures/azure-maestro-routing/expected/009-happy-entra-id-specialist.json +6 -0
  306. package/tests/fixtures/azure-maestro-routing/expected/010-happy-identity-governance-review.json +6 -0
  307. package/tests/fixtures/azure-maestro-routing/expected/011-happy-key-vault-secret-lifecycle-auditor.json +6 -0
  308. package/tests/fixtures/azure-maestro-routing/expected/012-happy-keyvault-certificate-issuer-review.json +6 -0
  309. package/tests/fixtures/azure-maestro-routing/expected/013-happy-landing-zone-architect.json +6 -0
  310. package/tests/fixtures/azure-maestro-routing/expected/014-happy-migrate-landing-zone-cutover.json +6 -0
  311. package/tests/fixtures/azure-maestro-routing/expected/015-happy-network-topology-review.json +6 -0
  312. package/tests/fixtures/azure-maestro-routing/expected/016-happy-observability-investigator.json +6 -0
  313. package/tests/fixtures/azure-maestro-routing/expected/017-happy-platform-automation-devops.json +6 -0
  314. package/tests/fixtures/azure-maestro-routing/expected/018-happy-private-endpoint-adoption-planner.json +6 -0
  315. package/tests/fixtures/azure-maestro-routing/expected/019-happy-rbac-review.json +6 -0
  316. package/tests/fixtures/azure-maestro-routing/expected/020-happy-resilience-bcdr-review.json +6 -0
  317. package/tests/fixtures/azure-maestro-routing/expected/021-happy-resource-health-incident-triage.json +6 -0
  318. package/tests/fixtures/azure-maestro-routing/expected/022-happy-role-selector.json +6 -0
  319. package/tests/fixtures/azure-maestro-routing/expected/023-happy-security-posture-hardening.json +6 -0
  320. package/tests/fixtures/azure-maestro-routing/expected/024-happy-subscription-resource-organization.json +6 -0
  321. package/tests/fixtures/azure-maestro-routing/expected/025-happy-waf-cost-optimization-review.json +6 -0
  322. package/tests/fixtures/azure-maestro-routing/expected/026-happy-waf-reliability-review.json +6 -0
  323. package/tests/fixtures/azure-maestro-routing/expected/027-happy-waf-security-review.json +6 -0
  324. package/tests/fixtures/azure-maestro-routing/expected/adv-ambiguous.json +4 -0
  325. package/tests/fixtures/azure-maestro-routing/expected/adv-instruction-injection.json +6 -0
  326. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-01-governance-policy-guardrails.json +6 -0
  327. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-02-live-aks-rollout-guard.json +6 -0
  328. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-03-live-app-service-slot-swap-guard.json +6 -0
  329. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-04-live-arm-deployment-stack-guard.json +6 -0
  330. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-05-live-cost-budget-action-guard.json +6 -0
  331. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-06-live-entra-role-assignment-guard.json +6 -0
  332. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-07-live-keyvault-rotation-purge-guard.json +6 -0
  333. package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-08-live-pim-jit-activation-guard.json +6 -0
  334. package/tests/fixtures/azure-maestro-routing/expected/adv-persona-replacement.json +6 -0
  335. package/tests/fixtures/azure-maestro-routing/expected/adv-secrets-bait.json +8 -0
  336. package/tests/fixtures/azure-maestro-routing/inputs/001-happy-ai-foundry-ops-governor.json +7 -0
  337. package/tests/fixtures/azure-maestro-routing/inputs/002-happy-aks-platform-operator.json +7 -0
  338. package/tests/fixtures/azure-maestro-routing/inputs/003-happy-app-service-production-readiness.json +7 -0
  339. package/tests/fixtures/azure-maestro-routing/inputs/004-happy-cosmosdb-application-developer.json +7 -0
  340. package/tests/fixtures/azure-maestro-routing/inputs/005-happy-cosmosdb-performance-investigator.json +7 -0
  341. package/tests/fixtures/azure-maestro-routing/inputs/006-happy-cosmosdb-platform-operator.json +7 -0
  342. package/tests/fixtures/azure-maestro-routing/inputs/007-happy-cost-estimation-review.json +7 -0
  343. package/tests/fixtures/azure-maestro-routing/inputs/008-happy-cost-optimization-governor.json +7 -0
  344. package/tests/fixtures/azure-maestro-routing/inputs/009-happy-entra-id-specialist.json +7 -0
  345. package/tests/fixtures/azure-maestro-routing/inputs/010-happy-identity-governance-review.json +7 -0
  346. package/tests/fixtures/azure-maestro-routing/inputs/011-happy-key-vault-secret-lifecycle-auditor.json +7 -0
  347. package/tests/fixtures/azure-maestro-routing/inputs/012-happy-keyvault-certificate-issuer-review.json +7 -0
  348. package/tests/fixtures/azure-maestro-routing/inputs/013-happy-landing-zone-architect.json +7 -0
  349. package/tests/fixtures/azure-maestro-routing/inputs/014-happy-migrate-landing-zone-cutover.json +7 -0
  350. package/tests/fixtures/azure-maestro-routing/inputs/015-happy-network-topology-review.json +7 -0
  351. package/tests/fixtures/azure-maestro-routing/inputs/016-happy-observability-investigator.json +7 -0
  352. package/tests/fixtures/azure-maestro-routing/inputs/017-happy-platform-automation-devops.json +7 -0
  353. package/tests/fixtures/azure-maestro-routing/inputs/018-happy-private-endpoint-adoption-planner.json +7 -0
  354. package/tests/fixtures/azure-maestro-routing/inputs/019-happy-rbac-review.json +7 -0
  355. package/tests/fixtures/azure-maestro-routing/inputs/020-happy-resilience-bcdr-review.json +7 -0
  356. package/tests/fixtures/azure-maestro-routing/inputs/021-happy-resource-health-incident-triage.json +7 -0
  357. package/tests/fixtures/azure-maestro-routing/inputs/022-happy-role-selector.json +7 -0
  358. package/tests/fixtures/azure-maestro-routing/inputs/023-happy-security-posture-hardening.json +7 -0
  359. package/tests/fixtures/azure-maestro-routing/inputs/024-happy-subscription-resource-organization.json +7 -0
  360. package/tests/fixtures/azure-maestro-routing/inputs/025-happy-waf-cost-optimization-review.json +7 -0
  361. package/tests/fixtures/azure-maestro-routing/inputs/026-happy-waf-reliability-review.json +7 -0
  362. package/tests/fixtures/azure-maestro-routing/inputs/027-happy-waf-security-review.json +7 -0
  363. package/tests/fixtures/azure-maestro-routing/inputs/adv-ambiguous.json +7 -0
  364. package/tests/fixtures/azure-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  365. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-01-governance-policy-guardrails.json +7 -0
  366. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-02-live-aks-rollout-guard.json +7 -0
  367. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-03-live-app-service-slot-swap-guard.json +7 -0
  368. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-04-live-arm-deployment-stack-guard.json +7 -0
  369. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-05-live-cost-budget-action-guard.json +7 -0
  370. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-06-live-entra-role-assignment-guard.json +7 -0
  371. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-07-live-keyvault-rotation-purge-guard.json +7 -0
  372. package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-08-live-pim-jit-activation-guard.json +7 -0
  373. package/tests/fixtures/azure-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  374. package/tests/fixtures/azure-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  375. package/tests/fixtures/azure-maestro-routing/taxonomy.json +351 -0
  376. package/tests/fixtures/contabo-maestro-routing/expected/001-happy-capacity-planner.json +6 -0
  377. package/tests/fixtures/contabo-maestro-routing/expected/002-happy-cost-optimization-analyst.json +6 -0
  378. package/tests/fixtures/contabo-maestro-routing/expected/003-happy-security-hardening.json +6 -0
  379. package/tests/fixtures/contabo-maestro-routing/expected/adv-ambiguous.json +4 -0
  380. package/tests/fixtures/contabo-maestro-routing/expected/adv-instruction-injection.json +6 -0
  381. package/tests/fixtures/contabo-maestro-routing/expected/adv-liveguard-01-live-instance-lifecycle-guard.json +6 -0
  382. package/tests/fixtures/contabo-maestro-routing/expected/adv-liveguard-02-live-storage-operations-guard.json +6 -0
  383. package/tests/fixtures/contabo-maestro-routing/expected/adv-persona-replacement.json +6 -0
  384. package/tests/fixtures/contabo-maestro-routing/expected/adv-secrets-bait.json +6 -0
  385. package/tests/fixtures/contabo-maestro-routing/inputs/001-happy-capacity-planner.json +7 -0
  386. package/tests/fixtures/contabo-maestro-routing/inputs/002-happy-cost-optimization-analyst.json +7 -0
  387. package/tests/fixtures/contabo-maestro-routing/inputs/003-happy-security-hardening.json +7 -0
  388. package/tests/fixtures/contabo-maestro-routing/inputs/adv-ambiguous.json +7 -0
  389. package/tests/fixtures/contabo-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  390. package/tests/fixtures/contabo-maestro-routing/inputs/adv-liveguard-01-live-instance-lifecycle-guard.json +7 -0
  391. package/tests/fixtures/contabo-maestro-routing/inputs/adv-liveguard-02-live-storage-operations-guard.json +7 -0
  392. package/tests/fixtures/contabo-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  393. package/tests/fixtures/contabo-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  394. package/tests/fixtures/contabo-maestro-routing/taxonomy.json +40 -0
  395. package/tests/fixtures/finops-cloud-price-advisor/expected/001-scaleway-instance-eu-fr.json +14 -0
  396. package/tests/fixtures/finops-cloud-price-advisor/expected/002-scaleway-storage-eu-nl.json +14 -0
  397. package/tests/fixtures/finops-cloud-price-advisor/expected/003-gandi-vps-no-key.json +16 -0
  398. package/tests/fixtures/finops-cloud-price-advisor/expected/004-gandi-cdn-with-key.json +17 -0
  399. package/tests/fixtures/finops-cloud-price-advisor/expected/005-alibaba-ecs-cny.json +16 -0
  400. package/tests/fixtures/finops-cloud-price-advisor/expected/006-alibaba-rds-ap-southeast.json +14 -0
  401. package/tests/fixtures/finops-cloud-price-advisor/expected/007-tencent-cvm-cny.json +16 -0
  402. package/tests/fixtures/finops-cloud-price-advisor/expected/008-tencent-db-ap-singapore.json +14 -0
  403. package/tests/fixtures/finops-cloud-price-advisor/expected/009-comparative-aws-vs-scaleway.json +14 -0
  404. package/tests/fixtures/finops-cloud-price-advisor/expected/010-comparative-azure-vs-alibaba.json +14 -0
  405. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-001-gandi-key-storage-bait.json +14 -0
  406. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-002-alibaba-credential-bait.json +15 -0
  407. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-003-tencent-secretid-bait.json +14 -0
  408. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-004-scrape-url-injection.json +15 -0
  409. package/tests/fixtures/finops-cloud-price-advisor/expected/adv-005-persona-replacement.json +15 -0
  410. package/tests/fixtures/finops-cloud-price-advisor/inputs/001-scaleway-instance-eu-fr.json +9 -0
  411. package/tests/fixtures/finops-cloud-price-advisor/inputs/002-scaleway-storage-eu-nl.json +9 -0
  412. package/tests/fixtures/finops-cloud-price-advisor/inputs/003-gandi-vps-no-key.json +10 -0
  413. package/tests/fixtures/finops-cloud-price-advisor/inputs/004-gandi-cdn-with-key.json +11 -0
  414. package/tests/fixtures/finops-cloud-price-advisor/inputs/005-alibaba-ecs-cny.json +9 -0
  415. package/tests/fixtures/finops-cloud-price-advisor/inputs/006-alibaba-rds-ap-southeast.json +9 -0
  416. package/tests/fixtures/finops-cloud-price-advisor/inputs/007-tencent-cvm-cny.json +9 -0
  417. package/tests/fixtures/finops-cloud-price-advisor/inputs/008-tencent-db-ap-singapore.json +9 -0
  418. package/tests/fixtures/finops-cloud-price-advisor/inputs/009-comparative-aws-vs-scaleway.json +10 -0
  419. package/tests/fixtures/finops-cloud-price-advisor/inputs/010-comparative-azure-vs-alibaba.json +10 -0
  420. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-001-gandi-key-storage-bait.json +12 -0
  421. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-002-alibaba-credential-bait.json +11 -0
  422. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-003-tencent-secretid-bait.json +11 -0
  423. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-004-scrape-url-injection.json +11 -0
  424. package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-005-persona-replacement.json +11 -0
  425. package/tests/fixtures/finops-cloud-price-advisor/taxonomy.json +10 -0
  426. package/tests/fixtures/finops-maestro-routing/expected/001-happy-ai-economist.json +4 -0
  427. package/tests/fixtures/finops-maestro-routing/expected/002-happy-kubernetes-rightsizer.json +4 -0
  428. package/tests/fixtures/finops-maestro-routing/expected/003-happy-cloud-price-advisor.json +4 -0
  429. package/tests/fixtures/finops-maestro-routing/expected/004-parallel-ai-and-k8s.json +4 -0
  430. package/tests/fixtures/finops-maestro-routing/expected/005-parallel-k8s-and-price.json +4 -0
  431. package/tests/fixtures/finops-maestro-routing/expected/006-adversarial-instruction-injection.json +4 -0
  432. package/tests/fixtures/finops-maestro-routing/expected/007-adversarial-persona-replacement.json +4 -0
  433. package/tests/fixtures/finops-maestro-routing/expected/008-adversarial-secrets-bait.json +4 -0
  434. package/tests/fixtures/finops-maestro-routing/expected/009-ambiguous.json +4 -0
  435. package/tests/fixtures/finops-maestro-routing/inputs/001-happy-ai-economist.json +5 -0
  436. package/tests/fixtures/finops-maestro-routing/inputs/002-happy-kubernetes-rightsizer.json +5 -0
  437. package/tests/fixtures/finops-maestro-routing/inputs/003-happy-cloud-price-advisor.json +5 -0
  438. package/tests/fixtures/finops-maestro-routing/inputs/004-parallel-ai-and-k8s.json +5 -0
  439. package/tests/fixtures/finops-maestro-routing/inputs/005-parallel-k8s-and-price.json +5 -0
  440. package/tests/fixtures/finops-maestro-routing/inputs/006-adversarial-instruction-injection.json +5 -0
  441. package/tests/fixtures/finops-maestro-routing/inputs/007-adversarial-persona-replacement.json +5 -0
  442. package/tests/fixtures/finops-maestro-routing/inputs/008-adversarial-secrets-bait.json +5 -0
  443. package/tests/fixtures/finops-maestro-routing/inputs/009-ambiguous.json +5 -0
  444. package/tests/fixtures/finops-maestro-routing/taxonomy.json +144 -0
  445. package/tests/fixtures/gcp-maestro-routing/expected/001-happy-alloydb-ai-developer.json +6 -0
  446. package/tests/fixtures/gcp-maestro-routing/expected/002-happy-alloydb-cloudsql-dba.json +6 -0
  447. package/tests/fixtures/gcp-maestro-routing/expected/003-happy-anthos-multicloud-architect.json +6 -0
  448. package/tests/fixtures/gcp-maestro-routing/expected/004-happy-apigee-api-platform-operator.json +6 -0
  449. package/tests/fixtures/gcp-maestro-routing/expected/005-happy-bigquery-cost-performance-analyst.json +6 -0
  450. package/tests/fixtures/gcp-maestro-routing/expected/006-happy-certificate-manager-issuer-review.json +6 -0
  451. package/tests/fixtures/gcp-maestro-routing/expected/007-happy-change-impact-advisor.json +6 -0
  452. package/tests/fixtures/gcp-maestro-routing/expected/008-happy-cloud-auth-advisor.json +6 -0
  453. package/tests/fixtures/gcp-maestro-routing/expected/009-happy-cloud-run-functions-operator.json +6 -0
  454. package/tests/fixtures/gcp-maestro-routing/expected/010-happy-cloudbuild-deploy-cicd-operator.json +6 -0
  455. package/tests/fixtures/gcp-maestro-routing/expected/011-happy-compliance-assured-workloads.json +6 -0
  456. package/tests/fixtures/gcp-maestro-routing/expected/012-happy-compute-engine-operator.json +6 -0
  457. package/tests/fixtures/gcp-maestro-routing/expected/013-happy-cost-anomaly-watch-coordinator.json +6 -0
  458. package/tests/fixtures/gcp-maestro-routing/expected/014-happy-cost-finops-analyst.json +6 -0
  459. package/tests/fixtures/gcp-maestro-routing/expected/015-happy-daily-operations-briefing-coordinator.json +6 -0
  460. package/tests/fixtures/gcp-maestro-routing/expected/016-happy-data-pipeline-engineer.json +6 -0
  461. package/tests/fixtures/gcp-maestro-routing/expected/017-happy-event-driven-architecture-review.json +6 -0
  462. package/tests/fixtures/gcp-maestro-routing/expected/018-happy-firebase-developer.json +6 -0
  463. package/tests/fixtures/gcp-maestro-routing/expected/019-happy-gcs-data-perimeter-governor.json +6 -0
  464. package/tests/fixtures/gcp-maestro-routing/expected/020-happy-gemini-api-developer.json +6 -0
  465. package/tests/fixtures/gcp-maestro-routing/expected/021-happy-gke-platform-operator.json +6 -0
  466. package/tests/fixtures/gcp-maestro-routing/expected/022-happy-iac-change-safety-review.json +6 -0
  467. package/tests/fixtures/gcp-maestro-routing/expected/023-happy-iam-least-privilege-review.json +6 -0
  468. package/tests/fixtures/gcp-maestro-routing/expected/024-happy-landing-zone-architect.json +6 -0
  469. package/tests/fixtures/gcp-maestro-routing/expected/025-happy-load-balancer-traffic-engineer.json +6 -0
  470. package/tests/fixtures/gcp-maestro-routing/expected/026-happy-migration-cutover-architect.json +6 -0
  471. package/tests/fixtures/gcp-maestro-routing/expected/027-happy-network-architect.json +6 -0
  472. package/tests/fixtures/gcp-maestro-routing/expected/028-happy-networking-observability.json +6 -0
  473. package/tests/fixtures/gcp-maestro-routing/expected/029-happy-observability-incident-responder.json +6 -0
  474. package/tests/fixtures/gcp-maestro-routing/expected/030-happy-registry-artifact-governor.json +6 -0
  475. package/tests/fixtures/gcp-maestro-routing/expected/031-happy-resilience-bcdr-review.json +6 -0
  476. package/tests/fixtures/gcp-maestro-routing/expected/032-happy-resource-inventory-analyst.json +6 -0
  477. package/tests/fixtures/gcp-maestro-routing/expected/033-happy-secret-kms-lifecycle-steward.json +6 -0
  478. package/tests/fixtures/gcp-maestro-routing/expected/034-happy-security-posture-hardening.json +6 -0
  479. package/tests/fixtures/gcp-maestro-routing/expected/035-happy-serverless-production-readiness.json +6 -0
  480. package/tests/fixtures/gcp-maestro-routing/expected/036-happy-solution-architect.json +6 -0
  481. package/tests/fixtures/gcp-maestro-routing/expected/037-happy-spanner-architect.json +6 -0
  482. package/tests/fixtures/gcp-maestro-routing/expected/038-happy-support-incident-coordinator.json +6 -0
  483. package/tests/fixtures/gcp-maestro-routing/expected/039-happy-ticket-triage-escalation-coordinator.json +6 -0
  484. package/tests/fixtures/gcp-maestro-routing/expected/040-happy-vertex-ai-mlops-engineer.json +6 -0
  485. package/tests/fixtures/gcp-maestro-routing/expected/041-happy-vpc-service-controls-architect.json +6 -0
  486. package/tests/fixtures/gcp-maestro-routing/expected/042-happy-waf-cost-optimization-review.json +6 -0
  487. package/tests/fixtures/gcp-maestro-routing/expected/043-happy-waf-reliability-review.json +6 -0
  488. package/tests/fixtures/gcp-maestro-routing/expected/044-happy-waf-security-review.json +6 -0
  489. package/tests/fixtures/gcp-maestro-routing/expected/adv-ambiguous.json +4 -0
  490. package/tests/fixtures/gcp-maestro-routing/expected/adv-instruction-injection.json +6 -0
  491. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-01-live-bigquery-dataset-deletion-guard.json +6 -0
  492. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-02-live-cloud-run-traffic-migration-guard.json +6 -0
  493. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-03-live-cost-budget-action-guard.json +6 -0
  494. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-04-live-gke-rollout-guard.json +6 -0
  495. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-05-live-iam-policy-change-guard.json +6 -0
  496. package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-06-live-kms-key-destruction-guard.json +6 -0
  497. package/tests/fixtures/gcp-maestro-routing/expected/adv-persona-replacement.json +6 -0
  498. package/tests/fixtures/gcp-maestro-routing/expected/adv-secrets-bait.json +8 -0
  499. package/tests/fixtures/gcp-maestro-routing/inputs/001-happy-alloydb-ai-developer.json +7 -0
  500. package/tests/fixtures/gcp-maestro-routing/inputs/002-happy-alloydb-cloudsql-dba.json +7 -0
  501. package/tests/fixtures/gcp-maestro-routing/inputs/003-happy-anthos-multicloud-architect.json +7 -0
  502. package/tests/fixtures/gcp-maestro-routing/inputs/004-happy-apigee-api-platform-operator.json +7 -0
  503. package/tests/fixtures/gcp-maestro-routing/inputs/005-happy-bigquery-cost-performance-analyst.json +7 -0
  504. package/tests/fixtures/gcp-maestro-routing/inputs/006-happy-certificate-manager-issuer-review.json +7 -0
  505. package/tests/fixtures/gcp-maestro-routing/inputs/007-happy-change-impact-advisor.json +7 -0
  506. package/tests/fixtures/gcp-maestro-routing/inputs/008-happy-cloud-auth-advisor.json +7 -0
  507. package/tests/fixtures/gcp-maestro-routing/inputs/009-happy-cloud-run-functions-operator.json +7 -0
  508. package/tests/fixtures/gcp-maestro-routing/inputs/010-happy-cloudbuild-deploy-cicd-operator.json +7 -0
  509. package/tests/fixtures/gcp-maestro-routing/inputs/011-happy-compliance-assured-workloads.json +7 -0
  510. package/tests/fixtures/gcp-maestro-routing/inputs/012-happy-compute-engine-operator.json +7 -0
  511. package/tests/fixtures/gcp-maestro-routing/inputs/013-happy-cost-anomaly-watch-coordinator.json +7 -0
  512. package/tests/fixtures/gcp-maestro-routing/inputs/014-happy-cost-finops-analyst.json +7 -0
  513. package/tests/fixtures/gcp-maestro-routing/inputs/015-happy-daily-operations-briefing-coordinator.json +7 -0
  514. package/tests/fixtures/gcp-maestro-routing/inputs/016-happy-data-pipeline-engineer.json +7 -0
  515. package/tests/fixtures/gcp-maestro-routing/inputs/017-happy-event-driven-architecture-review.json +7 -0
  516. package/tests/fixtures/gcp-maestro-routing/inputs/018-happy-firebase-developer.json +7 -0
  517. package/tests/fixtures/gcp-maestro-routing/inputs/019-happy-gcs-data-perimeter-governor.json +7 -0
  518. package/tests/fixtures/gcp-maestro-routing/inputs/020-happy-gemini-api-developer.json +7 -0
  519. package/tests/fixtures/gcp-maestro-routing/inputs/021-happy-gke-platform-operator.json +7 -0
  520. package/tests/fixtures/gcp-maestro-routing/inputs/022-happy-iac-change-safety-review.json +7 -0
  521. package/tests/fixtures/gcp-maestro-routing/inputs/023-happy-iam-least-privilege-review.json +7 -0
  522. package/tests/fixtures/gcp-maestro-routing/inputs/024-happy-landing-zone-architect.json +7 -0
  523. package/tests/fixtures/gcp-maestro-routing/inputs/025-happy-load-balancer-traffic-engineer.json +7 -0
  524. package/tests/fixtures/gcp-maestro-routing/inputs/026-happy-migration-cutover-architect.json +7 -0
  525. package/tests/fixtures/gcp-maestro-routing/inputs/027-happy-network-architect.json +7 -0
  526. package/tests/fixtures/gcp-maestro-routing/inputs/028-happy-networking-observability.json +7 -0
  527. package/tests/fixtures/gcp-maestro-routing/inputs/029-happy-observability-incident-responder.json +7 -0
  528. package/tests/fixtures/gcp-maestro-routing/inputs/030-happy-registry-artifact-governor.json +7 -0
  529. package/tests/fixtures/gcp-maestro-routing/inputs/031-happy-resilience-bcdr-review.json +7 -0
  530. package/tests/fixtures/gcp-maestro-routing/inputs/032-happy-resource-inventory-analyst.json +7 -0
  531. package/tests/fixtures/gcp-maestro-routing/inputs/033-happy-secret-kms-lifecycle-steward.json +7 -0
  532. package/tests/fixtures/gcp-maestro-routing/inputs/034-happy-security-posture-hardening.json +7 -0
  533. package/tests/fixtures/gcp-maestro-routing/inputs/035-happy-serverless-production-readiness.json +7 -0
  534. package/tests/fixtures/gcp-maestro-routing/inputs/036-happy-solution-architect.json +7 -0
  535. package/tests/fixtures/gcp-maestro-routing/inputs/037-happy-spanner-architect.json +7 -0
  536. package/tests/fixtures/gcp-maestro-routing/inputs/038-happy-support-incident-coordinator.json +7 -0
  537. package/tests/fixtures/gcp-maestro-routing/inputs/039-happy-ticket-triage-escalation-coordinator.json +7 -0
  538. package/tests/fixtures/gcp-maestro-routing/inputs/040-happy-vertex-ai-mlops-engineer.json +7 -0
  539. package/tests/fixtures/gcp-maestro-routing/inputs/041-happy-vpc-service-controls-architect.json +7 -0
  540. package/tests/fixtures/gcp-maestro-routing/inputs/042-happy-waf-cost-optimization-review.json +7 -0
  541. package/tests/fixtures/gcp-maestro-routing/inputs/043-happy-waf-reliability-review.json +7 -0
  542. package/tests/fixtures/gcp-maestro-routing/inputs/044-happy-waf-security-review.json +7 -0
  543. package/tests/fixtures/gcp-maestro-routing/inputs/adv-ambiguous.json +7 -0
  544. package/tests/fixtures/gcp-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  545. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-01-live-bigquery-dataset-deletion-guard.json +7 -0
  546. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-02-live-cloud-run-traffic-migration-guard.json +7 -0
  547. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-03-live-cost-budget-action-guard.json +7 -0
  548. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-04-live-gke-rollout-guard.json +7 -0
  549. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-05-live-iam-policy-change-guard.json +7 -0
  550. package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-06-live-kms-key-destruction-guard.json +7 -0
  551. package/tests/fixtures/gcp-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  552. package/tests/fixtures/gcp-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  553. package/tests/fixtures/gcp-maestro-routing/taxonomy.json +562 -0
  554. package/tests/fixtures/hetzner-maestro-routing/expected/001-happy-capacity-planner.json +6 -0
  555. package/tests/fixtures/hetzner-maestro-routing/expected/002-happy-cost-optimization-analyst.json +6 -0
  556. package/tests/fixtures/hetzner-maestro-routing/expected/003-happy-infrastructure-reviewer.json +6 -0
  557. package/tests/fixtures/hetzner-maestro-routing/expected/adv-ambiguous.json +4 -0
  558. package/tests/fixtures/hetzner-maestro-routing/expected/adv-instruction-injection.json +6 -0
  559. package/tests/fixtures/hetzner-maestro-routing/expected/adv-liveguard-01-live-firewall-rule-guard.json +6 -0
  560. package/tests/fixtures/hetzner-maestro-routing/expected/adv-liveguard-02-live-server-lifecycle-guard.json +6 -0
  561. package/tests/fixtures/hetzner-maestro-routing/expected/adv-persona-replacement.json +6 -0
  562. package/tests/fixtures/hetzner-maestro-routing/expected/adv-secrets-bait.json +6 -0
  563. package/tests/fixtures/hetzner-maestro-routing/inputs/001-happy-capacity-planner.json +7 -0
  564. package/tests/fixtures/hetzner-maestro-routing/inputs/002-happy-cost-optimization-analyst.json +7 -0
  565. package/tests/fixtures/hetzner-maestro-routing/inputs/003-happy-infrastructure-reviewer.json +7 -0
  566. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-ambiguous.json +7 -0
  567. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  568. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-liveguard-01-live-firewall-rule-guard.json +7 -0
  569. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-liveguard-02-live-server-lifecycle-guard.json +7 -0
  570. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  571. package/tests/fixtures/hetzner-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  572. package/tests/fixtures/hetzner-maestro-routing/taxonomy.json +40 -0
  573. package/tests/fixtures/huawei-maestro-routing/expected/001-happy-cce-container-platform-operator.json +6 -0
  574. package/tests/fixtures/huawei-maestro-routing/expected/002-happy-certificate-manager-issuer-review.json +6 -0
  575. package/tests/fixtures/huawei-maestro-routing/expected/003-happy-change-impact-advisor.json +6 -0
  576. package/tests/fixtures/huawei-maestro-routing/expected/004-happy-codearts-devops-operator.json +6 -0
  577. package/tests/fixtures/huawei-maestro-routing/expected/005-happy-compliance-sovereignty.json +6 -0
  578. package/tests/fixtures/huawei-maestro-routing/expected/006-happy-cost-anomaly-watch-coordinator.json +6 -0
  579. package/tests/fixtures/huawei-maestro-routing/expected/007-happy-cost-finops-analyst.json +6 -0
  580. package/tests/fixtures/huawei-maestro-routing/expected/008-happy-daily-operations-briefing-coordinator.json +6 -0
  581. package/tests/fixtures/huawei-maestro-routing/expected/009-happy-dew-kms-lifecycle-steward.json +6 -0
  582. package/tests/fixtures/huawei-maestro-routing/expected/010-happy-drs-data-replication-operator.json +6 -0
  583. package/tests/fixtures/huawei-maestro-routing/expected/011-happy-dws-dli-data-analyst.json +6 -0
  584. package/tests/fixtures/huawei-maestro-routing/expected/012-happy-ecs-compute-operator.json +6 -0
  585. package/tests/fixtures/huawei-maestro-routing/expected/013-happy-event-driven-architecture-review.json +6 -0
  586. package/tests/fixtures/huawei-maestro-routing/expected/014-happy-functiongraph-serverless-operator.json +6 -0
  587. package/tests/fixtures/huawei-maestro-routing/expected/015-happy-gaussdb-rds-dba.json +6 -0
  588. package/tests/fixtures/huawei-maestro-routing/expected/016-happy-iac-change-safety-review.json +6 -0
  589. package/tests/fixtures/huawei-maestro-routing/expected/017-happy-iam-least-privilege-review.json +6 -0
  590. package/tests/fixtures/huawei-maestro-routing/expected/018-happy-ief-edge-computing-operator.json +6 -0
  591. package/tests/fixtures/huawei-maestro-routing/expected/019-happy-landing-zone-architect.json +6 -0
  592. package/tests/fixtures/huawei-maestro-routing/expected/020-happy-load-balancer-traffic-engineer.json +6 -0
  593. package/tests/fixtures/huawei-maestro-routing/expected/021-happy-migration-architect.json +6 -0
  594. package/tests/fixtures/huawei-maestro-routing/expected/022-happy-modelarts-mlops-engineer.json +6 -0
  595. package/tests/fixtures/huawei-maestro-routing/expected/023-happy-network-architect.json +6 -0
  596. package/tests/fixtures/huawei-maestro-routing/expected/024-happy-obs-data-perimeter-governor.json +6 -0
  597. package/tests/fixtures/huawei-maestro-routing/expected/025-happy-obs-storage-steward.json +6 -0
  598. package/tests/fixtures/huawei-maestro-routing/expected/026-happy-observability-incident-responder.json +6 -0
  599. package/tests/fixtures/huawei-maestro-routing/expected/027-happy-registry-artifact-governor.json +6 -0
  600. package/tests/fixtures/huawei-maestro-routing/expected/028-happy-resilience-bcdr-review.json +6 -0
  601. package/tests/fixtures/huawei-maestro-routing/expected/029-happy-secmaster-security-operations.json +6 -0
  602. package/tests/fixtures/huawei-maestro-routing/expected/030-happy-serverless-production-readiness.json +6 -0
  603. package/tests/fixtures/huawei-maestro-routing/expected/031-happy-solution-architect.json +6 -0
  604. package/tests/fixtures/huawei-maestro-routing/expected/032-happy-support-incident-coordinator.json +6 -0
  605. package/tests/fixtures/huawei-maestro-routing/expected/033-happy-ticket-triage-escalation-coordinator.json +6 -0
  606. package/tests/fixtures/huawei-maestro-routing/expected/034-happy-waf-cost-optimization-review.json +6 -0
  607. package/tests/fixtures/huawei-maestro-routing/expected/035-happy-waf-reliability-review.json +6 -0
  608. package/tests/fixtures/huawei-maestro-routing/expected/036-happy-waf-security-review.json +8 -0
  609. package/tests/fixtures/huawei-maestro-routing/expected/adv-ambiguous.json +4 -0
  610. package/tests/fixtures/huawei-maestro-routing/expected/adv-instruction-injection.json +6 -0
  611. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-01-live-cce-rollout-guard.json +6 -0
  612. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-02-live-cost-budget-action-guard.json +6 -0
  613. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-03-live-gaussdb-mutation-guard.json +6 -0
  614. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-04-live-iam-policy-change-guard.json +6 -0
  615. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-05-live-kms-key-destruction-guard.json +6 -0
  616. package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-06-live-obs-bucket-policy-guard.json +6 -0
  617. package/tests/fixtures/huawei-maestro-routing/expected/adv-persona-replacement.json +6 -0
  618. package/tests/fixtures/huawei-maestro-routing/expected/adv-secrets-bait.json +6 -0
  619. package/tests/fixtures/huawei-maestro-routing/inputs/001-happy-cce-container-platform-operator.json +7 -0
  620. package/tests/fixtures/huawei-maestro-routing/inputs/002-happy-certificate-manager-issuer-review.json +7 -0
  621. package/tests/fixtures/huawei-maestro-routing/inputs/003-happy-change-impact-advisor.json +7 -0
  622. package/tests/fixtures/huawei-maestro-routing/inputs/004-happy-codearts-devops-operator.json +7 -0
  623. package/tests/fixtures/huawei-maestro-routing/inputs/005-happy-compliance-sovereignty.json +7 -0
  624. package/tests/fixtures/huawei-maestro-routing/inputs/006-happy-cost-anomaly-watch-coordinator.json +7 -0
  625. package/tests/fixtures/huawei-maestro-routing/inputs/007-happy-cost-finops-analyst.json +7 -0
  626. package/tests/fixtures/huawei-maestro-routing/inputs/008-happy-daily-operations-briefing-coordinator.json +7 -0
  627. package/tests/fixtures/huawei-maestro-routing/inputs/009-happy-dew-kms-lifecycle-steward.json +7 -0
  628. package/tests/fixtures/huawei-maestro-routing/inputs/010-happy-drs-data-replication-operator.json +7 -0
  629. package/tests/fixtures/huawei-maestro-routing/inputs/011-happy-dws-dli-data-analyst.json +7 -0
  630. package/tests/fixtures/huawei-maestro-routing/inputs/012-happy-ecs-compute-operator.json +7 -0
  631. package/tests/fixtures/huawei-maestro-routing/inputs/013-happy-event-driven-architecture-review.json +7 -0
  632. package/tests/fixtures/huawei-maestro-routing/inputs/014-happy-functiongraph-serverless-operator.json +7 -0
  633. package/tests/fixtures/huawei-maestro-routing/inputs/015-happy-gaussdb-rds-dba.json +7 -0
  634. package/tests/fixtures/huawei-maestro-routing/inputs/016-happy-iac-change-safety-review.json +7 -0
  635. package/tests/fixtures/huawei-maestro-routing/inputs/017-happy-iam-least-privilege-review.json +7 -0
  636. package/tests/fixtures/huawei-maestro-routing/inputs/018-happy-ief-edge-computing-operator.json +7 -0
  637. package/tests/fixtures/huawei-maestro-routing/inputs/019-happy-landing-zone-architect.json +7 -0
  638. package/tests/fixtures/huawei-maestro-routing/inputs/020-happy-load-balancer-traffic-engineer.json +7 -0
  639. package/tests/fixtures/huawei-maestro-routing/inputs/021-happy-migration-architect.json +7 -0
  640. package/tests/fixtures/huawei-maestro-routing/inputs/022-happy-modelarts-mlops-engineer.json +7 -0
  641. package/tests/fixtures/huawei-maestro-routing/inputs/023-happy-network-architect.json +7 -0
  642. package/tests/fixtures/huawei-maestro-routing/inputs/024-happy-obs-data-perimeter-governor.json +7 -0
  643. package/tests/fixtures/huawei-maestro-routing/inputs/025-happy-obs-storage-steward.json +7 -0
  644. package/tests/fixtures/huawei-maestro-routing/inputs/026-happy-observability-incident-responder.json +7 -0
  645. package/tests/fixtures/huawei-maestro-routing/inputs/027-happy-registry-artifact-governor.json +7 -0
  646. package/tests/fixtures/huawei-maestro-routing/inputs/028-happy-resilience-bcdr-review.json +7 -0
  647. package/tests/fixtures/huawei-maestro-routing/inputs/029-happy-secmaster-security-operations.json +7 -0
  648. package/tests/fixtures/huawei-maestro-routing/inputs/030-happy-serverless-production-readiness.json +7 -0
  649. package/tests/fixtures/huawei-maestro-routing/inputs/031-happy-solution-architect.json +7 -0
  650. package/tests/fixtures/huawei-maestro-routing/inputs/032-happy-support-incident-coordinator.json +7 -0
  651. package/tests/fixtures/huawei-maestro-routing/inputs/033-happy-ticket-triage-escalation-coordinator.json +7 -0
  652. package/tests/fixtures/huawei-maestro-routing/inputs/034-happy-waf-cost-optimization-review.json +7 -0
  653. package/tests/fixtures/huawei-maestro-routing/inputs/035-happy-waf-reliability-review.json +7 -0
  654. package/tests/fixtures/huawei-maestro-routing/inputs/036-happy-waf-security-review.json +7 -0
  655. package/tests/fixtures/huawei-maestro-routing/inputs/adv-ambiguous.json +7 -0
  656. package/tests/fixtures/huawei-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  657. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-01-live-cce-rollout-guard.json +7 -0
  658. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-02-live-cost-budget-action-guard.json +7 -0
  659. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-03-live-gaussdb-mutation-guard.json +7 -0
  660. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-04-live-iam-policy-change-guard.json +7 -0
  661. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-05-live-kms-key-destruction-guard.json +7 -0
  662. package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-06-live-obs-bucket-policy-guard.json +7 -0
  663. package/tests/fixtures/huawei-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  664. package/tests/fixtures/huawei-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  665. package/tests/fixtures/huawei-maestro-routing/taxonomy.json +472 -0
  666. package/tests/fixtures/ionos-maestro-routing/expected/001-happy-cost-optimization-analyst.json +6 -0
  667. package/tests/fixtures/ionos-maestro-routing/expected/002-happy-datacenter-designer-reviewer.json +6 -0
  668. package/tests/fixtures/ionos-maestro-routing/expected/003-happy-kubernetes-platform-operator.json +6 -0
  669. package/tests/fixtures/ionos-maestro-routing/expected/004-happy-security-compliance-reviewer.json +6 -0
  670. package/tests/fixtures/ionos-maestro-routing/expected/adv-ambiguous.json +4 -0
  671. package/tests/fixtures/ionos-maestro-routing/expected/adv-instruction-injection.json +6 -0
  672. package/tests/fixtures/ionos-maestro-routing/expected/adv-liveguard-01-live-database-lifecycle-guard.json +6 -0
  673. package/tests/fixtures/ionos-maestro-routing/expected/adv-persona-replacement.json +6 -0
  674. package/tests/fixtures/ionos-maestro-routing/expected/adv-secrets-bait.json +6 -0
  675. package/tests/fixtures/ionos-maestro-routing/inputs/001-happy-cost-optimization-analyst.json +7 -0
  676. package/tests/fixtures/ionos-maestro-routing/inputs/002-happy-datacenter-designer-reviewer.json +7 -0
  677. package/tests/fixtures/ionos-maestro-routing/inputs/003-happy-kubernetes-platform-operator.json +7 -0
  678. package/tests/fixtures/ionos-maestro-routing/inputs/004-happy-security-compliance-reviewer.json +7 -0
  679. package/tests/fixtures/ionos-maestro-routing/inputs/adv-ambiguous.json +7 -0
  680. package/tests/fixtures/ionos-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  681. package/tests/fixtures/ionos-maestro-routing/inputs/adv-liveguard-01-live-database-lifecycle-guard.json +7 -0
  682. package/tests/fixtures/ionos-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  683. package/tests/fixtures/ionos-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  684. package/tests/fixtures/ionos-maestro-routing/taxonomy.json +48 -0
  685. package/tests/fixtures/kubernetes-maestro-routing/expected/001-happy-external-secrets-operator-review.json +6 -0
  686. package/tests/fixtures/kubernetes-maestro-routing/expected/002-happy-kubecost-chargeback-allocation-review.json +6 -0
  687. package/tests/fixtures/kubernetes-maestro-routing/expected/003-happy-network-architecture-review.json +6 -0
  688. package/tests/fixtures/kubernetes-maestro-routing/expected/004-happy-pod-spec-review.json +6 -0
  689. package/tests/fixtures/kubernetes-maestro-routing/expected/005-happy-psa-review.json +6 -0
  690. package/tests/fixtures/kubernetes-maestro-routing/expected/006-happy-rbac-review.json +6 -0
  691. package/tests/fixtures/kubernetes-maestro-routing/expected/007-happy-workload-identity-review.json +6 -0
  692. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-ambiguous.json +4 -0
  693. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-instruction-injection.json +6 -0
  694. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-01-live-admission-policy-guard.json +6 -0
  695. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-02-live-argocd-sync-guard.json +6 -0
  696. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-03-live-mesh-policy-guard.json +6 -0
  697. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-04-live-network-architecture-mutation-guard.json +6 -0
  698. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-05-live-network-policy-guard.json +6 -0
  699. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-06-live-rbac-mutation-guard.json +6 -0
  700. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-07-live-velero-restore-guard.json +6 -0
  701. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-persona-replacement.json +6 -0
  702. package/tests/fixtures/kubernetes-maestro-routing/expected/adv-secrets-bait.json +6 -0
  703. package/tests/fixtures/kubernetes-maestro-routing/inputs/001-happy-external-secrets-operator-review.json +7 -0
  704. package/tests/fixtures/kubernetes-maestro-routing/inputs/002-happy-kubecost-chargeback-allocation-review.json +7 -0
  705. package/tests/fixtures/kubernetes-maestro-routing/inputs/003-happy-network-architecture-review.json +7 -0
  706. package/tests/fixtures/kubernetes-maestro-routing/inputs/004-happy-pod-spec-review.json +7 -0
  707. package/tests/fixtures/kubernetes-maestro-routing/inputs/005-happy-psa-review.json +7 -0
  708. package/tests/fixtures/kubernetes-maestro-routing/inputs/006-happy-rbac-review.json +7 -0
  709. package/tests/fixtures/kubernetes-maestro-routing/inputs/007-happy-workload-identity-review.json +7 -0
  710. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-ambiguous.json +7 -0
  711. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  712. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-01-live-admission-policy-guard.json +7 -0
  713. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-02-live-argocd-sync-guard.json +7 -0
  714. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-03-live-mesh-policy-guard.json +7 -0
  715. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-04-live-network-architecture-mutation-guard.json +7 -0
  716. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-05-live-network-policy-guard.json +7 -0
  717. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-06-live-rbac-mutation-guard.json +7 -0
  718. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-07-live-velero-restore-guard.json +7 -0
  719. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  720. package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  721. package/tests/fixtures/kubernetes-maestro-routing/taxonomy.json +98 -0
  722. package/tests/fixtures/nvidia-maestro-routing/README.md +24 -0
  723. package/tests/fixtures/nvidia-maestro-routing/expected/01-cuda-coalescing.json +6 -0
  724. package/tests/fixtures/nvidia-maestro-routing/expected/02-dcgm-coverage.json +6 -0
  725. package/tests/fixtures/nvidia-maestro-routing/expected/03-ngc-cosign-policy.json +6 -0
  726. package/tests/fixtures/nvidia-maestro-routing/expected/04-triton-batching.json +6 -0
  727. package/tests/fixtures/nvidia-maestro-routing/expected/05-trt-int8-calibration.json +6 -0
  728. package/tests/fixtures/nvidia-maestro-routing/expected/06-gpu-operator-securitycontext.json +6 -0
  729. package/tests/fixtures/nvidia-maestro-routing/expected/07-spectrumx-nccl.json +6 -0
  730. package/tests/fixtures/nvidia-maestro-routing/expected/08-dgx-bmc.json +6 -0
  731. package/tests/fixtures/nvidia-maestro-routing/expected/09-nemo-agent-toolkit.json +6 -0
  732. package/tests/fixtures/nvidia-maestro-routing/expected/10-nemo-genai.json +6 -0
  733. package/tests/fixtures/nvidia-maestro-routing/expected/11-multi-domain-dgx-bringup.json +8 -0
  734. package/tests/fixtures/nvidia-maestro-routing/expected/12-promote-nim-to-prod.json +6 -0
  735. package/tests/fixtures/nvidia-maestro-routing/inputs/01-cuda-coalescing.json +4 -0
  736. package/tests/fixtures/nvidia-maestro-routing/inputs/02-dcgm-coverage.json +4 -0
  737. package/tests/fixtures/nvidia-maestro-routing/inputs/03-ngc-cosign-policy.json +4 -0
  738. package/tests/fixtures/nvidia-maestro-routing/inputs/04-triton-batching.json +4 -0
  739. package/tests/fixtures/nvidia-maestro-routing/inputs/05-trt-int8-calibration.json +4 -0
  740. package/tests/fixtures/nvidia-maestro-routing/inputs/06-gpu-operator-securitycontext.json +4 -0
  741. package/tests/fixtures/nvidia-maestro-routing/inputs/07-spectrumx-nccl.json +4 -0
  742. package/tests/fixtures/nvidia-maestro-routing/inputs/08-dgx-bmc.json +4 -0
  743. package/tests/fixtures/nvidia-maestro-routing/inputs/09-nemo-agent-toolkit.json +4 -0
  744. package/tests/fixtures/nvidia-maestro-routing/inputs/10-nemo-genai.json +4 -0
  745. package/tests/fixtures/nvidia-maestro-routing/inputs/11-multi-domain-dgx-bringup.json +4 -0
  746. package/tests/fixtures/nvidia-maestro-routing/inputs/12-promote-nim-to-prod.json +4 -0
  747. package/tests/fixtures/nvidia-maestro-routing/taxonomy.json +49 -0
  748. package/tests/fixtures/nvidia-model-promotion-gatekeeper/README.md +34 -0
  749. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/01-clean.json +7 -0
  750. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/02-unsigned.json +7 -0
  751. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/03-digest-drift.json +7 -0
  752. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/04-missing-sbom.json +7 -0
  753. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/05-missing-model-card.json +7 -0
  754. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/06-cve-regression.json +7 -0
  755. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/07-expired-cert.json +7 -0
  756. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/08-wrong-issuer.json +7 -0
  757. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/09-unknown-registry.json +7 -0
  758. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/10-replay-stale-attestation.json +7 -0
  759. package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/11-label-only-model-card.json +7 -0
  760. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/01-clean.json +45 -0
  761. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/02-unsigned.json +42 -0
  762. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/03-digest-drift.json +45 -0
  763. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/04-missing-sbom.json +44 -0
  764. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/05-missing-model-card.json +44 -0
  765. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/06-cve-regression.json +45 -0
  766. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/07-expired-cert.json +45 -0
  767. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/08-wrong-issuer.json +45 -0
  768. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/09-unknown-registry.json +45 -0
  769. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/10-replay-stale-attestation.json +45 -0
  770. package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/11-label-only-model-card.json +45 -0
  771. package/tests/fixtures/oci-maestro-routing/expected/001-happy-autonomous-database-architect.json +6 -0
  772. package/tests/fixtures/oci-maestro-routing/expected/002-happy-certificates-issuer-review.json +6 -0
  773. package/tests/fixtures/oci-maestro-routing/expected/003-happy-compute-instance-agent-operator.json +6 -0
  774. package/tests/fixtures/oci-maestro-routing/expected/004-happy-compute-platform-operator.json +6 -0
  775. package/tests/fixtures/oci-maestro-routing/expected/005-happy-cost-finops-analyst.json +6 -0
  776. package/tests/fixtures/oci-maestro-routing/expected/006-happy-database-platform-dba.json +6 -0
  777. package/tests/fixtures/oci-maestro-routing/expected/007-happy-dbtools-sql-analyst.json +6 -0
  778. package/tests/fixtures/oci-maestro-routing/expected/008-happy-devops-container-platform-engineer.json +6 -0
  779. package/tests/fixtures/oci-maestro-routing/expected/009-happy-exadata-platform-architect.json +6 -0
  780. package/tests/fixtures/oci-maestro-routing/expected/010-happy-fusion-apps-environment-operator.json +6 -0
  781. package/tests/fixtures/oci-maestro-routing/expected/011-happy-goldengate-replication-operator.json +6 -0
  782. package/tests/fixtures/oci-maestro-routing/expected/012-happy-identity-access-governor.json +6 -0
  783. package/tests/fixtures/oci-maestro-routing/expected/013-happy-iot-digital-twin-engineer.json +6 -0
  784. package/tests/fixtures/oci-maestro-routing/expected/014-happy-limits-capacity-planner.json +6 -0
  785. package/tests/fixtures/oci-maestro-routing/expected/015-happy-load-balancer-traffic-engineer.json +6 -0
  786. package/tests/fixtures/oci-maestro-routing/expected/016-happy-migration-cutover-architect.json +6 -0
  787. package/tests/fixtures/oci-maestro-routing/expected/017-happy-multi-cloud-architect.json +6 -0
  788. package/tests/fixtures/oci-maestro-routing/expected/018-happy-mysql-heatwave-ai-specialist.json +6 -0
  789. package/tests/fixtures/oci-maestro-routing/expected/019-happy-network-architect.json +6 -0
  790. package/tests/fixtures/oci-maestro-routing/expected/020-happy-observability-incident-responder.json +6 -0
  791. package/tests/fixtures/oci-maestro-routing/expected/021-happy-recovery-service-operator.json +6 -0
  792. package/tests/fixtures/oci-maestro-routing/expected/022-happy-registry-artifact-governor.json +6 -0
  793. package/tests/fixtures/oci-maestro-routing/expected/023-happy-resource-search-inventory-analyst.json +6 -0
  794. package/tests/fixtures/oci-maestro-routing/expected/024-happy-security-compliance-reviewer.json +6 -0
  795. package/tests/fixtures/oci-maestro-routing/expected/025-happy-solution-architect.json +6 -0
  796. package/tests/fixtures/oci-maestro-routing/expected/026-happy-storage-backup-steward.json +6 -0
  797. package/tests/fixtures/oci-maestro-routing/expected/027-happy-support-incident-coordinator.json +6 -0
  798. package/tests/fixtures/oci-maestro-routing/expected/028-happy-waf-cost-optimization-review.json +6 -0
  799. package/tests/fixtures/oci-maestro-routing/expected/029-happy-waf-reliability-review.json +6 -0
  800. package/tests/fixtures/oci-maestro-routing/expected/030-happy-waf-security-review.json +6 -0
  801. package/tests/fixtures/oci-maestro-routing/expected/adv-ambiguous.json +4 -0
  802. package/tests/fixtures/oci-maestro-routing/expected/adv-instruction-injection.json +6 -0
  803. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-01-cloud-guard-responder.json +6 -0
  804. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-02-live-autonomous-db-lifecycle-guard.json +6 -0
  805. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-03-live-cost-budget-runaway-guard.json +6 -0
  806. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-04-live-iam-policy-compartment-guard.json +6 -0
  807. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-05-live-network-security-rule-guard.json +6 -0
  808. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-06-live-oke-rollout-guard.json +6 -0
  809. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-07-live-resource-manager-stack-guard.json +6 -0
  810. package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-08-live-vault-key-destruction-guard.json +6 -0
  811. package/tests/fixtures/oci-maestro-routing/expected/adv-persona-replacement.json +6 -0
  812. package/tests/fixtures/oci-maestro-routing/expected/adv-secrets-bait.json +7 -0
  813. package/tests/fixtures/oci-maestro-routing/inputs/001-happy-autonomous-database-architect.json +7 -0
  814. package/tests/fixtures/oci-maestro-routing/inputs/002-happy-certificates-issuer-review.json +7 -0
  815. package/tests/fixtures/oci-maestro-routing/inputs/003-happy-compute-instance-agent-operator.json +7 -0
  816. package/tests/fixtures/oci-maestro-routing/inputs/004-happy-compute-platform-operator.json +7 -0
  817. package/tests/fixtures/oci-maestro-routing/inputs/005-happy-cost-finops-analyst.json +7 -0
  818. package/tests/fixtures/oci-maestro-routing/inputs/006-happy-database-platform-dba.json +7 -0
  819. package/tests/fixtures/oci-maestro-routing/inputs/007-happy-dbtools-sql-analyst.json +7 -0
  820. package/tests/fixtures/oci-maestro-routing/inputs/008-happy-devops-container-platform-engineer.json +7 -0
  821. package/tests/fixtures/oci-maestro-routing/inputs/009-happy-exadata-platform-architect.json +7 -0
  822. package/tests/fixtures/oci-maestro-routing/inputs/010-happy-fusion-apps-environment-operator.json +7 -0
  823. package/tests/fixtures/oci-maestro-routing/inputs/011-happy-goldengate-replication-operator.json +7 -0
  824. package/tests/fixtures/oci-maestro-routing/inputs/012-happy-identity-access-governor.json +7 -0
  825. package/tests/fixtures/oci-maestro-routing/inputs/013-happy-iot-digital-twin-engineer.json +7 -0
  826. package/tests/fixtures/oci-maestro-routing/inputs/014-happy-limits-capacity-planner.json +7 -0
  827. package/tests/fixtures/oci-maestro-routing/inputs/015-happy-load-balancer-traffic-engineer.json +7 -0
  828. package/tests/fixtures/oci-maestro-routing/inputs/016-happy-migration-cutover-architect.json +7 -0
  829. package/tests/fixtures/oci-maestro-routing/inputs/017-happy-multi-cloud-architect.json +7 -0
  830. package/tests/fixtures/oci-maestro-routing/inputs/018-happy-mysql-heatwave-ai-specialist.json +7 -0
  831. package/tests/fixtures/oci-maestro-routing/inputs/019-happy-network-architect.json +7 -0
  832. package/tests/fixtures/oci-maestro-routing/inputs/020-happy-observability-incident-responder.json +7 -0
  833. package/tests/fixtures/oci-maestro-routing/inputs/021-happy-recovery-service-operator.json +7 -0
  834. package/tests/fixtures/oci-maestro-routing/inputs/022-happy-registry-artifact-governor.json +7 -0
  835. package/tests/fixtures/oci-maestro-routing/inputs/023-happy-resource-search-inventory-analyst.json +7 -0
  836. package/tests/fixtures/oci-maestro-routing/inputs/024-happy-security-compliance-reviewer.json +7 -0
  837. package/tests/fixtures/oci-maestro-routing/inputs/025-happy-solution-architect.json +7 -0
  838. package/tests/fixtures/oci-maestro-routing/inputs/026-happy-storage-backup-steward.json +7 -0
  839. package/tests/fixtures/oci-maestro-routing/inputs/027-happy-support-incident-coordinator.json +7 -0
  840. package/tests/fixtures/oci-maestro-routing/inputs/028-happy-waf-cost-optimization-review.json +7 -0
  841. package/tests/fixtures/oci-maestro-routing/inputs/029-happy-waf-reliability-review.json +7 -0
  842. package/tests/fixtures/oci-maestro-routing/inputs/030-happy-waf-security-review.json +7 -0
  843. package/tests/fixtures/oci-maestro-routing/inputs/adv-ambiguous.json +7 -0
  844. package/tests/fixtures/oci-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  845. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-01-cloud-guard-responder.json +7 -0
  846. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-02-live-autonomous-db-lifecycle-guard.json +7 -0
  847. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-03-live-cost-budget-runaway-guard.json +7 -0
  848. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-04-live-iam-policy-compartment-guard.json +7 -0
  849. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-05-live-network-security-rule-guard.json +7 -0
  850. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-06-live-oke-rollout-guard.json +7 -0
  851. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-07-live-resource-manager-stack-guard.json +7 -0
  852. package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-08-live-vault-key-destruction-guard.json +7 -0
  853. package/tests/fixtures/oci-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  854. package/tests/fixtures/oci-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  855. package/tests/fixtures/oci-maestro-routing/taxonomy.json +381 -0
  856. package/tests/fixtures/ovhcloud-maestro-routing/expected/001-happy-cost-finops-analyst.json +6 -0
  857. package/tests/fixtures/ovhcloud-maestro-routing/expected/002-happy-iam-policy-review.json +6 -0
  858. package/tests/fixtures/ovhcloud-maestro-routing/expected/003-happy-kubernetes-platform-operator.json +6 -0
  859. package/tests/fixtures/ovhcloud-maestro-routing/expected/004-happy-network-architect.json +6 -0
  860. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-ambiguous.json +4 -0
  861. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-instruction-injection.json +6 -0
  862. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-liveguard-01-live-kms-key-destruction-guard.json +6 -0
  863. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-persona-replacement.json +6 -0
  864. package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-secrets-bait.json +6 -0
  865. package/tests/fixtures/ovhcloud-maestro-routing/inputs/001-happy-cost-finops-analyst.json +7 -0
  866. package/tests/fixtures/ovhcloud-maestro-routing/inputs/002-happy-iam-policy-review.json +7 -0
  867. package/tests/fixtures/ovhcloud-maestro-routing/inputs/003-happy-kubernetes-platform-operator.json +7 -0
  868. package/tests/fixtures/ovhcloud-maestro-routing/inputs/004-happy-network-architect.json +7 -0
  869. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-ambiguous.json +7 -0
  870. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  871. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-liveguard-01-live-kms-key-destruction-guard.json +7 -0
  872. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  873. package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  874. package/tests/fixtures/ovhcloud-maestro-routing/taxonomy.json +46 -0
  875. package/tests/fixtures/scaleway-maestro-routing/expected/001-happy-cost-optimizer.json +6 -0
  876. package/tests/fixtures/scaleway-maestro-routing/expected/002-happy-iam-policy-review.json +6 -0
  877. package/tests/fixtures/scaleway-maestro-routing/expected/003-happy-kapsule-platform-operator.json +6 -0
  878. package/tests/fixtures/scaleway-maestro-routing/expected/004-happy-network-architect.json +6 -0
  879. package/tests/fixtures/scaleway-maestro-routing/expected/adv-ambiguous.json +4 -0
  880. package/tests/fixtures/scaleway-maestro-routing/expected/adv-instruction-injection.json +6 -0
  881. package/tests/fixtures/scaleway-maestro-routing/expected/adv-liveguard-01-live-kapsule-rollout-guard.json +6 -0
  882. package/tests/fixtures/scaleway-maestro-routing/expected/adv-persona-replacement.json +6 -0
  883. package/tests/fixtures/scaleway-maestro-routing/expected/adv-secrets-bait.json +6 -0
  884. package/tests/fixtures/scaleway-maestro-routing/inputs/001-happy-cost-optimizer.json +7 -0
  885. package/tests/fixtures/scaleway-maestro-routing/inputs/002-happy-iam-policy-review.json +7 -0
  886. package/tests/fixtures/scaleway-maestro-routing/inputs/003-happy-kapsule-platform-operator.json +7 -0
  887. package/tests/fixtures/scaleway-maestro-routing/inputs/004-happy-network-architect.json +7 -0
  888. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-ambiguous.json +7 -0
  889. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  890. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-liveguard-01-live-kapsule-rollout-guard.json +7 -0
  891. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  892. package/tests/fixtures/scaleway-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  893. package/tests/fixtures/scaleway-maestro-routing/taxonomy.json +54 -0
  894. package/tests/fixtures/terraform-maestro-routing/expected/001-happy-reviewer.json +6 -0
  895. package/tests/fixtures/terraform-maestro-routing/expected/adv-ambiguous.json +4 -0
  896. package/tests/fixtures/terraform-maestro-routing/expected/adv-instruction-injection.json +6 -0
  897. package/tests/fixtures/terraform-maestro-routing/expected/adv-persona-replacement.json +6 -0
  898. package/tests/fixtures/terraform-maestro-routing/expected/adv-secrets-bait.json +6 -0
  899. package/tests/fixtures/terraform-maestro-routing/inputs/001-happy-reviewer.json +7 -0
  900. package/tests/fixtures/terraform-maestro-routing/inputs/adv-ambiguous.json +7 -0
  901. package/tests/fixtures/terraform-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  902. package/tests/fixtures/terraform-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  903. package/tests/fixtures/terraform-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  904. package/tests/fixtures/terraform-maestro-routing/taxonomy.json +107 -0
  905. package/tests/fuzz-properties.test.mjs +211 -0
  906. package/tests/integration/rbac-pre-flight/README.md +160 -0
  907. package/tests/integration/rbac-pre-flight/ci/kind-rbac-preflight.yaml +49 -0
  908. package/tests/integration/rbac-pre-flight/guards/admission-policy.sh +53 -0
  909. package/tests/integration/rbac-pre-flight/guards/argocd-sync.sh +50 -0
  910. package/tests/integration/rbac-pre-flight/guards/mesh-policy.sh +48 -0
  911. package/tests/integration/rbac-pre-flight/guards/network-arch.sh +119 -0
  912. package/tests/integration/rbac-pre-flight/guards/network-policy.sh +49 -0
  913. package/tests/integration/rbac-pre-flight/guards/rbac-mutation.sh +56 -0
  914. package/tests/integration/rbac-pre-flight/guards/velero-restore.sh +52 -0
  915. package/tests/integration/rbac-pre-flight/lib/common.sh +252 -0
  916. package/tests/integration/rbac-pre-flight/run-all.sh +229 -0
  917. package/tests/test-copilot-skill-bundling.py +129 -0
  918. package/tests/test-gemini-skill-bundling.py +102 -0
  919. package/tests/test-marketplace-validators.py +685 -0
  920. package/tests/test-vfa-export-coverage.test.mjs +717 -0
  921. package/tests/validate-agent-frontmatter-schema.py +256 -0
  922. package/tests/validate-asset-integrity.py +234 -0
  923. package/tests/validate-aws-progressive-disclosure.py +72 -0
  924. package/tests/validate-aws-skill-quality.py +171 -0
  925. package/tests/validate-azure-oci-live-guards.sh +157 -0
  926. package/tests/validate-catalog.py +361 -0
  927. package/tests/validate-codex-marketplace.py +152 -0
  928. package/tests/validate-finops-price-fixtures.py +200 -0
  929. package/tests/validate-kiro-powers.py +243 -0
  930. package/tests/validate-links.py +94 -0
  931. package/tests/validate-maestro-routing.py +220 -0
  932. package/tests/validate-mcp-trust-matrix.py +91 -0
  933. package/tests/validate-multi-harness-marketplace.py +188 -0
  934. package/tests/validate-no-lifecycle-scripts.py +86 -0
  935. package/tests/validate-nvidia-promotion-gatekeeper.py +299 -0
  936. package/tests/validate-plugin-manifest.py +147 -0
  937. package/tests/validate-skill-allowed-tools.py +138 -0
  938. package/tests/validate-skill-frontmatter-schema.py +286 -0
  939. package/tests/validate-skill-manifest.py +116 -0
@@ -33,7 +33,7 @@
33
33
  "trees": [
34
34
  {
35
35
  "tree": "agents",
36
- "aggregate_sha256": "da46ce9ef70e457c65b8abe8489d69fe513265c51792f9dab09f3ab02724a5b9",
36
+ "aggregate_sha256": "d9ef235df23a00cf311e98e3586aa87a7a2e4217939c4c6f27672f10a73b603a",
37
37
  "files": [
38
38
  {
39
39
  "path": "agents/AGENTS.md",
@@ -6462,63 +6462,228 @@
6462
6462
  },
6463
6463
  {
6464
6464
  "path": "agents/finops/AGENTS.md",
6465
- "sha256": "9645fc4a2e3a31754c26fee70736fe1f23b97fbfa172784a93a9b6d2f4ef5a76",
6466
- "bytes": 2339
6465
+ "sha256": "f512558b35813140848626410b91a3642b3ffa8c149ce20b2a45f61294aa79b5",
6466
+ "bytes": 4288
6467
6467
  },
6468
6468
  {
6469
6469
  "path": "agents/finops/README.md",
6470
- "sha256": "e0dce93cb52dd0418e31ae46f76a1ec4067bb244070864ac6b92aefc3748f139",
6471
- "bytes": 1297
6470
+ "sha256": "e57487c48b6081bc9466f16c614b22d7e182ed74e03001716432c710027d4686",
6471
+ "bytes": 7226
6472
+ },
6473
+ {
6474
+ "path": "agents/finops/finops-ai-economist-agent/AGENT.md",
6475
+ "sha256": "cac4cd95ae390aa37dc6154c444a4f0c61d08d120d51df09ff4e972b8f64c527",
6476
+ "bytes": 4645
6477
+ },
6478
+ {
6479
+ "path": "agents/finops/finops-ai-economist-agent/PERMISSIONS.md",
6480
+ "sha256": "9cc727b491f5ab0b512a33490947ccd828657fc714275bde37467e841ec94147",
6481
+ "bytes": 4153
6482
+ },
6483
+ {
6484
+ "path": "agents/finops/finops-ai-economist-agent/README.md",
6485
+ "sha256": "72334c1d638039326781306b21648ce19a4225c16dfe7f78e1a9cc5997d3c748",
6486
+ "bytes": 1411
6487
+ },
6488
+ {
6489
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md",
6490
+ "sha256": "a28a20da2aea7e41523662178d2b4746f5f2d87f8af303e9af8c06cff43594e6",
6491
+ "bytes": 2698
6492
+ },
6493
+ {
6494
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/codex.toml",
6495
+ "sha256": "b29e966d8a309f7e3574aefac87cb2c5608d30996abfe232628541d51e8126d6",
6496
+ "bytes": 2697
6497
+ },
6498
+ {
6499
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md",
6500
+ "sha256": "3111271404a56368e9d7124fc2d0fe62ff0fed75549c23b608cef894774a5faa",
6501
+ "bytes": 2935
6502
+ },
6503
+ {
6504
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md",
6505
+ "sha256": "2f2f326b996cf2918ae313f20d5d29bb983899f92093c8f6d245b1ecadb73c17",
6506
+ "bytes": 2700
6507
+ },
6508
+ {
6509
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md",
6510
+ "sha256": "76b3d185c07f2958309a811850bbea4bdfd2157722baa150cdcf5b03d8c8cc78",
6511
+ "bytes": 2722
6512
+ },
6513
+ {
6514
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json",
6515
+ "sha256": "556a9aa5364d0f6c59c21583e1969b287cbd572235d828f3e19b0e547e35319c",
6516
+ "bytes": 2714
6517
+ },
6518
+ {
6519
+ "path": "agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md",
6520
+ "sha256": "1c6a52cc6352a0f4b754c079bc2aedffc42075a0512299e3459eb1884cb8ad4b",
6521
+ "bytes": 2685
6522
+ },
6523
+ {
6524
+ "path": "agents/finops/finops-ai-economist-agent/metadata.json",
6525
+ "sha256": "9362800bc49ca192b67f21a9b44807c83c51727232664803b8bfd2bcade490da",
6526
+ "bytes": 2276
6472
6527
  },
6473
6528
  {
6474
6529
  "path": "agents/finops/finops-cloud-price-advisor-agent/AGENT.md",
6475
- "sha256": "d62e5814311ff3b48fcd4795a26a3a64ed1cacd0608b301dae77383c80ad4ea1",
6476
- "bytes": 2741
6530
+ "sha256": "25c9ee4b9ffb240e103f517899afb93df79ee700b5302859cef831f3ffa40d73",
6531
+ "bytes": 2866
6477
6532
  },
6478
6533
  {
6479
6534
  "path": "agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md",
6480
- "sha256": "e64812fff094e6b171806b1301b2cae3c2bce19a8743a262d1a4ca097872b0b7",
6481
- "bytes": 3077
6535
+ "sha256": "9b8094d22cdbd59d7b2cb31e3fd21578e663bbc359984b48ef77166a152146fa",
6536
+ "bytes": 5242
6482
6537
  },
6483
6538
  {
6484
6539
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md",
6485
- "sha256": "3ee3be4b71a7c5a7e023bfd9dc5c6d83d4e3d5c0aab374dd908e5ffeb1543c0d",
6486
- "bytes": 1845
6540
+ "sha256": "9ecfa7396eafce0f303d0e40d7a5dab5b4303096c55424f349af82cff76893ec",
6541
+ "bytes": 2006
6487
6542
  },
6488
6543
  {
6489
6544
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml",
6490
- "sha256": "e01c316bca70588939f967ff7696b6221b63e146319b9d80880758f781bc54ec",
6491
- "bytes": 1917
6545
+ "sha256": "96a14de90ef078bd845eaf56de313f0b4fc932d8a10aeec4fe2e2cb8b0fed0b7",
6546
+ "bytes": 2130
6492
6547
  },
6493
6548
  {
6494
6549
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md",
6495
- "sha256": "8657581a37e1acfa894e6fbef62640a9a81ff832727ad704ad4fd87df96da31b",
6496
- "bytes": 2129
6550
+ "sha256": "70817a47a3b5bf86f9a12a18031c2424df0aa9af458522f0fdac428df53dc99a",
6551
+ "bytes": 2290
6497
6552
  },
6498
6553
  {
6499
6554
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md",
6500
- "sha256": "a6febc1e9de58cb78fd3d775583f8c3039055cf271f42860c0fd034e9fcfca40",
6501
- "bytes": 1847
6555
+ "sha256": "5e8d9bd065128210ed309454f7bc7c0b37d0e3f51ff29561905338f73cde2701",
6556
+ "bytes": 2008
6502
6557
  },
6503
6558
  {
6504
6559
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md",
6505
- "sha256": "d2e0237bf9c24b5ab4e8b4b17fe964329d1de5d4909906f23120fede82e7fba7",
6506
- "bytes": 1869
6560
+ "sha256": "c326397ce245146749c0e428d145abcb016145f1eb6106dc4120353b0325fe06",
6561
+ "bytes": 2030
6507
6562
  },
6508
6563
  {
6509
6564
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json",
6510
- "sha256": "6e6494ae4b334b2a2003c1247be3d01a9c82918bb3f4a3dc328530f9e77cd746",
6511
- "bytes": 1877
6565
+ "sha256": "de562860ce3738acd3af206a3f859ec5ed4d86b3f596d5b6232feb33940fcb54",
6566
+ "bytes": 2038
6512
6567
  },
6513
6568
  {
6514
6569
  "path": "agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md",
6515
- "sha256": "6a097fb6641b47b9c1b6c0e2ad5c275bf34c107f1500acdd6ffc84760688774b",
6516
- "bytes": 1832
6570
+ "sha256": "4ddd951580dea90e74b25e9047b39f8f50391944f8bc3c5525cc6c18450ffca6",
6571
+ "bytes": 1993
6517
6572
  },
6518
6573
  {
6519
6574
  "path": "agents/finops/finops-cloud-price-advisor-agent/metadata.json",
6520
- "sha256": "52000b71b2f144baf506ff1a89be78717b6ed01bc1d5c28de92c29426952743f",
6521
- "bytes": 2063
6575
+ "sha256": "26677945223196c9c935f0a72b5d8a56708d619983c702116c644835caa677d4",
6576
+ "bytes": 2882
6577
+ },
6578
+ {
6579
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md",
6580
+ "sha256": "1bf63e107d814ce2746400db8f67483c9953b113b4d7287b7faaa5c15720d7d5",
6581
+ "bytes": 5345
6582
+ },
6583
+ {
6584
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md",
6585
+ "sha256": "4018dce5d1f693c044f71743bb627a295ecedeb94bc38319fa75efddb7f8e59e",
6586
+ "bytes": 4734
6587
+ },
6588
+ {
6589
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/README.md",
6590
+ "sha256": "d32c380793fe2b0da6d215095335bf50b2590fffbabb172929e14f39de4d24ea",
6591
+ "bytes": 2246
6592
+ },
6593
+ {
6594
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md",
6595
+ "sha256": "5061bba153850851332fe8a7e8fb69abcd66807310dd46dd957cb29c2f37a261",
6596
+ "bytes": 2649
6597
+ },
6598
+ {
6599
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml",
6600
+ "sha256": "3000d55b9df5910d08861a8a4fa0b9fc863b2b705207ac1d92765f6a8f79f8ee",
6601
+ "bytes": 2905
6602
+ },
6603
+ {
6604
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md",
6605
+ "sha256": "7195c7bd5fdc84af187138e55f6b16df3c8137b08ffeb53b6fc1c4ed316fe15d",
6606
+ "bytes": 2789
6607
+ },
6608
+ {
6609
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md",
6610
+ "sha256": "e99d844d7d88b731c5ce8ab55a88d9c1d661c1e2bb29b782f38a93a10e7556e3",
6611
+ "bytes": 2649
6612
+ },
6613
+ {
6614
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md",
6615
+ "sha256": "1e5dbe107bb458da47a0f26410c59be49ad13e49edb17689643fb1f27470fbd7",
6616
+ "bytes": 2666
6617
+ },
6618
+ {
6619
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json",
6620
+ "sha256": "2384bb61def53aa4535ee6ed87a57e65e81b070e5292be18db6bdc04fe25b9bb",
6621
+ "bytes": 2705
6622
+ },
6623
+ {
6624
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md",
6625
+ "sha256": "2ef35158799f8ea7b93465ac5aae2de4e0a42b87771c97613a65b6702e60f5b5",
6626
+ "bytes": 2655
6627
+ },
6628
+ {
6629
+ "path": "agents/finops/finops-kubernetes-rightsizer-agent/metadata.json",
6630
+ "sha256": "a34986cfcbc2d9da2dbb288de983f0e1b710987693c91a5d8ddf63b69475210d",
6631
+ "bytes": 2369
6632
+ },
6633
+ {
6634
+ "path": "agents/finops/finops-maestro-agent/AGENT.md",
6635
+ "sha256": "9cf556e7a32539c5b19757f374f2e27f36b21fc9a33cec1c83a0119d06200d8a",
6636
+ "bytes": 3372
6637
+ },
6638
+ {
6639
+ "path": "agents/finops/finops-maestro-agent/PERMISSIONS.md",
6640
+ "sha256": "cd86bbb4f8a2dbf887bf89363bacfa9571c78063afb2c08e58a81ddd756a6231",
6641
+ "bytes": 3020
6642
+ },
6643
+ {
6644
+ "path": "agents/finops/finops-maestro-agent/README.md",
6645
+ "sha256": "70c5dcedcebe2744a83cdfb5140ccec9932eb3d2a2c0fe68b961b071a9d1198d",
6646
+ "bytes": 1747
6647
+ },
6648
+ {
6649
+ "path": "agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md",
6650
+ "sha256": "9f5cc8ab457702d9acba3914adf16490973d51d172cb20d7cd6a41894ae6b8f0",
6651
+ "bytes": 2330
6652
+ },
6653
+ {
6654
+ "path": "agents/finops/finops-maestro-agent/harnesses/codex.toml",
6655
+ "sha256": "ae1efae7720332cadbcfe35f42d5c208066a005a30f8815985ab051df31f50f0",
6656
+ "bytes": 2448
6657
+ },
6658
+ {
6659
+ "path": "agents/finops/finops-maestro-agent/harnesses/copilot.agent.md",
6660
+ "sha256": "a3e7e8caa884896224edeef7d948466affae4063e750d848e3c5973bc4f9b54f",
6661
+ "bytes": 2457
6662
+ },
6663
+ {
6664
+ "path": "agents/finops/finops-maestro-agent/harnesses/cursor.agent.md",
6665
+ "sha256": "9f5cc8ab457702d9acba3914adf16490973d51d172cb20d7cd6a41894ae6b8f0",
6666
+ "bytes": 2330
6667
+ },
6668
+ {
6669
+ "path": "agents/finops/finops-maestro-agent/harnesses/gemini.agent.md",
6670
+ "sha256": "9f5cc8ab457702d9acba3914adf16490973d51d172cb20d7cd6a41894ae6b8f0",
6671
+ "bytes": 2330
6672
+ },
6673
+ {
6674
+ "path": "agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json",
6675
+ "sha256": "a5327719573aaf189ecab94efc7a58e9e699c7cfa572e7c5de59a69c9975e847",
6676
+ "bytes": 2377
6677
+ },
6678
+ {
6679
+ "path": "agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md",
6680
+ "sha256": "9f5cc8ab457702d9acba3914adf16490973d51d172cb20d7cd6a41894ae6b8f0",
6681
+ "bytes": 2330
6682
+ },
6683
+ {
6684
+ "path": "agents/finops/finops-maestro-agent/metadata.json",
6685
+ "sha256": "d74cc65cb8dfe2d84021c8fa9218b4a937f6caa97ded2fcbdb28270c8466e5c0",
6686
+ "bytes": 1934
6522
6687
  },
6523
6688
  {
6524
6689
  "path": "agents/fluxcd/README.md",
@@ -15602,7 +15767,7 @@
15602
15767
  },
15603
15768
  {
15604
15769
  "tree": "catalog",
15605
- "aggregate_sha256": "ccbb7fc72e7f0632aa1b3075c2460022326afac1053e48c5f810335180a8e26a",
15770
+ "aggregate_sha256": "b1d228419addec42e6e01e464f617aa9654be7e3f3698a0bb301bb97e24814a3",
15606
15771
  "files": [
15607
15772
  {
15608
15773
  "path": "catalog/AGENTS.md",
@@ -15611,8 +15776,8 @@
15611
15776
  },
15612
15777
  {
15613
15778
  "path": "catalog/agents.json",
15614
- "sha256": "c1ea2880afdbd7c1492584afa4bb31f2488bd1836aad72947c072d978de42210",
15615
- "bytes": 467183
15779
+ "sha256": "063b3e96e493b47b73bbdb112dd044f00eb5bbefd7922181d087fab74bc02c65",
15780
+ "bytes": 471626
15616
15781
  },
15617
15782
  {
15618
15783
  "path": "catalog/index.json",
@@ -15621,8 +15786,8 @@
15621
15786
  },
15622
15787
  {
15623
15788
  "path": "catalog/install-roles.json",
15624
- "sha256": "21ae58d13bebad3d6952cecf2e294e6359fdd3c142021fece67c4b74d9ec5ac2",
15625
- "bytes": 41017
15789
+ "sha256": "5eaee8e2b8fe528b9285f67c86345a2730fb4aa3fbcbe973fefb08e40deab706",
15790
+ "bytes": 41375
15626
15791
  },
15627
15792
  {
15628
15793
  "path": "catalog/mcp-references.json",
@@ -15636,19 +15801,19 @@
15636
15801
  },
15637
15802
  {
15638
15803
  "path": "catalog/skill-manifest.json",
15639
- "sha256": "3cf3dba7727f649d92a84fb0250b1b6416649b368ae7f2f1afe3ac7cff712475",
15640
- "bytes": 396380
15804
+ "sha256": "6a3394f79dcacd11ec4599be2fa893440272112fd1fe2fc2f6d17d9a94a63740",
15805
+ "bytes": 404241
15641
15806
  },
15642
15807
  {
15643
15808
  "path": "catalog/skills.json",
15644
- "sha256": "2bd445f343ac045a765a0b41cc66dbaa68df9e2cc2dfebdaa2191a61975bfd1d",
15645
- "bytes": 421860
15809
+ "sha256": "4320a78cabc3b4746cccb901dfcd83b2e9eef9cf2030ba280b3898e2a4cff957",
15810
+ "bytes": 428647
15646
15811
  }
15647
15812
  ]
15648
15813
  },
15649
15814
  {
15650
15815
  "tree": "scripts",
15651
- "aggregate_sha256": "4929ac32655bf6c754b54b8acd072408e2ecb4ca2df7e820670f6cba3ceea748",
15816
+ "aggregate_sha256": "c7cf5fccd73f10c273ecee2c09137b1bc467c0df0dba30b30d6328934dfa6ee5",
15652
15817
  "files": [
15653
15818
  {
15654
15819
  "path": "scripts/apply-skill-allowed-tools.py",
@@ -15662,8 +15827,8 @@
15662
15827
  },
15663
15828
  {
15664
15829
  "path": "scripts/export-marketplace-agents.mjs",
15665
- "sha256": "6e20e183e850a24b20677d1106f07b4a8d74d8b47dc081bd47f029becd400b95",
15666
- "bytes": 21240
15830
+ "sha256": "6b5c1a2558d02bac69e5cfd6d4c08b0c0d51b01b277da1f1200a0eac0443e3cc",
15831
+ "bytes": 25376
15667
15832
  },
15668
15833
  {
15669
15834
  "path": "scripts/gen_azure_live_guards.py",
@@ -15675,6 +15840,11 @@
15675
15840
  "sha256": "62cfa89e9183c5625599f2973714cc94476de80a7f588b67190ffbb12fb09010",
15676
15841
  "bytes": 69191
15677
15842
  },
15843
+ {
15844
+ "path": "scripts/generate-changelog-counts.mjs",
15845
+ "sha256": "3d31b02bf758fca65dd3ecefefc00e1242d160d3885931d396f912a136b4a2d0",
15846
+ "bytes": 1404
15847
+ },
15678
15848
  {
15679
15849
  "path": "scripts/generate-cursor-plugin.mjs",
15680
15850
  "sha256": "24c9b58afc6c55be80b8e701a5fd7a64b0330d0b2836a37fa8b7b2ce5943a68b",
@@ -15692,8 +15862,8 @@
15692
15862
  },
15693
15863
  {
15694
15864
  "path": "scripts/release-prepare.mjs",
15695
- "sha256": "7f91ce7071275081d8a0a1a7be609f77b34e29dbd130abc8e92859197957a214",
15696
- "bytes": 3580
15865
+ "sha256": "ec33640391c4a45e6f7c2570c177152bdeb9612e3b47daf1a88e4b41732f9301",
15866
+ "bytes": 7408
15697
15867
  },
15698
15868
  {
15699
15869
  "path": "scripts/update-catalog-new-agents.py",
@@ -15704,7 +15874,7 @@
15704
15874
  },
15705
15875
  {
15706
15876
  "tree": "powers",
15707
- "aggregate_sha256": "c0fc7209b0ad331862a2f0f97d8acc8f018d467cd9e030c2a6cd054dab438a2a",
15877
+ "aggregate_sha256": "673a252661e9229df5564af5ff05edde59e12ebecae9607206a44bd5dfe86fa0",
15708
15878
  "files": [
15709
15879
  {
15710
15880
  "path": "powers/README.md",
@@ -15753,7 +15923,7 @@
15753
15923
  },
15754
15924
  {
15755
15925
  "path": "powers/vanguard-kubernetes/POWER.md",
15756
- "sha256": "3fe0888ebf819982019f231b7abb59c0685c1d15c538cb6dbc323965c0b67803",
15926
+ "sha256": "5fb458af0013896e6b95dd7e9b5d7f0f619ad558f983623bd95b94de207d12a0",
15757
15927
  "bytes": 3552
15758
15928
  },
15759
15929
  {
@@ -15785,7 +15955,7 @@
15785
15955
  },
15786
15956
  {
15787
15957
  "tree": "plugins",
15788
- "aggregate_sha256": "b16398b5d8f76d4a7c0b5eefa3ded402c3f98ee3f5b2ee647d231cc82e4e02e2",
15958
+ "aggregate_sha256": "89dbb21f326d0ee511c8cdb5ef90dac61c82136e5308c0232cc5ffbec695ee6b",
15789
15959
  "files": [
15790
15960
  {
15791
15961
  "path": "plugins/cross-platform-agent-template/.codex-plugin/plugin.json",
@@ -15794,14 +15964,14 @@
15794
15964
  },
15795
15965
  {
15796
15966
  "path": "plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json",
15797
- "sha256": "2fc658a4ba55d677121da8ad7c62c91aa9d507570f96e139d6330bd7c1255580",
15967
+ "sha256": "f6d1f8638ea0893a1e6b0d26c0b1ae1c9243d15cd26001c28e03e8f0d3435b77",
15798
15968
  "bytes": 1850
15799
15969
  }
15800
15970
  ]
15801
15971
  },
15802
15972
  {
15803
15973
  "tree": ".claude-plugin",
15804
- "aggregate_sha256": "debdf44da505e3df9f2f14965c476ee0eee8f64cb0cc031b07d43c92d0b891f2",
15974
+ "aggregate_sha256": "8f27d61aa6898b5a91d769060783a8db823e848b44815c8edcf8c16ef1de07c2",
15805
15975
  "files": [
15806
15976
  {
15807
15977
  "path": ".claude-plugin/README.md",
@@ -15815,14 +15985,14 @@
15815
15985
  },
15816
15986
  {
15817
15987
  "path": ".claude-plugin/plugin.json",
15818
- "sha256": "da0657bf258e4bca53d0e9270683521b9764da0ca937fb224b5ff0f86c8ce19d",
15819
- "bytes": 30852
15988
+ "sha256": "6c9dbfeaddf0283338afb2ddad73b1d82ff0035a1ae10e959962561664582e3d",
15989
+ "bytes": 31096
15820
15990
  }
15821
15991
  ]
15822
15992
  },
15823
15993
  {
15824
15994
  "tree": ".cursor-plugin",
15825
- "aggregate_sha256": "80eea4d266dd8828734093e43910a5d66e124ff3e9b02b734598d91e3f750fe9",
15995
+ "aggregate_sha256": "68dfb3892cbd739a86537a4a0cfeca8515f8b5f1ff9530f9d99e5e30593f83de",
15826
15996
  "files": [
15827
15997
  {
15828
15998
  "path": ".cursor-plugin/README.md",
@@ -15831,14 +16001,14 @@
15831
16001
  },
15832
16002
  {
15833
16003
  "path": ".cursor-plugin/plugin.json",
15834
- "sha256": "73150f462bc530d06fa3cb0d4beb4e3992f52d1bf4638921a6bac00b24d5ddef",
15835
- "bytes": 29173
16004
+ "sha256": "f3951243263966fce5a91571dc5091287fd9494d312f5d45aaa7e2b2833b63ed",
16005
+ "bytes": 29402
15836
16006
  }
15837
16007
  ]
15838
16008
  },
15839
16009
  {
15840
16010
  "tree": ".github/plugin",
15841
- "aggregate_sha256": "f87fb734153efee8d0b050f5021cb2faedb4d156ef060532bded8b529eb9dc60",
16011
+ "aggregate_sha256": "a9939490f08887d2cdc2b82427a4c41c349724b84bbba227e205fb86be306a89",
15842
16012
  "files": [
15843
16013
  {
15844
16014
  "path": ".github/plugin/README.md",
@@ -15847,7 +16017,7 @@
15847
16017
  },
15848
16018
  {
15849
16019
  "path": ".github/plugin/marketplace.json",
15850
- "sha256": "47fd8e73e3f3afb7b6c6e58930cf12655cfd1a229dd0472f95675babfab23da6",
16020
+ "sha256": "d49a4e31aaaf3651aeb26dabc876a114040da8b93d32079f03220a04f092c216",
15851
16021
  "bytes": 790
15852
16022
  }
15853
16023
  ]
@@ -15870,7 +16040,7 @@
15870
16040
  },
15871
16041
  {
15872
16042
  "tree": "tests",
15873
- "aggregate_sha256": "b22d0a15b98d8ccda15f075349e71ddaaf6dbcf65bdbf0047b9fd3853213162b",
16043
+ "aggregate_sha256": "5c3188eb58b43b6bb930296e00cded5df10ee6373490cdb0b890bf05cb8418a4",
15874
16044
  "files": [
15875
16045
  {
15876
16046
  "path": "tests/AGENTS.md",
@@ -17352,6 +17522,256 @@
17352
17522
  "sha256": "3d2b2eb26eb0a3311785597c32976afe283bc7d1fe5fe597270d350293e52532",
17353
17523
  "bytes": 1163
17354
17524
  },
17525
+ {
17526
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/001-scaleway-instance-eu-fr.json",
17527
+ "sha256": "c985a76177bd15bd2d22190dfc25a1b377222e54145b57d945b71ba2bca76605",
17528
+ "bytes": 305
17529
+ },
17530
+ {
17531
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/002-scaleway-storage-eu-nl.json",
17532
+ "sha256": "c717358c524ee537e140e98ad233e35a4c0e28149673da941073fb393ae585d2",
17533
+ "bytes": 302
17534
+ },
17535
+ {
17536
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/003-gandi-vps-no-key.json",
17537
+ "sha256": "e45de72360432386cd2819c8ef679ff0791a36599b28dce160e88d55066e3a04",
17538
+ "bytes": 354
17539
+ },
17540
+ {
17541
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/004-gandi-cdn-with-key.json",
17542
+ "sha256": "953cc982b3c0b5ca72a9f301c979410d9e46aefd83a10e4fe18eb7a1bd370bad",
17543
+ "bytes": 374
17544
+ },
17545
+ {
17546
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/005-alibaba-ecs-cny.json",
17547
+ "sha256": "8e2391a5046f69aba640df208fb7ff6aa33a3e32bb1caa0ffb58b39ec27b2128",
17548
+ "bytes": 377
17549
+ },
17550
+ {
17551
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/006-alibaba-rds-ap-southeast.json",
17552
+ "sha256": "346e8d1dfd4a976a824efd68692bb95c292a8ee4e3ebdb059e1d83fe621e033b",
17553
+ "bytes": 309
17554
+ },
17555
+ {
17556
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/007-tencent-cvm-cny.json",
17557
+ "sha256": "074e250b29a25e1c8c66aefb1f15773f26bd50e1e064bd254b40a46d2f7df2ea",
17558
+ "bytes": 376
17559
+ },
17560
+ {
17561
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/008-tencent-db-ap-singapore.json",
17562
+ "sha256": "58d74b2c573666fd91351c01202147b90904debef7501e03ea5ed5ba1350a681",
17563
+ "bytes": 307
17564
+ },
17565
+ {
17566
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/009-comparative-aws-vs-scaleway.json",
17567
+ "sha256": "7925722d9aeb44e1f005966ed0acccc825111ccd689c29440e014f0d9a5a6c81",
17568
+ "bytes": 325
17569
+ },
17570
+ {
17571
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/010-comparative-azure-vs-alibaba.json",
17572
+ "sha256": "c74f0f508d611f72bf7a717489fdb32c0707d20e3b42cdeb202f15ebf16fee15",
17573
+ "bytes": 326
17574
+ },
17575
+ {
17576
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/adv-001-gandi-key-storage-bait.json",
17577
+ "sha256": "6b2131bc1984df2e9fa53bb52a3f3eb97f7f991579e48997f5df9ba480f62f62",
17578
+ "bytes": 310
17579
+ },
17580
+ {
17581
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/adv-002-alibaba-credential-bait.json",
17582
+ "sha256": "535206fe1d5562896504b8c33b87c4798ff072bd01d0d67b6dc512dea3d974fb",
17583
+ "bytes": 336
17584
+ },
17585
+ {
17586
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/adv-003-tencent-secretid-bait.json",
17587
+ "sha256": "8970ad1a2986f8e8b45b35f859183c6e5c61f40470111d2f166a715b99d6fb7d",
17588
+ "bytes": 301
17589
+ },
17590
+ {
17591
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/adv-004-scrape-url-injection.json",
17592
+ "sha256": "699e6362dcfb8f8ab2ea153bf474c91cf58d6960fc30f9fe5202a8501f8fa7a7",
17593
+ "bytes": 339
17594
+ },
17595
+ {
17596
+ "path": "tests/fixtures/finops-cloud-price-advisor/expected/adv-005-persona-replacement.json",
17597
+ "sha256": "060b0399b1e7dcd085ff5a8a933b9e6315fa88cbccc4331695ac6d5644f12a76",
17598
+ "bytes": 354
17599
+ },
17600
+ {
17601
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/001-scaleway-instance-eu-fr.json",
17602
+ "sha256": "fd1900efa2a89ecca2d4fe5cc2bb71a5be6316106c2ebc77305f4e0ef0ba4cc6",
17603
+ "bytes": 245
17604
+ },
17605
+ {
17606
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/002-scaleway-storage-eu-nl.json",
17607
+ "sha256": "4165578ed862c20a8f3f30a0498373e54f3ac3c85e1eaa3e69615042c16b68ab",
17608
+ "bytes": 236
17609
+ },
17610
+ {
17611
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/003-gandi-vps-no-key.json",
17612
+ "sha256": "2978e59e04f4024a7ed1118053a68c3efff810ab0d99d818f2fd8dd865b2fbf8",
17613
+ "bytes": 216
17614
+ },
17615
+ {
17616
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/004-gandi-cdn-with-key.json",
17617
+ "sha256": "cb4a2f403f14fe329697ca5ac5cc7813aea46c4dc0c66a6165c435867d5439a7",
17618
+ "bytes": 311
17619
+ },
17620
+ {
17621
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/005-alibaba-ecs-cny.json",
17622
+ "sha256": "8e6703f341c7237923a562ac5546848be02ba4dd2024f39550a39651c21d3643",
17623
+ "bytes": 258
17624
+ },
17625
+ {
17626
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/006-alibaba-rds-ap-southeast.json",
17627
+ "sha256": "bd06e2f17d57dd64b6cd1de74c0c571dbf00759821d7982a93e33ee3df1a9d54",
17628
+ "bytes": 273
17629
+ },
17630
+ {
17631
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/007-tencent-cvm-cny.json",
17632
+ "sha256": "369edadd4b55b117bfd01b311cbeaa52e6425036cf2067521ea98d07745ce613",
17633
+ "bytes": 260
17634
+ },
17635
+ {
17636
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/008-tencent-db-ap-singapore.json",
17637
+ "sha256": "82de621ec39e7bbfbca00c33f9d83f6c610953d554723319a6b3f5261a00c85f",
17638
+ "bytes": 251
17639
+ },
17640
+ {
17641
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/009-comparative-aws-vs-scaleway.json",
17642
+ "sha256": "01c50b67efa46b56528aa6d788ccd79385d92f50eaef84c3f79b5674d90c7ee8",
17643
+ "bytes": 339
17644
+ },
17645
+ {
17646
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/010-comparative-azure-vs-alibaba.json",
17647
+ "sha256": "af35e9cbe30ec9262160504780b5b5ea1775ba8849858238c8ab4a6e1afbe0f1",
17648
+ "bytes": 390
17649
+ },
17650
+ {
17651
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/adv-001-gandi-key-storage-bait.json",
17652
+ "sha256": "1dffc7ab61ed15d585e5b3a9b13b857ac3c9c82caa7c6446b6ac00f1d4297d00",
17653
+ "bytes": 498
17654
+ },
17655
+ {
17656
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/adv-002-alibaba-credential-bait.json",
17657
+ "sha256": "b44164e4e42f00a5cf6abf6d46b8a3f739159855f7d552bb1243b148903da7c9",
17658
+ "bytes": 652
17659
+ },
17660
+ {
17661
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/adv-003-tencent-secretid-bait.json",
17662
+ "sha256": "03010826f186a1a5e777b6f7955dce5cde9c03e143a72e0066f03725c4fe7b4b",
17663
+ "bytes": 620
17664
+ },
17665
+ {
17666
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/adv-004-scrape-url-injection.json",
17667
+ "sha256": "428ac29a5dc66d8db7bc3fb44609a46cac2fecc7b2febc4d5a8b49697c2adb27",
17668
+ "bytes": 552
17669
+ },
17670
+ {
17671
+ "path": "tests/fixtures/finops-cloud-price-advisor/inputs/adv-005-persona-replacement.json",
17672
+ "sha256": "a1befe3d61556c8f4eab5c3d697b42a48e9dd83e0e95c058f78415fb6c4d4513",
17673
+ "bytes": 695
17674
+ },
17675
+ {
17676
+ "path": "tests/fixtures/finops-cloud-price-advisor/taxonomy.json",
17677
+ "sha256": "558e1d3aa7023799a46e31ae01612da338c2891fdbd4b7a72a2417d71c0925d4",
17678
+ "bytes": 477
17679
+ },
17680
+ {
17681
+ "path": "tests/fixtures/finops-maestro-routing/expected/001-happy-ai-economist.json",
17682
+ "sha256": "764e5bc3a0885eacd03476735ef42c496bb16c96433e3c6f923d7e3f39b00f06",
17683
+ "bytes": 65
17684
+ },
17685
+ {
17686
+ "path": "tests/fixtures/finops-maestro-routing/expected/002-happy-kubernetes-rightsizer.json",
17687
+ "sha256": "504545c1d77074e47489243c3a1c2219ce68e999152d5b56e9ea9b56145677d8",
17688
+ "bytes": 74
17689
+ },
17690
+ {
17691
+ "path": "tests/fixtures/finops-maestro-routing/expected/003-happy-cloud-price-advisor.json",
17692
+ "sha256": "2b60d5c1ad2229cb7aaceb2da95e28a6a8c44b1e3ba4c86bfc5760e840589d22",
17693
+ "bytes": 72
17694
+ },
17695
+ {
17696
+ "path": "tests/fixtures/finops-maestro-routing/expected/004-parallel-ai-and-k8s.json",
17697
+ "sha256": "88c03abd859fcf97577703d0a17cf33fb7d5cba1a6981641fd39b77793f0c6fc",
17698
+ "bytes": 109
17699
+ },
17700
+ {
17701
+ "path": "tests/fixtures/finops-maestro-routing/expected/005-parallel-k8s-and-price.json",
17702
+ "sha256": "c9f2c04970207075784aef2c628f8d6ccbbb72180c02f0a74ea11c720f1bab88",
17703
+ "bytes": 116
17704
+ },
17705
+ {
17706
+ "path": "tests/fixtures/finops-maestro-routing/expected/006-adversarial-instruction-injection.json",
17707
+ "sha256": "504545c1d77074e47489243c3a1c2219ce68e999152d5b56e9ea9b56145677d8",
17708
+ "bytes": 74
17709
+ },
17710
+ {
17711
+ "path": "tests/fixtures/finops-maestro-routing/expected/007-adversarial-persona-replacement.json",
17712
+ "sha256": "93d7b7768c78f4f08a3d2d77a98110ba46316d589148f9778281b17d8bb9974e",
17713
+ "bytes": 44
17714
+ },
17715
+ {
17716
+ "path": "tests/fixtures/finops-maestro-routing/expected/008-adversarial-secrets-bait.json",
17717
+ "sha256": "2b60d5c1ad2229cb7aaceb2da95e28a6a8c44b1e3ba4c86bfc5760e840589d22",
17718
+ "bytes": 72
17719
+ },
17720
+ {
17721
+ "path": "tests/fixtures/finops-maestro-routing/expected/009-ambiguous.json",
17722
+ "sha256": "93d7b7768c78f4f08a3d2d77a98110ba46316d589148f9778281b17d8bb9974e",
17723
+ "bytes": 44
17724
+ },
17725
+ {
17726
+ "path": "tests/fixtures/finops-maestro-routing/inputs/001-happy-ai-economist.json",
17727
+ "sha256": "d965f41a349af3a72d3529f52a537bebc311af2f504ca73820f3c0578fb9740e",
17728
+ "bytes": 307
17729
+ },
17730
+ {
17731
+ "path": "tests/fixtures/finops-maestro-routing/inputs/002-happy-kubernetes-rightsizer.json",
17732
+ "sha256": "51de281928f7548f5396f499a20fc0dfec880aba9720a906d8d1c182c7c94e45",
17733
+ "bytes": 308
17734
+ },
17735
+ {
17736
+ "path": "tests/fixtures/finops-maestro-routing/inputs/003-happy-cloud-price-advisor.json",
17737
+ "sha256": "9d0a062e81e18c3012ec94cdf3d14d03d4e7afdf286298f8c8b6c81cecbc7c04",
17738
+ "bytes": 256
17739
+ },
17740
+ {
17741
+ "path": "tests/fixtures/finops-maestro-routing/inputs/004-parallel-ai-and-k8s.json",
17742
+ "sha256": "3c111dc0ea3738cccd4d0cc2ca0b3105b63bcd6cf97f25fadc0dcdc1e5299edf",
17743
+ "bytes": 308
17744
+ },
17745
+ {
17746
+ "path": "tests/fixtures/finops-maestro-routing/inputs/005-parallel-k8s-and-price.json",
17747
+ "sha256": "2ba1b853806a12abe7d8de7f90376533d5d84c5ec897cd9f68fd98f0278d4922",
17748
+ "bytes": 290
17749
+ },
17750
+ {
17751
+ "path": "tests/fixtures/finops-maestro-routing/inputs/006-adversarial-instruction-injection.json",
17752
+ "sha256": "3998e7dd1186a3c9d00e27080cf4298b3cca0e74c3e579a819aa8c604c15967d",
17753
+ "bytes": 254
17754
+ },
17755
+ {
17756
+ "path": "tests/fixtures/finops-maestro-routing/inputs/007-adversarial-persona-replacement.json",
17757
+ "sha256": "728d00b9c0456182575a684f954b8b54fe5ce32f299174d3bac1bb38712cdab0",
17758
+ "bytes": 253
17759
+ },
17760
+ {
17761
+ "path": "tests/fixtures/finops-maestro-routing/inputs/008-adversarial-secrets-bait.json",
17762
+ "sha256": "31edfc8b7603a2137509a3b834f64aff83fccc006e9a17cbceb6dc009e9570a0",
17763
+ "bytes": 203
17764
+ },
17765
+ {
17766
+ "path": "tests/fixtures/finops-maestro-routing/inputs/009-ambiguous.json",
17767
+ "sha256": "8576cc6574f648a26996aec27df5c7436304e100a160390e6005de29869d18d5",
17768
+ "bytes": 90
17769
+ },
17770
+ {
17771
+ "path": "tests/fixtures/finops-maestro-routing/taxonomy.json",
17772
+ "sha256": "d2c35b0c719711db5477499c1d3a127dc25d4f001d1838923772b5b9424be5cb",
17773
+ "bytes": 3568
17774
+ },
17355
17775
  {
17356
17776
  "path": "tests/fixtures/gcp-maestro-routing/expected/001-happy-alloydb-ai-developer.json",
17357
17777
  "sha256": "6245128a87aac3df8399cbe5e4ba78f33b5ba1ca7b55c0977b13cd80d98a555d",
@@ -19649,8 +20069,8 @@
19649
20069
  },
19650
20070
  {
19651
20071
  "path": "tests/fixtures/terraform-maestro-routing/taxonomy.json",
19652
- "sha256": "110cc59701e694b1058bf86be7fcd1dc7bd47ed86fb034c2b781c5b9ca9c2ae2",
19653
- "bytes": 597
20072
+ "sha256": "83e6dc58461eef31a7c8372a2bb79952fd20704e781046af545c581d213692cb",
20073
+ "bytes": 2725
19654
20074
  },
19655
20075
  {
19656
20076
  "path": "tests/fuzz-properties.test.mjs",
@@ -19729,8 +20149,8 @@
19729
20149
  },
19730
20150
  {
19731
20151
  "path": "tests/test-vfa-export-coverage.test.mjs",
19732
- "sha256": "7c162de47eecafc2443af85a1de86ef0c249df32618c5043ddb40e3d77e9873a",
19733
- "bytes": 8166
20152
+ "sha256": "88e00f7980e54ba379b32e1e04df36db51ef825a17b8d326530737e7b76e9e54",
20153
+ "bytes": 32204
19734
20154
  },
19735
20155
  {
19736
20156
  "path": "tests/validate-agent-frontmatter-schema.py",
@@ -19767,6 +20187,11 @@
19767
20187
  "sha256": "ea5a0a153e4299bfb0ae0a2367c0ff5e6b549cb38c4dbd241ce81782bb16c086",
19768
20188
  "bytes": 5899
19769
20189
  },
20190
+ {
20191
+ "path": "tests/validate-finops-price-fixtures.py",
20192
+ "sha256": "33648f912d557d23addc655b5ad8ad0d060ca75ffddd07c3841b0e86fba3eb43",
20193
+ "bytes": 7577
20194
+ },
19770
20195
  {
19771
20196
  "path": "tests/validate-kiro-powers.py",
19772
20197
  "sha256": "b983b285701e29bcf9ab72de5a138489049061eced933b38465ab48ddf5408b4",
@@ -19828,13 +20253,13 @@
19828
20253
  "root_files": [
19829
20254
  {
19830
20255
  "path": "README.md",
19831
- "sha256": "082c5d072434083fcb47d793af2c32290f56b0254104d22e3dd6fbbf7d7e53d3",
19832
- "bytes": 64440
20256
+ "sha256": "7390f5d68bfd01cf4cfae66348d2af28274b9b36b3f6204247291b48fa0c5d1c",
20257
+ "bytes": 65754
19833
20258
  },
19834
20259
  {
19835
20260
  "path": "SECURITY.md",
19836
- "sha256": "aa9b4b923339b76fb9f23bad804af52ba8eb946009ccc157db061bb4a90b208c",
19837
- "bytes": 7074
20261
+ "sha256": "fac0f794caa05509f12bb8a4a1c92bc5e15e715c9cc50d06e8dcc0c0c34df8e9",
20262
+ "bytes": 7073
19838
20263
  },
19839
20264
  {
19840
20265
  "path": "LICENSE",
@@ -19868,14 +20293,14 @@
19868
20293
  },
19869
20294
  {
19870
20295
  "path": "package.json",
19871
- "sha256": "38521e3056cb6cd2521a2f6ee9913e7393f4e318159537e6c2cf6b8ff86a1a0b",
19872
- "bytes": 4939
20296
+ "sha256": "179f7dc13d61d4a73da23fe686d5346654848e3172667b351fd805169cd4f3fd",
20297
+ "bytes": 5072
19873
20298
  },
19874
20299
  {
19875
20300
  "path": ".releaserc.js",
19876
- "sha256": "8f7ae05ee74e08da68ed276927a9088e7fef2d11940928c5233e1f849a61f09d",
19877
- "bytes": 3765
20301
+ "sha256": "467483143385a4c5ad9be41b36d210fdc6f366d84f9a8123562c421389ce23a3",
20302
+ "bytes": 3976
19878
20303
  }
19879
20304
  ],
19880
- "aggregate_sha256": "73834f6f411f2283339e57957edc9d2303d3ba42495dddfb31b45bb874b525d2"
20305
+ "aggregate_sha256": "38dc90d9be4eb7e886237f9f887499fe95967386a9521e983008827d3965fa4c"
19881
20306
  }