@raishin/vanguard-frontier-agentic 3.11.0 β†’ 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. package/.agents/tasks/task-rust-tui-implementation/2025-01-15-120000-review.md +1 -1
  2. package/.agents/tasks/task-rust-tui-implementation/task.json +1 -1
  3. package/.claude-plugin/marketplace.json +2 -2
  4. package/.claude-plugin/plugin.json +7 -1
  5. package/.cursor-plugin/plugin.json +25 -1
  6. package/.github/plugin/marketplace.json +1 -1
  7. package/README.md +13 -13
  8. package/agents/AGENTS.md +24 -24
  9. package/agents/README.md +17 -17
  10. package/agents/ionos/ionos-cost-optimization-analyst-agent/metadata.json +17 -3
  11. package/agents/ionos/ionos-datacenter-designer-reviewer-agent/metadata.json +17 -3
  12. package/agents/ionos/ionos-kubernetes-platform-operator-agent/metadata.json +17 -3
  13. package/agents/ionos/ionos-live-database-lifecycle-guard-agent/metadata.json +17 -3
  14. package/agents/ionos/ionos-maestro-agent/metadata.json +17 -3
  15. package/agents/ionos/ionos-security-compliance-reviewer-agent/metadata.json +17 -3
  16. package/agents/istio/README.md +16 -8
  17. package/agents/istio/istio-ambient-mesh-review-agent/AGENT.md +19 -23
  18. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/claude-code.agent.md +20 -20
  19. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/codex.toml +34 -17
  20. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/copilot.agent.md +26 -20
  21. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/cursor.agent.md +20 -20
  22. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/gemini.agent.md +20 -20
  23. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/kiro-cli.agent.json +2 -2
  24. package/agents/istio/istio-ambient-mesh-review-agent/harnesses/kiro-ide.agent.md +20 -20
  25. package/agents/istio/istio-ambient-mesh-review-agent/metadata.json +29 -9
  26. package/agents/istio/istio-authorization-policy-review-agent/AGENT.md +51 -0
  27. package/agents/istio/istio-authorization-policy-review-agent/harnesses/claude-code.agent.md +38 -0
  28. package/agents/istio/istio-authorization-policy-review-agent/harnesses/codex.toml +49 -0
  29. package/agents/istio/istio-authorization-policy-review-agent/harnesses/copilot.agent.md +44 -0
  30. package/agents/istio/istio-authorization-policy-review-agent/harnesses/cursor.agent.md +38 -0
  31. package/agents/istio/istio-authorization-policy-review-agent/harnesses/gemini.agent.md +38 -0
  32. package/agents/istio/istio-authorization-policy-review-agent/harnesses/kiro-cli.agent.json +5 -0
  33. package/agents/istio/istio-authorization-policy-review-agent/harnesses/kiro-ide.agent.md +38 -0
  34. package/agents/istio/istio-authorization-policy-review-agent/metadata.json +50 -0
  35. package/agents/istio/istio-dataplane-diagnostics-agent/AGENT.md +51 -0
  36. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/claude-code.agent.md +38 -0
  37. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/codex.toml +49 -0
  38. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/copilot.agent.md +44 -0
  39. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/cursor.agent.md +38 -0
  40. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/gemini.agent.md +38 -0
  41. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/kiro-cli.agent.json +5 -0
  42. package/agents/istio/istio-dataplane-diagnostics-agent/harnesses/kiro-ide.agent.md +38 -0
  43. package/agents/istio/istio-dataplane-diagnostics-agent/metadata.json +50 -0
  44. package/agents/istio/istio-gateway-api-review-agent/AGENT.md +51 -0
  45. package/agents/istio/istio-gateway-api-review-agent/harnesses/claude-code.agent.md +38 -0
  46. package/agents/istio/istio-gateway-api-review-agent/harnesses/codex.toml +49 -0
  47. package/agents/istio/istio-gateway-api-review-agent/harnesses/copilot.agent.md +44 -0
  48. package/agents/istio/istio-gateway-api-review-agent/harnesses/cursor.agent.md +38 -0
  49. package/agents/istio/istio-gateway-api-review-agent/harnesses/gemini.agent.md +38 -0
  50. package/agents/istio/istio-gateway-api-review-agent/harnesses/kiro-cli.agent.json +5 -0
  51. package/agents/istio/istio-gateway-api-review-agent/harnesses/kiro-ide.agent.md +38 -0
  52. package/agents/istio/istio-gateway-api-review-agent/metadata.json +50 -0
  53. package/agents/istio/istio-maestro-agent/AGENT.md +51 -0
  54. package/agents/istio/istio-maestro-agent/harnesses/claude-code.agent.md +38 -0
  55. package/agents/istio/istio-maestro-agent/harnesses/codex.toml +49 -0
  56. package/agents/istio/istio-maestro-agent/harnesses/copilot.agent.md +44 -0
  57. package/agents/istio/istio-maestro-agent/harnesses/cursor.agent.md +38 -0
  58. package/agents/istio/istio-maestro-agent/harnesses/gemini.agent.md +38 -0
  59. package/agents/istio/istio-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  60. package/agents/istio/istio-maestro-agent/harnesses/kiro-ide.agent.md +38 -0
  61. package/agents/istio/istio-maestro-agent/metadata.json +44 -0
  62. package/agents/istio/istio-traffic-resilience-review-agent/AGENT.md +51 -0
  63. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/claude-code.agent.md +38 -0
  64. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/codex.toml +49 -0
  65. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/copilot.agent.md +44 -0
  66. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/cursor.agent.md +38 -0
  67. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/gemini.agent.md +38 -0
  68. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/kiro-cli.agent.json +5 -0
  69. package/agents/istio/istio-traffic-resilience-review-agent/harnesses/kiro-ide.agent.md +38 -0
  70. package/agents/istio/istio-traffic-resilience-review-agent/metadata.json +50 -0
  71. package/agents/istio/istio-upgrade-readiness-agent/AGENT.md +51 -0
  72. package/agents/istio/istio-upgrade-readiness-agent/harnesses/claude-code.agent.md +38 -0
  73. package/agents/istio/istio-upgrade-readiness-agent/harnesses/codex.toml +49 -0
  74. package/agents/istio/istio-upgrade-readiness-agent/harnesses/copilot.agent.md +44 -0
  75. package/agents/istio/istio-upgrade-readiness-agent/harnesses/cursor.agent.md +38 -0
  76. package/agents/istio/istio-upgrade-readiness-agent/harnesses/gemini.agent.md +38 -0
  77. package/agents/istio/istio-upgrade-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  78. package/agents/istio/istio-upgrade-readiness-agent/harnesses/kiro-ide.agent.md +38 -0
  79. package/agents/istio/istio-upgrade-readiness-agent/metadata.json +50 -0
  80. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/AGENT.md +23 -34
  81. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/claude-code.agent.md +23 -30
  82. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/codex.toml +46 -21
  83. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/copilot.agent.md +33 -30
  84. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/cursor.agent.md +23 -30
  85. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/gemini.agent.md +23 -30
  86. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/kiro-cli.agent.json +2 -2
  87. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/harnesses/kiro-ide.agent.md +23 -30
  88. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/metadata.json +9 -8
  89. package/agents/kubernetes/kubernetes-live-mesh-policy-guard-agent/references/rbac-pre-flight.md +9 -2
  90. package/agents/ovhcloud/ovhcloud-cost-finops-analyst-agent/metadata.json +17 -3
  91. package/agents/ovhcloud/ovhcloud-iam-policy-review-agent/metadata.json +17 -3
  92. package/agents/ovhcloud/ovhcloud-kubernetes-platform-operator-agent/metadata.json +17 -3
  93. package/agents/ovhcloud/ovhcloud-live-kms-key-destruction-guard-agent/metadata.json +17 -3
  94. package/agents/ovhcloud/ovhcloud-maestro-agent/metadata.json +17 -3
  95. package/agents/ovhcloud/ovhcloud-network-architect-agent/metadata.json +17 -3
  96. package/agents/scaleway/scaleway-cost-optimizer-agent/metadata.json +17 -3
  97. package/agents/scaleway/scaleway-iam-policy-review-agent/metadata.json +17 -3
  98. package/agents/scaleway/scaleway-kapsule-platform-operator-agent/metadata.json +17 -3
  99. package/agents/scaleway/scaleway-live-kapsule-rollout-guard-agent/metadata.json +17 -3
  100. package/agents/scaleway/scaleway-maestro-agent/metadata.json +17 -3
  101. package/agents/scaleway/scaleway-network-architect-agent/metadata.json +17 -3
  102. package/catalog/agents.json +378 -113
  103. package/catalog/asset-integrity.json +1268 -138
  104. package/catalog/install-roles.json +14 -1
  105. package/catalog/model-assignments.json +198 -0
  106. package/catalog/model-registry.json +70 -34
  107. package/catalog/skill-manifest.json +517 -13
  108. package/catalog/skills.json +213 -8
  109. package/catalog/workflows.json +49 -0
  110. package/package.json +7 -4
  111. package/plugins/cross-platform-agent-template/LICENSE +201 -0
  112. package/plugins/cross-platform-agent-template/README.md +30 -0
  113. package/plugins/cross-platform-agent-template/SECURITY.md +18 -0
  114. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  115. package/powers/README.md +5 -2
  116. package/powers/vanguard-istio/POWER.md +6 -5
  117. package/schemas/istio-review-contract.schema.json +284 -0
  118. package/schemas/model-policy.schema.json +1 -1
  119. package/scripts/generate-board-counts.mjs +40 -4
  120. package/scripts/generate-readme-counts.mjs +51 -2
  121. package/scripts/generate-workflow-catalog.mjs +7 -7
  122. package/scripts/istio_evidence_facts.py +359 -0
  123. package/scripts/model-policy.mjs +74 -11
  124. package/skills/istio/README.md +15 -4
  125. package/skills/istio/istio-ambient-mesh-review/SKILL.md +38 -39
  126. package/skills/istio/istio-ambient-mesh-review/agents/openai.yaml +5 -0
  127. package/skills/istio/istio-ambient-mesh-review/metadata.json +8 -8
  128. package/skills/istio/istio-ambient-mesh-review/references/applicability.md +9 -0
  129. package/skills/istio/istio-ambient-mesh-review/references/enforcement-rules.md +21 -0
  130. package/skills/istio/istio-ambient-mesh-review/references/enrollment-and-paths.md +27 -0
  131. package/skills/istio/istio-ambient-mesh-review/references/evidence-boundary.md +33 -0
  132. package/skills/istio/istio-ambient-mesh-review/references/migration-boundaries.md +19 -0
  133. package/skills/istio/istio-ambient-mesh-review/references/negative-tests.md +15 -0
  134. package/skills/istio/istio-ambient-mesh-review/references/official-sources.md +33 -32
  135. package/skills/istio/istio-ambient-mesh-review/references/output-contract.md +21 -0
  136. package/skills/istio/istio-ambient-mesh-review/references/review-contract.json +284 -0
  137. package/skills/istio/istio-authorization-policy-review/SKILL.md +44 -0
  138. package/skills/istio/istio-authorization-policy-review/agents/openai.yaml +5 -0
  139. package/skills/istio/istio-authorization-policy-review/metadata.json +30 -0
  140. package/skills/istio/istio-authorization-policy-review/references/applicability.md +9 -0
  141. package/skills/istio/istio-authorization-policy-review/references/authentication-and-identity.md +21 -0
  142. package/skills/istio/istio-authorization-policy-review/references/evidence-boundary.md +33 -0
  143. package/skills/istio/istio-authorization-policy-review/references/negative-tests.md +15 -0
  144. package/skills/istio/istio-authorization-policy-review/references/official-sources.md +33 -0
  145. package/skills/istio/istio-authorization-policy-review/references/output-contract.md +21 -0
  146. package/skills/istio/istio-authorization-policy-review/references/policy-set-semantics.md +21 -0
  147. package/skills/istio/istio-authorization-policy-review/references/protocol-and-normalization.md +19 -0
  148. package/skills/istio/istio-authorization-policy-review/references/review-contract.json +284 -0
  149. package/skills/istio/istio-dataplane-diagnostics/SKILL.md +45 -0
  150. package/skills/istio/istio-dataplane-diagnostics/agents/openai.yaml +5 -0
  151. package/skills/istio/istio-dataplane-diagnostics/metadata.json +30 -0
  152. package/skills/istio/istio-dataplane-diagnostics/references/applicability.md +9 -0
  153. package/skills/istio/istio-dataplane-diagnostics/references/collection-and-offline-analysis.md +17 -0
  154. package/skills/istio/istio-dataplane-diagnostics/references/evidence-boundary.md +33 -0
  155. package/skills/istio/istio-dataplane-diagnostics/references/hypothesis-workflow.md +19 -0
  156. package/skills/istio/istio-dataplane-diagnostics/references/negative-tests.md +13 -0
  157. package/skills/istio/istio-dataplane-diagnostics/references/official-sources.md +33 -0
  158. package/skills/istio/istio-dataplane-diagnostics/references/output-contract.md +21 -0
  159. package/skills/istio/istio-dataplane-diagnostics/references/review-contract.json +284 -0
  160. package/skills/istio/istio-dataplane-diagnostics/references/signal-interpretation.md +15 -0
  161. package/skills/istio/istio-gateway-api-review/SKILL.md +45 -0
  162. package/skills/istio/istio-gateway-api-review/agents/openai.yaml +5 -0
  163. package/skills/istio/istio-gateway-api-review/metadata.json +30 -0
  164. package/skills/istio/istio-gateway-api-review/references/applicability.md +9 -0
  165. package/skills/istio/istio-gateway-api-review/references/attachment-graph.md +19 -0
  166. package/skills/istio/istio-gateway-api-review/references/conditions-and-freshness.md +15 -0
  167. package/skills/istio/istio-gateway-api-review/references/evidence-boundary.md +33 -0
  168. package/skills/istio/istio-gateway-api-review/references/negative-tests.md +12 -0
  169. package/skills/istio/istio-gateway-api-review/references/official-sources.md +33 -0
  170. package/skills/istio/istio-gateway-api-review/references/output-contract.md +21 -0
  171. package/skills/istio/istio-gateway-api-review/references/review-contract.json +284 -0
  172. package/skills/istio/istio-gateway-api-review/references/tls-and-boundaries.md +17 -0
  173. package/skills/istio/istio-live-policy-change/SKILL.md +45 -0
  174. package/skills/istio/istio-live-policy-change/agents/openai.yaml +7 -0
  175. package/skills/istio/istio-live-policy-change/metadata.json +29 -0
  176. package/skills/istio/istio-live-policy-change/references/applicability.md +9 -0
  177. package/skills/istio/istio-live-policy-change/references/approval-and-scope.md +17 -0
  178. package/skills/istio/istio-live-policy-change/references/evidence-boundary.md +33 -0
  179. package/skills/istio/istio-live-policy-change/references/execution-protocol.md +19 -0
  180. package/skills/istio/istio-live-policy-change/references/negative-tests.md +12 -0
  181. package/skills/istio/istio-live-policy-change/references/official-sources.md +27 -0
  182. package/skills/istio/istio-live-policy-change/references/output-contract.md +21 -0
  183. package/skills/istio/istio-live-policy-change/references/review-contract.json +284 -0
  184. package/skills/istio/istio-live-policy-change/references/rollback-and-verification.md +19 -0
  185. package/skills/istio/istio-review-routing/SKILL.md +45 -0
  186. package/skills/istio/istio-review-routing/agents/openai.yaml +5 -0
  187. package/skills/istio/istio-review-routing/metadata.json +26 -0
  188. package/skills/istio/istio-review-routing/references/aggregation-and-conflicts.md +15 -0
  189. package/skills/istio/istio-review-routing/references/applicability.md +9 -0
  190. package/skills/istio/istio-review-routing/references/evidence-boundary.md +33 -0
  191. package/skills/istio/istio-review-routing/references/live-handoff.md +11 -0
  192. package/skills/istio/istio-review-routing/references/negative-tests.md +11 -0
  193. package/skills/istio/istio-review-routing/references/official-sources.md +9 -0
  194. package/skills/istio/istio-review-routing/references/output-contract.md +21 -0
  195. package/skills/istio/istio-review-routing/references/review-contract.json +284 -0
  196. package/skills/istio/istio-review-routing/references/routing-table.md +18 -0
  197. package/skills/istio/istio-traffic-resilience-review/SKILL.md +45 -0
  198. package/skills/istio/istio-traffic-resilience-review/agents/openai.yaml +5 -0
  199. package/skills/istio/istio-traffic-resilience-review/metadata.json +30 -0
  200. package/skills/istio/istio-traffic-resilience-review/references/applicability.md +9 -0
  201. package/skills/istio/istio-traffic-resilience-review/references/evidence-boundary.md +33 -0
  202. package/skills/istio/istio-traffic-resilience-review/references/mirroring-and-faults.md +15 -0
  203. package/skills/istio/istio-traffic-resilience-review/references/negative-tests.md +14 -0
  204. package/skills/istio/istio-traffic-resilience-review/references/official-sources.md +33 -0
  205. package/skills/istio/istio-traffic-resilience-review/references/output-contract.md +21 -0
  206. package/skills/istio/istio-traffic-resilience-review/references/review-contract.json +284 -0
  207. package/skills/istio/istio-traffic-resilience-review/references/routing-and-weights.md +19 -0
  208. package/skills/istio/istio-traffic-resilience-review/references/timeouts-retries-and-capacity.md +21 -0
  209. package/skills/istio/istio-upgrade-readiness/SKILL.md +45 -0
  210. package/skills/istio/istio-upgrade-readiness/agents/openai.yaml +5 -0
  211. package/skills/istio/istio-upgrade-readiness/metadata.json +30 -0
  212. package/skills/istio/istio-upgrade-readiness/references/applicability.md +9 -0
  213. package/skills/istio/istio-upgrade-readiness/references/crds-extensions-and-rollback.md +17 -0
  214. package/skills/istio/istio-upgrade-readiness/references/evidence-boundary.md +33 -0
  215. package/skills/istio/istio-upgrade-readiness/references/inventory-and-support.md +17 -0
  216. package/skills/istio/istio-upgrade-readiness/references/negative-tests.md +13 -0
  217. package/skills/istio/istio-upgrade-readiness/references/official-sources.md +33 -0
  218. package/skills/istio/istio-upgrade-readiness/references/output-contract.md +21 -0
  219. package/skills/istio/istio-upgrade-readiness/references/review-contract.json +284 -0
  220. package/skills/istio/istio-upgrade-readiness/references/skew-and-order.md +19 -0
  221. package/tests/fixtures/README.md +1 -1
  222. package/tests/fixtures/istio-maestro-routing/expected/001-happy-ambient-mesh-review.json +6 -0
  223. package/tests/fixtures/istio-maestro-routing/expected/002-happy-authorization-policy-review.json +6 -0
  224. package/tests/fixtures/istio-maestro-routing/expected/003-happy-dataplane-diagnostics.json +6 -0
  225. package/tests/fixtures/istio-maestro-routing/expected/004-happy-gateway-api-review.json +6 -0
  226. package/tests/fixtures/istio-maestro-routing/expected/005-happy-traffic-resilience-review.json +6 -0
  227. package/tests/fixtures/istio-maestro-routing/expected/006-happy-upgrade-readiness.json +6 -0
  228. package/tests/fixtures/istio-maestro-routing/expected/adv-ambiguous.json +4 -0
  229. package/tests/fixtures/istio-maestro-routing/expected/adv-instruction-injection.json +6 -0
  230. package/tests/fixtures/istio-maestro-routing/expected/adv-liveguard-01-kubernetes-live-mesh-policy-guard.json +6 -0
  231. package/tests/fixtures/istio-maestro-routing/expected/adv-persona-replacement.json +6 -0
  232. package/tests/fixtures/istio-maestro-routing/expected/adv-secrets-bait.json +6 -0
  233. package/tests/fixtures/istio-maestro-routing/expected/live-create-authorization-policy.json +6 -0
  234. package/tests/fixtures/istio-maestro-routing/expected/live-istio-gateway-apply.json +6 -0
  235. package/tests/fixtures/istio-maestro-routing/expected/live-kubectl-file-apply.json +6 -0
  236. package/tests/fixtures/istio-maestro-routing/expected/live-label-peer-authentication.json +6 -0
  237. package/tests/fixtures/istio-maestro-routing/expected/live-multiline-patch.json +6 -0
  238. package/tests/fixtures/istio-maestro-routing/expected/live-qualified-plural-delete.json +6 -0
  239. package/tests/fixtures/istio-maestro-routing/expected/live-resource-first-apply.json +6 -0
  240. package/tests/fixtures/istio-maestro-routing/expected/live-set-peer-authentication.json +6 -0
  241. package/tests/fixtures/istio-maestro-routing/expected/negative-product-identification.json +4 -0
  242. package/tests/fixtures/istio-maestro-routing/expected/negative-review-apply-safety.json +6 -0
  243. package/tests/fixtures/istio-maestro-routing/inputs/001-happy-ambient-mesh-review.json +7 -0
  244. package/tests/fixtures/istio-maestro-routing/inputs/002-happy-authorization-policy-review.json +7 -0
  245. package/tests/fixtures/istio-maestro-routing/inputs/003-happy-dataplane-diagnostics.json +7 -0
  246. package/tests/fixtures/istio-maestro-routing/inputs/004-happy-gateway-api-review.json +7 -0
  247. package/tests/fixtures/istio-maestro-routing/inputs/005-happy-traffic-resilience-review.json +7 -0
  248. package/tests/fixtures/istio-maestro-routing/inputs/006-happy-upgrade-readiness.json +7 -0
  249. package/tests/fixtures/istio-maestro-routing/inputs/adv-ambiguous.json +7 -0
  250. package/tests/fixtures/istio-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  251. package/tests/fixtures/istio-maestro-routing/inputs/adv-liveguard-01-kubernetes-live-mesh-policy-guard.json +7 -0
  252. package/tests/fixtures/istio-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  253. package/tests/fixtures/istio-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  254. package/tests/fixtures/istio-maestro-routing/inputs/live-create-authorization-policy.json +8 -0
  255. package/tests/fixtures/istio-maestro-routing/inputs/live-istio-gateway-apply.json +8 -0
  256. package/tests/fixtures/istio-maestro-routing/inputs/live-kubectl-file-apply.json +8 -0
  257. package/tests/fixtures/istio-maestro-routing/inputs/live-label-peer-authentication.json +8 -0
  258. package/tests/fixtures/istio-maestro-routing/inputs/live-multiline-patch.json +8 -0
  259. package/tests/fixtures/istio-maestro-routing/inputs/live-qualified-plural-delete.json +8 -0
  260. package/tests/fixtures/istio-maestro-routing/inputs/live-resource-first-apply.json +8 -0
  261. package/tests/fixtures/istio-maestro-routing/inputs/live-set-peer-authentication.json +8 -0
  262. package/tests/fixtures/istio-maestro-routing/inputs/negative-product-identification.json +8 -0
  263. package/tests/fixtures/istio-maestro-routing/inputs/negative-review-apply-safety.json +8 -0
  264. package/tests/fixtures/istio-maestro-routing/taxonomy.json +129 -0
  265. package/tests/fixtures/istio-review-evals/README.md +11 -0
  266. package/tests/fixtures/istio-review-evals/expected/AMB-01.json +24 -0
  267. package/tests/fixtures/istio-review-evals/expected/AMB-02.json +24 -0
  268. package/tests/fixtures/istio-review-evals/expected/AMB-03.json +24 -0
  269. package/tests/fixtures/istio-review-evals/expected/AMB-04.json +24 -0
  270. package/tests/fixtures/istio-review-evals/expected/AMB-05.json +24 -0
  271. package/tests/fixtures/istio-review-evals/expected/AMB-06.json +24 -0
  272. package/tests/fixtures/istio-review-evals/expected/AMB-07.json +24 -0
  273. package/tests/fixtures/istio-review-evals/expected/AUTH-01.json +24 -0
  274. package/tests/fixtures/istio-review-evals/expected/AUTH-02A.json +24 -0
  275. package/tests/fixtures/istio-review-evals/expected/AUTH-02B.json +24 -0
  276. package/tests/fixtures/istio-review-evals/expected/AUTH-03.json +24 -0
  277. package/tests/fixtures/istio-review-evals/expected/AUTH-04.json +24 -0
  278. package/tests/fixtures/istio-review-evals/expected/AUTH-05.json +24 -0
  279. package/tests/fixtures/istio-review-evals/expected/AUTH-06.json +24 -0
  280. package/tests/fixtures/istio-review-evals/expected/AUTH-07.json +24 -0
  281. package/tests/fixtures/istio-review-evals/expected/AUTH-08.json +24 -0
  282. package/tests/fixtures/istio-review-evals/expected/DIAG-01.json +24 -0
  283. package/tests/fixtures/istio-review-evals/expected/DIAG-02.json +24 -0
  284. package/tests/fixtures/istio-review-evals/expected/DIAG-03.json +24 -0
  285. package/tests/fixtures/istio-review-evals/expected/DIAG-04.json +24 -0
  286. package/tests/fixtures/istio-review-evals/expected/DIAG-05.json +24 -0
  287. package/tests/fixtures/istio-review-evals/expected/GATEWAY-01.json +24 -0
  288. package/tests/fixtures/istio-review-evals/expected/GATEWAY-02A.json +24 -0
  289. package/tests/fixtures/istio-review-evals/expected/GATEWAY-02B.json +24 -0
  290. package/tests/fixtures/istio-review-evals/expected/GATEWAY-03.json +24 -0
  291. package/tests/fixtures/istio-review-evals/expected/GATEWAY-04.json +24 -0
  292. package/tests/fixtures/istio-review-evals/expected/GATEWAY-05.json +24 -0
  293. package/tests/fixtures/istio-review-evals/expected/GUARD-01.json +24 -0
  294. package/tests/fixtures/istio-review-evals/expected/GUARD-02.json +24 -0
  295. package/tests/fixtures/istio-review-evals/expected/GUARD-03.json +24 -0
  296. package/tests/fixtures/istio-review-evals/expected/GUARD-04.json +24 -0
  297. package/tests/fixtures/istio-review-evals/expected/GUARD-05.json +24 -0
  298. package/tests/fixtures/istio-review-evals/expected/GUARD-06.json +24 -0
  299. package/tests/fixtures/istio-review-evals/expected/ROUTE-01.json +24 -0
  300. package/tests/fixtures/istio-review-evals/expected/ROUTE-02.json +24 -0
  301. package/tests/fixtures/istio-review-evals/expected/ROUTE-03.json +24 -0
  302. package/tests/fixtures/istio-review-evals/expected/ROUTE-04.json +24 -0
  303. package/tests/fixtures/istio-review-evals/expected/ROUTE-05.json +24 -0
  304. package/tests/fixtures/istio-review-evals/expected/SAFETY-01.json +24 -0
  305. package/tests/fixtures/istio-review-evals/expected/SAFETY-02.json +24 -0
  306. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-01A.json +24 -0
  307. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-01B.json +24 -0
  308. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-02.json +24 -0
  309. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-03.json +24 -0
  310. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-04.json +24 -0
  311. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-05.json +24 -0
  312. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-06.json +24 -0
  313. package/tests/fixtures/istio-review-evals/expected/TRAFFIC-07.json +24 -0
  314. package/tests/fixtures/istio-review-evals/expected/UPGRADE-01.json +24 -0
  315. package/tests/fixtures/istio-review-evals/expected/UPGRADE-02A.json +24 -0
  316. package/tests/fixtures/istio-review-evals/expected/UPGRADE-02B.json +24 -0
  317. package/tests/fixtures/istio-review-evals/expected/UPGRADE-03.json +24 -0
  318. package/tests/fixtures/istio-review-evals/expected/UPGRADE-04.json +24 -0
  319. package/tests/fixtures/istio-review-evals/expected/UPGRADE-05.json +24 -0
  320. package/tests/fixtures/istio-review-evals/expected/UPGRADE-06.json +24 -0
  321. package/tests/fixtures/istio-review-evals/inputs/AMB-01.json +20 -0
  322. package/tests/fixtures/istio-review-evals/inputs/AMB-02.json +22 -0
  323. package/tests/fixtures/istio-review-evals/inputs/AMB-03.json +39 -0
  324. package/tests/fixtures/istio-review-evals/inputs/AMB-04.json +21 -0
  325. package/tests/fixtures/istio-review-evals/inputs/AMB-05.json +20 -0
  326. package/tests/fixtures/istio-review-evals/inputs/AMB-06.json +19 -0
  327. package/tests/fixtures/istio-review-evals/inputs/AMB-07.json +17 -0
  328. package/tests/fixtures/istio-review-evals/inputs/AUTH-01.json +27 -0
  329. package/tests/fixtures/istio-review-evals/inputs/AUTH-02A.json +22 -0
  330. package/tests/fixtures/istio-review-evals/inputs/AUTH-02B.json +19 -0
  331. package/tests/fixtures/istio-review-evals/inputs/AUTH-03.json +30 -0
  332. package/tests/fixtures/istio-review-evals/inputs/AUTH-04.json +23 -0
  333. package/tests/fixtures/istio-review-evals/inputs/AUTH-05.json +22 -0
  334. package/tests/fixtures/istio-review-evals/inputs/AUTH-06.json +22 -0
  335. package/tests/fixtures/istio-review-evals/inputs/AUTH-07.json +30 -0
  336. package/tests/fixtures/istio-review-evals/inputs/AUTH-08.json +21 -0
  337. package/tests/fixtures/istio-review-evals/inputs/DIAG-01.json +18 -0
  338. package/tests/fixtures/istio-review-evals/inputs/DIAG-02.json +14 -0
  339. package/tests/fixtures/istio-review-evals/inputs/DIAG-03.json +16 -0
  340. package/tests/fixtures/istio-review-evals/inputs/DIAG-04.json +16 -0
  341. package/tests/fixtures/istio-review-evals/inputs/DIAG-05.json +16 -0
  342. package/tests/fixtures/istio-review-evals/inputs/GATEWAY-01.json +29 -0
  343. package/tests/fixtures/istio-review-evals/inputs/GATEWAY-02A.json +21 -0
  344. package/tests/fixtures/istio-review-evals/inputs/GATEWAY-02B.json +17 -0
  345. package/tests/fixtures/istio-review-evals/inputs/GATEWAY-03.json +22 -0
  346. package/tests/fixtures/istio-review-evals/inputs/GATEWAY-04.json +22 -0
  347. package/tests/fixtures/istio-review-evals/inputs/GATEWAY-05.json +16 -0
  348. package/tests/fixtures/istio-review-evals/inputs/GUARD-01.json +19 -0
  349. package/tests/fixtures/istio-review-evals/inputs/GUARD-02.json +16 -0
  350. package/tests/fixtures/istio-review-evals/inputs/GUARD-03.json +16 -0
  351. package/tests/fixtures/istio-review-evals/inputs/GUARD-04.json +20 -0
  352. package/tests/fixtures/istio-review-evals/inputs/GUARD-05.json +16 -0
  353. package/tests/fixtures/istio-review-evals/inputs/GUARD-06.json +16 -0
  354. package/tests/fixtures/istio-review-evals/inputs/ROUTE-01.json +16 -0
  355. package/tests/fixtures/istio-review-evals/inputs/ROUTE-02.json +18 -0
  356. package/tests/fixtures/istio-review-evals/inputs/ROUTE-03.json +15 -0
  357. package/tests/fixtures/istio-review-evals/inputs/ROUTE-04.json +25 -0
  358. package/tests/fixtures/istio-review-evals/inputs/ROUTE-05.json +15 -0
  359. package/tests/fixtures/istio-review-evals/inputs/SAFETY-01.json +14 -0
  360. package/tests/fixtures/istio-review-evals/inputs/SAFETY-02.json +15 -0
  361. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-01A.json +23 -0
  362. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-01B.json +17 -0
  363. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-02.json +19 -0
  364. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-03.json +28 -0
  365. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-04.json +18 -0
  366. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-05.json +18 -0
  367. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-06.json +18 -0
  368. package/tests/fixtures/istio-review-evals/inputs/TRAFFIC-07.json +17 -0
  369. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-01.json +19 -0
  370. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-02A.json +23 -0
  371. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-02B.json +17 -0
  372. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-03.json +21 -0
  373. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-04.json +16 -0
  374. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-05.json +33 -0
  375. package/tests/fixtures/istio-review-evals/inputs/UPGRADE-06.json +17 -0
  376. package/tests/fixtures/istio-review-evals/manifest.json +337 -0
  377. package/tests/fixtures/runtime-semantics/README.md +3 -0
  378. package/tests/fixtures/runtime-semantics/RUNTIME-AMB-L7.json +35 -0
  379. package/tests/fixtures/runtime-semantics/RUNTIME-AUTH-EMPTY.json +33 -0
  380. package/tests/fixtures/runtime-semantics/RUNTIME-GATEWAY.json +35 -0
  381. package/tests/fixtures/runtime-semantics/RUNTIME-JWT.json +34 -0
  382. package/tests/fixtures/runtime-semantics/RUNTIME-MIGRATION.json +35 -0
  383. package/tests/fixtures/runtime-semantics/RUNTIME-MIRROR.json +33 -0
  384. package/tests/fixtures/runtime-semantics/RUNTIME-UPGRADE.json +34 -0
  385. package/tests/integration/rbac-pre-flight/guards/mesh-policy.sh +9 -2
  386. package/tests/istio-review-suite/test_contract.py +121 -0
  387. package/tests/istio-review-suite/test_evidence_facts.py +344 -0
  388. package/tests/validate-catalog.py +156 -0
  389. package/tests/validate-model-params.py +161 -0
  390. package/tests/validate-readme-counts.mjs +58 -2
  391. package/tests/validate-release-notes.mjs +35 -0
  392. package/skills/istio/istio-ambient-mesh-review/references/mcp-and-evidence.md +0 -59
  393. package/skills/istio/istio-ambient-mesh-review/references/workflow-and-output.md +0 -128
