@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.
- package/.claude-plugin/plugin.json +4 -1
- package/.cursor-plugin/plugin.json +4 -1
- package/.github/plugin/marketplace.json +1 -1
- package/README.md +6 -0
- package/agents/finops/AGENTS.md +19 -9
- package/agents/finops/README.md +75 -5
- package/agents/finops/finops-ai-economist-agent/AGENT.md +71 -0
- package/agents/finops/finops-ai-economist-agent/PERMISSIONS.md +138 -0
- package/agents/finops/finops-ai-economist-agent/README.md +27 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/claude-code.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/codex.toml +40 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/copilot.agent.md +58 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/cursor.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/gemini.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/kiro-cli.agent.json +1 -0
- package/agents/finops/finops-ai-economist-agent/harnesses/kiro-ide.agent.md +50 -0
- package/agents/finops/finops-ai-economist-agent/metadata.json +45 -0
- package/agents/finops/finops-cloud-price-advisor-agent/AGENT.md +4 -3
- package/agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md +46 -0
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/claude-code.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/codex.toml +3 -3
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/copilot.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/cursor.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/gemini.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-cli.agent.json +1 -1
- package/agents/finops/finops-cloud-price-advisor-agent/harnesses/kiro-ide.agent.md +2 -2
- package/agents/finops/finops-cloud-price-advisor-agent/metadata.json +14 -5
- package/agents/finops/finops-kubernetes-rightsizer-agent/AGENT.md +102 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/PERMISSIONS.md +143 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/README.md +37 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/claude-code.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/codex.toml +47 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/copilot.agent.md +54 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/cursor.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/gemini.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-cli.agent.json +1 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/harnesses/kiro-ide.agent.md +46 -0
- package/agents/finops/finops-kubernetes-rightsizer-agent/metadata.json +46 -0
- package/agents/finops/finops-maestro-agent/AGENT.md +61 -0
- package/agents/finops/finops-maestro-agent/PERMISSIONS.md +64 -0
- package/agents/finops/finops-maestro-agent/README.md +52 -0
- package/agents/finops/finops-maestro-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/harnesses/codex.toml +34 -0
- package/agents/finops/finops-maestro-agent/harnesses/copilot.agent.md +49 -0
- package/agents/finops/finops-maestro-agent/harnesses/cursor.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/harnesses/gemini.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/harnesses/kiro-cli.agent.json +1 -0
- package/agents/finops/finops-maestro-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/finops/finops-maestro-agent/metadata.json +38 -0
- package/catalog/agents.json +294 -198
- package/catalog/asset-integrity.json +490 -65
- package/catalog/install-roles.json +10 -0
- package/catalog/skill-manifest.json +210 -13
- package/catalog/skills.json +373 -205
- package/package.json +7 -5
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
- package/powers/vanguard-kubernetes/POWER.md +1 -1
- package/scripts/export-marketplace-agents.mjs +146 -84
- package/scripts/generate-changelog-counts.mjs +34 -0
- package/scripts/release-prepare.mjs +97 -5
- package/skills/finops/README.md +60 -9
- package/skills/finops/carbon-cost-pair/README.md +25 -0
- package/skills/finops/carbon-cost-pair/SKILL.md +96 -0
- package/skills/finops/carbon-cost-pair/metadata.json +27 -0
- package/skills/finops/carbon-cost-pair/references/methodology.md +78 -0
- package/skills/finops/carbon-cost-pair/references/sources.md +103 -0
- package/skills/finops/fetch-foundation-model-pricing/README.md +25 -0
- package/skills/finops/fetch-foundation-model-pricing/SKILL.md +85 -0
- package/skills/finops/fetch-foundation-model-pricing/metadata.json +30 -0
- package/skills/finops/fetch-foundation-model-pricing/references/providers.md +88 -0
- package/skills/finops/fetch-foundation-model-pricing/references/token-economics.md +94 -0
- package/skills/finops/finops-cloud-price-advisor/SKILL.md +25 -16
- package/skills/finops/finops-cloud-price-advisor/metadata.json +11 -5
- package/skills/finops/finops-cloud-price-advisor/references/currency-handling.md +73 -0
- package/skills/finops/finops-cloud-price-advisor/references/estimation-workflow.md +106 -7
- package/skills/finops/finops-cloud-price-advisor/references/official-sources.md +71 -0
- package/skills/finops/finops-cloud-price-advisor/references/pricing-apis.md +299 -10
- package/skills/finops/finops-cloud-price-advisor/references/provider-fallbacks.md +400 -0
- package/skills/finops/finops-maestro/README.md +27 -0
- package/skills/finops/finops-maestro/SKILL.md +49 -0
- package/skills/finops/finops-maestro/metadata.json +26 -0
- package/skills/finops/finops-maestro/references/safety-checklist.md +67 -0
- package/skills/finops/finops-maestro/references/workflow-and-output.md +107 -0
- package/skills/finops/focus-spec-normalizer/README.md +25 -0
- package/skills/finops/focus-spec-normalizer/SKILL.md +113 -0
- package/skills/finops/focus-spec-normalizer/metadata.json +26 -0
- package/skills/finops/focus-spec-normalizer/references/focus-columns.md +69 -0
- package/skills/finops/focus-spec-normalizer/references/vendor-mapping.md +229 -0
- package/skills/finops/kubernetes-allocation-report/README.md +23 -0
- package/skills/finops/kubernetes-allocation-report/SKILL.md +95 -0
- package/skills/finops/kubernetes-allocation-report/metadata.json +26 -0
- package/skills/finops/kubernetes-allocation-report/references/attribution-workflow.md +90 -0
- package/skills/finops/kubernetes-allocation-report/references/opencost-mapping.md +70 -0
- package/skills/finops/rightsize-recommendation/README.md +23 -0
- package/skills/finops/rightsize-recommendation/SKILL.md +139 -0
- package/skills/finops/rightsize-recommendation/metadata.json +27 -0
- package/skills/finops/rightsize-recommendation/references/karpenter-consolidation.md +79 -0
- package/skills/finops/rightsize-recommendation/references/metric-sources.md +124 -0
- package/tests/AGENTS.md +17 -0
- package/tests/_generate_maestro_routing_fixtures.py +372 -0
- package/tests/export-cursor-kiro-skill-notice.test.mjs +92 -0
- package/tests/fixtures/README.md +53 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/001-happy-ack-container-platform-operator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/002-happy-actiontrail-audit-analyst.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/003-happy-analyticdb-realtime.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/004-happy-certificate-manager-issuer-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/005-happy-change-impact-advisor.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/006-happy-china-compliance.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/007-happy-cost-anomaly-watch-coordinator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/008-happy-cost-finops-analyst.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/009-happy-daily-operations-briefing-coordinator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/010-happy-devops-cicd-operator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/011-happy-ecs-compute-operator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/012-happy-event-driven-architecture-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/013-happy-function-serverless-operator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/014-happy-iac-change-safety-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/015-happy-kms-secret-lifecycle-steward.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/016-happy-landing-zone-architect.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/017-happy-load-balancer-traffic-engineer.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/018-happy-maxcompute-dataworks-analyst.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/019-happy-migration-architect.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/020-happy-mse-microservice-engine.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/021-happy-network-architect.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/022-happy-observability-incident-responder.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/023-happy-oss-data-perimeter-governor.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/024-happy-oss-storage-steward.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/025-happy-polardb-rds-dba.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/026-happy-ram-iam-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/027-happy-registry-artifact-governor.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/028-happy-resilience-bcdr-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/029-happy-security-center-hardening.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/030-happy-serverless-production-readiness.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/031-happy-solution-architect.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/032-happy-support-incident-coordinator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/033-happy-ticket-triage-escalation-coordinator.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/034-happy-waf-cost-optimization-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/035-happy-waf-reliability-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/036-happy-waf-security-review.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-01-live-ack-rollout-guard.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-02-live-cost-budget-action-guard.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-03-live-kms-key-mutation-guard.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-04-live-oss-bucket-policy-guard.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-05-live-ram-policy-change-guard.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-liveguard-06-live-rds-polardb-mutation-guard.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/alibaba-maestro-routing/expected/adv-secrets-bait.json +8 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/001-happy-ack-container-platform-operator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/002-happy-actiontrail-audit-analyst.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/003-happy-analyticdb-realtime.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/004-happy-certificate-manager-issuer-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/005-happy-change-impact-advisor.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/006-happy-china-compliance.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/007-happy-cost-anomaly-watch-coordinator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/008-happy-cost-finops-analyst.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/009-happy-daily-operations-briefing-coordinator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/010-happy-devops-cicd-operator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/011-happy-ecs-compute-operator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/012-happy-event-driven-architecture-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/013-happy-function-serverless-operator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/014-happy-iac-change-safety-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/015-happy-kms-secret-lifecycle-steward.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/016-happy-landing-zone-architect.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/017-happy-load-balancer-traffic-engineer.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/018-happy-maxcompute-dataworks-analyst.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/019-happy-migration-architect.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/020-happy-mse-microservice-engine.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/021-happy-network-architect.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/022-happy-observability-incident-responder.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/023-happy-oss-data-perimeter-governor.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/024-happy-oss-storage-steward.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/025-happy-polardb-rds-dba.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/026-happy-ram-iam-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/027-happy-registry-artifact-governor.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/028-happy-resilience-bcdr-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/029-happy-security-center-hardening.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/030-happy-serverless-production-readiness.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/031-happy-solution-architect.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/032-happy-support-incident-coordinator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/033-happy-ticket-triage-escalation-coordinator.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/034-happy-waf-cost-optimization-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/035-happy-waf-reliability-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/036-happy-waf-security-review.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-01-live-ack-rollout-guard.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-02-live-cost-budget-action-guard.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-03-live-kms-key-mutation-guard.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-04-live-oss-bucket-policy-guard.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-05-live-ram-policy-change-guard.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-liveguard-06-live-rds-polardb-mutation-guard.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/alibaba-maestro-routing/taxonomy.json +480 -0
- package/tests/fixtures/aws-maestro-routing/expected/001-happy-agentcore.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/002-happy-api-edge-delivery-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/003-happy-bedrock-agent-security-governor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/004-happy-change-impact-advisor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/005-happy-ci-cd-release-engineer.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/006-happy-compliance-evidence-mapper.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/007-happy-cost-anomaly-watch-coordinator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/008-happy-cost-optimization-governor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/009-happy-daily-operations-briefing-coordinator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/010-happy-data-protection-backup-steward.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/011-happy-deployment-hotfix-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/012-happy-devops-agent-skill-designer.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/013-happy-dynamodb-data-modeling-performance-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/014-happy-ec2-compute-operations-steward.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/015-happy-ecs-fargate-platform-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/016-happy-ecs-service-remediation-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/017-happy-eks-platform-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/018-happy-event-driven-architecture-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/019-happy-generative-ai-developer.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/020-happy-iac-change-safety-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/021-happy-iac-patch-executor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/022-happy-iam-least-privilege-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/023-happy-kms-secrets-lifecycle-steward.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/024-happy-landing-zone-governor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/025-happy-migration-cutover-architect.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/026-happy-network-architect.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/027-happy-non-destructive-task-automation-advisor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/028-happy-observability-incident-responder.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/029-happy-pipeline-fix-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/030-happy-private-ca-issuer-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/031-happy-rds-aurora-performance-investigator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/032-happy-resilience-bcdr-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/033-happy-s3-data-perimeter-governor.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/034-happy-security-posture-hardening.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/035-happy-serverless-production-readiness.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/036-happy-serverless-rollout-corrector.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/037-happy-solution-architect.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/038-happy-ticket-triage-escalation-coordinator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/039-happy-waf-cost-optimization-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/040-happy-waf-reliability-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/041-happy-waf-security-review.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-01-live-deployment-guarded-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-02-live-ecs-rollout-guard.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-03-live-iac-change-guard.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-04-live-pipeline-approval-operator.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-liveguard-05-live-serverless-release-guard.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/aws-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/aws-maestro-routing/inputs/001-happy-agentcore.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/002-happy-api-edge-delivery-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/003-happy-bedrock-agent-security-governor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/004-happy-change-impact-advisor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/005-happy-ci-cd-release-engineer.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/006-happy-compliance-evidence-mapper.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/007-happy-cost-anomaly-watch-coordinator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/008-happy-cost-optimization-governor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/009-happy-daily-operations-briefing-coordinator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/010-happy-data-protection-backup-steward.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/011-happy-deployment-hotfix-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/012-happy-devops-agent-skill-designer.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/013-happy-dynamodb-data-modeling-performance-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/014-happy-ec2-compute-operations-steward.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/015-happy-ecs-fargate-platform-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/016-happy-ecs-service-remediation-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/017-happy-eks-platform-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/018-happy-event-driven-architecture-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/019-happy-generative-ai-developer.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/020-happy-iac-change-safety-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/021-happy-iac-patch-executor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/022-happy-iam-least-privilege-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/023-happy-kms-secrets-lifecycle-steward.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/024-happy-landing-zone-governor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/025-happy-migration-cutover-architect.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/026-happy-network-architect.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/027-happy-non-destructive-task-automation-advisor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/028-happy-observability-incident-responder.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/029-happy-pipeline-fix-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/030-happy-private-ca-issuer-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/031-happy-rds-aurora-performance-investigator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/032-happy-resilience-bcdr-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/033-happy-s3-data-perimeter-governor.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/034-happy-security-posture-hardening.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/035-happy-serverless-production-readiness.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/036-happy-serverless-rollout-corrector.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/037-happy-solution-architect.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/038-happy-ticket-triage-escalation-coordinator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/039-happy-waf-cost-optimization-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/040-happy-waf-reliability-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/041-happy-waf-security-review.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-01-live-deployment-guarded-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-02-live-ecs-rollout-guard.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-03-live-iac-change-guard.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-04-live-pipeline-approval-operator.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-liveguard-05-live-serverless-release-guard.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/aws-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/aws-maestro-routing/taxonomy.json +537 -0
- package/tests/fixtures/azure-maestro-routing/expected/001-happy-ai-foundry-ops-governor.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/002-happy-aks-platform-operator.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/003-happy-app-service-production-readiness.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/004-happy-cosmosdb-application-developer.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/005-happy-cosmosdb-performance-investigator.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/006-happy-cosmosdb-platform-operator.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/007-happy-cost-estimation-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/008-happy-cost-optimization-governor.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/009-happy-entra-id-specialist.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/010-happy-identity-governance-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/011-happy-key-vault-secret-lifecycle-auditor.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/012-happy-keyvault-certificate-issuer-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/013-happy-landing-zone-architect.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/014-happy-migrate-landing-zone-cutover.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/015-happy-network-topology-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/016-happy-observability-investigator.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/017-happy-platform-automation-devops.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/018-happy-private-endpoint-adoption-planner.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/019-happy-rbac-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/020-happy-resilience-bcdr-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/021-happy-resource-health-incident-triage.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/022-happy-role-selector.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/023-happy-security-posture-hardening.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/024-happy-subscription-resource-organization.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/025-happy-waf-cost-optimization-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/026-happy-waf-reliability-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/027-happy-waf-security-review.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-01-governance-policy-guardrails.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-02-live-aks-rollout-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-03-live-app-service-slot-swap-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-04-live-arm-deployment-stack-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-05-live-cost-budget-action-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-06-live-entra-role-assignment-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-07-live-keyvault-rotation-purge-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-liveguard-08-live-pim-jit-activation-guard.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/azure-maestro-routing/expected/adv-secrets-bait.json +8 -0
- package/tests/fixtures/azure-maestro-routing/inputs/001-happy-ai-foundry-ops-governor.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/002-happy-aks-platform-operator.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/003-happy-app-service-production-readiness.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/004-happy-cosmosdb-application-developer.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/005-happy-cosmosdb-performance-investigator.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/006-happy-cosmosdb-platform-operator.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/007-happy-cost-estimation-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/008-happy-cost-optimization-governor.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/009-happy-entra-id-specialist.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/010-happy-identity-governance-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/011-happy-key-vault-secret-lifecycle-auditor.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/012-happy-keyvault-certificate-issuer-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/013-happy-landing-zone-architect.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/014-happy-migrate-landing-zone-cutover.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/015-happy-network-topology-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/016-happy-observability-investigator.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/017-happy-platform-automation-devops.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/018-happy-private-endpoint-adoption-planner.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/019-happy-rbac-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/020-happy-resilience-bcdr-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/021-happy-resource-health-incident-triage.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/022-happy-role-selector.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/023-happy-security-posture-hardening.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/024-happy-subscription-resource-organization.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/025-happy-waf-cost-optimization-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/026-happy-waf-reliability-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/027-happy-waf-security-review.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-01-governance-policy-guardrails.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-02-live-aks-rollout-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-03-live-app-service-slot-swap-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-04-live-arm-deployment-stack-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-05-live-cost-budget-action-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-06-live-entra-role-assignment-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-07-live-keyvault-rotation-purge-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-liveguard-08-live-pim-jit-activation-guard.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/azure-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/azure-maestro-routing/taxonomy.json +351 -0
- package/tests/fixtures/contabo-maestro-routing/expected/001-happy-capacity-planner.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/002-happy-cost-optimization-analyst.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/003-happy-security-hardening.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/contabo-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/adv-liveguard-01-live-instance-lifecycle-guard.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/adv-liveguard-02-live-storage-operations-guard.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/001-happy-capacity-planner.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/002-happy-cost-optimization-analyst.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/003-happy-security-hardening.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/adv-liveguard-01-live-instance-lifecycle-guard.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/adv-liveguard-02-live-storage-operations-guard.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/contabo-maestro-routing/taxonomy.json +40 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/001-scaleway-instance-eu-fr.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/002-scaleway-storage-eu-nl.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/003-gandi-vps-no-key.json +16 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/004-gandi-cdn-with-key.json +17 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/005-alibaba-ecs-cny.json +16 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/006-alibaba-rds-ap-southeast.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/007-tencent-cvm-cny.json +16 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/008-tencent-db-ap-singapore.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/009-comparative-aws-vs-scaleway.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/010-comparative-azure-vs-alibaba.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/adv-001-gandi-key-storage-bait.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/adv-002-alibaba-credential-bait.json +15 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/adv-003-tencent-secretid-bait.json +14 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/adv-004-scrape-url-injection.json +15 -0
- package/tests/fixtures/finops-cloud-price-advisor/expected/adv-005-persona-replacement.json +15 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/001-scaleway-instance-eu-fr.json +9 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/002-scaleway-storage-eu-nl.json +9 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/003-gandi-vps-no-key.json +10 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/004-gandi-cdn-with-key.json +11 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/005-alibaba-ecs-cny.json +9 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/006-alibaba-rds-ap-southeast.json +9 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/007-tencent-cvm-cny.json +9 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/008-tencent-db-ap-singapore.json +9 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/009-comparative-aws-vs-scaleway.json +10 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/010-comparative-azure-vs-alibaba.json +10 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-001-gandi-key-storage-bait.json +12 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-002-alibaba-credential-bait.json +11 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-003-tencent-secretid-bait.json +11 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-004-scrape-url-injection.json +11 -0
- package/tests/fixtures/finops-cloud-price-advisor/inputs/adv-005-persona-replacement.json +11 -0
- package/tests/fixtures/finops-cloud-price-advisor/taxonomy.json +10 -0
- package/tests/fixtures/finops-maestro-routing/expected/001-happy-ai-economist.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/002-happy-kubernetes-rightsizer.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/003-happy-cloud-price-advisor.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/004-parallel-ai-and-k8s.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/005-parallel-k8s-and-price.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/006-adversarial-instruction-injection.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/007-adversarial-persona-replacement.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/008-adversarial-secrets-bait.json +4 -0
- package/tests/fixtures/finops-maestro-routing/expected/009-ambiguous.json +4 -0
- package/tests/fixtures/finops-maestro-routing/inputs/001-happy-ai-economist.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/002-happy-kubernetes-rightsizer.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/003-happy-cloud-price-advisor.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/004-parallel-ai-and-k8s.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/005-parallel-k8s-and-price.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/006-adversarial-instruction-injection.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/007-adversarial-persona-replacement.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/008-adversarial-secrets-bait.json +5 -0
- package/tests/fixtures/finops-maestro-routing/inputs/009-ambiguous.json +5 -0
- package/tests/fixtures/finops-maestro-routing/taxonomy.json +144 -0
- package/tests/fixtures/gcp-maestro-routing/expected/001-happy-alloydb-ai-developer.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/002-happy-alloydb-cloudsql-dba.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/003-happy-anthos-multicloud-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/004-happy-apigee-api-platform-operator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/005-happy-bigquery-cost-performance-analyst.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/006-happy-certificate-manager-issuer-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/007-happy-change-impact-advisor.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/008-happy-cloud-auth-advisor.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/009-happy-cloud-run-functions-operator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/010-happy-cloudbuild-deploy-cicd-operator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/011-happy-compliance-assured-workloads.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/012-happy-compute-engine-operator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/013-happy-cost-anomaly-watch-coordinator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/014-happy-cost-finops-analyst.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/015-happy-daily-operations-briefing-coordinator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/016-happy-data-pipeline-engineer.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/017-happy-event-driven-architecture-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/018-happy-firebase-developer.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/019-happy-gcs-data-perimeter-governor.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/020-happy-gemini-api-developer.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/021-happy-gke-platform-operator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/022-happy-iac-change-safety-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/023-happy-iam-least-privilege-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/024-happy-landing-zone-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/025-happy-load-balancer-traffic-engineer.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/026-happy-migration-cutover-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/027-happy-network-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/028-happy-networking-observability.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/029-happy-observability-incident-responder.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/030-happy-registry-artifact-governor.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/031-happy-resilience-bcdr-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/032-happy-resource-inventory-analyst.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/033-happy-secret-kms-lifecycle-steward.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/034-happy-security-posture-hardening.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/035-happy-serverless-production-readiness.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/036-happy-solution-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/037-happy-spanner-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/038-happy-support-incident-coordinator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/039-happy-ticket-triage-escalation-coordinator.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/040-happy-vertex-ai-mlops-engineer.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/041-happy-vpc-service-controls-architect.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/042-happy-waf-cost-optimization-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/043-happy-waf-reliability-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/044-happy-waf-security-review.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-01-live-bigquery-dataset-deletion-guard.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-02-live-cloud-run-traffic-migration-guard.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-03-live-cost-budget-action-guard.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-04-live-gke-rollout-guard.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-05-live-iam-policy-change-guard.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-liveguard-06-live-kms-key-destruction-guard.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/gcp-maestro-routing/expected/adv-secrets-bait.json +8 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/001-happy-alloydb-ai-developer.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/002-happy-alloydb-cloudsql-dba.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/003-happy-anthos-multicloud-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/004-happy-apigee-api-platform-operator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/005-happy-bigquery-cost-performance-analyst.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/006-happy-certificate-manager-issuer-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/007-happy-change-impact-advisor.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/008-happy-cloud-auth-advisor.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/009-happy-cloud-run-functions-operator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/010-happy-cloudbuild-deploy-cicd-operator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/011-happy-compliance-assured-workloads.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/012-happy-compute-engine-operator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/013-happy-cost-anomaly-watch-coordinator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/014-happy-cost-finops-analyst.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/015-happy-daily-operations-briefing-coordinator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/016-happy-data-pipeline-engineer.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/017-happy-event-driven-architecture-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/018-happy-firebase-developer.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/019-happy-gcs-data-perimeter-governor.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/020-happy-gemini-api-developer.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/021-happy-gke-platform-operator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/022-happy-iac-change-safety-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/023-happy-iam-least-privilege-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/024-happy-landing-zone-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/025-happy-load-balancer-traffic-engineer.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/026-happy-migration-cutover-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/027-happy-network-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/028-happy-networking-observability.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/029-happy-observability-incident-responder.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/030-happy-registry-artifact-governor.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/031-happy-resilience-bcdr-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/032-happy-resource-inventory-analyst.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/033-happy-secret-kms-lifecycle-steward.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/034-happy-security-posture-hardening.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/035-happy-serverless-production-readiness.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/036-happy-solution-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/037-happy-spanner-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/038-happy-support-incident-coordinator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/039-happy-ticket-triage-escalation-coordinator.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/040-happy-vertex-ai-mlops-engineer.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/041-happy-vpc-service-controls-architect.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/042-happy-waf-cost-optimization-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/043-happy-waf-reliability-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/044-happy-waf-security-review.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-01-live-bigquery-dataset-deletion-guard.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-02-live-cloud-run-traffic-migration-guard.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-03-live-cost-budget-action-guard.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-04-live-gke-rollout-guard.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-05-live-iam-policy-change-guard.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-liveguard-06-live-kms-key-destruction-guard.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/gcp-maestro-routing/taxonomy.json +562 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/001-happy-capacity-planner.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/002-happy-cost-optimization-analyst.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/003-happy-infrastructure-reviewer.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/adv-liveguard-01-live-firewall-rule-guard.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/adv-liveguard-02-live-server-lifecycle-guard.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/001-happy-capacity-planner.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/002-happy-cost-optimization-analyst.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/003-happy-infrastructure-reviewer.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/adv-liveguard-01-live-firewall-rule-guard.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/adv-liveguard-02-live-server-lifecycle-guard.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/hetzner-maestro-routing/taxonomy.json +40 -0
- package/tests/fixtures/huawei-maestro-routing/expected/001-happy-cce-container-platform-operator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/002-happy-certificate-manager-issuer-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/003-happy-change-impact-advisor.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/004-happy-codearts-devops-operator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/005-happy-compliance-sovereignty.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/006-happy-cost-anomaly-watch-coordinator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/007-happy-cost-finops-analyst.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/008-happy-daily-operations-briefing-coordinator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/009-happy-dew-kms-lifecycle-steward.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/010-happy-drs-data-replication-operator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/011-happy-dws-dli-data-analyst.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/012-happy-ecs-compute-operator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/013-happy-event-driven-architecture-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/014-happy-functiongraph-serverless-operator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/015-happy-gaussdb-rds-dba.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/016-happy-iac-change-safety-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/017-happy-iam-least-privilege-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/018-happy-ief-edge-computing-operator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/019-happy-landing-zone-architect.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/020-happy-load-balancer-traffic-engineer.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/021-happy-migration-architect.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/022-happy-modelarts-mlops-engineer.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/023-happy-network-architect.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/024-happy-obs-data-perimeter-governor.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/025-happy-obs-storage-steward.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/026-happy-observability-incident-responder.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/027-happy-registry-artifact-governor.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/028-happy-resilience-bcdr-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/029-happy-secmaster-security-operations.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/030-happy-serverless-production-readiness.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/031-happy-solution-architect.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/032-happy-support-incident-coordinator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/033-happy-ticket-triage-escalation-coordinator.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/034-happy-waf-cost-optimization-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/035-happy-waf-reliability-review.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/036-happy-waf-security-review.json +8 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-01-live-cce-rollout-guard.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-02-live-cost-budget-action-guard.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-03-live-gaussdb-mutation-guard.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-04-live-iam-policy-change-guard.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-05-live-kms-key-destruction-guard.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-liveguard-06-live-obs-bucket-policy-guard.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/001-happy-cce-container-platform-operator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/002-happy-certificate-manager-issuer-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/003-happy-change-impact-advisor.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/004-happy-codearts-devops-operator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/005-happy-compliance-sovereignty.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/006-happy-cost-anomaly-watch-coordinator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/007-happy-cost-finops-analyst.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/008-happy-daily-operations-briefing-coordinator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/009-happy-dew-kms-lifecycle-steward.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/010-happy-drs-data-replication-operator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/011-happy-dws-dli-data-analyst.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/012-happy-ecs-compute-operator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/013-happy-event-driven-architecture-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/014-happy-functiongraph-serverless-operator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/015-happy-gaussdb-rds-dba.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/016-happy-iac-change-safety-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/017-happy-iam-least-privilege-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/018-happy-ief-edge-computing-operator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/019-happy-landing-zone-architect.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/020-happy-load-balancer-traffic-engineer.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/021-happy-migration-architect.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/022-happy-modelarts-mlops-engineer.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/023-happy-network-architect.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/024-happy-obs-data-perimeter-governor.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/025-happy-obs-storage-steward.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/026-happy-observability-incident-responder.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/027-happy-registry-artifact-governor.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/028-happy-resilience-bcdr-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/029-happy-secmaster-security-operations.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/030-happy-serverless-production-readiness.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/031-happy-solution-architect.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/032-happy-support-incident-coordinator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/033-happy-ticket-triage-escalation-coordinator.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/034-happy-waf-cost-optimization-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/035-happy-waf-reliability-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/036-happy-waf-security-review.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-01-live-cce-rollout-guard.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-02-live-cost-budget-action-guard.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-03-live-gaussdb-mutation-guard.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-04-live-iam-policy-change-guard.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-05-live-kms-key-destruction-guard.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-liveguard-06-live-obs-bucket-policy-guard.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/huawei-maestro-routing/taxonomy.json +472 -0
- package/tests/fixtures/ionos-maestro-routing/expected/001-happy-cost-optimization-analyst.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/002-happy-datacenter-designer-reviewer.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/003-happy-kubernetes-platform-operator.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/004-happy-security-compliance-reviewer.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/ionos-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/adv-liveguard-01-live-database-lifecycle-guard.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/001-happy-cost-optimization-analyst.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/002-happy-datacenter-designer-reviewer.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/003-happy-kubernetes-platform-operator.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/004-happy-security-compliance-reviewer.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/adv-liveguard-01-live-database-lifecycle-guard.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/ionos-maestro-routing/taxonomy.json +48 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/001-happy-external-secrets-operator-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/002-happy-kubecost-chargeback-allocation-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/003-happy-network-architecture-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/004-happy-pod-spec-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/005-happy-psa-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/006-happy-rbac-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/007-happy-workload-identity-review.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-01-live-admission-policy-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-02-live-argocd-sync-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-03-live-mesh-policy-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-04-live-network-architecture-mutation-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-05-live-network-policy-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-06-live-rbac-mutation-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-liveguard-07-live-velero-restore-guard.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/001-happy-external-secrets-operator-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/002-happy-kubecost-chargeback-allocation-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/003-happy-network-architecture-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/004-happy-pod-spec-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/005-happy-psa-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/006-happy-rbac-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/007-happy-workload-identity-review.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-01-live-admission-policy-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-02-live-argocd-sync-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-03-live-mesh-policy-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-04-live-network-architecture-mutation-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-05-live-network-policy-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-06-live-rbac-mutation-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-liveguard-07-live-velero-restore-guard.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/kubernetes-maestro-routing/taxonomy.json +98 -0
- package/tests/fixtures/nvidia-maestro-routing/README.md +24 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/01-cuda-coalescing.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/02-dcgm-coverage.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/03-ngc-cosign-policy.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/04-triton-batching.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/05-trt-int8-calibration.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/06-gpu-operator-securitycontext.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/07-spectrumx-nccl.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/08-dgx-bmc.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/09-nemo-agent-toolkit.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/10-nemo-genai.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/11-multi-domain-dgx-bringup.json +8 -0
- package/tests/fixtures/nvidia-maestro-routing/expected/12-promote-nim-to-prod.json +6 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/01-cuda-coalescing.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/02-dcgm-coverage.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/03-ngc-cosign-policy.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/04-triton-batching.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/05-trt-int8-calibration.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/06-gpu-operator-securitycontext.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/07-spectrumx-nccl.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/08-dgx-bmc.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/09-nemo-agent-toolkit.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/10-nemo-genai.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/11-multi-domain-dgx-bringup.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/inputs/12-promote-nim-to-prod.json +4 -0
- package/tests/fixtures/nvidia-maestro-routing/taxonomy.json +49 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/README.md +34 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/01-clean.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/02-unsigned.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/03-digest-drift.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/04-missing-sbom.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/05-missing-model-card.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/06-cve-regression.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/07-expired-cert.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/08-wrong-issuer.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/09-unknown-registry.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/10-replay-stale-attestation.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/expected/11-label-only-model-card.json +7 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/01-clean.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/02-unsigned.json +42 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/03-digest-drift.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/04-missing-sbom.json +44 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/05-missing-model-card.json +44 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/06-cve-regression.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/07-expired-cert.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/08-wrong-issuer.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/09-unknown-registry.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/10-replay-stale-attestation.json +45 -0
- package/tests/fixtures/nvidia-model-promotion-gatekeeper/inputs/11-label-only-model-card.json +45 -0
- package/tests/fixtures/oci-maestro-routing/expected/001-happy-autonomous-database-architect.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/002-happy-certificates-issuer-review.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/003-happy-compute-instance-agent-operator.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/004-happy-compute-platform-operator.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/005-happy-cost-finops-analyst.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/006-happy-database-platform-dba.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/007-happy-dbtools-sql-analyst.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/008-happy-devops-container-platform-engineer.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/009-happy-exadata-platform-architect.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/010-happy-fusion-apps-environment-operator.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/011-happy-goldengate-replication-operator.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/012-happy-identity-access-governor.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/013-happy-iot-digital-twin-engineer.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/014-happy-limits-capacity-planner.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/015-happy-load-balancer-traffic-engineer.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/016-happy-migration-cutover-architect.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/017-happy-multi-cloud-architect.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/018-happy-mysql-heatwave-ai-specialist.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/019-happy-network-architect.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/020-happy-observability-incident-responder.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/021-happy-recovery-service-operator.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/022-happy-registry-artifact-governor.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/023-happy-resource-search-inventory-analyst.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/024-happy-security-compliance-reviewer.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/025-happy-solution-architect.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/026-happy-storage-backup-steward.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/027-happy-support-incident-coordinator.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/028-happy-waf-cost-optimization-review.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/029-happy-waf-reliability-review.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/030-happy-waf-security-review.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-01-cloud-guard-responder.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-02-live-autonomous-db-lifecycle-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-03-live-cost-budget-runaway-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-04-live-iam-policy-compartment-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-05-live-network-security-rule-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-06-live-oke-rollout-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-07-live-resource-manager-stack-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-liveguard-08-live-vault-key-destruction-guard.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/oci-maestro-routing/expected/adv-secrets-bait.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/001-happy-autonomous-database-architect.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/002-happy-certificates-issuer-review.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/003-happy-compute-instance-agent-operator.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/004-happy-compute-platform-operator.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/005-happy-cost-finops-analyst.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/006-happy-database-platform-dba.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/007-happy-dbtools-sql-analyst.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/008-happy-devops-container-platform-engineer.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/009-happy-exadata-platform-architect.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/010-happy-fusion-apps-environment-operator.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/011-happy-goldengate-replication-operator.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/012-happy-identity-access-governor.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/013-happy-iot-digital-twin-engineer.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/014-happy-limits-capacity-planner.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/015-happy-load-balancer-traffic-engineer.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/016-happy-migration-cutover-architect.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/017-happy-multi-cloud-architect.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/018-happy-mysql-heatwave-ai-specialist.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/019-happy-network-architect.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/020-happy-observability-incident-responder.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/021-happy-recovery-service-operator.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/022-happy-registry-artifact-governor.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/023-happy-resource-search-inventory-analyst.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/024-happy-security-compliance-reviewer.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/025-happy-solution-architect.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/026-happy-storage-backup-steward.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/027-happy-support-incident-coordinator.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/028-happy-waf-cost-optimization-review.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/029-happy-waf-reliability-review.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/030-happy-waf-security-review.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-01-cloud-guard-responder.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-02-live-autonomous-db-lifecycle-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-03-live-cost-budget-runaway-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-04-live-iam-policy-compartment-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-05-live-network-security-rule-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-06-live-oke-rollout-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-07-live-resource-manager-stack-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-liveguard-08-live-vault-key-destruction-guard.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/oci-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/oci-maestro-routing/taxonomy.json +381 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/001-happy-cost-finops-analyst.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/002-happy-iam-policy-review.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/003-happy-kubernetes-platform-operator.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/004-happy-network-architect.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-liveguard-01-live-kms-key-destruction-guard.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/001-happy-cost-finops-analyst.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/002-happy-iam-policy-review.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/003-happy-kubernetes-platform-operator.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/004-happy-network-architect.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-liveguard-01-live-kms-key-destruction-guard.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/ovhcloud-maestro-routing/taxonomy.json +46 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/001-happy-cost-optimizer.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/002-happy-iam-policy-review.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/003-happy-kapsule-platform-operator.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/004-happy-network-architect.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/adv-liveguard-01-live-kapsule-rollout-guard.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/001-happy-cost-optimizer.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/002-happy-iam-policy-review.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/003-happy-kapsule-platform-operator.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/004-happy-network-architect.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/adv-liveguard-01-live-kapsule-rollout-guard.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/scaleway-maestro-routing/taxonomy.json +54 -0
- package/tests/fixtures/terraform-maestro-routing/expected/001-happy-reviewer.json +6 -0
- package/tests/fixtures/terraform-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/terraform-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/terraform-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/terraform-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/terraform-maestro-routing/inputs/001-happy-reviewer.json +7 -0
- package/tests/fixtures/terraform-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/terraform-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/terraform-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/terraform-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/terraform-maestro-routing/taxonomy.json +107 -0
- package/tests/fuzz-properties.test.mjs +211 -0
- package/tests/integration/rbac-pre-flight/README.md +160 -0
- package/tests/integration/rbac-pre-flight/ci/kind-rbac-preflight.yaml +49 -0
- package/tests/integration/rbac-pre-flight/guards/admission-policy.sh +53 -0
- package/tests/integration/rbac-pre-flight/guards/argocd-sync.sh +50 -0
- package/tests/integration/rbac-pre-flight/guards/mesh-policy.sh +48 -0
- package/tests/integration/rbac-pre-flight/guards/network-arch.sh +119 -0
- package/tests/integration/rbac-pre-flight/guards/network-policy.sh +49 -0
- package/tests/integration/rbac-pre-flight/guards/rbac-mutation.sh +56 -0
- package/tests/integration/rbac-pre-flight/guards/velero-restore.sh +52 -0
- package/tests/integration/rbac-pre-flight/lib/common.sh +252 -0
- package/tests/integration/rbac-pre-flight/run-all.sh +229 -0
- package/tests/test-copilot-skill-bundling.py +129 -0
- package/tests/test-gemini-skill-bundling.py +102 -0
- package/tests/test-marketplace-validators.py +685 -0
- package/tests/test-vfa-export-coverage.test.mjs +717 -0
- package/tests/validate-agent-frontmatter-schema.py +256 -0
- package/tests/validate-asset-integrity.py +234 -0
- package/tests/validate-aws-progressive-disclosure.py +72 -0
- package/tests/validate-aws-skill-quality.py +171 -0
- package/tests/validate-azure-oci-live-guards.sh +157 -0
- package/tests/validate-catalog.py +361 -0
- package/tests/validate-codex-marketplace.py +152 -0
- package/tests/validate-finops-price-fixtures.py +200 -0
- package/tests/validate-kiro-powers.py +243 -0
- package/tests/validate-links.py +94 -0
- package/tests/validate-maestro-routing.py +220 -0
- package/tests/validate-mcp-trust-matrix.py +91 -0
- package/tests/validate-multi-harness-marketplace.py +188 -0
- package/tests/validate-no-lifecycle-scripts.py +86 -0
- package/tests/validate-nvidia-promotion-gatekeeper.py +299 -0
- package/tests/validate-plugin-manifest.py +147 -0
- package/tests/validate-skill-allowed-tools.py +138 -0
- package/tests/validate-skill-frontmatter-schema.py +286 -0
- package/tests/validate-skill-manifest.py +116 -0
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"trees": [
|
|
34
34
|
{
|
|
35
35
|
"tree": "agents",
|
|
36
|
-
"aggregate_sha256": "
|
|
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": "
|
|
6466
|
-
"bytes":
|
|
6465
|
+
"sha256": "f512558b35813140848626410b91a3642b3ffa8c149ce20b2a45f61294aa79b5",
|
|
6466
|
+
"bytes": 4288
|
|
6467
6467
|
},
|
|
6468
6468
|
{
|
|
6469
6469
|
"path": "agents/finops/README.md",
|
|
6470
|
-
"sha256": "
|
|
6471
|
-
"bytes":
|
|
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": "
|
|
6476
|
-
"bytes":
|
|
6530
|
+
"sha256": "25c9ee4b9ffb240e103f517899afb93df79ee700b5302859cef831f3ffa40d73",
|
|
6531
|
+
"bytes": 2866
|
|
6477
6532
|
},
|
|
6478
6533
|
{
|
|
6479
6534
|
"path": "agents/finops/finops-cloud-price-advisor-agent/PERMISSIONS.md",
|
|
6480
|
-
"sha256": "
|
|
6481
|
-
"bytes":
|
|
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": "
|
|
6486
|
-
"bytes":
|
|
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": "
|
|
6491
|
-
"bytes":
|
|
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": "
|
|
6496
|
-
"bytes":
|
|
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": "
|
|
6501
|
-
"bytes":
|
|
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": "
|
|
6506
|
-
"bytes":
|
|
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": "
|
|
6511
|
-
"bytes":
|
|
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": "
|
|
6516
|
-
"bytes":
|
|
6570
|
+
"sha256": "4ddd951580dea90e74b25e9047b39f8f50391944f8bc3c5525cc6c18450ffca6",
|
|
6571
|
+
"bytes": 1993
|
|
6517
6572
|
},
|
|
6518
6573
|
{
|
|
6519
6574
|
"path": "agents/finops/finops-cloud-price-advisor-agent/metadata.json",
|
|
6520
|
-
"sha256": "
|
|
6521
|
-
"bytes":
|
|
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": "
|
|
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": "
|
|
15615
|
-
"bytes":
|
|
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": "
|
|
15625
|
-
"bytes":
|
|
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": "
|
|
15640
|
-
"bytes":
|
|
15804
|
+
"sha256": "6a3394f79dcacd11ec4599be2fa893440272112fd1fe2fc2f6d17d9a94a63740",
|
|
15805
|
+
"bytes": 404241
|
|
15641
15806
|
},
|
|
15642
15807
|
{
|
|
15643
15808
|
"path": "catalog/skills.json",
|
|
15644
|
-
"sha256": "
|
|
15645
|
-
"bytes":
|
|
15809
|
+
"sha256": "4320a78cabc3b4746cccb901dfcd83b2e9eef9cf2030ba280b3898e2a4cff957",
|
|
15810
|
+
"bytes": 428647
|
|
15646
15811
|
}
|
|
15647
15812
|
]
|
|
15648
15813
|
},
|
|
15649
15814
|
{
|
|
15650
15815
|
"tree": "scripts",
|
|
15651
|
-
"aggregate_sha256": "
|
|
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": "
|
|
15666
|
-
"bytes":
|
|
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": "
|
|
15696
|
-
"bytes":
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
15967
|
+
"sha256": "f6d1f8638ea0893a1e6b0d26c0b1ae1c9243d15cd26001c28e03e8f0d3435b77",
|
|
15798
15968
|
"bytes": 1850
|
|
15799
15969
|
}
|
|
15800
15970
|
]
|
|
15801
15971
|
},
|
|
15802
15972
|
{
|
|
15803
15973
|
"tree": ".claude-plugin",
|
|
15804
|
-
"aggregate_sha256": "
|
|
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": "
|
|
15819
|
-
"bytes":
|
|
15988
|
+
"sha256": "6c9dbfeaddf0283338afb2ddad73b1d82ff0035a1ae10e959962561664582e3d",
|
|
15989
|
+
"bytes": 31096
|
|
15820
15990
|
}
|
|
15821
15991
|
]
|
|
15822
15992
|
},
|
|
15823
15993
|
{
|
|
15824
15994
|
"tree": ".cursor-plugin",
|
|
15825
|
-
"aggregate_sha256": "
|
|
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": "
|
|
15835
|
-
"bytes":
|
|
16004
|
+
"sha256": "f3951243263966fce5a91571dc5091287fd9494d312f5d45aaa7e2b2833b63ed",
|
|
16005
|
+
"bytes": 29402
|
|
15836
16006
|
}
|
|
15837
16007
|
]
|
|
15838
16008
|
},
|
|
15839
16009
|
{
|
|
15840
16010
|
"tree": ".github/plugin",
|
|
15841
|
-
"aggregate_sha256": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
19653
|
-
"bytes":
|
|
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": "
|
|
19733
|
-
"bytes":
|
|
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": "
|
|
19832
|
-
"bytes":
|
|
20256
|
+
"sha256": "7390f5d68bfd01cf4cfae66348d2af28274b9b36b3f6204247291b48fa0c5d1c",
|
|
20257
|
+
"bytes": 65754
|
|
19833
20258
|
},
|
|
19834
20259
|
{
|
|
19835
20260
|
"path": "SECURITY.md",
|
|
19836
|
-
"sha256": "
|
|
19837
|
-
"bytes":
|
|
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": "
|
|
19872
|
-
"bytes":
|
|
20296
|
+
"sha256": "179f7dc13d61d4a73da23fe686d5346654848e3172667b351fd805169cd4f3fd",
|
|
20297
|
+
"bytes": 5072
|
|
19873
20298
|
},
|
|
19874
20299
|
{
|
|
19875
20300
|
"path": ".releaserc.js",
|
|
19876
|
-
"sha256": "
|
|
19877
|
-
"bytes":
|
|
20301
|
+
"sha256": "467483143385a4c5ad9be41b36d210fdc6f366d84f9a8123562c421389ce23a3",
|
|
20302
|
+
"bytes": 3976
|
|
19878
20303
|
}
|
|
19879
20304
|
],
|
|
19880
|
-
"aggregate_sha256": "
|
|
20305
|
+
"aggregate_sha256": "38dc90d9be4eb7e886237f9f887499fe95967386a9521e983008827d3965fa4c"
|
|
19881
20306
|
}
|