@@ -76,7 +76,7 @@ Not tested: the full `App::render()` path with a real ratatui `TestBackend` (onl
76
76
 
77
77
  | Path | Change |
78
78
  |------|--------|
79
- | `.agents/tasks/task-rust-tui-implementation/` | Task metadata and feature breakdown JSONs |
79
+ | Rust TUI task directory beneath `.agents/tasks/` | Task metadata and feature breakdown JSONs |
80
80
  | `.github/workflows/vfa-tui-ci.yml` | New CI: fmt, clippy, test, release matrix (5 targets) |
81
81
  | `README.md` | Added TUI section with build/run instructions |
82
82
  | `catalog/asset-integrity.json` | Hash regeneration after adding tools/vfa-tui |
@@ -1,5 +1,5 @@
1
1
  {
2
- "task_id": "task-rust-tui-implementation",
2
+ "task_id": "task\u002drust-tui-implementation",
3
3
  "task_description": "Implement the full vfa-tui Rust TUI project at tools/vfa-tui/ including project scaffolding, data models, workspace detection, catalog loading, security module, search engine, subprocess execution, audit logging, UI layer, integration tests, CI workflow, README updates, and asset integrity regeneration.",
4
4
  "status": "completed",
5
5
  "feature_order": ["FEAT-001", "FEAT-002", "FEAT-003", "FEAT-004", "FEAT-005", "FEAT-006"],
@@ -6,13 +6,13 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
9
- "version": "3.11.0"
9
+ "version": "3.12.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "vanguard-frontier-agentic",
14
14
  "source": "./",
15
- "description": "All 729 cloud, security, compliance, platform, accounting, and finance agents in one install. Includes maestros, advisory reviewers, and live-mutation guards across 45 providers.",
15
+ "description": "All 735 cloud, security, compliance, platform, accounting, and finance agents in one install. Includes maestros, advisory reviewers, and live-mutation guards across 45 providers.",
16
16
  "category": "cloud",
17
17
  "tags": [
18
18
  "agents",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanguard-frontier-agentic",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
5
5
  "author": {
6
6
  "name": "VincentChuWaiChow",
@@ -380,6 +380,12 @@
380
380
  "./agents/ionos/ionos-maestro-agent/harnesses/claude-code.agent.md",
381
381
  "./agents/ionos/ionos-security-compliance-reviewer-agent/harnesses/claude-code.agent.md",
382
382
  "./agents/istio/istio-ambient-mesh-review-agent/harnesses/claude-code.agent.md",
383
+ "./agents/istio/istio-authorization-policy-review-agent/harnesses/claude-code.agent.md",
384
+ "./agents/istio/istio-dataplane-diagnostics-agent/harnesses/claude-code.agent.md",
385
+ "./agents/istio/istio-gateway-api-review-agent/harnesses/claude-code.agent.md",
386
+ "./agents/istio/istio-maestro-agent/harnesses/claude-code.agent.md",
387
+ "./agents/istio/istio-traffic-resilience-review-agent/harnesses/claude-code.agent.md",
388
+ "./agents/istio/istio-upgrade-readiness-agent/harnesses/claude-code.agent.md",
383
389
  "./agents/java/java-application-server-exit-agent/harnesses/claude-code.agent.md",
384
390
  "./agents/java/java-concurrency-and-virtual-thread-agent/harnesses/claude-code.agent.md",
385
391
  "./agents/java/java-container-and-kubernetes-readiness-agent/harnesses/claude-code.agent.md",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanguard-frontier-agentic",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
5
5
  "author": {
6
6
  "name": "VincentChuWaiChow",
@@ -372,7 +372,19 @@
372
372
  "./agents/huawei/huawei-waf-cost-optimization-review-agent/harnesses/cursor.agent.md",
373
373
  "./agents/huawei/huawei-waf-reliability-review-agent/harnesses/cursor.agent.md",
374
374
  "./agents/huawei/huawei-waf-security-review-agent/harnesses/cursor.agent.md",
375
+ "./agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/cursor.agent.md",
376
+ "./agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/cursor.agent.md",
377
+ "./agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/cursor.agent.md",
378
+ "./agents/ionos/ionos-live-database-lifecycle-guard-agent/harnesses/cursor.agent.md",
379
+ "./agents/ionos/ionos-maestro-agent/harnesses/cursor.agent.md",
380
+ "./agents/ionos/ionos-security-compliance-reviewer-agent/harnesses/cursor.agent.md",
375
381
  "./agents/istio/istio-ambient-mesh-review-agent/harnesses/cursor.agent.md",
382
+ "./agents/istio/istio-authorization-policy-review-agent/harnesses/cursor.agent.md",
383
+ "./agents/istio/istio-dataplane-diagnostics-agent/harnesses/cursor.agent.md",
384
+ "./agents/istio/istio-gateway-api-review-agent/harnesses/cursor.agent.md",
385
+ "./agents/istio/istio-maestro-agent/harnesses/cursor.agent.md",
386
+ "./agents/istio/istio-traffic-resilience-review-agent/harnesses/cursor.agent.md",
387
+ "./agents/istio/istio-upgrade-readiness-agent/harnesses/cursor.agent.md",
376
388
  "./agents/java/java-application-server-exit-agent/harnesses/cursor.agent.md",
377
389
  "./agents/java/java-concurrency-and-virtual-thread-agent/harnesses/cursor.agent.md",
378
390
  "./agents/java/java-container-and-kubernetes-readiness-agent/harnesses/cursor.agent.md",
@@ -564,6 +576,12 @@
564
576
  "./agents/oci/oci-waf-reliability-review-agent/harnesses/cursor.agent.md",
565
577
  "./agents/oci/oci-waf-security-review-agent/harnesses/cursor.agent.md",
566
578
  "./agents/opentelemetry/opentelemetry-collector-config-review-agent/harnesses/cursor.agent.md",
579
+ "./agents/ovhcloud/ovhcloud-cost-finops-analyst-agent/harnesses/cursor.agent.md",
580
+ "./agents/ovhcloud/ovhcloud-iam-policy-review-agent/harnesses/cursor.agent.md",
581
+ "./agents/ovhcloud/ovhcloud-kubernetes-platform-operator-agent/harnesses/cursor.agent.md",
582
+ "./agents/ovhcloud/ovhcloud-live-kms-key-destruction-guard-agent/harnesses/cursor.agent.md",
583
+ "./agents/ovhcloud/ovhcloud-maestro-agent/harnesses/cursor.agent.md",
584
+ "./agents/ovhcloud/ovhcloud-network-architect-agent/harnesses/cursor.agent.md",
567
585
  "./agents/php/composer-supply-chain-agent/harnesses/cursor.agent.md",
568
586
  "./agents/php/php-application-security-agent/harnesses/cursor.agent.md",
569
587
  "./agents/php/php-maestro-agent/harnesses/cursor.agent.md",
@@ -685,6 +703,12 @@
685
703
  "./agents/sap/sap-testing-quality-gate-agent/harnesses/cursor.agent.md",
686
704
  "./agents/sap/sap-transformation-portfolio-triage-agent/harnesses/cursor.agent.md",
687
705
  "./agents/sap/sap-treasury-cash-risk-agent/harnesses/cursor.agent.md",
706
+ "./agents/scaleway/scaleway-cost-optimizer-agent/harnesses/cursor.agent.md",
707
+ "./agents/scaleway/scaleway-iam-policy-review-agent/harnesses/cursor.agent.md",
708
+ "./agents/scaleway/scaleway-kapsule-platform-operator-agent/harnesses/cursor.agent.md",
709
+ "./agents/scaleway/scaleway-live-kapsule-rollout-guard-agent/harnesses/cursor.agent.md",
710
+ "./agents/scaleway/scaleway-maestro-agent/harnesses/cursor.agent.md",
711
+ "./agents/scaleway/scaleway-network-architect-agent/harnesses/cursor.agent.md",
688
712
  "./agents/sigstore/sigstore-cosign-supply-chain-review-agent/harnesses/cursor.agent.md",
689
713
  "./agents/snowflake/snowflake-analytics-semantic-data-product-agent/harnesses/cursor.agent.md",
690
714
  "./agents/snowflake/snowflake-bcdr-resilience-agent/harnesses/cursor.agent.md",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/github/copilot-cli/main/schemas/marketplace.schema.json",
3
3
  "name": "vanguard-frontier-agentic",
4
4
  "description": "Curated marketplace for cloud, zero-trust, and compliance-aware AI workflows β€” agents, skills, and rules spanning cloud, security, ERP, and platform providers.",
5
- "version": "3.11.0",
5
+ "version": "3.12.0",
6
6
  "owner": {
7
7
  "name": "VincentChuWaiChow",
8
8
  "url": "https://github.com/VincentChuWaiChow"
package/README.md CHANGED
@@ -59,8 +59,8 @@ operates in. Coordination, governance, and escalation are the product.
59
59
  <!-- Generated by scripts/generate-readme-counts.mjs β€” do not edit by hand. Run: npm run readme-counts:write -->
60
60
  | Catalog | Count |
61
61
  | --- | --- |
62
- | Skills | 754 |
63
- | Agents | 729 |
62
+ | Skills | 761 |
63
+ | Agents | 735 |
64
64
  | Providers | 45 |
65
65
  | Install roles | 76 |
66
66
  | Rules | 1 |
@@ -201,7 +201,7 @@ Or wire it into `~/.claude/settings.json` (or your project's `.claude/settings.j
201
201
 
202
202
  Pin to a tag for reproducible installs: pick any [released tag](https://github.com/VincentChuWaiChow/vanguard-frontier-agentic/releases) for stable versions, or use `@latest` for the current release.
203
203
 
204
- - **Bundled:** all <!-- count:agents -->729<!-- /count --> cloud, security, compliance, Kubernetes, Terraform agents (incl. provider maestros and live-guard agents)
204
+ - **Bundled:** all <!-- count:agents -->735<!-- /count --> cloud, security, compliance, Kubernetes, Terraform agents (incl. provider maestros and live-guard agents)
205
205
  - **Spec:** [`.claude-plugin/marketplace.json`](.claude-plugin/marketplace.json) + [`.claude-plugin/plugin.json`](.claude-plugin/plugin.json) (canonical Claude Code plugin layout)
206
206
  - **Not bundled:** skills, rules, MCP references β€” use the npm path for those
207
207
  - **Docs:** [code.claude.com/docs/en/plugin-marketplaces](https://code.claude.com/docs/en/plugin-marketplaces)
@@ -231,7 +231,7 @@ Or in `.github/copilot/settings.json` for repo-wide trust:
231
231
 
232
232
  - **Marketplace manifest:** [`.github/plugin/marketplace.json`](.github/plugin/marketplace.json) declares this repo as a single-plugin marketplace
233
233
  - **Source path:** `./` (the repo root is the plugin root)
234
- - **Bundled:** <!-- count:agents -->729<!-- /count --> Copilot agent adapters under `agents/<provider>/<agent>/harnesses/copilot.agent.md`
234
+ - **Bundled:** <!-- count:agents -->735<!-- /count --> Copilot agent adapters under `agents/<provider>/<agent>/harnesses/copilot.agent.md`
235
235
  - **Docs:** [github.com/github/copilot-cli](https://github.com/github/copilot-cli) (`/plugin marketplace add`)
236
236
 
237
237
  </details>
@@ -252,7 +252,7 @@ In Cursor: **Settings β†’ Plugins β†’ Add Plugin Directory** β†’ pick the cloned
252
252
  vscode.cursor.plugins.registerPath("/absolute/path/to/vanguard-frontier-agentic");
253
253
  ```
254
254
 
255
- - **Plugin manifest:** [`.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json) enumerates all **<!-- count:agents -->729<!-- /count --> Cursor agent adapters** explicitly via the `agents` field
255
+ - **Plugin manifest:** [`.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json) enumerates all **<!-- count:agents -->735<!-- /count --> Cursor agent adapters** explicitly via the `agents` field
256
256
  - **Bundled:** all agents from `agents/<provider>/<agent>/harnesses/cursor.agent.md`
257
257
  - **Rules:** existing `rules/` directory at repo root is auto-discovered by Cursor
258
258
  - **Docs:** [cursor.com/docs/plugins](https://cursor.com/docs/plugins) Β· [cursor.com/docs/reference/plugins](https://cursor.com/docs/reference/plugins)
@@ -343,7 +343,7 @@ enabled = true
343
343
  - **Bundled plugins:**
344
344
  - `vanguard-frontier-agentic` β€” the main plugin, manifest at [`plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json`](plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json)
345
345
  - `cross-platform-agent-template` β€” scaffold for new cross-platform agents
346
- - **For agent adapter files** (`.codex/agents/*.toml`): after enabling the plugin, run `npx vfa-export-agents --platform codex --all --repo .` to write the <!-- count:agents -->729<!-- /count --> agent adapters into your repo
346
+ - **For agent adapter files** (`.codex/agents/*.toml`): after enabling the plugin, run `npx vfa-export-agents --platform codex --all --repo .` to write the <!-- count:agents -->735<!-- /count --> agent adapters into your repo
347
347
  - **Other commands:** `codex plugin marketplace upgrade vanguard-frontier-agentic`, `codex plugin marketplace remove vanguard-frontier-agentic`
348
348
  - **Docs:** [github.com/openai/codex](https://github.com/openai/codex) Β· [Codex plugin spec](https://github.com/openai/codex/blob/main/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md)
349
349
 
@@ -425,7 +425,7 @@ vfa-tui # installed via cargo or prebuilt b
425
425
 
426
426
  ## 🧠 Skills
427
427
 
428
- **<!-- count:skills -->754<!-- /count --> skills** across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, CNCF ecosystem, Terraform, marketing governance, and more.
428
+ **<!-- count:skills -->761<!-- /count --> skills** across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, CNCF ecosystem, Terraform, marketing governance, and more.
429
429
 
430
430
  | Domain | Count | What they cover |
431
431
  | ------------------ | ----: | ------------------------------------------------------------------------------------------------- |
@@ -438,7 +438,7 @@ vfa-tui # installed via cargo or prebuilt b
438
438
  | ☸️ Kubernetes | 10 | RBAC review, workload identity, PSA, live RBAC/admission/mesh/network/ArgoCD guards, maestro |
439
439
  | πŸ›‘οΈ Kyverno | 1 | ClusterPolicy/Policy, PolicyException, failureAction, background scan |
440
440
  | πŸ”„ Argo CD | 2 | AppProject blast-radius, sync impersonation, RollingSync, sync-window |
441
- | πŸ•ΈοΈ Istio | 1 | Ambient mesh, ztunnel L4 vs waypoint L7, PeerAuthentication, mTLS posture |
441
+ | πŸ•ΈοΈ Istio | <!-- count:skill-directory:istio -->8<!-- /count --> | Ambient mesh, authorization, traffic resilience, Gateway API, upgrades, diagnostics, routing, guarded live policy changes |
442
442
  | 🐝 Cilium | 1 | CiliumNetworkPolicy, ClusterMesh trust, 169.254.169.254 egress, WireGuard encryption |
443
443
  | πŸ“‘ OpenTelemetry | 1 | Collector pipeline, memory_limiter, receiver exposure, exporter cardinality, credential handling |
444
444
  | 🟩 Terraform | 10 | Engine-shared Terraform/OpenTofu board: maestro routing, plan blast radius, state reliability, estate reconciliation, supply-chain integrity, engine compatibility, policy evidence, execution governance, module contract, verification strategy |
@@ -525,7 +525,7 @@ Rule of thumb: if the asset teaches **how to do a repeatable task**, it is a ski
525
525
 
526
526
  ## πŸ€– Agents
527
527
 
528
- **<!-- count:agents -->729<!-- /count --> agents** matching the skill catalog β€” agents ship harness adapters and a hardened permission model.
528
+ **<!-- count:agents -->735<!-- /count --> agents** matching the skill catalog β€” agents ship harness adapters and a hardened permission model.
529
529
 
530
530
  | Provider | Count | Specialisations |
531
531
  | ------------------ | ----: | ----------------------------------------------------------------------------------- |
@@ -543,7 +543,7 @@ Rule of thumb: if the asset teaches **how to do a repeatable task**, it is a ski
543
543
  | πŸ’° Contabo | 6 | advisory, live instance + storage guards, maestro router |
544
544
  | πŸ›‘οΈ Kyverno | 1 | Admission policy review |
545
545
  | πŸ”„ Argo CD | 2 | GitOps review, live sync guard |
546
- | πŸ•ΈοΈ Istio | 1 | Ambient mesh review |
546
+ | πŸ•ΈοΈ Istio | <!-- count:provider:istio -->7<!-- /count --> | Maestro plus ambient, authorization, traffic resilience, Gateway API, upgrade, and dataplane review |
547
547
  | 🐝 Cilium | 1 | Network policy review |
548
548
  | πŸ“‘ OpenTelemetry | 1 | Collector config review |
549
549
  | πŸ’‘ Backstage | 1 | IDP scaffolder review |
@@ -657,7 +657,7 @@ agents/
657
657
  β”œβ”€β”€ hr/ (15 agents β€” employee relations, investigations, performance, compensation, benefits, recruiting, workforce planning, learning, culture & DEI, analytics, HRIS, termination readiness, maestro)
658
658
  β”œβ”€β”€ huawei/ (43 agents β€” advisory, live-guard operators, maestro)
659
659
  β”œβ”€β”€ ionos/ (6 agents β€” advisory, live DB lifecycle guard, maestro)
660
- β”œβ”€β”€ istio/ (1 agent β€” ambient mesh review)
660
+ β”œβ”€β”€ istio/ (7 agents β€” ambient mesh review)
661
661
  β”œβ”€β”€ java/ (15 agents β€” JDK lifecycle, concurrency/virtual threads, JVM performance/GC, container sizing, framework readiness, Spring Security, deserialization security, JPA/Hibernate, transactions, migration safety, Kafka, resilience, testing, app-server exit β€” maestro + 14 specialists)
662
662
  β”œβ”€β”€ kotlin/ (16 agents β€” language/null-safety, coroutines/Flow reliability, library API/ABI, Ktor + Kotlin-Spring backend, kotlinx.serialization wire contracts, Java-to-Kotlin modernization, Android architecture/Compose/security/performance, KMP portfolio + interop, Gradle build, supply-chain integrity, test architecture β€” maestro + 15 specialists)
663
663
  β”œβ”€β”€ kubernetes/ (15 agents β€” RBAC, workload identity, PSA, pod-spec, ESO, Kubecost, live-guards, maestro)
@@ -821,6 +821,7 @@ Use `--provider` with `--role` to narrow the install to one cloud.
821
821
  | `dotnet` | 🟣 .NET | 10 |
822
822
  | `terraform` | 🟩 Terraform (cross-cloud) | 9 |
823
823
  | `finance` | πŸ’Ή Finance | 8 |
824
+ | `istio` | πŸ•ΈοΈ Istio (service mesh) | 7 |
824
825
  | `contabo` | πŸ’° Contabo | 6 |
825
826
  | `hetzner` | πŸ‡©πŸ‡ͺ Hetzner Cloud | 6 |
826
827
  | `ionos` | 🌐 IONOS Cloud | 6 |
@@ -834,7 +835,6 @@ Use `--provider` with `--role` to narrow the install to one cloud.
834
835
  | `cilium` | 🐝 Cilium (network policy) | 1 |
835
836
  | `falco` | πŸ¦… Falco (runtime threat detection) | 1 |
836
837
  | `fluxcd` | πŸ”„ FluxCD (GitOps) | 1 |
837
- | `istio` | πŸ•ΈοΈ Istio (service mesh) | 1 |
838
838
  | `kyverno` | πŸ›‘οΈ Kyverno (admission policy) | 1 |
839
839
  | `opentelemetry` | πŸ“‘ OpenTelemetry (observability) | 1 |
840
840
  | `prometheus` | πŸ“Š Prometheus (alerting + cardinality) | 1 |
@@ -1295,7 +1295,7 @@ In two weeks on npm: ~900 downloads. Socket.dev scores: Vulnerability 100, Quali
1295
1295
 
1296
1296
  Your sponsorship directly funds the compute, API time, and research hours that turn new cloud providers, compliance frameworks, and security patterns into production-ready agents β€” free for everyone.
1297
1297
 
1298
- Current catalog: **<!-- count:agents -->729<!-- /count --> agents Β· <!-- count:skills -->754<!-- /count --> skills Β· <!-- count:providers -->45<!-- /count --> cloud/platform providers**
1298
+ Current catalog: **<!-- count:agents -->735<!-- /count --> agents Β· <!-- count:skills -->761<!-- /count --> skills Β· <!-- count:providers -->45<!-- /count --> cloud/platform providers**
1299
1299
 
1300
1300
  ---
1301
1301
 
package/agents/AGENTS.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AGENTS.md β€” Navigation Compass
2
2
 
3
- 141 agents across 18 providers. This file is the index; load provider files on demand.
3
+ <!-- count:global:agents -->735<!-- /count --> agents across <!-- count:global:providers -->45<!-- /count --> providers. This file is the index; load provider files on demand.
4
4
 
5
5
  ## File structure
6
6
 
@@ -9,7 +9,7 @@ agents/<provider>/<agent-id>/AGENT.md ← harness-neutral role contract
9
9
  agents/<provider>/<agent-id>/harnesses/ ← 7 adapters: codex, copilot, claude-code,
10
10
  cursor, gemini, kiro-ide, kiro-cli
11
11
  agents/<provider>/<agent-id>/metadata.json ← catalog mirror
12
- catalog/agents.json ← machine-readable index of all 127 agents
12
+ catalog/agents.json ← machine-readable index of every agent
13
13
  ```
14
14
 
15
15
  ## Agent tiers
@@ -24,7 +24,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
24
24
 
25
25
  ---
26
26
 
27
- ## 🟧 AWS β€” 43 agents β†’ [`agents/aws/AGENTS.md`](aws/AGENTS.md)
27
+ ## 🟧 AWS β€” <!-- count:dir:aws:agents -->47<!-- /count --> agents β†’ [`agents/aws/AGENTS.md`](aws/AGENTS.md)
28
28
 
29
29
  **Entry point:** load `agents/aws/aws-maestro-agent/AGENT.md` for any AWS task; it routes to the right specialist and back.
30
30
 
@@ -49,7 +49,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
49
49
 
50
50
  ---
51
51
 
52
- ## 🟦 Azure β€” 32 agents β†’ [`agents/azure/AGENTS.md`](azure/AGENTS.md)
52
+ ## 🟦 Azure β€” <!-- count:dir:azure:agents -->36<!-- /count --> agents β†’ [`agents/azure/AGENTS.md`](azure/AGENTS.md)
53
53
 
54
54
  **Entry point:** load `agents/azure/azure-maestro-agent/AGENT.md` for any Azure task.
55
55
 
@@ -74,7 +74,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
74
74
 
75
75
  ---
76
76
 
77
- ## πŸŸ₯ OCI β€” 35 agents β†’ [`agents/oci/AGENTS.md`](oci/AGENTS.md)
77
+ ## πŸŸ₯ OCI β€” <!-- count:dir:oci:agents -->39<!-- /count --> agents β†’ [`agents/oci/AGENTS.md`](oci/AGENTS.md)
78
78
 
79
79
  **Entry point:** load `agents/oci/oci-maestro-agent/AGENT.md` for any OCI task.
80
80
 
@@ -97,7 +97,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
97
97
 
98
98
  ---
99
99
 
100
- ## ☁️ OVHcloud β€” 6 agents β†’ [`agents/ovhcloud/README.md`](ovhcloud/README.md)
100
+ ## ☁️ OVHcloud β€” <!-- count:dir:ovhcloud:agents -->6<!-- /count --> agents β†’ [`agents/ovhcloud/README.md`](ovhcloud/README.md)
101
101
 
102
102
  **Entry point:** load `agents/ovhcloud/ovhcloud-maestro-agent/AGENT.md` for any OVHcloud task.
103
103
 
@@ -114,7 +114,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
114
114
 
115
115
  ---
116
116
 
117
- ## 🌐 IONOS Cloud β€” 6 agents β†’ [`agents/ionos/README.md`](ionos/README.md)
117
+ ## 🌐 IONOS Cloud β€” <!-- count:dir:ionos:agents -->6<!-- /count --> agents β†’ [`agents/ionos/README.md`](ionos/README.md)
118
118
 
119
119
  **Entry point:** load `agents/ionos/ionos-maestro-agent/AGENT.md` for any IONOS Cloud task.
120
120
 
@@ -131,7 +131,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
131
131
 
132
132
  ---
133
133
 
134
- ## πŸ‡«πŸ‡· Scaleway β€” 6 agents β†’ [`agents/scaleway/README.md`](scaleway/README.md)
134
+ ## πŸ‡«πŸ‡· Scaleway β€” <!-- count:dir:scaleway:agents -->6<!-- /count --> agents β†’ [`agents/scaleway/README.md`](scaleway/README.md)
135
135
 
136
136
  **Entry point:** load `agents/scaleway/scaleway-maestro-agent/AGENT.md` for any Scaleway task.
137
137
 
@@ -148,7 +148,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
148
148
 
149
149
  ---
150
150
 
151
- ## πŸ‡©πŸ‡ͺ Hetzner Cloud β€” 6 agents β†’ [`agents/hetzner/README.md`](hetzner/README.md)
151
+ ## πŸ‡©πŸ‡ͺ Hetzner Cloud β€” <!-- count:dir:hetzner:agents -->6<!-- /count --> agents β†’ [`agents/hetzner/README.md`](hetzner/README.md)
152
152
 
153
153
  **Entry point:** load `agents/hetzner/hetzner-maestro-agent/AGENT.md` for any Hetzner Cloud task.
154
154
 
@@ -164,7 +164,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
164
164
 
165
165
  ---
166
166
 
167
- ## πŸ’° Contabo β€” 6 agents β†’ [`agents/contabo/README.md`](contabo/README.md)
167
+ ## πŸ’° Contabo β€” <!-- count:dir:contabo:agents -->6<!-- /count --> agents β†’ [`agents/contabo/README.md`](contabo/README.md)
168
168
 
169
169
  **Entry point:** load `agents/contabo/contabo-maestro-agent/AGENT.md` for any Contabo task.
170
170
 
@@ -180,7 +180,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
180
180
 
181
181
  ---
182
182
 
183
- ## ☸️ Kubernetes β€” 13 agents β†’ [`agents/kubernetes/README.md`](kubernetes/README.md)
183
+ ## ☸️ Kubernetes β€” <!-- count:dir:kubernetes:agents -->15<!-- /count --> agents β†’ [`agents/kubernetes/README.md`](kubernetes/README.md)
184
184
 
185
185
  **Entry point:** load `agents/kubernetes/kubernetes-maestro-agent/AGENT.md` β€” routes to all K8s specialists (including CNCF domain agents below) and enforces the live-guard gate.
186
186
 
@@ -202,7 +202,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
202
202
 
203
203
  ---
204
204
 
205
- ## πŸ“Š Prometheus β€” 1 agent β†’ [`agents/prometheus/README.md`](prometheus/README.md)
205
+ ## πŸ“Š Prometheus β€” <!-- count:dir:prometheus:agents -->1<!-- /count --> agents β†’ [`agents/prometheus/README.md`](prometheus/README.md)
206
206
 
207
207
  | Agent | Tier | Load when |
208
208
  |---|---|---|
@@ -210,7 +210,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
210
210
 
211
211
  ---
212
212
 
213
- ## πŸ¦… Falco β€” 1 agent β†’ [`agents/falco/README.md`](falco/README.md)
213
+ ## πŸ¦… Falco β€” <!-- count:dir:falco:agents -->1<!-- /count --> agents β†’ [`agents/falco/README.md`](falco/README.md)
214
214
 
215
215
  | Agent | Tier | Load when |
216
216
  |---|---|---|
@@ -218,7 +218,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
218
218
 
219
219
  ---
220
220
 
221
- ## πŸ” Sigstore β€” 1 agent β†’ [`agents/sigstore/README.md`](sigstore/README.md)
221
+ ## πŸ” Sigstore β€” <!-- count:dir:sigstore:agents -->1<!-- /count --> agents β†’ [`agents/sigstore/README.md`](sigstore/README.md)
222
222
 
223
223
  | Agent | Tier | Load when |
224
224
  |---|---|---|
@@ -226,7 +226,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
226
226
 
227
227
  ---
228
228
 
229
- ## πŸ” cert-manager β€” 4 agents β†’ [`agents/cert-manager/README.md`](cert-manager/README.md)
229
+ ## πŸ” cert-manager β€” <!-- count:dir:cert-manager:agents -->1<!-- /count --> agents β†’ [`agents/cert-manager/README.md`](cert-manager/README.md)
230
230
 
231
231
  | Agent | Tier | Load when |
232
232
  |---|---|---|
@@ -237,7 +237,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
237
237
 
238
238
  ---
239
239
 
240
- ## πŸ”„ FluxCD β€” 1 agent β†’ [`agents/fluxcd/README.md`](fluxcd/README.md)
240
+ ## πŸ”„ FluxCD β€” <!-- count:dir:fluxcd:agents -->1<!-- /count --> agents β†’ [`agents/fluxcd/README.md`](fluxcd/README.md)
241
241
 
242
242
  | Agent | Tier | Load when |
243
243
  |---|---|---|
@@ -245,7 +245,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
245
245
 
246
246
  ---
247
247
 
248
- ## 🎭 Backstage β€” 1 agent β†’ [`agents/backstage/README.md`](backstage/README.md)
248
+ ## 🎭 Backstage β€” <!-- count:dir:backstage:agents -->1<!-- /count --> agents β†’ [`agents/backstage/README.md`](backstage/README.md)
249
249
 
250
250
  | Agent | Tier | Load when |
251
251
  |---|---|---|
@@ -263,7 +263,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
263
263
 
264
264
  ---
265
265
 
266
- ## πŸ›‘οΈ Kyverno β€” 1 agent β†’ [`agents/kyverno/README.md`](kyverno/README.md)
266
+ ## πŸ›‘οΈ Kyverno β€” <!-- count:dir:kyverno:agents -->1<!-- /count --> agents β†’ [`agents/kyverno/README.md`](kyverno/README.md)
267
267
 
268
268
  | Agent | Tier | Load when |
269
269
  |---|---|---|
@@ -273,7 +273,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
273
273
 
274
274
  ---
275
275
 
276
- ## πŸ”„ Argo CD β€” 2 agents β†’ [`agents/argocd/README.md`](argocd/README.md)
276
+ ## πŸ”„ Argo CD β€” <!-- count:dir:argocd:agents -->2<!-- /count --> agents β†’ [`agents/argocd/README.md`](argocd/README.md)
277
277
 
278
278
  | Agent | Tier | Load when |
279
279
  |---|---|---|
@@ -284,7 +284,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
284
284
 
285
285
  ---
286
286
 
287
- ## πŸ•ΈοΈ Istio β€” 1 agent β†’ [`agents/istio/README.md`](istio/README.md)
287
+ ## πŸ•ΈοΈ Istio β€” <!-- count:dir:istio:agents -->7<!-- /count --> agents β†’ [`agents/istio/README.md`](istio/README.md)
288
288
 
289
289
  | Agent | Tier | Load when |
290
290
  |---|---|---|
@@ -294,7 +294,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
294
294
 
295
295
  ---
296
296
 
297
- ## 🐝 Cilium β€” 1 agent β†’ [`agents/cilium/README.md`](cilium/README.md)
297
+ ## 🐝 Cilium β€” <!-- count:dir:cilium:agents -->1<!-- /count --> agents β†’ [`agents/cilium/README.md`](cilium/README.md)
298
298
 
299
299
  | Agent | Tier | Load when |
300
300
  |---|---|---|
@@ -304,7 +304,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
304
304
 
305
305
  ---
306
306
 
307
- ## πŸ“‘ OpenTelemetry β€” 1 agent β†’ [`agents/opentelemetry/README.md`](opentelemetry/README.md)
307
+ ## πŸ“‘ OpenTelemetry β€” <!-- count:dir:opentelemetry:agents -->1<!-- /count --> agents β†’ [`agents/opentelemetry/README.md`](opentelemetry/README.md)
308
308
 
309
309
  | Agent | Tier | Load when |
310
310
  |---|---|---|
@@ -312,7 +312,7 @@ Live-guard agents refuse to proceed without: target confirmation (cluster/accoun
312
312
 
313
313
  ---
314
314
 
315
- ## 🟩 Terraform / OpenTofu β€” 9 agents β†’ [`agents/terraform/README.md`](terraform/README.md)
315
+ ## 🟩 Terraform / OpenTofu β€” <!-- count:dir:terraform:agents -->9<!-- /count --> agents β†’ [`agents/terraform/README.md`](terraform/README.md)
316
316
 
317
317
  Engine-shared board: one provider covers Terraform and OpenTofu, and every specialist
318
318
  names the engine behind any version-sensitive claim. See
@@ -334,7 +334,7 @@ agent after a human gate.
334
334
 
335
335
  ---
336
336
 
337
- ## πŸ’° FinOps / Multi-cloud β€” 1 agent β†’ [`agents/finops/README.md`](finops/README.md)
337
+ ## πŸ’° FinOps / Multi-cloud β€” <!-- count:dir:finops:agents -->4<!-- /count --> agents β†’ [`agents/finops/README.md`](finops/README.md)
338
338
 
339
339
  | Agent | Tier | Load when |
340
340
  |---|---|---|
package/agents/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Agents
2
2
 
3
- Role definitions for repeatable review, architecture, operations, and bounded execution work. **386 enterprise-grade, audit-ready agents** organized in a three-layer ecosystem: maestro routers, domain specialists, and cross-functional protocols.
3
+ Role definitions for repeatable review, architecture, operations, and bounded execution work. **<!-- count:global:agents -->735<!-- /count --> enterprise-grade, audit-ready agents** organized in a three-layer ecosystem: maestro routers, domain specialists, and cross-functional protocols.
4
4
 
5
5
  ## Three-layer agentic architecture
6
6
 
@@ -33,7 +33,7 @@ Beyond cloud infrastructure, Vanguard Frontier ships agents for Legal, HR, Marke
33
33
 
34
34
  The **Legal + HR ecosystem is the proof of concept** for cross-functional agentic coordination. Here's why it matters:
35
35
 
36
- - **28 specialist agents** (13 Legal + 15 HR, each with a maestro router) handle the most legally exposed, audit-heavy, escalation-aware domains in an organization
36
+ - **<!-- count:board:legal+hr:agents -->28<!-- /count --> specialist agents** (<!-- count:board:legal:agents -->13<!-- /count --> Legal + <!-- count:board:hr:agents -->15<!-- /count --> HR, each with a maestro router) handle the most legally exposed, audit-heavy, escalation-aware domains in an organization
37
37
  - **3 cross-functional protocol skills** (`legal-hr-routing-protocol`, `legal-hr-case-capsule`, `legal-hr-risk-taxonomy`) define how agents hand off, escalate, and coordinate across organizational boundaries
38
38
  - **Real handoff scenarios:** whistleblower reports β†’ both Legal (privilege) and HR (investigation) own it; wrongful-termination exposure β†’ Legal flags risk, HR confirms readiness before execution; data breach β†’ Legal holds, HR freezes personnel actions
39
39
  - **Audit-ready design:** every handoff is logged; every escalation has a named decision owner; every irreversible action routes to a human
@@ -51,21 +51,21 @@ Vanguard Frontier's cloud agent portfolios are organized by execution tier: advi
51
51
 
52
52
  | Provider | Current status | Agents | Notes |
53
53
  | --- | --- | ---: | --- |
54
- | 🟧 AWS | active | 47 | advisory, repo-write execution, and guarded live-AWS operator agents |
55
- | πŸŸ₯ OCI | active | 39 | advisory and guarded live-OCI operator agents |
56
- | 🟩 GCP | active | 39 | advisory, live-guard operators, maestro router |
57
- | 🟦 Azure | active | 36 | advisory and guarded live-Azure operator agents |
58
- | 🟠 Alibaba Cloud | active | 30 | advisory, live-guard operators, maestro router |
59
- | πŸ”΄ Huawei Cloud | active | 30 | advisory, live-guard operators, maestro router |
60
- | ☁️ OVHcloud | active | 6 | maestro router, IAM, FinOps, MCK, network architect, KMS live-guard |
61
- | 🌐 IONOS Cloud | active | 6 | maestro router, DCD review, GDPR/compliance, K8s, FinOps, DBaaS live-guard |
62
- | πŸ‡«πŸ‡· Scaleway | active | 6 | maestro router, IAM, Kapsule, FinOps, network, Kapsule rollout live-guard |
63
- | πŸ‡©πŸ‡ͺ Hetzner Cloud | active | 6 | maestro router, FinOps, infra review, capacity, firewall + server live-guards |
64
- | πŸ’° Contabo | active | 6 | maestro router, FinOps, capacity, security hardening, instance + storage live-guards |
65
- | ☸️ Kubernetes | active | 15 | RBAC, workload identity, PSA, live-guards, maestro |
66
- | 🟩 Terraform | active | 2 | generic IaC review |
67
- | πŸ’° Multi-cloud | limited | 1 | FinOps cross-cloud price advisor |
68
- | CNCF ecosystem | active | 14 | Kyverno, Argo CD, Istio, Cilium, OTEL, Prometheus, Falco, Sigstore, cert-manager, FluxCD, Backstage, Velero |
54
+ | 🟧 AWS | active | <!-- count:board:aws:agents -->47<!-- /count --> | advisory, repo-write execution, and guarded live-AWS operator agents |
55
+ | πŸŸ₯ OCI | active | <!-- count:board:oci:agents -->39<!-- /count --> | advisory and guarded live-OCI operator agents |
56
+ | 🟩 GCP | active | <!-- count:board:gcp:agents -->51<!-- /count --> | advisory, live-guard operators, maestro router |
57
+ | 🟦 Azure | active | <!-- count:board:azure:agents -->36<!-- /count --> | advisory and guarded live-Azure operator agents |
58
+ | 🟠 Alibaba Cloud | active | <!-- count:board:alibaba:agents -->43<!-- /count --> | advisory, live-guard operators, maestro router |
59
+ | πŸ”΄ Huawei Cloud | active | <!-- count:board:huawei:agents -->43<!-- /count --> | advisory, live-guard operators, maestro router |
60
+ | ☁️ OVHcloud | active | <!-- count:board:ovhcloud:agents -->6<!-- /count --> | maestro router, IAM, FinOps, MCK, network architect, KMS live-guard |
61
+ | 🌐 IONOS Cloud | active | <!-- count:board:ionos:agents -->6<!-- /count --> | maestro router, DCD review, GDPR/compliance, K8s, FinOps, DBaaS live-guard |
62
+ | πŸ‡«πŸ‡· Scaleway | active | <!-- count:board:scaleway:agents -->6<!-- /count --> | maestro router, IAM, Kapsule, FinOps, network, Kapsule rollout live-guard |
63
+ | πŸ‡©πŸ‡ͺ Hetzner Cloud | active | <!-- count:board:hetzner:agents -->6<!-- /count --> | maestro router, FinOps, infra review, capacity, firewall + server live-guards |
64
+ | πŸ’° Contabo | active | <!-- count:board:contabo:agents -->6<!-- /count --> | maestro router, FinOps, capacity, security hardening, instance + storage live-guards |
65
+ | ☸️ Kubernetes | active | <!-- count:board:kubernetes:agents -->16<!-- /count --> | RBAC, workload identity, PSA, live-guards, maestro |
66
+ | 🟩 Terraform | active | <!-- count:board:terraform:agents -->9<!-- /count --> | generic IaC review |
67
+ | πŸ’° Multi-cloud | limited | <!-- count:board:multi-cloud:agents -->3<!-- /count --> | FinOps cross-cloud price advisor |
68
+ | CNCF ecosystem | active | <!-- count:board:kyverno+argocd+istio+cilium+opentelemetry+prometheus+falco+sigstore+cert-manager+fluxcd+backstage:agents -->18<!-- /count --> | Kyverno, Argo CD, Istio, Cilium, OTEL, Prometheus, Falco, Sigstore, cert-manager, FluxCD, Backstage. Velero ships skills only β€” no agents β€” so it is not counted here |
69
69
 
70
70
  ## Agent tiers
71
71
 
@@ -3,7 +3,14 @@
3
3
  "name": "IONOS Cost Optimization Analyst",
4
4
  "type": "agent",
5
5
  "provider": "ionos",
6
- "harnesses": ["codex", "claude-code"],
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
7
14
  "summary": "Advisory agent for IONOS Cloud cost analysis: resource utilization review, idle server and volume identification, pricing strategy, contract tier evaluation, and rightsizing recommendations across compute, storage, and managed services.",
8
15
  "source_type": "original",
9
16
  "official_docs": [
@@ -17,9 +24,16 @@
17
24
  "path": "agents/ionos/ionos-cost-optimization-analyst-agent",
18
25
  "version": "0.1.0",
19
26
  "author": "github: VincentChuWaiChow",
20
- "companion_skills": ["ionos-cost-optimization-analyst"],
27
+ "companion_skills": [
28
+ "ionos-cost-optimization-analyst"
29
+ ],
21
30
  "harness_variants": {
22
31
  "codex": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/codex.toml",
23
- "claude-code": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/claude-code.agent.md"
32
+ "copilot": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/copilot.agent.md",
33
+ "claude-code": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/claude-code.agent.md",
34
+ "cursor": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/cursor.agent.md",
35
+ "gemini": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/gemini.agent.md",
36
+ "kiro-ide": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/kiro-ide.agent.md",
37
+ "kiro-cli": "agents/ionos/ionos-cost-optimization-analyst-agent/harnesses/kiro-cli.agent.json"
24
38
  }
25
39
  }
@@ -3,7 +3,14 @@
3
3
  "name": "IONOS Data Center Designer Reviewer",
4
4
  "type": "agent",
5
5
  "provider": "ionos",
6
- "harnesses": ["codex", "claude-code"],
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
7
14
  "summary": "Advisory agent for IONOS Data Center Designer (DCD) topology review: resource organization, multi-AZ placement, LAN segmentation, volume layout, NIC configuration, and blast-radius assessment before topology changes.",
8
15
  "source_type": "original",
9
16
  "official_docs": [
@@ -17,9 +24,16 @@
17
24
  "path": "agents/ionos/ionos-datacenter-designer-reviewer-agent",
18
25
  "version": "0.1.0",
19
26
  "author": "github: VincentChuWaiChow",
20
- "companion_skills": ["ionos-datacenter-designer-reviewer"],
27
+ "companion_skills": [
28
+ "ionos-datacenter-designer-reviewer"
29
+ ],
21
30
  "harness_variants": {
22
31
  "codex": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/codex.toml",
23
- "claude-code": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/claude-code.agent.md"
32
+ "copilot": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/copilot.agent.md",
33
+ "claude-code": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/claude-code.agent.md",
34
+ "cursor": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/cursor.agent.md",
35
+ "gemini": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/gemini.agent.md",
36
+ "kiro-ide": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/kiro-ide.agent.md",
37
+ "kiro-cli": "agents/ionos/ionos-datacenter-designer-reviewer-agent/harnesses/kiro-cli.agent.json"
24
38
  }
25
39
  }
@@ -3,7 +3,14 @@
3
3
  "name": "IONOS Kubernetes Platform Operator",
4
4
  "type": "agent",
5
5
  "provider": "ionos",
6
- "harnesses": ["codex", "claude-code"],
6
+ "harnesses": [
7
+ "codex",
8
+ "copilot",
9
+ "claude-code",
10
+ "cursor",
11
+ "gemini",
12
+ "kiro"
13
+ ],
7
14
  "summary": "Advisory agent for IONOS managed Kubernetes: cluster readiness, node pool configuration, workload placement, autoscaling posture, PodDisruptionBudget coverage, and upgrade safety.",
8
15
  "source_type": "original",
9
16
  "official_docs": [
@@ -17,9 +24,16 @@
17
24
  "path": "agents/ionos/ionos-kubernetes-platform-operator-agent",
18
25
  "version": "0.1.0",
19
26
  "author": "github: VincentChuWaiChow",
20
- "companion_skills": ["ionos-kubernetes-platform-operator"],
27
+ "companion_skills": [
28
+ "ionos-kubernetes-platform-operator"
29
+ ],
21
30
  "harness_variants": {
22
31
  "codex": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/codex.toml",
23
- "claude-code": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/claude-code.agent.md"
32
+ "copilot": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/copilot.agent.md",
33
+ "claude-code": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/claude-code.agent.md",
34
+ "cursor": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/cursor.agent.md",
35
+ "gemini": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/gemini.agent.md",
36
+ "kiro-ide": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/kiro-ide.agent.md",
37
+ "kiro-cli": "agents/ionos/ionos-kubernetes-platform-operator-agent/harnesses/kiro-cli.agent.json"
24
38
  }
25
39
  }