@raishin/vanguard-frontier-agentic 2.8.0 → 3.0.0-alpha.1

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 (1737) hide show
  1. package/.agents/tasks/task-rust-tui-implementation/2025-01-15-120000-review.md +99 -0
  2. package/.agents/tasks/task-rust-tui-implementation/context.json +28 -0
  3. package/.agents/tasks/task-rust-tui-implementation/features/FEAT-001.json +40 -0
  4. package/.agents/tasks/task-rust-tui-implementation/features/FEAT-002.json +39 -0
  5. package/.agents/tasks/task-rust-tui-implementation/features/FEAT-003.json +33 -0
  6. package/.agents/tasks/task-rust-tui-implementation/features/FEAT-004.json +45 -0
  7. package/.agents/tasks/task-rust-tui-implementation/features/FEAT-005.json +30 -0
  8. package/.agents/tasks/task-rust-tui-implementation/features/FEAT-006.json +23 -0
  9. package/.agents/tasks/task-rust-tui-implementation/task.json +14 -0
  10. package/.agents/tasks/task-security-fixes/2025-05-29-132600-review.md +81 -0
  11. package/.agents/tasks/task-security-fixes/context.json +26 -0
  12. package/.agents/tasks/task-security-fixes/features/FEAT-001.json +41 -0
  13. package/.agents/tasks/task-security-fixes/task.json +14 -0
  14. package/.claude-plugin/marketplace.json +1 -1
  15. package/.claude-plugin/plugin.json +1 -1
  16. package/.cursor-plugin/plugin.json +1 -1
  17. package/.github/plugin/marketplace.json +1 -1
  18. package/README.md +31 -1
  19. package/agents/azure/azure-ai-foundry-ops-governor-agent/AGENT.md +19 -11
  20. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/claude-code.agent.md +8 -10
  21. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/codex.toml +2 -2
  22. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/copilot.agent.md +8 -10
  23. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/cursor.agent.md +8 -10
  24. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/gemini.agent.md +8 -10
  25. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  26. package/agents/azure/azure-ai-foundry-ops-governor-agent/harnesses/kiro-ide.agent.md +8 -10
  27. package/agents/azure/azure-ai-foundry-ops-governor-agent/metadata.json +8 -16
  28. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/ai-foundry-ops-agent-operations.md +69 -0
  29. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/mcp-and-evidence.md +22 -0
  30. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/official-sources.md +21 -0
  31. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/safety-checklist.md +25 -0
  32. package/agents/azure/azure-ai-foundry-ops-governor-agent/references/workflow-and-output.md +23 -0
  33. package/agents/azure/azure-aks-platform-operator-agent/AGENT.md +17 -9
  34. package/agents/azure/azure-aks-platform-operator-agent/harnesses/claude-code.agent.md +6 -8
  35. package/agents/azure/azure-aks-platform-operator-agent/harnesses/codex.toml +1 -1
  36. package/agents/azure/azure-aks-platform-operator-agent/harnesses/copilot.agent.md +6 -8
  37. package/agents/azure/azure-aks-platform-operator-agent/harnesses/cursor.agent.md +6 -8
  38. package/agents/azure/azure-aks-platform-operator-agent/harnesses/gemini.agent.md +6 -8
  39. package/agents/azure/azure-aks-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  40. package/agents/azure/azure-aks-platform-operator-agent/harnesses/kiro-ide.agent.md +6 -8
  41. package/agents/azure/azure-aks-platform-operator-agent/metadata.json +7 -12
  42. package/agents/azure/azure-aks-platform-operator-agent/references/aks-platform-agent-operations.md +69 -0
  43. package/agents/azure/azure-aks-platform-operator-agent/references/mcp-and-evidence.md +22 -0
  44. package/agents/azure/azure-aks-platform-operator-agent/references/official-sources.md +22 -0
  45. package/agents/azure/azure-aks-platform-operator-agent/references/safety-checklist.md +25 -0
  46. package/agents/azure/azure-aks-platform-operator-agent/references/workflow-and-output.md +23 -0
  47. package/agents/azure/azure-app-service-production-readiness-agent/AGENT.md +17 -9
  48. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/claude-code.agent.md +6 -8
  49. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/codex.toml +1 -1
  50. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/copilot.agent.md +6 -8
  51. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/cursor.agent.md +6 -8
  52. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/gemini.agent.md +6 -8
  53. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/kiro-cli.agent.json +1 -1
  54. package/agents/azure/azure-app-service-production-readiness-agent/harnesses/kiro-ide.agent.md +6 -8
  55. package/agents/azure/azure-app-service-production-readiness-agent/metadata.json +8 -21
  56. package/agents/azure/azure-app-service-production-readiness-agent/references/app-service-production-agent-operations.md +69 -0
  57. package/agents/azure/azure-app-service-production-readiness-agent/references/mcp-and-evidence.md +22 -0
  58. package/agents/azure/azure-app-service-production-readiness-agent/references/official-sources.md +23 -0
  59. package/agents/azure/azure-app-service-production-readiness-agent/references/safety-checklist.md +25 -0
  60. package/agents/azure/azure-app-service-production-readiness-agent/references/workflow-and-output.md +23 -0
  61. package/agents/azure/azure-cosmosdb-application-developer-agent/AGENT.md +17 -9
  62. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/claude-code.agent.md +6 -8
  63. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/codex.toml +1 -1
  64. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/copilot.agent.md +6 -8
  65. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/cursor.agent.md +6 -8
  66. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/gemini.agent.md +6 -8
  67. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/kiro-cli.agent.json +1 -1
  68. package/agents/azure/azure-cosmosdb-application-developer-agent/harnesses/kiro-ide.agent.md +6 -8
  69. package/agents/azure/azure-cosmosdb-application-developer-agent/metadata.json +7 -14
  70. package/agents/azure/azure-cosmosdb-application-developer-agent/references/cosmosdb-application-agent-operations.md +69 -0
  71. package/agents/azure/azure-cosmosdb-application-developer-agent/references/mcp-and-evidence.md +22 -0
  72. package/agents/azure/azure-cosmosdb-application-developer-agent/references/official-sources.md +22 -0
  73. package/agents/azure/azure-cosmosdb-application-developer-agent/references/safety-checklist.md +25 -0
  74. package/agents/azure/azure-cosmosdb-application-developer-agent/references/workflow-and-output.md +23 -0
  75. package/agents/azure/azure-cosmosdb-performance-investigator-agent/AGENT.md +17 -9
  76. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/claude-code.agent.md +6 -8
  77. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/codex.toml +1 -1
  78. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/copilot.agent.md +6 -8
  79. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/cursor.agent.md +6 -8
  80. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/gemini.agent.md +6 -8
  81. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/kiro-cli.agent.json +1 -1
  82. package/agents/azure/azure-cosmosdb-performance-investigator-agent/harnesses/kiro-ide.agent.md +6 -8
  83. package/agents/azure/azure-cosmosdb-performance-investigator-agent/metadata.json +8 -13
  84. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/cosmosdb-performance-agent-operations.md +69 -0
  85. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/mcp-and-evidence.md +22 -0
  86. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/official-sources.md +22 -0
  87. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/safety-checklist.md +25 -0
  88. package/agents/azure/azure-cosmosdb-performance-investigator-agent/references/workflow-and-output.md +23 -0
  89. package/agents/azure/azure-cosmosdb-platform-operator-agent/AGENT.md +19 -11
  90. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/claude-code.agent.md +7 -9
  91. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/codex.toml +2 -2
  92. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/copilot.agent.md +7 -9
  93. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/cursor.agent.md +7 -9
  94. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/gemini.agent.md +7 -9
  95. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  96. package/agents/azure/azure-cosmosdb-platform-operator-agent/harnesses/kiro-ide.agent.md +7 -9
  97. package/agents/azure/azure-cosmosdb-platform-operator-agent/metadata.json +12 -14
  98. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/cosmosdb-platform-agent-operations.md +65 -0
  99. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/mcp-and-evidence.md +22 -0
  100. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/official-sources.md +31 -0
  101. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/safety-checklist.md +26 -0
  102. package/agents/azure/azure-cosmosdb-platform-operator-agent/references/workflow-and-output.md +40 -0
  103. package/agents/azure/azure-cost-estimation-review-agent/AGENT.md +19 -11
  104. package/agents/azure/azure-cost-estimation-review-agent/harnesses/claude-code.agent.md +7 -9
  105. package/agents/azure/azure-cost-estimation-review-agent/harnesses/codex.toml +2 -2
  106. package/agents/azure/azure-cost-estimation-review-agent/harnesses/copilot.agent.md +7 -9
  107. package/agents/azure/azure-cost-estimation-review-agent/harnesses/cursor.agent.md +7 -9
  108. package/agents/azure/azure-cost-estimation-review-agent/harnesses/gemini.agent.md +7 -9
  109. package/agents/azure/azure-cost-estimation-review-agent/harnesses/kiro-cli.agent.json +1 -1
  110. package/agents/azure/azure-cost-estimation-review-agent/harnesses/kiro-ide.agent.md +7 -9
  111. package/agents/azure/azure-cost-estimation-review-agent/metadata.json +10 -13
  112. package/agents/azure/azure-cost-estimation-review-agent/references/cost-estimation-agent-operations.md +63 -0
  113. package/agents/azure/azure-cost-estimation-review-agent/references/mcp-and-evidence.md +22 -0
  114. package/agents/azure/azure-cost-estimation-review-agent/references/official-sources.md +29 -0
  115. package/agents/azure/azure-cost-estimation-review-agent/references/safety-checklist.md +26 -0
  116. package/agents/azure/azure-cost-estimation-review-agent/references/workflow-and-output.md +40 -0
  117. package/agents/azure/azure-cost-optimization-governor-agent/AGENT.md +19 -11
  118. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/claude-code.agent.md +7 -9
  119. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/codex.toml +2 -2
  120. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/copilot.agent.md +7 -9
  121. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/cursor.agent.md +7 -9
  122. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/gemini.agent.md +7 -9
  123. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  124. package/agents/azure/azure-cost-optimization-governor-agent/harnesses/kiro-ide.agent.md +7 -9
  125. package/agents/azure/azure-cost-optimization-governor-agent/metadata.json +11 -15
  126. package/agents/azure/azure-cost-optimization-governor-agent/references/cost-optimization-agent-operations.md +64 -0
  127. package/agents/azure/azure-cost-optimization-governor-agent/references/mcp-and-evidence.md +22 -0
  128. package/agents/azure/azure-cost-optimization-governor-agent/references/official-sources.md +30 -0
  129. package/agents/azure/azure-cost-optimization-governor-agent/references/safety-checklist.md +26 -0
  130. package/agents/azure/azure-cost-optimization-governor-agent/references/workflow-and-output.md +40 -0
  131. package/agents/azure/azure-entra-id-specialist-agent/AGENT.md +19 -13
  132. package/agents/azure/azure-entra-id-specialist-agent/harnesses/claude-code.agent.md +7 -11
  133. package/agents/azure/azure-entra-id-specialist-agent/harnesses/codex.toml +2 -2
  134. package/agents/azure/azure-entra-id-specialist-agent/harnesses/copilot.agent.md +7 -11
  135. package/agents/azure/azure-entra-id-specialist-agent/harnesses/cursor.agent.md +7 -11
  136. package/agents/azure/azure-entra-id-specialist-agent/harnesses/gemini.agent.md +7 -11
  137. package/agents/azure/azure-entra-id-specialist-agent/harnesses/kiro-cli.agent.json +1 -1
  138. package/agents/azure/azure-entra-id-specialist-agent/harnesses/kiro-ide.agent.md +7 -11
  139. package/agents/azure/azure-entra-id-specialist-agent/metadata.json +12 -14
  140. package/agents/azure/azure-entra-id-specialist-agent/references/entra-id-specialist-agent-operations.md +65 -0
  141. package/agents/azure/azure-entra-id-specialist-agent/references/mcp-and-evidence.md +22 -0
  142. package/agents/azure/azure-entra-id-specialist-agent/references/official-sources.md +31 -0
  143. package/agents/azure/azure-entra-id-specialist-agent/references/safety-checklist.md +26 -0
  144. package/agents/azure/azure-entra-id-specialist-agent/references/workflow-and-output.md +40 -0
  145. package/agents/azure/azure-governance-policy-guardrails-agent/AGENT.md +19 -11
  146. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/claude-code.agent.md +7 -9
  147. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/codex.toml +2 -2
  148. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/copilot.agent.md +7 -9
  149. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/cursor.agent.md +7 -9
  150. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/gemini.agent.md +7 -9
  151. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/kiro-cli.agent.json +1 -1
  152. package/agents/azure/azure-governance-policy-guardrails-agent/harnesses/kiro-ide.agent.md +7 -9
  153. package/agents/azure/azure-governance-policy-guardrails-agent/metadata.json +11 -16
  154. package/agents/azure/azure-governance-policy-guardrails-agent/references/mcp-and-evidence.md +22 -0
  155. package/agents/azure/azure-governance-policy-guardrails-agent/references/official-sources.md +30 -0
  156. package/agents/azure/azure-governance-policy-guardrails-agent/references/policy-guardrails-agent-operations.md +66 -0
  157. package/agents/azure/azure-governance-policy-guardrails-agent/references/safety-checklist.md +26 -0
  158. package/agents/azure/azure-governance-policy-guardrails-agent/references/workflow-and-output.md +40 -0
  159. package/agents/azure/azure-identity-governance-review-agent/AGENT.md +19 -11
  160. package/agents/azure/azure-identity-governance-review-agent/harnesses/claude-code.agent.md +35 -11
  161. package/agents/azure/azure-identity-governance-review-agent/harnesses/codex.toml +2 -2
  162. package/agents/azure/azure-identity-governance-review-agent/harnesses/copilot.agent.md +35 -24
  163. package/agents/azure/azure-identity-governance-review-agent/harnesses/cursor.agent.md +35 -13
  164. package/agents/azure/azure-identity-governance-review-agent/harnesses/gemini.agent.md +35 -12
  165. package/agents/azure/azure-identity-governance-review-agent/harnesses/kiro-cli.agent.json +2 -2
  166. package/agents/azure/azure-identity-governance-review-agent/harnesses/kiro-ide.agent.md +35 -11
  167. package/agents/azure/azure-identity-governance-review-agent/metadata.json +10 -17
  168. package/agents/azure/azure-identity-governance-review-agent/references/identity-governance-agent-operations.md +68 -0
  169. package/agents/azure/azure-identity-governance-review-agent/references/mcp-and-evidence.md +22 -0
  170. package/agents/azure/azure-identity-governance-review-agent/references/official-sources.md +21 -0
  171. package/agents/azure/azure-identity-governance-review-agent/references/safety-checklist.md +25 -0
  172. package/agents/azure/azure-identity-governance-review-agent/references/workflow-and-output.md +23 -0
  173. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/AGENT.md +18 -10
  174. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/claude-code.agent.md +34 -10
  175. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/codex.toml +1 -1
  176. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/copilot.agent.md +35 -24
  177. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/cursor.agent.md +34 -12
  178. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/gemini.agent.md +34 -11
  179. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/kiro-cli.agent.json +1 -1
  180. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/harnesses/kiro-ide.agent.md +34 -10
  181. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/metadata.json +11 -14
  182. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/key-vault-secret-lifecycle-agent-operations.md +68 -0
  183. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/mcp-and-evidence.md +22 -0
  184. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/official-sources.md +23 -0
  185. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/safety-checklist.md +25 -0
  186. package/agents/azure/azure-key-vault-secret-lifecycle-auditor-agent/references/workflow-and-output.md +23 -0
  187. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/AGENT.md +23 -12
  188. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/claude-code.agent.md +39 -12
  189. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/codex.toml +3 -16
  190. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/copilot.agent.md +39 -12
  191. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/cursor.agent.md +39 -12
  192. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/gemini.agent.md +39 -12
  193. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/kiro-cli.agent.json +2 -2
  194. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/harnesses/kiro-ide.agent.md +39 -12
  195. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/metadata.json +12 -9
  196. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/keyvault-certificate-issuer-agent-operations.md +68 -0
  197. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/mcp-and-evidence.md +22 -0
  198. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/official-sources.md +22 -0
  199. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/safety-checklist.md +25 -0
  200. package/agents/azure/azure-keyvault-certificate-issuer-review-agent/references/workflow-and-output.md +23 -0
  201. package/agents/azure/azure-landing-zone-architect-agent/AGENT.md +19 -11
  202. package/agents/azure/azure-landing-zone-architect-agent/harnesses/claude-code.agent.md +35 -11
  203. package/agents/azure/azure-landing-zone-architect-agent/harnesses/codex.toml +2 -2
  204. package/agents/azure/azure-landing-zone-architect-agent/harnesses/copilot.agent.md +35 -24
  205. package/agents/azure/azure-landing-zone-architect-agent/harnesses/cursor.agent.md +35 -13
  206. package/agents/azure/azure-landing-zone-architect-agent/harnesses/gemini.agent.md +35 -12
  207. package/agents/azure/azure-landing-zone-architect-agent/harnesses/kiro-cli.agent.json +2 -2
  208. package/agents/azure/azure-landing-zone-architect-agent/harnesses/kiro-ide.agent.md +35 -11
  209. package/agents/azure/azure-landing-zone-architect-agent/metadata.json +8 -10
  210. package/agents/azure/azure-landing-zone-architect-agent/references/landing-zone-agent-operations.md +68 -0
  211. package/agents/azure/azure-landing-zone-architect-agent/references/mcp-and-evidence.md +22 -0
  212. package/agents/azure/azure-landing-zone-architect-agent/references/official-sources.md +23 -0
  213. package/agents/azure/azure-landing-zone-architect-agent/references/safety-checklist.md +25 -0
  214. package/agents/azure/azure-landing-zone-architect-agent/references/workflow-and-output.md +23 -0
  215. package/agents/azure/azure-live-aks-rollout-guard-agent/AGENT.md +24 -17
  216. package/agents/azure/azure-live-aks-rollout-guard-agent/PERMISSIONS.md +15 -50
  217. package/agents/azure/azure-live-aks-rollout-guard-agent/PREFLIGHT.md +16 -43
  218. package/agents/azure/azure-live-aks-rollout-guard-agent/ROLLBACK.md +13 -31
  219. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/claude-code.agent.md +39 -16
  220. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/codex.toml +4 -22
  221. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/copilot.agent.md +39 -29
  222. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/cursor.agent.md +39 -16
  223. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/gemini.agent.md +39 -16
  224. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  225. package/agents/azure/azure-live-aks-rollout-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  226. package/agents/azure/azure-live-aks-rollout-guard-agent/metadata.json +9 -6
  227. package/agents/azure/azure-live-aks-rollout-guard-agent/references/live-aks-rollout-agent-operations.md +68 -0
  228. package/agents/azure/azure-live-aks-rollout-guard-agent/references/mcp-and-evidence.md +22 -0
  229. package/agents/azure/azure-live-aks-rollout-guard-agent/references/official-sources.md +22 -0
  230. package/agents/azure/azure-live-aks-rollout-guard-agent/references/safety-checklist.md +25 -0
  231. package/agents/azure/azure-live-aks-rollout-guard-agent/references/workflow-and-output.md +23 -0
  232. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/AGENT.md +24 -17
  233. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PERMISSIONS.md +7 -41
  234. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/PREFLIGHT.md +7 -48
  235. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/ROLLBACK.md +6 -44
  236. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/claude-code.agent.md +39 -16
  237. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/codex.toml +4 -22
  238. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/copilot.agent.md +39 -16
  239. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/cursor.agent.md +39 -16
  240. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/gemini.agent.md +39 -16
  241. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  242. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  243. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/metadata.json +8 -7
  244. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/app-service-slot-swap-agent-operations.md +68 -0
  245. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/mcp-and-evidence.md +22 -0
  246. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/official-sources.md +19 -0
  247. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/safety-checklist.md +25 -0
  248. package/agents/azure/azure-live-app-service-slot-swap-guard-agent/references/workflow-and-output.md +23 -0
  249. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/AGENT.md +24 -17
  250. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PERMISSIONS.md +7 -86
  251. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/PREFLIGHT.md +7 -46
  252. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/ROLLBACK.md +6 -46
  253. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/claude-code.agent.md +39 -16
  254. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/codex.toml +4 -22
  255. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/copilot.agent.md +39 -16
  256. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/cursor.agent.md +39 -16
  257. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/gemini.agent.md +39 -16
  258. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  259. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  260. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/metadata.json +8 -8
  261. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/arm-deployment-stack-agent-operations.md +68 -0
  262. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/mcp-and-evidence.md +22 -0
  263. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/official-sources.md +19 -0
  264. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/safety-checklist.md +25 -0
  265. package/agents/azure/azure-live-arm-deployment-stack-guard-agent/references/workflow-and-output.md +23 -0
  266. package/agents/azure/azure-live-cost-budget-action-guard-agent/AGENT.md +24 -17
  267. package/agents/azure/azure-live-cost-budget-action-guard-agent/PERMISSIONS.md +7 -91
  268. package/agents/azure/azure-live-cost-budget-action-guard-agent/PREFLIGHT.md +7 -42
  269. package/agents/azure/azure-live-cost-budget-action-guard-agent/ROLLBACK.md +6 -47
  270. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/claude-code.agent.md +39 -16
  271. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/codex.toml +4 -22
  272. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/copilot.agent.md +39 -16
  273. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/cursor.agent.md +39 -16
  274. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/gemini.agent.md +39 -16
  275. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  276. package/agents/azure/azure-live-cost-budget-action-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  277. package/agents/azure/azure-live-cost-budget-action-guard-agent/metadata.json +9 -8
  278. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/cost-budget-action-agent-operations.md +69 -0
  279. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/mcp-and-evidence.md +22 -0
  280. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/official-sources.md +20 -0
  281. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/safety-checklist.md +25 -0
  282. package/agents/azure/azure-live-cost-budget-action-guard-agent/references/workflow-and-output.md +23 -0
  283. package/agents/azure/azure-live-entra-role-assignment-guard-agent/AGENT.md +24 -19
  284. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/claude-code.agent.md +40 -19
  285. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/codex.toml +4 -24
  286. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/copilot.agent.md +40 -19
  287. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/cursor.agent.md +40 -21
  288. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/gemini.agent.md +40 -20
  289. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/kiro-cli.agent.json +2 -2
  290. package/agents/azure/azure-live-entra-role-assignment-guard-agent/harnesses/kiro-ide.agent.md +40 -19
  291. package/agents/azure/azure-live-entra-role-assignment-guard-agent/metadata.json +9 -9
  292. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/entra-role-assignment-agent-operations.md +68 -0
  293. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/mcp-and-evidence.md +22 -0
  294. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/official-sources.md +20 -0
  295. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/safety-checklist.md +25 -0
  296. package/agents/azure/azure-live-entra-role-assignment-guard-agent/references/workflow-and-output.md +23 -0
  297. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/AGENT.md +24 -17
  298. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PERMISSIONS.md +7 -66
  299. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/PREFLIGHT.md +7 -44
  300. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/ROLLBACK.md +6 -42
  301. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/claude-code.agent.md +39 -16
  302. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/codex.toml +4 -22
  303. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/copilot.agent.md +39 -16
  304. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/cursor.agent.md +39 -16
  305. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/gemini.agent.md +39 -16
  306. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  307. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/harnesses/kiro-ide.agent.md +39 -16
  308. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/metadata.json +9 -8
  309. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/keyvault-rotation-purge-agent-operations.md +68 -0
  310. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/mcp-and-evidence.md +22 -0
  311. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/official-sources.md +20 -0
  312. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/safety-checklist.md +25 -0
  313. package/agents/azure/azure-live-keyvault-rotation-purge-guard-agent/references/workflow-and-output.md +23 -0
  314. package/agents/azure/azure-live-pim-jit-activation-guard-agent/AGENT.md +25 -17
  315. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PERMISSIONS.md +2 -58
  316. package/agents/azure/azure-live-pim-jit-activation-guard-agent/PREFLIGHT.md +6 -40
  317. package/agents/azure/azure-live-pim-jit-activation-guard-agent/ROLLBACK.md +2 -47
  318. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/claude-code.agent.md +42 -17
  319. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/codex.toml +4 -22
  320. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/copilot.agent.md +42 -30
  321. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/cursor.agent.md +42 -17
  322. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/gemini.agent.md +42 -17
  323. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-cli.agent.json +5 -1
  324. package/agents/azure/azure-live-pim-jit-activation-guard-agent/harnesses/kiro-ide.agent.md +42 -17
  325. package/agents/azure/azure-live-pim-jit-activation-guard-agent/metadata.json +7 -7
  326. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/mcp-and-evidence.md +22 -0
  327. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/official-sources.md +18 -0
  328. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/pim-jit-activation-agent-operations.md +48 -0
  329. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/safety-checklist.md +25 -0
  330. package/agents/azure/azure-live-pim-jit-activation-guard-agent/references/workflow-and-output.md +20 -0
  331. package/agents/azure/azure-maestro-agent/AGENT.md +27 -18
  332. package/agents/azure/azure-maestro-agent/harnesses/claude-code.agent.md +45 -19
  333. package/agents/azure/azure-maestro-agent/harnesses/codex.toml +2 -2
  334. package/agents/azure/azure-maestro-agent/harnesses/copilot.agent.md +45 -32
  335. package/agents/azure/azure-maestro-agent/harnesses/cursor.agent.md +45 -21
  336. package/agents/azure/azure-maestro-agent/harnesses/gemini.agent.md +45 -20
  337. package/agents/azure/azure-maestro-agent/harnesses/kiro-cli.agent.json +2 -2
  338. package/agents/azure/azure-maestro-agent/harnesses/kiro-ide.agent.md +45 -19
  339. package/agents/azure/azure-maestro-agent/metadata.json +5 -7
  340. package/agents/azure/azure-maestro-agent/references/azure-maestro-routing-operations.md +47 -0
  341. package/agents/azure/azure-maestro-agent/references/mcp-and-evidence.md +22 -0
  342. package/agents/azure/azure-maestro-agent/references/official-sources.md +18 -0
  343. package/agents/azure/azure-maestro-agent/references/safety-checklist.md +25 -0
  344. package/agents/azure/azure-maestro-agent/references/workflow-and-output.md +20 -0
  345. package/agents/azure/azure-migrate-landing-zone-cutover-agent/AGENT.md +20 -11
  346. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/claude-code.agent.md +38 -12
  347. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/codex.toml +2 -2
  348. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/copilot.agent.md +38 -25
  349. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/cursor.agent.md +38 -14
  350. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/gemini.agent.md +38 -13
  351. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/kiro-cli.agent.json +2 -2
  352. package/agents/azure/azure-migrate-landing-zone-cutover-agent/harnesses/kiro-ide.agent.md +38 -12
  353. package/agents/azure/azure-migrate-landing-zone-cutover-agent/metadata.json +8 -13
  354. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/mcp-and-evidence.md +22 -0
  355. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/migrate-landing-zone-cutover-agent-operations.md +48 -0
  356. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/official-sources.md +18 -0
  357. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/safety-checklist.md +25 -0
  358. package/agents/azure/azure-migrate-landing-zone-cutover-agent/references/workflow-and-output.md +20 -0
  359. package/agents/azure/azure-network-topology-review-agent/AGENT.md +20 -11
  360. package/agents/azure/azure-network-topology-review-agent/harnesses/claude-code.agent.md +38 -12
  361. package/agents/azure/azure-network-topology-review-agent/harnesses/codex.toml +2 -2
  362. package/agents/azure/azure-network-topology-review-agent/harnesses/copilot.agent.md +38 -25
  363. package/agents/azure/azure-network-topology-review-agent/harnesses/cursor.agent.md +38 -14
  364. package/agents/azure/azure-network-topology-review-agent/harnesses/gemini.agent.md +38 -13
  365. package/agents/azure/azure-network-topology-review-agent/harnesses/kiro-cli.agent.json +2 -2
  366. package/agents/azure/azure-network-topology-review-agent/harnesses/kiro-ide.agent.md +38 -12
  367. package/agents/azure/azure-network-topology-review-agent/metadata.json +6 -8
  368. package/agents/azure/azure-network-topology-review-agent/references/mcp-and-evidence.md +22 -0
  369. package/agents/azure/azure-network-topology-review-agent/references/network-topology-agent-operations.md +49 -0
  370. package/agents/azure/azure-network-topology-review-agent/references/official-sources.md +18 -0
  371. package/agents/azure/azure-network-topology-review-agent/references/safety-checklist.md +25 -0
  372. package/agents/azure/azure-network-topology-review-agent/references/workflow-and-output.md +20 -0
  373. package/agents/azure/azure-observability-investigator-agent/AGENT.md +20 -11
  374. package/agents/azure/azure-observability-investigator-agent/harnesses/claude-code.agent.md +38 -12
  375. package/agents/azure/azure-observability-investigator-agent/harnesses/codex.toml +2 -2
  376. package/agents/azure/azure-observability-investigator-agent/harnesses/copilot.agent.md +38 -25
  377. package/agents/azure/azure-observability-investigator-agent/harnesses/cursor.agent.md +38 -14
  378. package/agents/azure/azure-observability-investigator-agent/harnesses/gemini.agent.md +38 -13
  379. package/agents/azure/azure-observability-investigator-agent/harnesses/kiro-cli.agent.json +2 -2
  380. package/agents/azure/azure-observability-investigator-agent/harnesses/kiro-ide.agent.md +38 -12
  381. package/agents/azure/azure-observability-investigator-agent/metadata.json +6 -19
  382. package/agents/azure/azure-observability-investigator-agent/references/mcp-and-evidence.md +22 -0
  383. package/agents/azure/azure-observability-investigator-agent/references/observability-investigator-agent-operations.md +48 -0
  384. package/agents/azure/azure-observability-investigator-agent/references/official-sources.md +18 -0
  385. package/agents/azure/azure-observability-investigator-agent/references/safety-checklist.md +25 -0
  386. package/agents/azure/azure-observability-investigator-agent/references/workflow-and-output.md +20 -0
  387. package/agents/azure/azure-platform-automation-devops-agent/AGENT.md +20 -11
  388. package/agents/azure/azure-platform-automation-devops-agent/harnesses/claude-code.agent.md +38 -12
  389. package/agents/azure/azure-platform-automation-devops-agent/harnesses/codex.toml +2 -2
  390. package/agents/azure/azure-platform-automation-devops-agent/harnesses/copilot.agent.md +38 -25
  391. package/agents/azure/azure-platform-automation-devops-agent/harnesses/cursor.agent.md +38 -14
  392. package/agents/azure/azure-platform-automation-devops-agent/harnesses/gemini.agent.md +38 -13
  393. package/agents/azure/azure-platform-automation-devops-agent/harnesses/kiro-cli.agent.json +2 -2
  394. package/agents/azure/azure-platform-automation-devops-agent/harnesses/kiro-ide.agent.md +38 -12
  395. package/agents/azure/azure-platform-automation-devops-agent/metadata.json +7 -15
  396. package/agents/azure/azure-platform-automation-devops-agent/references/mcp-and-evidence.md +22 -0
  397. package/agents/azure/azure-platform-automation-devops-agent/references/official-sources.md +18 -0
  398. package/agents/azure/azure-platform-automation-devops-agent/references/platform-automation-devops-agent-operations.md +47 -0
  399. package/agents/azure/azure-platform-automation-devops-agent/references/safety-checklist.md +25 -0
  400. package/agents/azure/azure-platform-automation-devops-agent/references/workflow-and-output.md +20 -0
  401. package/agents/azure/azure-private-endpoint-adoption-planner-agent/AGENT.md +20 -11
  402. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/claude-code.agent.md +38 -12
  403. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/codex.toml +2 -2
  404. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/copilot.agent.md +38 -25
  405. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/cursor.agent.md +38 -14
  406. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/gemini.agent.md +38 -13
  407. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/kiro-cli.agent.json +2 -2
  408. package/agents/azure/azure-private-endpoint-adoption-planner-agent/harnesses/kiro-ide.agent.md +38 -12
  409. package/agents/azure/azure-private-endpoint-adoption-planner-agent/metadata.json +6 -11
  410. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/mcp-and-evidence.md +22 -0
  411. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/official-sources.md +18 -0
  412. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/private-endpoint-adoption-agent-operations.md +47 -0
  413. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/safety-checklist.md +25 -0
  414. package/agents/azure/azure-private-endpoint-adoption-planner-agent/references/workflow-and-output.md +20 -0
  415. package/agents/azure/azure-rbac-review-agent/AGENT.md +20 -11
  416. package/agents/azure/azure-rbac-review-agent/harnesses/claude-code.agent.md +38 -12
  417. package/agents/azure/azure-rbac-review-agent/harnesses/codex.toml +2 -2
  418. package/agents/azure/azure-rbac-review-agent/harnesses/copilot.agent.md +38 -25
  419. package/agents/azure/azure-rbac-review-agent/harnesses/cursor.agent.md +38 -14
  420. package/agents/azure/azure-rbac-review-agent/harnesses/gemini.agent.md +38 -13
  421. package/agents/azure/azure-rbac-review-agent/harnesses/kiro-cli.agent.json +2 -2
  422. package/agents/azure/azure-rbac-review-agent/harnesses/kiro-ide.agent.md +38 -12
  423. package/agents/azure/azure-rbac-review-agent/metadata.json +6 -7
  424. package/agents/azure/azure-rbac-review-agent/references/mcp-and-evidence.md +22 -0
  425. package/agents/azure/azure-rbac-review-agent/references/official-sources.md +18 -0
  426. package/agents/azure/azure-rbac-review-agent/references/rbac-review-agent-operations.md +47 -0
  427. package/agents/azure/azure-rbac-review-agent/references/safety-checklist.md +25 -0
  428. package/agents/azure/azure-rbac-review-agent/references/workflow-and-output.md +20 -0
  429. package/agents/azure/azure-resilience-bcdr-review-agent/AGENT.md +20 -11
  430. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/claude-code.agent.md +38 -12
  431. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/codex.toml +2 -2
  432. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/copilot.agent.md +38 -25
  433. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/cursor.agent.md +38 -14
  434. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/gemini.agent.md +38 -13
  435. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/kiro-cli.agent.json +2 -2
  436. package/agents/azure/azure-resilience-bcdr-review-agent/harnesses/kiro-ide.agent.md +38 -12
  437. package/agents/azure/azure-resilience-bcdr-review-agent/metadata.json +7 -13
  438. package/agents/azure/azure-resilience-bcdr-review-agent/references/mcp-and-evidence.md +22 -0
  439. package/agents/azure/azure-resilience-bcdr-review-agent/references/official-sources.md +18 -0
  440. package/agents/azure/azure-resilience-bcdr-review-agent/references/resilience-bcdr-agent-operations.md +47 -0
  441. package/agents/azure/azure-resilience-bcdr-review-agent/references/safety-checklist.md +25 -0
  442. package/agents/azure/azure-resilience-bcdr-review-agent/references/workflow-and-output.md +20 -0
  443. package/agents/azure/azure-resource-health-incident-triage-agent/AGENT.md +20 -11
  444. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/claude-code.agent.md +38 -12
  445. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/codex.toml +2 -2
  446. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/copilot.agent.md +38 -25
  447. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/cursor.agent.md +38 -14
  448. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/gemini.agent.md +38 -13
  449. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/kiro-cli.agent.json +2 -2
  450. package/agents/azure/azure-resource-health-incident-triage-agent/harnesses/kiro-ide.agent.md +38 -12
  451. package/agents/azure/azure-resource-health-incident-triage-agent/metadata.json +7 -14
  452. package/agents/azure/azure-resource-health-incident-triage-agent/references/mcp-and-evidence.md +22 -0
  453. package/agents/azure/azure-resource-health-incident-triage-agent/references/official-sources.md +18 -0
  454. package/agents/azure/azure-resource-health-incident-triage-agent/references/resource-health-incident-triage-agent-operations.md +47 -0
  455. package/agents/azure/azure-resource-health-incident-triage-agent/references/safety-checklist.md +25 -0
  456. package/agents/azure/azure-resource-health-incident-triage-agent/references/workflow-and-output.md +20 -0
  457. package/agents/azure/azure-role-selector-agent/AGENT.md +20 -11
  458. package/agents/azure/azure-role-selector-agent/harnesses/claude-code.agent.md +38 -12
  459. package/agents/azure/azure-role-selector-agent/harnesses/codex.toml +2 -2
  460. package/agents/azure/azure-role-selector-agent/harnesses/copilot.agent.md +38 -25
  461. package/agents/azure/azure-role-selector-agent/harnesses/cursor.agent.md +38 -14
  462. package/agents/azure/azure-role-selector-agent/harnesses/gemini.agent.md +38 -13
  463. package/agents/azure/azure-role-selector-agent/harnesses/kiro-cli.agent.json +2 -2
  464. package/agents/azure/azure-role-selector-agent/harnesses/kiro-ide.agent.md +38 -12
  465. package/agents/azure/azure-role-selector-agent/metadata.json +10 -10
  466. package/agents/azure/azure-role-selector-agent/references/mcp-and-evidence.md +22 -0
  467. package/agents/azure/azure-role-selector-agent/references/official-sources.md +20 -0
  468. package/agents/azure/azure-role-selector-agent/references/role-selector-agent-operations.md +47 -0
  469. package/agents/azure/azure-role-selector-agent/references/safety-checklist.md +25 -0
  470. package/agents/azure/azure-role-selector-agent/references/workflow-and-output.md +20 -0
  471. package/agents/azure/azure-security-posture-hardening-agent/AGENT.md +20 -11
  472. package/agents/azure/azure-security-posture-hardening-agent/harnesses/claude-code.agent.md +38 -12
  473. package/agents/azure/azure-security-posture-hardening-agent/harnesses/codex.toml +2 -2
  474. package/agents/azure/azure-security-posture-hardening-agent/harnesses/copilot.agent.md +38 -25
  475. package/agents/azure/azure-security-posture-hardening-agent/harnesses/cursor.agent.md +38 -14
  476. package/agents/azure/azure-security-posture-hardening-agent/harnesses/gemini.agent.md +38 -13
  477. package/agents/azure/azure-security-posture-hardening-agent/harnesses/kiro-cli.agent.json +2 -2
  478. package/agents/azure/azure-security-posture-hardening-agent/harnesses/kiro-ide.agent.md +38 -12
  479. package/agents/azure/azure-security-posture-hardening-agent/metadata.json +11 -17
  480. package/agents/azure/azure-security-posture-hardening-agent/references/mcp-and-evidence.md +22 -0
  481. package/agents/azure/azure-security-posture-hardening-agent/references/official-sources.md +20 -0
  482. package/agents/azure/azure-security-posture-hardening-agent/references/safety-checklist.md +25 -0
  483. package/agents/azure/azure-security-posture-hardening-agent/references/security-posture-hardening-agent-operations.md +47 -0
  484. package/agents/azure/azure-security-posture-hardening-agent/references/workflow-and-output.md +20 -0
  485. package/agents/azure/azure-subscription-resource-organization-agent/AGENT.md +20 -11
  486. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/claude-code.agent.md +38 -12
  487. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/codex.toml +2 -2
  488. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/copilot.agent.md +38 -25
  489. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/cursor.agent.md +38 -14
  490. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/gemini.agent.md +38 -13
  491. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/kiro-cli.agent.json +2 -2
  492. package/agents/azure/azure-subscription-resource-organization-agent/harnesses/kiro-ide.agent.md +38 -12
  493. package/agents/azure/azure-subscription-resource-organization-agent/metadata.json +9 -12
  494. package/agents/azure/azure-subscription-resource-organization-agent/references/mcp-and-evidence.md +22 -0
  495. package/agents/azure/azure-subscription-resource-organization-agent/references/official-sources.md +20 -0
  496. package/agents/azure/azure-subscription-resource-organization-agent/references/safety-checklist.md +25 -0
  497. package/agents/azure/azure-subscription-resource-organization-agent/references/subscription-resource-organization-agent-operations.md +47 -0
  498. package/agents/azure/azure-subscription-resource-organization-agent/references/workflow-and-output.md +20 -0
  499. package/agents/azure/azure-waf-cost-optimization-review-agent/AGENT.md +27 -22
  500. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/claude-code.agent.md +43 -22
  501. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/codex.toml +2 -3
  502. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/copilot.agent.md +43 -35
  503. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/cursor.agent.md +43 -22
  504. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/gemini.agent.md +43 -22
  505. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/kiro-cli.agent.json +2 -2
  506. package/agents/azure/azure-waf-cost-optimization-review-agent/harnesses/kiro-ide.agent.md +43 -22
  507. package/agents/azure/azure-waf-cost-optimization-review-agent/metadata.json +19 -8
  508. package/agents/azure/azure-waf-cost-optimization-review-agent/references/mcp-and-evidence.md +22 -0
  509. package/agents/azure/azure-waf-cost-optimization-review-agent/references/official-sources.md +20 -0
  510. package/agents/azure/azure-waf-cost-optimization-review-agent/references/safety-checklist.md +25 -0
  511. package/agents/azure/azure-waf-cost-optimization-review-agent/references/waf-cost-optimization-agent-operations.md +47 -0
  512. package/agents/azure/azure-waf-cost-optimization-review-agent/references/workflow-and-output.md +20 -0
  513. package/agents/azure/azure-waf-reliability-review-agent/AGENT.md +27 -24
  514. package/agents/azure/azure-waf-reliability-review-agent/harnesses/claude-code.agent.md +43 -23
  515. package/agents/azure/azure-waf-reliability-review-agent/harnesses/codex.toml +2 -3
  516. package/agents/azure/azure-waf-reliability-review-agent/harnesses/copilot.agent.md +43 -36
  517. package/agents/azure/azure-waf-reliability-review-agent/harnesses/cursor.agent.md +43 -23
  518. package/agents/azure/azure-waf-reliability-review-agent/harnesses/gemini.agent.md +43 -23
  519. package/agents/azure/azure-waf-reliability-review-agent/harnesses/kiro-cli.agent.json +2 -2
  520. package/agents/azure/azure-waf-reliability-review-agent/harnesses/kiro-ide.agent.md +43 -23
  521. package/agents/azure/azure-waf-reliability-review-agent/metadata.json +19 -8
  522. package/agents/azure/azure-waf-reliability-review-agent/references/mcp-and-evidence.md +22 -0
  523. package/agents/azure/azure-waf-reliability-review-agent/references/official-sources.md +20 -0
  524. package/agents/azure/azure-waf-reliability-review-agent/references/safety-checklist.md +25 -0
  525. package/agents/azure/azure-waf-reliability-review-agent/references/waf-reliability-agent-operations.md +47 -0
  526. package/agents/azure/azure-waf-reliability-review-agent/references/workflow-and-output.md +20 -0
  527. package/agents/azure/azure-waf-security-review-agent/AGENT.md +27 -22
  528. package/agents/azure/azure-waf-security-review-agent/harnesses/claude-code.agent.md +43 -23
  529. package/agents/azure/azure-waf-security-review-agent/harnesses/codex.toml +2 -3
  530. package/agents/azure/azure-waf-security-review-agent/harnesses/copilot.agent.md +43 -23
  531. package/agents/azure/azure-waf-security-review-agent/harnesses/cursor.agent.md +43 -23
  532. package/agents/azure/azure-waf-security-review-agent/harnesses/gemini.agent.md +43 -23
  533. package/agents/azure/azure-waf-security-review-agent/harnesses/kiro-cli.agent.json +2 -2
  534. package/agents/azure/azure-waf-security-review-agent/harnesses/kiro-ide.agent.md +43 -23
  535. package/agents/azure/azure-waf-security-review-agent/metadata.json +21 -8
  536. package/agents/azure/azure-waf-security-review-agent/references/mcp-and-evidence.md +22 -0
  537. package/agents/azure/azure-waf-security-review-agent/references/official-sources.md +22 -0
  538. package/agents/azure/azure-waf-security-review-agent/references/safety-checklist.md +25 -0
  539. package/agents/azure/azure-waf-security-review-agent/references/waf-security-agent-operations.md +53 -0
  540. package/agents/azure/azure-waf-security-review-agent/references/workflow-and-output.md +20 -0
  541. package/agents/oci/oci-autonomous-database-architect-agent/AGENT.md +5 -5
  542. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/claude-code.agent.md +4 -4
  543. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/codex.toml +1 -1
  544. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/copilot.agent.md +4 -4
  545. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/cursor.agent.md +4 -4
  546. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/gemini.agent.md +4 -4
  547. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  548. package/agents/oci/oci-autonomous-database-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  549. package/agents/oci/oci-autonomous-database-architect-agent/metadata.json +1 -1
  550. package/agents/oci/oci-certificates-issuer-review-agent/AGENT.md +3 -3
  551. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/claude-code.agent.md +1 -1
  552. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/codex.toml +1 -1
  553. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/copilot.agent.md +1 -1
  554. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/cursor.agent.md +1 -1
  555. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/gemini.agent.md +1 -1
  556. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/kiro-cli.agent.json +1 -1
  557. package/agents/oci/oci-certificates-issuer-review-agent/harnesses/kiro-ide.agent.md +1 -1
  558. package/agents/oci/oci-certificates-issuer-review-agent/metadata.json +7 -7
  559. package/agents/oci/oci-cloud-guard-responder-agent/AGENT.md +6 -6
  560. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/claude-code.agent.md +4 -4
  561. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/codex.toml +2 -2
  562. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/copilot.agent.md +4 -4
  563. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/cursor.agent.md +4 -4
  564. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/gemini.agent.md +4 -4
  565. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/kiro-cli.agent.json +1 -1
  566. package/agents/oci/oci-cloud-guard-responder-agent/harnesses/kiro-ide.agent.md +4 -4
  567. package/agents/oci/oci-cloud-guard-responder-agent/metadata.json +6 -4
  568. package/agents/oci/oci-compute-instance-agent-operator-agent/AGENT.md +5 -5
  569. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/claude-code.agent.md +4 -4
  570. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/codex.toml +1 -1
  571. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/copilot.agent.md +4 -4
  572. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/cursor.agent.md +4 -4
  573. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/gemini.agent.md +4 -4
  574. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  575. package/agents/oci/oci-compute-instance-agent-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  576. package/agents/oci/oci-compute-instance-agent-operator-agent/metadata.json +1 -1
  577. package/agents/oci/oci-compute-platform-operator-agent/AGENT.md +5 -5
  578. package/agents/oci/oci-compute-platform-operator-agent/harnesses/claude-code.agent.md +4 -4
  579. package/agents/oci/oci-compute-platform-operator-agent/harnesses/codex.toml +1 -1
  580. package/agents/oci/oci-compute-platform-operator-agent/harnesses/copilot.agent.md +4 -4
  581. package/agents/oci/oci-compute-platform-operator-agent/harnesses/cursor.agent.md +4 -4
  582. package/agents/oci/oci-compute-platform-operator-agent/harnesses/gemini.agent.md +4 -4
  583. package/agents/oci/oci-compute-platform-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  584. package/agents/oci/oci-compute-platform-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  585. package/agents/oci/oci-compute-platform-operator-agent/metadata.json +1 -1
  586. package/agents/oci/oci-cost-finops-analyst-agent/AGENT.md +5 -5
  587. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/claude-code.agent.md +4 -4
  588. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/codex.toml +1 -1
  589. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/copilot.agent.md +4 -4
  590. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/cursor.agent.md +4 -4
  591. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/gemini.agent.md +4 -4
  592. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  593. package/agents/oci/oci-cost-finops-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  594. package/agents/oci/oci-cost-finops-analyst-agent/metadata.json +1 -1
  595. package/agents/oci/oci-database-platform-dba-agent/AGENT.md +5 -5
  596. package/agents/oci/oci-database-platform-dba-agent/harnesses/claude-code.agent.md +4 -4
  597. package/agents/oci/oci-database-platform-dba-agent/harnesses/codex.toml +1 -1
  598. package/agents/oci/oci-database-platform-dba-agent/harnesses/copilot.agent.md +4 -4
  599. package/agents/oci/oci-database-platform-dba-agent/harnesses/cursor.agent.md +4 -4
  600. package/agents/oci/oci-database-platform-dba-agent/harnesses/gemini.agent.md +4 -4
  601. package/agents/oci/oci-database-platform-dba-agent/harnesses/kiro-cli.agent.json +1 -1
  602. package/agents/oci/oci-database-platform-dba-agent/harnesses/kiro-ide.agent.md +4 -4
  603. package/agents/oci/oci-database-platform-dba-agent/metadata.json +1 -1
  604. package/agents/oci/oci-dbtools-sql-analyst-agent/AGENT.md +5 -5
  605. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/claude-code.agent.md +4 -4
  606. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/codex.toml +1 -1
  607. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/copilot.agent.md +4 -4
  608. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/cursor.agent.md +4 -4
  609. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/gemini.agent.md +4 -4
  610. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  611. package/agents/oci/oci-dbtools-sql-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  612. package/agents/oci/oci-dbtools-sql-analyst-agent/metadata.json +1 -1
  613. package/agents/oci/oci-devops-container-platform-engineer-agent/AGENT.md +5 -5
  614. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/claude-code.agent.md +4 -4
  615. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/codex.toml +1 -1
  616. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/copilot.agent.md +4 -4
  617. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/cursor.agent.md +4 -4
  618. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/gemini.agent.md +4 -4
  619. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  620. package/agents/oci/oci-devops-container-platform-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  621. package/agents/oci/oci-devops-container-platform-engineer-agent/metadata.json +1 -1
  622. package/agents/oci/oci-exadata-platform-architect-agent/AGENT.md +5 -5
  623. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/claude-code.agent.md +4 -4
  624. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/codex.toml +1 -1
  625. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/copilot.agent.md +4 -4
  626. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/cursor.agent.md +4 -4
  627. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/gemini.agent.md +4 -4
  628. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  629. package/agents/oci/oci-exadata-platform-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  630. package/agents/oci/oci-exadata-platform-architect-agent/metadata.json +1 -1
  631. package/agents/oci/oci-fusion-apps-environment-operator-agent/AGENT.md +5 -5
  632. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/claude-code.agent.md +4 -4
  633. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/codex.toml +1 -1
  634. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/copilot.agent.md +4 -4
  635. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/cursor.agent.md +4 -4
  636. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/gemini.agent.md +4 -4
  637. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  638. package/agents/oci/oci-fusion-apps-environment-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  639. package/agents/oci/oci-fusion-apps-environment-operator-agent/metadata.json +1 -1
  640. package/agents/oci/oci-goldengate-replication-operator-agent/AGENT.md +5 -5
  641. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/claude-code.agent.md +4 -4
  642. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/codex.toml +1 -1
  643. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/copilot.agent.md +4 -4
  644. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/cursor.agent.md +4 -4
  645. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/gemini.agent.md +4 -4
  646. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  647. package/agents/oci/oci-goldengate-replication-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  648. package/agents/oci/oci-goldengate-replication-operator-agent/metadata.json +1 -1
  649. package/agents/oci/oci-identity-access-governor-agent/AGENT.md +5 -5
  650. package/agents/oci/oci-identity-access-governor-agent/harnesses/claude-code.agent.md +4 -4
  651. package/agents/oci/oci-identity-access-governor-agent/harnesses/codex.toml +1 -1
  652. package/agents/oci/oci-identity-access-governor-agent/harnesses/copilot.agent.md +4 -4
  653. package/agents/oci/oci-identity-access-governor-agent/harnesses/cursor.agent.md +4 -4
  654. package/agents/oci/oci-identity-access-governor-agent/harnesses/gemini.agent.md +4 -4
  655. package/agents/oci/oci-identity-access-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  656. package/agents/oci/oci-identity-access-governor-agent/harnesses/kiro-ide.agent.md +4 -4
  657. package/agents/oci/oci-identity-access-governor-agent/metadata.json +1 -1
  658. package/agents/oci/oci-iot-digital-twin-engineer-agent/AGENT.md +5 -5
  659. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/claude-code.agent.md +4 -4
  660. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/codex.toml +1 -1
  661. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/copilot.agent.md +4 -4
  662. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/cursor.agent.md +4 -4
  663. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/gemini.agent.md +4 -4
  664. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  665. package/agents/oci/oci-iot-digital-twin-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  666. package/agents/oci/oci-iot-digital-twin-engineer-agent/metadata.json +1 -1
  667. package/agents/oci/oci-limits-capacity-planner-agent/AGENT.md +5 -5
  668. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/claude-code.agent.md +4 -4
  669. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/codex.toml +1 -1
  670. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/copilot.agent.md +4 -4
  671. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/cursor.agent.md +4 -4
  672. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/gemini.agent.md +4 -4
  673. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/kiro-cli.agent.json +1 -1
  674. package/agents/oci/oci-limits-capacity-planner-agent/harnesses/kiro-ide.agent.md +4 -4
  675. package/agents/oci/oci-limits-capacity-planner-agent/metadata.json +1 -1
  676. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/AGENT.md +1 -1
  677. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/harnesses/codex.toml +1 -1
  678. package/agents/oci/oci-live-autonomous-db-lifecycle-guard-agent/metadata.json +6 -7
  679. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/AGENT.md +1 -1
  680. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/harnesses/codex.toml +1 -1
  681. package/agents/oci/oci-live-cost-budget-runaway-guard-agent/metadata.json +7 -7
  682. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/AGENT.md +1 -1
  683. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/harnesses/codex.toml +1 -1
  684. package/agents/oci/oci-live-iam-policy-compartment-guard-agent/metadata.json +5 -6
  685. package/agents/oci/oci-live-network-security-rule-guard-agent/AGENT.md +1 -1
  686. package/agents/oci/oci-live-network-security-rule-guard-agent/harnesses/codex.toml +1 -1
  687. package/agents/oci/oci-live-network-security-rule-guard-agent/metadata.json +6 -7
  688. package/agents/oci/oci-live-oke-rollout-guard-agent/AGENT.md +1 -1
  689. package/agents/oci/oci-live-oke-rollout-guard-agent/harnesses/codex.toml +1 -1
  690. package/agents/oci/oci-live-oke-rollout-guard-agent/metadata.json +7 -7
  691. package/agents/oci/oci-live-resource-manager-stack-guard-agent/AGENT.md +1 -1
  692. package/agents/oci/oci-live-resource-manager-stack-guard-agent/harnesses/codex.toml +1 -1
  693. package/agents/oci/oci-live-resource-manager-stack-guard-agent/metadata.json +6 -6
  694. package/agents/oci/oci-live-vault-key-destruction-guard-agent/AGENT.md +1 -1
  695. package/agents/oci/oci-live-vault-key-destruction-guard-agent/harnesses/codex.toml +1 -1
  696. package/agents/oci/oci-live-vault-key-destruction-guard-agent/metadata.json +5 -6
  697. package/agents/oci/oci-load-balancer-traffic-engineer-agent/AGENT.md +5 -5
  698. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/claude-code.agent.md +4 -4
  699. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/codex.toml +1 -1
  700. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/copilot.agent.md +4 -4
  701. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/cursor.agent.md +4 -4
  702. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/gemini.agent.md +4 -4
  703. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/kiro-cli.agent.json +1 -1
  704. package/agents/oci/oci-load-balancer-traffic-engineer-agent/harnesses/kiro-ide.agent.md +4 -4
  705. package/agents/oci/oci-load-balancer-traffic-engineer-agent/metadata.json +1 -1
  706. package/agents/oci/oci-maestro-agent/AGENT.md +2 -2
  707. package/agents/oci/oci-maestro-agent/harnesses/claude-code.agent.md +1 -1
  708. package/agents/oci/oci-maestro-agent/harnesses/codex.toml +1 -1
  709. package/agents/oci/oci-maestro-agent/harnesses/copilot.agent.md +1 -1
  710. package/agents/oci/oci-maestro-agent/harnesses/cursor.agent.md +1 -1
  711. package/agents/oci/oci-maestro-agent/harnesses/gemini.agent.md +1 -1
  712. package/agents/oci/oci-maestro-agent/harnesses/kiro-cli.agent.json +1 -1
  713. package/agents/oci/oci-maestro-agent/harnesses/kiro-ide.agent.md +1 -1
  714. package/agents/oci/oci-maestro-agent/metadata.json +8 -9
  715. package/agents/oci/oci-migration-cutover-architect-agent/AGENT.md +5 -5
  716. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/claude-code.agent.md +4 -4
  717. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/codex.toml +1 -1
  718. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/copilot.agent.md +4 -4
  719. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/cursor.agent.md +4 -4
  720. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/gemini.agent.md +4 -4
  721. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  722. package/agents/oci/oci-migration-cutover-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  723. package/agents/oci/oci-migration-cutover-architect-agent/metadata.json +1 -1
  724. package/agents/oci/oci-multi-cloud-architect-agent/AGENT.md +5 -5
  725. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/claude-code.agent.md +4 -4
  726. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/codex.toml +1 -1
  727. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/copilot.agent.md +4 -4
  728. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/cursor.agent.md +4 -4
  729. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/gemini.agent.md +4 -4
  730. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  731. package/agents/oci/oci-multi-cloud-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  732. package/agents/oci/oci-multi-cloud-architect-agent/metadata.json +1 -1
  733. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/AGENT.md +5 -5
  734. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/claude-code.agent.md +4 -4
  735. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/codex.toml +1 -1
  736. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/copilot.agent.md +4 -4
  737. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/cursor.agent.md +4 -4
  738. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/gemini.agent.md +4 -4
  739. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/kiro-cli.agent.json +1 -1
  740. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/harnesses/kiro-ide.agent.md +4 -4
  741. package/agents/oci/oci-mysql-heatwave-ai-specialist-agent/metadata.json +1 -1
  742. package/agents/oci/oci-network-architect-agent/AGENT.md +5 -5
  743. package/agents/oci/oci-network-architect-agent/harnesses/claude-code.agent.md +4 -4
  744. package/agents/oci/oci-network-architect-agent/harnesses/codex.toml +1 -1
  745. package/agents/oci/oci-network-architect-agent/harnesses/copilot.agent.md +4 -4
  746. package/agents/oci/oci-network-architect-agent/harnesses/cursor.agent.md +4 -4
  747. package/agents/oci/oci-network-architect-agent/harnesses/gemini.agent.md +4 -4
  748. package/agents/oci/oci-network-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  749. package/agents/oci/oci-network-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  750. package/agents/oci/oci-network-architect-agent/metadata.json +1 -1
  751. package/agents/oci/oci-observability-incident-responder-agent/AGENT.md +5 -5
  752. package/agents/oci/oci-observability-incident-responder-agent/harnesses/claude-code.agent.md +4 -4
  753. package/agents/oci/oci-observability-incident-responder-agent/harnesses/codex.toml +1 -1
  754. package/agents/oci/oci-observability-incident-responder-agent/harnesses/copilot.agent.md +4 -4
  755. package/agents/oci/oci-observability-incident-responder-agent/harnesses/cursor.agent.md +4 -4
  756. package/agents/oci/oci-observability-incident-responder-agent/harnesses/gemini.agent.md +4 -4
  757. package/agents/oci/oci-observability-incident-responder-agent/harnesses/kiro-cli.agent.json +1 -1
  758. package/agents/oci/oci-observability-incident-responder-agent/harnesses/kiro-ide.agent.md +4 -4
  759. package/agents/oci/oci-observability-incident-responder-agent/metadata.json +1 -1
  760. package/agents/oci/oci-recovery-service-operator-agent/AGENT.md +5 -5
  761. package/agents/oci/oci-recovery-service-operator-agent/harnesses/claude-code.agent.md +4 -4
  762. package/agents/oci/oci-recovery-service-operator-agent/harnesses/codex.toml +1 -1
  763. package/agents/oci/oci-recovery-service-operator-agent/harnesses/copilot.agent.md +4 -4
  764. package/agents/oci/oci-recovery-service-operator-agent/harnesses/cursor.agent.md +4 -4
  765. package/agents/oci/oci-recovery-service-operator-agent/harnesses/gemini.agent.md +4 -4
  766. package/agents/oci/oci-recovery-service-operator-agent/harnesses/kiro-cli.agent.json +1 -1
  767. package/agents/oci/oci-recovery-service-operator-agent/harnesses/kiro-ide.agent.md +4 -4
  768. package/agents/oci/oci-recovery-service-operator-agent/metadata.json +4 -4
  769. package/agents/oci/oci-registry-artifact-governor-agent/AGENT.md +5 -5
  770. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/claude-code.agent.md +4 -4
  771. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/codex.toml +1 -1
  772. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/copilot.agent.md +4 -4
  773. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/cursor.agent.md +4 -4
  774. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/gemini.agent.md +4 -4
  775. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/kiro-cli.agent.json +1 -1
  776. package/agents/oci/oci-registry-artifact-governor-agent/harnesses/kiro-ide.agent.md +4 -4
  777. package/agents/oci/oci-registry-artifact-governor-agent/metadata.json +5 -4
  778. package/agents/oci/oci-resource-search-inventory-analyst-agent/AGENT.md +5 -5
  779. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/claude-code.agent.md +4 -4
  780. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/codex.toml +1 -1
  781. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/copilot.agent.md +4 -4
  782. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/cursor.agent.md +4 -4
  783. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/gemini.agent.md +4 -4
  784. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/kiro-cli.agent.json +1 -1
  785. package/agents/oci/oci-resource-search-inventory-analyst-agent/harnesses/kiro-ide.agent.md +4 -4
  786. package/agents/oci/oci-resource-search-inventory-analyst-agent/metadata.json +4 -4
  787. package/agents/oci/oci-security-compliance-reviewer-agent/AGENT.md +5 -5
  788. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/claude-code.agent.md +4 -4
  789. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/codex.toml +1 -1
  790. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/copilot.agent.md +4 -4
  791. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/cursor.agent.md +4 -4
  792. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/gemini.agent.md +4 -4
  793. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/kiro-cli.agent.json +1 -1
  794. package/agents/oci/oci-security-compliance-reviewer-agent/harnesses/kiro-ide.agent.md +4 -4
  795. package/agents/oci/oci-security-compliance-reviewer-agent/metadata.json +5 -4
  796. package/agents/oci/oci-solution-architect-agent/AGENT.md +5 -5
  797. package/agents/oci/oci-solution-architect-agent/harnesses/claude-code.agent.md +4 -4
  798. package/agents/oci/oci-solution-architect-agent/harnesses/codex.toml +1 -1
  799. package/agents/oci/oci-solution-architect-agent/harnesses/copilot.agent.md +4 -4
  800. package/agents/oci/oci-solution-architect-agent/harnesses/cursor.agent.md +4 -4
  801. package/agents/oci/oci-solution-architect-agent/harnesses/gemini.agent.md +4 -4
  802. package/agents/oci/oci-solution-architect-agent/harnesses/kiro-cli.agent.json +1 -1
  803. package/agents/oci/oci-solution-architect-agent/harnesses/kiro-ide.agent.md +4 -4
  804. package/agents/oci/oci-solution-architect-agent/metadata.json +5 -4
  805. package/agents/oci/oci-storage-backup-steward-agent/AGENT.md +5 -5
  806. package/agents/oci/oci-storage-backup-steward-agent/harnesses/claude-code.agent.md +4 -4
  807. package/agents/oci/oci-storage-backup-steward-agent/harnesses/codex.toml +1 -1
  808. package/agents/oci/oci-storage-backup-steward-agent/harnesses/copilot.agent.md +4 -4
  809. package/agents/oci/oci-storage-backup-steward-agent/harnesses/cursor.agent.md +4 -4
  810. package/agents/oci/oci-storage-backup-steward-agent/harnesses/gemini.agent.md +4 -4
  811. package/agents/oci/oci-storage-backup-steward-agent/harnesses/kiro-cli.agent.json +1 -1
  812. package/agents/oci/oci-storage-backup-steward-agent/harnesses/kiro-ide.agent.md +4 -4
  813. package/agents/oci/oci-storage-backup-steward-agent/metadata.json +5 -4
  814. package/agents/oci/oci-support-incident-coordinator-agent/AGENT.md +5 -5
  815. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/claude-code.agent.md +4 -4
  816. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/codex.toml +1 -1
  817. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/copilot.agent.md +4 -4
  818. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/cursor.agent.md +4 -4
  819. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/gemini.agent.md +4 -4
  820. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/kiro-cli.agent.json +1 -1
  821. package/agents/oci/oci-support-incident-coordinator-agent/harnesses/kiro-ide.agent.md +4 -4
  822. package/agents/oci/oci-support-incident-coordinator-agent/metadata.json +4 -4
  823. package/agents/oci/oci-waf-cost-optimization-review-agent/AGENT.md +4 -4
  824. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/claude-code.agent.md +3 -3
  825. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/codex.toml +1 -1
  826. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/copilot.agent.md +3 -3
  827. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/cursor.agent.md +3 -3
  828. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/gemini.agent.md +3 -3
  829. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/kiro-cli.agent.json +1 -1
  830. package/agents/oci/oci-waf-cost-optimization-review-agent/harnesses/kiro-ide.agent.md +3 -3
  831. package/agents/oci/oci-waf-cost-optimization-review-agent/metadata.json +17 -7
  832. package/agents/oci/oci-waf-reliability-review-agent/AGENT.md +4 -4
  833. package/agents/oci/oci-waf-reliability-review-agent/harnesses/claude-code.agent.md +3 -3
  834. package/agents/oci/oci-waf-reliability-review-agent/harnesses/codex.toml +1 -1
  835. package/agents/oci/oci-waf-reliability-review-agent/harnesses/copilot.agent.md +3 -3
  836. package/agents/oci/oci-waf-reliability-review-agent/harnesses/cursor.agent.md +3 -3
  837. package/agents/oci/oci-waf-reliability-review-agent/harnesses/gemini.agent.md +3 -3
  838. package/agents/oci/oci-waf-reliability-review-agent/harnesses/kiro-cli.agent.json +1 -1
  839. package/agents/oci/oci-waf-reliability-review-agent/harnesses/kiro-ide.agent.md +3 -3
  840. package/agents/oci/oci-waf-reliability-review-agent/metadata.json +16 -6
  841. package/agents/oci/oci-waf-security-review-agent/AGENT.md +4 -4
  842. package/agents/oci/oci-waf-security-review-agent/harnesses/claude-code.agent.md +3 -3
  843. package/agents/oci/oci-waf-security-review-agent/harnesses/codex.toml +1 -1
  844. package/agents/oci/oci-waf-security-review-agent/harnesses/copilot.agent.md +3 -3
  845. package/agents/oci/oci-waf-security-review-agent/harnesses/cursor.agent.md +3 -3
  846. package/agents/oci/oci-waf-security-review-agent/harnesses/gemini.agent.md +3 -3
  847. package/agents/oci/oci-waf-security-review-agent/harnesses/kiro-cli.agent.json +1 -1
  848. package/agents/oci/oci-waf-security-review-agent/harnesses/kiro-ide.agent.md +3 -3
  849. package/agents/oci/oci-waf-security-review-agent/metadata.json +17 -8
  850. package/catalog/agents.json +452 -556
  851. package/catalog/asset-integrity.json +2223 -1318
  852. package/catalog/skill-manifest.json +2515 -1330
  853. package/catalog/skills.json +696 -590
  854. package/package.json +2 -1
  855. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  856. package/scripts/generate-docs-data.mjs +116 -0
  857. package/skills/aws/aws-agentcore/SKILL.md +8 -8
  858. package/skills/aws/aws-agentcore/metadata.json +15 -3
  859. package/skills/aws/aws-agentcore/references/gateway-integration.md +38 -3
  860. package/skills/aws/aws-agentcore/references/getting-started.md +9 -0
  861. package/skills/aws/aws-agentcore/references/memory-integration.md +24 -6
  862. package/skills/aws/aws-agentcore/references/official-sources.md +60 -0
  863. package/skills/aws/aws-agentcore/references/safety-checklist.md +8 -4
  864. package/skills/aws/aws-agentcore/references/workflow-and-output.md +12 -3
  865. package/skills/aws/aws-api-edge-delivery-review/SKILL.md +7 -3
  866. package/skills/aws/aws-api-edge-delivery-review/metadata.json +8 -3
  867. package/skills/aws/aws-api-edge-delivery-review/references/api-gateway-controls.md +120 -0
  868. package/skills/aws/aws-api-edge-delivery-review/references/cloudfront-origin-protection.md +100 -0
  869. package/skills/aws/aws-api-edge-delivery-review/references/observability-incident-playbook.md +110 -0
  870. package/skills/aws/aws-api-edge-delivery-review/references/official-sources.md +61 -5
  871. package/skills/aws/aws-api-edge-delivery-review/references/safety-checklist.md +2 -2
  872. package/skills/aws/aws-api-edge-delivery-review/references/waf-shield-abuse-controls.md +97 -0
  873. package/skills/aws/aws-api-edge-delivery-review/references/workflow-and-output.md +1 -1
  874. package/skills/aws/aws-bedrock-agent-security-governor/SKILL.md +4 -3
  875. package/skills/aws/aws-bedrock-agent-security-governor/metadata.json +2 -2
  876. package/skills/aws/aws-bedrock-agent-security-governor/references/bedrock-agent-attack-surface.md +59 -0
  877. package/skills/aws/aws-bedrock-agent-security-governor/references/official-sources.md +14 -1
  878. package/skills/aws/aws-bedrock-agent-security-governor/references/safety-checklist.md +2 -2
  879. package/skills/aws/aws-bedrock-agent-security-governor/references/workflow-and-output.md +1 -1
  880. package/skills/aws/aws-change-impact-advisor/SKILL.md +4 -3
  881. package/skills/aws/aws-change-impact-advisor/metadata.json +2 -2
  882. package/skills/aws/aws-change-impact-advisor/references/change-impact-assessment.md +59 -0
  883. package/skills/aws/aws-change-impact-advisor/references/official-sources.md +13 -0
  884. package/skills/aws/aws-ci-cd-release-engineer/SKILL.md +4 -3
  885. package/skills/aws/aws-ci-cd-release-engineer/metadata.json +2 -2
  886. package/skills/aws/aws-ci-cd-release-engineer/references/official-sources.md +15 -1
  887. package/skills/aws/aws-ci-cd-release-engineer/references/release-safety-and-provenance.md +59 -0
  888. package/skills/aws/aws-ci-cd-release-engineer/references/safety-checklist.md +2 -2
  889. package/skills/aws/aws-ci-cd-release-engineer/references/workflow-and-output.md +1 -1
  890. package/skills/aws/aws-compliance-evidence-mapper/SKILL.md +4 -3
  891. package/skills/aws/aws-compliance-evidence-mapper/metadata.json +2 -2
  892. package/skills/aws/aws-compliance-evidence-mapper/references/compliance-evidence-chain.md +59 -0
  893. package/skills/aws/aws-compliance-evidence-mapper/references/official-sources.md +15 -1
  894. package/skills/aws/aws-compliance-evidence-mapper/references/safety-checklist.md +2 -2
  895. package/skills/aws/aws-compliance-evidence-mapper/references/workflow-and-output.md +1 -1
  896. package/skills/aws/aws-cost-anomaly-watch-coordinator/SKILL.md +4 -3
  897. package/skills/aws/aws-cost-anomaly-watch-coordinator/metadata.json +5 -5
  898. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/cost-anomaly-triage.md +60 -0
  899. package/skills/aws/aws-cost-anomaly-watch-coordinator/references/official-sources.md +20 -4
  900. package/skills/aws/aws-cost-optimization-governor/SKILL.md +4 -3
  901. package/skills/aws/aws-cost-optimization-governor/metadata.json +5 -5
  902. package/skills/aws/aws-cost-optimization-governor/references/cost-optimization-risk-governance.md +59 -0
  903. package/skills/aws/aws-cost-optimization-governor/references/official-sources.md +18 -4
  904. package/skills/aws/aws-cost-optimization-governor/references/safety-checklist.md +2 -2
  905. package/skills/aws/aws-cost-optimization-governor/references/workflow-and-output.md +1 -1
  906. package/skills/aws/aws-daily-operations-briefing-coordinator/SKILL.md +4 -3
  907. package/skills/aws/aws-daily-operations-briefing-coordinator/metadata.json +5 -5
  908. package/skills/aws/aws-daily-operations-briefing-coordinator/references/official-sources.md +21 -4
  909. package/skills/aws/aws-daily-operations-briefing-coordinator/references/operations-briefing-signal-quality.md +60 -0
  910. package/skills/aws/aws-data-protection-backup-steward/SKILL.md +4 -3
  911. package/skills/aws/aws-data-protection-backup-steward/metadata.json +4 -4
  912. package/skills/aws/aws-data-protection-backup-steward/references/backup-restore-evidence.md +59 -0
  913. package/skills/aws/aws-data-protection-backup-steward/references/official-sources.md +16 -2
  914. package/skills/aws/aws-data-protection-backup-steward/references/safety-checklist.md +2 -2
  915. package/skills/aws/aws-data-protection-backup-steward/references/workflow-and-output.md +1 -1
  916. package/skills/aws/aws-deployment-hotfix-operator/SKILL.md +4 -3
  917. package/skills/aws/aws-deployment-hotfix-operator/metadata.json +6 -4
  918. package/skills/aws/aws-deployment-hotfix-operator/references/deployment-hotfix-safety.md +64 -0
  919. package/skills/aws/aws-deployment-hotfix-operator/references/official-sources.md +27 -2
  920. package/skills/aws/aws-devops-agent-skill-designer/SKILL.md +4 -3
  921. package/skills/aws/aws-devops-agent-skill-designer/metadata.json +5 -5
  922. package/skills/aws/aws-devops-agent-skill-designer/references/devops-agent-skill-quality.md +59 -0
  923. package/skills/aws/aws-devops-agent-skill-designer/references/official-sources.md +17 -4
  924. package/skills/aws/aws-devops-agent-skill-designer/references/safety-checklist.md +2 -2
  925. package/skills/aws/aws-devops-agent-skill-designer/references/workflow-and-output.md +1 -1
  926. package/skills/aws/aws-dynamodb-data-modeling-performance-review/SKILL.md +4 -3
  927. package/skills/aws/aws-dynamodb-data-modeling-performance-review/metadata.json +6 -6
  928. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/dynamodb-access-patterns-capacity.md +59 -0
  929. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/official-sources.md +19 -5
  930. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/safety-checklist.md +2 -2
  931. package/skills/aws/aws-dynamodb-data-modeling-performance-review/references/workflow-and-output.md +1 -1
  932. package/skills/aws/aws-ec2-compute-operations-steward/SKILL.md +4 -3
  933. package/skills/aws/aws-ec2-compute-operations-steward/metadata.json +6 -6
  934. package/skills/aws/aws-ec2-compute-operations-steward/references/ec2-fleet-operations-safety.md +59 -0
  935. package/skills/aws/aws-ec2-compute-operations-steward/references/official-sources.md +19 -5
  936. package/skills/aws/aws-ec2-compute-operations-steward/references/safety-checklist.md +2 -2
  937. package/skills/aws/aws-ec2-compute-operations-steward/references/workflow-and-output.md +1 -1
  938. package/skills/aws/aws-ecs-fargate-platform-operator/SKILL.md +4 -3
  939. package/skills/aws/aws-ecs-fargate-platform-operator/metadata.json +6 -6
  940. package/skills/aws/aws-ecs-fargate-platform-operator/references/ecs-fargate-service-safety.md +59 -0
  941. package/skills/aws/aws-ecs-fargate-platform-operator/references/official-sources.md +19 -5
  942. package/skills/aws/aws-ecs-fargate-platform-operator/references/safety-checklist.md +2 -2
  943. package/skills/aws/aws-ecs-fargate-platform-operator/references/workflow-and-output.md +1 -1
  944. package/skills/aws/aws-ecs-service-remediation-operator/SKILL.md +4 -3
  945. package/skills/aws/aws-ecs-service-remediation-operator/metadata.json +6 -5
  946. package/skills/aws/aws-ecs-service-remediation-operator/references/ecs-remediation-playbook.md +59 -0
  947. package/skills/aws/aws-ecs-service-remediation-operator/references/official-sources.md +27 -3
  948. package/skills/aws/aws-eks-platform-operator/SKILL.md +4 -3
  949. package/skills/aws/aws-eks-platform-operator/metadata.json +5 -5
  950. package/skills/aws/aws-eks-platform-operator/references/eks-platform-operations.md +59 -0
  951. package/skills/aws/aws-eks-platform-operator/references/official-sources.md +18 -4
  952. package/skills/aws/aws-eks-platform-operator/references/safety-checklist.md +2 -2
  953. package/skills/aws/aws-eks-platform-operator/references/workflow-and-output.md +1 -1
  954. package/skills/aws/aws-event-driven-architecture-review/SKILL.md +4 -3
  955. package/skills/aws/aws-event-driven-architecture-review/metadata.json +6 -6
  956. package/skills/aws/aws-event-driven-architecture-review/references/event-delivery-failure-modes.md +59 -0
  957. package/skills/aws/aws-event-driven-architecture-review/references/official-sources.md +19 -5
  958. package/skills/aws/aws-event-driven-architecture-review/references/safety-checklist.md +2 -2
  959. package/skills/aws/aws-event-driven-architecture-review/references/workflow-and-output.md +1 -1
  960. package/skills/aws/aws-generative-ai-developer/SKILL.md +4 -3
  961. package/skills/aws/aws-generative-ai-developer/metadata.json +5 -9
  962. package/skills/aws/aws-generative-ai-developer/references/bedrock-serverless-genai.md +61 -0
  963. package/skills/aws/aws-generative-ai-developer/references/official-sources.md +23 -28
  964. package/skills/aws/aws-iac-change-safety-review/SKILL.md +4 -3
  965. package/skills/aws/aws-iac-change-safety-review/metadata.json +5 -5
  966. package/skills/aws/aws-iac-change-safety-review/references/iac-change-risk-review.md +59 -0
  967. package/skills/aws/aws-iac-change-safety-review/references/official-sources.md +18 -4
  968. package/skills/aws/aws-iac-change-safety-review/references/safety-checklist.md +2 -2
  969. package/skills/aws/aws-iac-change-safety-review/references/workflow-and-output.md +1 -1
  970. package/skills/aws/aws-iac-patch-executor/SKILL.md +4 -3
  971. package/skills/aws/aws-iac-patch-executor/metadata.json +5 -4
  972. package/skills/aws/aws-iac-patch-executor/references/iac-patch-safety.md +64 -0
  973. package/skills/aws/aws-iac-patch-executor/references/official-sources.md +26 -2
  974. package/skills/aws/aws-iam-least-privilege-review/SKILL.md +4 -3
  975. package/skills/aws/aws-iam-least-privilege-review/metadata.json +4 -4
  976. package/skills/aws/aws-iam-least-privilege-review/references/iam-policy-trust-boundaries.md +59 -0
  977. package/skills/aws/aws-iam-least-privilege-review/references/official-sources.md +17 -3
  978. package/skills/aws/aws-iam-least-privilege-review/references/safety-checklist.md +2 -2
  979. package/skills/aws/aws-iam-least-privilege-review/references/workflow-and-output.md +1 -1
  980. package/skills/aws/aws-kms-secrets-lifecycle-steward/SKILL.md +4 -3
  981. package/skills/aws/aws-kms-secrets-lifecycle-steward/metadata.json +6 -6
  982. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/kms-secrets-lifecycle-controls.md +59 -0
  983. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/official-sources.md +19 -5
  984. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/safety-checklist.md +2 -2
  985. package/skills/aws/aws-kms-secrets-lifecycle-steward/references/workflow-and-output.md +1 -1
  986. package/skills/aws/aws-landing-zone-governor/SKILL.md +4 -3
  987. package/skills/aws/aws-landing-zone-governor/metadata.json +5 -5
  988. package/skills/aws/aws-landing-zone-governor/references/landing-zone-governance-controls.md +59 -0
  989. package/skills/aws/aws-landing-zone-governor/references/official-sources.md +18 -4
  990. package/skills/aws/aws-landing-zone-governor/references/safety-checklist.md +2 -2
  991. package/skills/aws/aws-landing-zone-governor/references/workflow-and-output.md +1 -1
  992. package/skills/aws/aws-live-deployment-guarded-operator/SKILL.md +2 -2
  993. package/skills/aws/aws-live-deployment-guarded-operator/metadata.json +5 -5
  994. package/skills/aws/aws-live-deployment-guarded-operator/references/official-sources.md +23 -6
  995. package/skills/aws/aws-live-ecs-rollout-guard/SKILL.md +2 -2
  996. package/skills/aws/aws-live-ecs-rollout-guard/metadata.json +6 -6
  997. package/skills/aws/aws-live-ecs-rollout-guard/references/official-sources.md +24 -7
  998. package/skills/aws/aws-live-iac-change-guard/SKILL.md +2 -2
  999. package/skills/aws/aws-live-iac-change-guard/metadata.json +5 -6
  1000. package/skills/aws/aws-live-iac-change-guard/references/official-sources.md +22 -6
  1001. package/skills/aws/aws-live-pipeline-approval-operator/SKILL.md +2 -2
  1002. package/skills/aws/aws-live-pipeline-approval-operator/metadata.json +5 -5
  1003. package/skills/aws/aws-live-pipeline-approval-operator/references/official-sources.md +23 -6
  1004. package/skills/aws/aws-live-serverless-release-guard/SKILL.md +2 -2
  1005. package/skills/aws/aws-live-serverless-release-guard/metadata.json +5 -5
  1006. package/skills/aws/aws-live-serverless-release-guard/references/official-sources.md +23 -6
  1007. package/skills/aws/aws-maestro/SKILL.md +3 -2
  1008. package/skills/aws/aws-maestro/metadata.json +6 -7
  1009. package/skills/aws/aws-maestro/references/official-sources.md +18 -14
  1010. package/skills/aws/aws-maestro/references/routing-quality-and-safety.md +59 -0
  1011. package/skills/aws/aws-migration-cutover-architect/SKILL.md +4 -3
  1012. package/skills/aws/aws-migration-cutover-architect/metadata.json +6 -6
  1013. package/skills/aws/aws-migration-cutover-architect/references/migration-cutover-readiness.md +59 -0
  1014. package/skills/aws/aws-migration-cutover-architect/references/official-sources.md +19 -5
  1015. package/skills/aws/aws-migration-cutover-architect/references/safety-checklist.md +2 -2
  1016. package/skills/aws/aws-migration-cutover-architect/references/workflow-and-output.md +1 -1
  1017. package/skills/aws/aws-network-architect/SKILL.md +4 -3
  1018. package/skills/aws/aws-network-architect/metadata.json +6 -8
  1019. package/skills/aws/aws-network-architect/references/network-routing-and-dns.md +59 -0
  1020. package/skills/aws/aws-network-architect/references/official-sources.md +19 -5
  1021. package/skills/aws/aws-network-architect/references/safety-checklist.md +2 -2
  1022. package/skills/aws/aws-network-architect/references/workflow-and-output.md +1 -1
  1023. package/skills/aws/aws-non-destructive-task-automation-advisor/SKILL.md +4 -3
  1024. package/skills/aws/aws-non-destructive-task-automation-advisor/metadata.json +5 -5
  1025. package/skills/aws/aws-non-destructive-task-automation-advisor/references/non-destructive-automation-patterns.md +60 -0
  1026. package/skills/aws/aws-non-destructive-task-automation-advisor/references/official-sources.md +22 -5
  1027. package/skills/aws/aws-observability-incident-responder/SKILL.md +4 -3
  1028. package/skills/aws/aws-observability-incident-responder/metadata.json +5 -5
  1029. package/skills/aws/aws-observability-incident-responder/references/incident-evidence-correlation.md +59 -0
  1030. package/skills/aws/aws-observability-incident-responder/references/official-sources.md +18 -4
  1031. package/skills/aws/aws-observability-incident-responder/references/safety-checklist.md +2 -2
  1032. package/skills/aws/aws-observability-incident-responder/references/workflow-and-output.md +1 -1
  1033. package/skills/aws/aws-pipeline-fix-operator/SKILL.md +4 -3
  1034. package/skills/aws/aws-pipeline-fix-operator/metadata.json +6 -5
  1035. package/skills/aws/aws-pipeline-fix-operator/references/official-sources.md +27 -3
  1036. package/skills/aws/aws-pipeline-fix-operator/references/pipeline-failure-analysis.md +60 -0
  1037. package/skills/aws/aws-private-ca-issuer-review/SKILL.md +3 -2
  1038. package/skills/aws/aws-private-ca-issuer-review/metadata.json +13 -7
  1039. package/skills/aws/aws-private-ca-issuer-review/references/official-sources.md +19 -12
  1040. package/skills/aws/aws-private-ca-issuer-review/references/private-ca-issuer-trust-boundaries.md +59 -0
  1041. package/skills/aws/aws-rds-aurora-performance-investigator/SKILL.md +4 -3
  1042. package/skills/aws/aws-rds-aurora-performance-investigator/metadata.json +5 -5
  1043. package/skills/aws/aws-rds-aurora-performance-investigator/references/official-sources.md +18 -4
  1044. package/skills/aws/aws-rds-aurora-performance-investigator/references/rds-aurora-performance-evidence.md +59 -0
  1045. package/skills/aws/aws-rds-aurora-performance-investigator/references/safety-checklist.md +2 -2
  1046. package/skills/aws/aws-rds-aurora-performance-investigator/references/workflow-and-output.md +1 -1
  1047. package/skills/aws/aws-resilience-bcdr-review/SKILL.md +4 -3
  1048. package/skills/aws/aws-resilience-bcdr-review/metadata.json +6 -6
  1049. package/skills/aws/aws-resilience-bcdr-review/references/bcdr-recovery-evidence.md +59 -0
  1050. package/skills/aws/aws-resilience-bcdr-review/references/official-sources.md +18 -4
  1051. package/skills/aws/aws-resilience-bcdr-review/references/safety-checklist.md +2 -2
  1052. package/skills/aws/aws-resilience-bcdr-review/references/workflow-and-output.md +1 -1
  1053. package/skills/aws/aws-s3-data-perimeter-governor/SKILL.md +4 -3
  1054. package/skills/aws/aws-s3-data-perimeter-governor/metadata.json +5 -5
  1055. package/skills/aws/aws-s3-data-perimeter-governor/references/official-sources.md +18 -4
  1056. package/skills/aws/aws-s3-data-perimeter-governor/references/s3-data-perimeter-controls.md +59 -0
  1057. package/skills/aws/aws-s3-data-perimeter-governor/references/safety-checklist.md +2 -2
  1058. package/skills/aws/aws-s3-data-perimeter-governor/references/workflow-and-output.md +1 -1
  1059. package/skills/aws/aws-security-posture-hardening/SKILL.md +4 -3
  1060. package/skills/aws/aws-security-posture-hardening/metadata.json +6 -6
  1061. package/skills/aws/aws-security-posture-hardening/references/official-sources.md +19 -5
  1062. package/skills/aws/aws-security-posture-hardening/references/safety-checklist.md +2 -2
  1063. package/skills/aws/aws-security-posture-hardening/references/security-posture-prioritization.md +59 -0
  1064. package/skills/aws/aws-security-posture-hardening/references/workflow-and-output.md +1 -1
  1065. package/skills/aws/aws-serverless-production-readiness/SKILL.md +4 -3
  1066. package/skills/aws/aws-serverless-production-readiness/metadata.json +5 -5
  1067. package/skills/aws/aws-serverless-production-readiness/references/lambda-event-production-readiness.md +59 -0
  1068. package/skills/aws/aws-serverless-production-readiness/references/official-sources.md +18 -4
  1069. package/skills/aws/aws-serverless-production-readiness/references/safety-checklist.md +2 -2
  1070. package/skills/aws/aws-serverless-production-readiness/references/workflow-and-output.md +1 -1
  1071. package/skills/aws/aws-serverless-rollout-corrector/SKILL.md +4 -3
  1072. package/skills/aws/aws-serverless-rollout-corrector/metadata.json +5 -4
  1073. package/skills/aws/aws-serverless-rollout-corrector/references/lambda-rollout-correction.md +64 -0
  1074. package/skills/aws/aws-serverless-rollout-corrector/references/official-sources.md +25 -1
  1075. package/skills/aws/aws-solution-architect/SKILL.md +4 -3
  1076. package/skills/aws/aws-solution-architect/metadata.json +4 -5
  1077. package/skills/aws/aws-solution-architect/references/architecture-decision-stress-test.md +59 -0
  1078. package/skills/aws/aws-solution-architect/references/official-sources.md +15 -3
  1079. package/skills/aws/aws-solution-architect/references/safety-checklist.md +2 -2
  1080. package/skills/aws/aws-solution-architect/references/workflow-and-output.md +1 -1
  1081. package/skills/aws/aws-ticket-triage-escalation-coordinator/SKILL.md +4 -3
  1082. package/skills/aws/aws-ticket-triage-escalation-coordinator/metadata.json +5 -5
  1083. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/official-sources.md +22 -5
  1084. package/skills/aws/aws-ticket-triage-escalation-coordinator/references/ticket-triage-escalation.md +60 -0
  1085. package/skills/aws/aws-waf-cost-optimization-review/SKILL.md +3 -2
  1086. package/skills/aws/aws-waf-cost-optimization-review/metadata.json +5 -3
  1087. package/skills/aws/aws-waf-cost-optimization-review/references/official-sources.md +19 -18
  1088. package/skills/aws/aws-waf-cost-optimization-review/references/well-architected-cost-review.md +59 -0
  1089. package/skills/aws/aws-waf-reliability-review/SKILL.md +3 -2
  1090. package/skills/aws/aws-waf-reliability-review/metadata.json +5 -3
  1091. package/skills/aws/aws-waf-reliability-review/references/official-sources.md +19 -18
  1092. package/skills/aws/aws-waf-reliability-review/references/well-architected-reliability-review.md +59 -0
  1093. package/skills/aws/aws-waf-security-review/SKILL.md +3 -2
  1094. package/skills/aws/aws-waf-security-review/metadata.json +5 -3
  1095. package/skills/aws/aws-waf-security-review/references/official-sources.md +18 -19
  1096. package/skills/aws/aws-waf-security-review/references/well-architected-security-review.md +59 -0
  1097. package/skills/azure/azure-ai-foundry-ops-governor/SKILL.md +7 -5
  1098. package/skills/azure/azure-ai-foundry-ops-governor/metadata.json +7 -4
  1099. package/skills/azure/azure-ai-foundry-ops-governor/references/foundry-ops-governance.md +62 -0
  1100. package/skills/azure/azure-ai-foundry-ops-governor/references/mcp-and-evidence.md +19 -26
  1101. package/skills/azure/azure-ai-foundry-ops-governor/references/official-sources.md +25 -21
  1102. package/skills/azure/azure-ai-foundry-ops-governor/references/safety-checklist.md +37 -0
  1103. package/skills/azure/azure-ai-foundry-ops-governor/references/workflow-and-output.md +23 -80
  1104. package/skills/azure/azure-aks-platform-operator/SKILL.md +8 -6
  1105. package/skills/azure/azure-aks-platform-operator/metadata.json +6 -5
  1106. package/skills/azure/azure-aks-platform-operator/references/aks-platform-operations.md +62 -0
  1107. package/skills/azure/azure-aks-platform-operator/references/mcp-and-evidence.md +19 -29
  1108. package/skills/azure/azure-aks-platform-operator/references/official-sources.md +26 -10
  1109. package/skills/azure/azure-aks-platform-operator/references/safety-checklist.md +32 -0
  1110. package/skills/azure/azure-aks-platform-operator/references/workflow-and-output.md +23 -101
  1111. package/skills/azure/azure-app-service-production-readiness/SKILL.md +7 -5
  1112. package/skills/azure/azure-app-service-production-readiness/metadata.json +4 -5
  1113. package/skills/azure/azure-app-service-production-readiness/references/app-service-production-operations.md +61 -0
  1114. package/skills/azure/azure-app-service-production-readiness/references/mcp-and-evidence.md +19 -31
  1115. package/skills/azure/azure-app-service-production-readiness/references/official-sources.md +20 -19
  1116. package/skills/azure/azure-app-service-production-readiness/references/safety-checklist.md +33 -0
  1117. package/skills/azure/azure-app-service-production-readiness/references/workflow-and-output.md +21 -108
  1118. package/skills/azure/azure-cosmosdb-application-developer/SKILL.md +6 -4
  1119. package/skills/azure/azure-cosmosdb-application-developer/metadata.json +6 -6
  1120. package/skills/azure/azure-cosmosdb-application-developer/references/cosmosdb-application-design.md +61 -0
  1121. package/skills/azure/azure-cosmosdb-application-developer/references/mcp-and-evidence.md +19 -23
  1122. package/skills/azure/azure-cosmosdb-application-developer/references/official-sources.md +18 -31
  1123. package/skills/azure/azure-cosmosdb-application-developer/references/safety-checklist.md +32 -0
  1124. package/skills/azure/azure-cosmosdb-application-developer/references/workflow-and-output.md +27 -27
  1125. package/skills/azure/azure-cosmosdb-performance-investigator/SKILL.md +6 -4
  1126. package/skills/azure/azure-cosmosdb-performance-investigator/metadata.json +6 -6
  1127. package/skills/azure/azure-cosmosdb-performance-investigator/references/cosmosdb-performance-investigation.md +62 -0
  1128. package/skills/azure/azure-cosmosdb-performance-investigator/references/mcp-and-evidence.md +19 -30
  1129. package/skills/azure/azure-cosmosdb-performance-investigator/references/official-sources.md +19 -32
  1130. package/skills/azure/azure-cosmosdb-performance-investigator/references/safety-checklist.md +32 -0
  1131. package/skills/azure/azure-cosmosdb-performance-investigator/references/workflow-and-output.md +34 -42
  1132. package/skills/azure/azure-cosmosdb-platform-operator/SKILL.md +8 -6
  1133. package/skills/azure/azure-cosmosdb-platform-operator/metadata.json +6 -6
  1134. package/skills/azure/azure-cosmosdb-platform-operator/references/cosmosdb-platform-operations.md +62 -0
  1135. package/skills/azure/azure-cosmosdb-platform-operator/references/mcp-and-evidence.md +19 -23
  1136. package/skills/azure/azure-cosmosdb-platform-operator/references/official-sources.md +18 -29
  1137. package/skills/azure/azure-cosmosdb-platform-operator/references/safety-checklist.md +33 -0
  1138. package/skills/azure/azure-cosmosdb-platform-operator/references/workflow-and-output.md +30 -28
  1139. package/skills/azure/azure-cost-estimation-review/SKILL.md +9 -7
  1140. package/skills/azure/azure-cost-estimation-review/metadata.json +7 -5
  1141. package/skills/azure/azure-cost-estimation-review/references/cost-estimation-review.md +62 -0
  1142. package/skills/azure/azure-cost-estimation-review/references/mcp-and-evidence.md +19 -23
  1143. package/skills/azure/azure-cost-estimation-review/references/official-sources.md +17 -18
  1144. package/skills/azure/azure-cost-estimation-review/references/safety-checklist.md +33 -0
  1145. package/skills/azure/azure-cost-estimation-review/references/workflow-and-output.md +25 -59
  1146. package/skills/azure/azure-cost-optimization-governor/SKILL.md +9 -7
  1147. package/skills/azure/azure-cost-optimization-governor/metadata.json +8 -5
  1148. package/skills/azure/azure-cost-optimization-governor/references/cost-optimization-governance.md +62 -0
  1149. package/skills/azure/azure-cost-optimization-governor/references/mcp-and-evidence.md +19 -22
  1150. package/skills/azure/azure-cost-optimization-governor/references/official-sources.md +20 -11
  1151. package/skills/azure/azure-cost-optimization-governor/references/safety-checklist.md +33 -0
  1152. package/skills/azure/azure-cost-optimization-governor/references/workflow-and-output.md +25 -57
  1153. package/skills/azure/azure-entra-id-specialist/SKILL.md +6 -4
  1154. package/skills/azure/azure-entra-id-specialist/metadata.json +9 -6
  1155. package/skills/azure/azure-entra-id-specialist/references/adjacent-service-expansion.md +4 -0
  1156. package/skills/azure/azure-entra-id-specialist/references/entra-id-identity-operations.md +62 -0
  1157. package/skills/azure/azure-entra-id-specialist/references/licensing-and-service-entitlements.md +4 -0
  1158. package/skills/azure/azure-entra-id-specialist/references/mcp-and-evidence.md +19 -25
  1159. package/skills/azure/azure-entra-id-specialist/references/official-sources.md +23 -70
  1160. package/skills/azure/azure-entra-id-specialist/references/safety-checklist.md +32 -0
  1161. package/skills/azure/azure-entra-id-specialist/references/workflow-and-output.md +35 -46
  1162. package/skills/azure/azure-governance-policy-guardrails/SKILL.md +6 -4
  1163. package/skills/azure/azure-governance-policy-guardrails/metadata.json +6 -4
  1164. package/skills/azure/azure-governance-policy-guardrails/references/mcp-and-evidence.md +27 -22
  1165. package/skills/azure/azure-governance-policy-guardrails/references/official-sources.md +19 -14
  1166. package/skills/azure/azure-governance-policy-guardrails/references/policy-guardrail-operations.md +62 -0
  1167. package/skills/azure/azure-governance-policy-guardrails/references/safety-checklist.md +33 -0
  1168. package/skills/azure/azure-governance-policy-guardrails/references/workflow-and-output.md +27 -74
  1169. package/skills/azure/azure-identity-governance-review/SKILL.md +7 -5
  1170. package/skills/azure/azure-identity-governance-review/metadata.json +12 -15
  1171. package/skills/azure/azure-identity-governance-review/references/identity-governance-operations.md +68 -0
  1172. package/skills/azure/azure-identity-governance-review/references/mcp-and-evidence.md +18 -41
  1173. package/skills/azure/azure-identity-governance-review/references/official-sources.md +24 -24
  1174. package/skills/azure/azure-identity-governance-review/references/safety-checklist.md +29 -0
  1175. package/skills/azure/azure-identity-governance-review/references/workflow-and-output.md +21 -67
  1176. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/SKILL.md +6 -4
  1177. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/metadata.json +11 -12
  1178. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/key-vault-secret-lifecycle-operations.md +68 -0
  1179. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/mcp-and-evidence.md +18 -32
  1180. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/official-sources.md +26 -13
  1181. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/safety-checklist.md +29 -0
  1182. package/skills/azure/azure-key-vault-secret-lifecycle-auditor/references/workflow-and-output.md +21 -92
  1183. package/skills/azure/azure-keyvault-certificate-issuer-review/SKILL.md +8 -4
  1184. package/skills/azure/azure-keyvault-certificate-issuer-review/metadata.json +16 -9
  1185. package/skills/azure/azure-keyvault-certificate-issuer-review/references/keyvault-certificate-issuer-operations.md +68 -0
  1186. package/skills/azure/azure-keyvault-certificate-issuer-review/references/mcp-and-evidence.md +26 -0
  1187. package/skills/azure/azure-keyvault-certificate-issuer-review/references/official-sources.md +28 -0
  1188. package/skills/azure/azure-keyvault-certificate-issuer-review/references/safety-checklist.md +29 -0
  1189. package/skills/azure/azure-keyvault-certificate-issuer-review/references/workflow-and-output.md +21 -181
  1190. package/skills/azure/azure-landing-zone-architect/SKILL.md +5 -3
  1191. package/skills/azure/azure-landing-zone-architect/metadata.json +8 -7
  1192. package/skills/azure/azure-landing-zone-architect/references/landing-zone-architecture-operations.md +68 -0
  1193. package/skills/azure/azure-landing-zone-architect/references/mcp-and-evidence.md +20 -19
  1194. package/skills/azure/azure-landing-zone-architect/references/official-sources.md +23 -14
  1195. package/skills/azure/azure-landing-zone-architect/references/safety-checklist.md +29 -0
  1196. package/skills/azure/azure-landing-zone-architect/references/workflow-and-output.md +21 -77
  1197. package/skills/azure/azure-live-aks-rollout-guard/SKILL.md +7 -3
  1198. package/skills/azure/azure-live-aks-rollout-guard/metadata.json +13 -8
  1199. package/skills/azure/azure-live-aks-rollout-guard/references/aks-rollout-operations.md +68 -0
  1200. package/skills/azure/azure-live-aks-rollout-guard/references/mcp-and-evidence.md +26 -0
  1201. package/skills/azure/azure-live-aks-rollout-guard/references/official-sources.md +31 -13
  1202. package/skills/azure/azure-live-aks-rollout-guard/references/permission-model.md +4 -2
  1203. package/skills/azure/azure-live-aks-rollout-guard/references/preflight-commands.md +15 -9
  1204. package/skills/azure/azure-live-aks-rollout-guard/references/rollback-playbook.md +9 -9
  1205. package/skills/azure/azure-live-aks-rollout-guard/references/safety-checklist.md +29 -0
  1206. package/skills/azure/azure-live-aks-rollout-guard/references/workflow-and-output.md +30 -0
  1207. package/skills/azure/azure-live-app-service-slot-swap-guard/SKILL.md +7 -3
  1208. package/skills/azure/azure-live-app-service-slot-swap-guard/metadata.json +9 -7
  1209. package/skills/azure/azure-live-app-service-slot-swap-guard/references/mcp-and-evidence.md +26 -0
  1210. package/skills/azure/azure-live-app-service-slot-swap-guard/references/official-sources.md +30 -8
  1211. package/skills/azure/azure-live-app-service-slot-swap-guard/references/permission-model.md +7 -1
  1212. package/skills/azure/azure-live-app-service-slot-swap-guard/references/preflight-commands.md +32 -7
  1213. package/skills/azure/azure-live-app-service-slot-swap-guard/references/rollback-playbook.md +11 -7
  1214. package/skills/azure/azure-live-app-service-slot-swap-guard/references/safety-checklist.md +29 -0
  1215. package/skills/azure/azure-live-app-service-slot-swap-guard/references/slot-swap-operations.md +68 -0
  1216. package/skills/azure/azure-live-app-service-slot-swap-guard/references/workflow-and-output.md +33 -0
  1217. package/skills/azure/azure-live-arm-deployment-stack-guard/SKILL.md +7 -3
  1218. package/skills/azure/azure-live-arm-deployment-stack-guard/metadata.json +9 -8
  1219. package/skills/azure/azure-live-arm-deployment-stack-guard/references/deployment-stack-operations.md +68 -0
  1220. package/skills/azure/azure-live-arm-deployment-stack-guard/references/mcp-and-evidence.md +26 -0
  1221. package/skills/azure/azure-live-arm-deployment-stack-guard/references/official-sources.md +28 -11
  1222. package/skills/azure/azure-live-arm-deployment-stack-guard/references/permission-model.md +12 -2
  1223. package/skills/azure/azure-live-arm-deployment-stack-guard/references/preflight-commands.md +24 -13
  1224. package/skills/azure/azure-live-arm-deployment-stack-guard/references/rollback-playbook.md +13 -9
  1225. package/skills/azure/azure-live-arm-deployment-stack-guard/references/safety-checklist.md +29 -0
  1226. package/skills/azure/azure-live-arm-deployment-stack-guard/references/workflow-and-output.md +33 -0
  1227. package/skills/azure/azure-live-cost-budget-action-guard/SKILL.md +7 -3
  1228. package/skills/azure/azure-live-cost-budget-action-guard/metadata.json +10 -8
  1229. package/skills/azure/azure-live-cost-budget-action-guard/references/budget-quota-operations.md +68 -0
  1230. package/skills/azure/azure-live-cost-budget-action-guard/references/mcp-and-evidence.md +26 -0
  1231. package/skills/azure/azure-live-cost-budget-action-guard/references/official-sources.md +21 -11
  1232. package/skills/azure/azure-live-cost-budget-action-guard/references/permission-model.md +3 -1
  1233. package/skills/azure/azure-live-cost-budget-action-guard/references/preflight-commands.md +1 -1
  1234. package/skills/azure/azure-live-cost-budget-action-guard/references/rollback-playbook.md +12 -5
  1235. package/skills/azure/azure-live-cost-budget-action-guard/references/safety-checklist.md +29 -0
  1236. package/skills/azure/azure-live-cost-budget-action-guard/references/workflow-and-output.md +33 -0
  1237. package/skills/azure/azure-live-entra-role-assignment-guard/SKILL.md +11 -7
  1238. package/skills/azure/azure-live-entra-role-assignment-guard/metadata.json +10 -9
  1239. package/skills/azure/azure-live-entra-role-assignment-guard/references/mcp-and-evidence.md +26 -0
  1240. package/skills/azure/azure-live-entra-role-assignment-guard/references/official-sources.md +33 -19
  1241. package/skills/azure/azure-live-entra-role-assignment-guard/references/permission-model.md +7 -1
  1242. package/skills/azure/azure-live-entra-role-assignment-guard/references/preflight-commands.md +9 -9
  1243. package/skills/azure/azure-live-entra-role-assignment-guard/references/role-assignment-operations.md +68 -0
  1244. package/skills/azure/azure-live-entra-role-assignment-guard/references/rollback-playbook.md +13 -9
  1245. package/skills/azure/azure-live-entra-role-assignment-guard/references/safety-checklist.md +29 -0
  1246. package/skills/azure/azure-live-entra-role-assignment-guard/references/workflow-and-output.md +33 -0
  1247. package/skills/azure/azure-live-keyvault-rotation-purge-guard/SKILL.md +7 -3
  1248. package/skills/azure/azure-live-keyvault-rotation-purge-guard/metadata.json +10 -8
  1249. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/keyvault-rotation-purge-operations.md +68 -0
  1250. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/mcp-and-evidence.md +26 -0
  1251. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/official-sources.md +31 -9
  1252. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/permission-model.md +7 -1
  1253. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/preflight-commands.md +18 -7
  1254. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/rollback-playbook.md +10 -6
  1255. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/safety-checklist.md +29 -0
  1256. package/skills/azure/azure-live-keyvault-rotation-purge-guard/references/workflow-and-output.md +33 -0
  1257. package/skills/azure/azure-live-pim-jit-activation-guard/SKILL.md +5 -3
  1258. package/skills/azure/azure-live-pim-jit-activation-guard/metadata.json +10 -8
  1259. package/skills/azure/azure-live-pim-jit-activation-guard/references/mcp-and-evidence.md +22 -0
  1260. package/skills/azure/azure-live-pim-jit-activation-guard/references/official-sources.md +22 -9
  1261. package/skills/azure/azure-live-pim-jit-activation-guard/references/permission-model.md +3 -1
  1262. package/skills/azure/azure-live-pim-jit-activation-guard/references/pim-jit-activation-operations.md +68 -0
  1263. package/skills/azure/azure-live-pim-jit-activation-guard/references/preflight-commands.md +9 -5
  1264. package/skills/azure/azure-live-pim-jit-activation-guard/references/rollback-playbook.md +12 -8
  1265. package/skills/azure/azure-live-pim-jit-activation-guard/references/safety-checklist.md +28 -0
  1266. package/skills/azure/azure-live-pim-jit-activation-guard/references/workflow-and-output.md +30 -0
  1267. package/skills/azure/azure-maestro/SKILL.md +14 -3
  1268. package/skills/azure/azure-maestro/metadata.json +9 -9
  1269. package/skills/azure/azure-maestro/references/maestro-routing-operations.md +68 -0
  1270. package/skills/azure/azure-maestro/references/mcp-and-evidence.md +22 -0
  1271. package/skills/azure/azure-maestro/references/official-sources.md +25 -0
  1272. package/skills/azure/azure-maestro/references/safety-checklist.md +28 -0
  1273. package/skills/azure/azure-maestro/references/workflow-and-output.md +30 -0
  1274. package/skills/azure/azure-migrate-landing-zone-cutover/SKILL.md +6 -4
  1275. package/skills/azure/azure-migrate-landing-zone-cutover/metadata.json +9 -9
  1276. package/skills/azure/azure-migrate-landing-zone-cutover/references/mcp-and-evidence.md +16 -31
  1277. package/skills/azure/azure-migrate-landing-zone-cutover/references/migration-cutover-operations.md +68 -0
  1278. package/skills/azure/azure-migrate-landing-zone-cutover/references/official-sources.md +22 -8
  1279. package/skills/azure/azure-migrate-landing-zone-cutover/references/safety-checklist.md +28 -0
  1280. package/skills/azure/azure-migrate-landing-zone-cutover/references/workflow-and-output.md +21 -108
  1281. package/skills/azure/azure-network-topology-review/SKILL.md +5 -3
  1282. package/skills/azure/azure-network-topology-review/metadata.json +10 -8
  1283. package/skills/azure/azure-network-topology-review/references/mcp-and-evidence.md +18 -12
  1284. package/skills/azure/azure-network-topology-review/references/network-topology-operations.md +68 -0
  1285. package/skills/azure/azure-network-topology-review/references/official-sources.md +21 -13
  1286. package/skills/azure/azure-network-topology-review/references/safety-checklist.md +28 -0
  1287. package/skills/azure/azure-network-topology-review/references/workflow-and-output.md +21 -120
  1288. package/skills/azure/azure-observability-investigator/SKILL.md +5 -3
  1289. package/skills/azure/azure-observability-investigator/metadata.json +14 -19
  1290. package/skills/azure/azure-observability-investigator/references/mcp-and-evidence.md +16 -31
  1291. package/skills/azure/azure-observability-investigator/references/observability-investigation-operations.md +68 -0
  1292. package/skills/azure/azure-observability-investigator/references/official-sources.md +25 -13
  1293. package/skills/azure/azure-observability-investigator/references/safety-checklist.md +28 -0
  1294. package/skills/azure/azure-observability-investigator/references/workflow-and-output.md +21 -122
  1295. package/skills/azure/azure-platform-automation-devops/SKILL.md +7 -5
  1296. package/skills/azure/azure-platform-automation-devops/metadata.json +11 -14
  1297. package/skills/azure/azure-platform-automation-devops/references/mcp-and-evidence.md +14 -30
  1298. package/skills/azure/azure-platform-automation-devops/references/official-sources.md +20 -13
  1299. package/skills/azure/azure-platform-automation-devops/references/platform-automation-operations.md +69 -0
  1300. package/skills/azure/azure-platform-automation-devops/references/safety-checklist.md +24 -0
  1301. package/skills/azure/azure-platform-automation-devops/references/workflow-and-output.md +31 -99
  1302. package/skills/azure/azure-private-endpoint-adoption-planner/SKILL.md +8 -7
  1303. package/skills/azure/azure-private-endpoint-adoption-planner/metadata.json +10 -11
  1304. package/skills/azure/azure-private-endpoint-adoption-planner/references/mcp-and-evidence.md +14 -19
  1305. package/skills/azure/azure-private-endpoint-adoption-planner/references/official-sources.md +19 -17
  1306. package/skills/azure/azure-private-endpoint-adoption-planner/references/private-endpoint-adoption-operations.md +69 -0
  1307. package/skills/azure/azure-private-endpoint-adoption-planner/references/safety-checklist.md +24 -0
  1308. package/skills/azure/azure-private-endpoint-adoption-planner/references/workflow-and-output.md +31 -90
  1309. package/skills/azure/azure-rbac-review/SKILL.md +6 -4
  1310. package/skills/azure/azure-rbac-review/metadata.json +11 -6
  1311. package/skills/azure/azure-rbac-review/references/mcp-and-evidence.md +17 -9
  1312. package/skills/azure/azure-rbac-review/references/official-sources.md +19 -14
  1313. package/skills/azure/azure-rbac-review/references/rbac-review-operations.md +69 -0
  1314. package/skills/azure/azure-rbac-review/references/safety-checklist.md +24 -0
  1315. package/skills/azure/azure-rbac-review/references/workflow-and-output.md +34 -26
  1316. package/skills/azure/azure-resilience-bcdr-review/SKILL.md +8 -6
  1317. package/skills/azure/azure-resilience-bcdr-review/metadata.json +10 -12
  1318. package/skills/azure/azure-resilience-bcdr-review/references/mcp-and-evidence.md +14 -29
  1319. package/skills/azure/azure-resilience-bcdr-review/references/official-sources.md +19 -11
  1320. package/skills/azure/azure-resilience-bcdr-review/references/resilience-bcdr-operations.md +69 -0
  1321. package/skills/azure/azure-resilience-bcdr-review/references/safety-checklist.md +24 -0
  1322. package/skills/azure/azure-resilience-bcdr-review/references/workflow-and-output.md +31 -68
  1323. package/skills/azure/azure-resource-health-incident-triage/SKILL.md +8 -6
  1324. package/skills/azure/azure-resource-health-incident-triage/metadata.json +10 -13
  1325. package/skills/azure/azure-resource-health-incident-triage/references/mcp-and-evidence.md +14 -27
  1326. package/skills/azure/azure-resource-health-incident-triage/references/official-sources.md +19 -12
  1327. package/skills/azure/azure-resource-health-incident-triage/references/resource-health-triage-operations.md +69 -0
  1328. package/skills/azure/azure-resource-health-incident-triage/references/safety-checklist.md +24 -0
  1329. package/skills/azure/azure-resource-health-incident-triage/references/workflow-and-output.md +31 -69
  1330. package/skills/azure/azure-role-selector/SKILL.md +6 -4
  1331. package/skills/azure/azure-role-selector/metadata.json +10 -8
  1332. package/skills/azure/azure-role-selector/references/mcp-and-evidence.md +17 -8
  1333. package/skills/azure/azure-role-selector/references/official-sources.md +21 -14
  1334. package/skills/azure/azure-role-selector/references/role-selection-operations.md +69 -0
  1335. package/skills/azure/azure-role-selector/references/safety-checklist.md +24 -0
  1336. package/skills/azure/azure-role-selector/references/workflow-and-output.md +31 -92
  1337. package/skills/azure/azure-security-posture-hardening/SKILL.md +6 -4
  1338. package/skills/azure/azure-security-posture-hardening/metadata.json +11 -15
  1339. package/skills/azure/azure-security-posture-hardening/references/mcp-and-evidence.md +17 -19
  1340. package/skills/azure/azure-security-posture-hardening/references/official-sources.md +26 -15
  1341. package/skills/azure/azure-security-posture-hardening/references/safety-checklist.md +24 -0
  1342. package/skills/azure/azure-security-posture-hardening/references/security-posture-hardening-operations.md +69 -0
  1343. package/skills/azure/azure-security-posture-hardening/references/workflow-and-output.md +30 -85
  1344. package/skills/azure/azure-subscription-resource-organization/SKILL.md +8 -7
  1345. package/skills/azure/azure-subscription-resource-organization/metadata.json +11 -12
  1346. package/skills/azure/azure-subscription-resource-organization/references/mcp-and-evidence.md +14 -25
  1347. package/skills/azure/azure-subscription-resource-organization/references/official-sources.md +23 -11
  1348. package/skills/azure/azure-subscription-resource-organization/references/safety-checklist.md +24 -0
  1349. package/skills/azure/azure-subscription-resource-organization/references/subscription-resource-organization-operations.md +69 -0
  1350. package/skills/azure/azure-subscription-resource-organization/references/workflow-and-output.md +31 -85
  1351. package/skills/azure/azure-waf-cost-optimization-review/SKILL.md +25 -81
  1352. package/skills/azure/azure-waf-cost-optimization-review/metadata.json +18 -6
  1353. package/skills/azure/azure-waf-cost-optimization-review/references/mcp-and-evidence.md +21 -0
  1354. package/skills/azure/azure-waf-cost-optimization-review/references/official-sources.md +24 -0
  1355. package/skills/azure/azure-waf-cost-optimization-review/references/safety-checklist.md +24 -0
  1356. package/skills/azure/azure-waf-cost-optimization-review/references/waf-cost-optimization-operations.md +69 -0
  1357. package/skills/azure/azure-waf-cost-optimization-review/references/workflow-and-output.md +41 -0
  1358. package/skills/azure/azure-waf-reliability-review/SKILL.md +25 -88
  1359. package/skills/azure/azure-waf-reliability-review/metadata.json +18 -6
  1360. package/skills/azure/azure-waf-reliability-review/references/mcp-and-evidence.md +21 -0
  1361. package/skills/azure/azure-waf-reliability-review/references/official-sources.md +23 -0
  1362. package/skills/azure/azure-waf-reliability-review/references/safety-checklist.md +24 -0
  1363. package/skills/azure/azure-waf-reliability-review/references/waf-reliability-operations.md +69 -0
  1364. package/skills/azure/azure-waf-reliability-review/references/workflow-and-output.md +41 -0
  1365. package/skills/azure/azure-waf-security-review/SKILL.md +33 -63
  1366. package/skills/azure/azure-waf-security-review/metadata.json +18 -7
  1367. package/skills/azure/azure-waf-security-review/references/mcp-and-evidence.md +30 -0
  1368. package/skills/azure/azure-waf-security-review/references/official-sources.md +36 -0
  1369. package/skills/azure/azure-waf-security-review/references/safety-checklist.md +28 -0
  1370. package/skills/azure/azure-waf-security-review/references/waf-security-operations.md +75 -0
  1371. package/skills/azure/azure-waf-security-review/references/workflow-and-output.md +40 -0
  1372. package/skills/oci/oci-autonomous-database-architect/SKILL.md +30 -108
  1373. package/skills/oci/oci-autonomous-database-architect/metadata.json +4 -4
  1374. package/skills/oci/oci-autonomous-database-architect/references/autonomous-database-operations.md +69 -0
  1375. package/skills/oci/oci-autonomous-database-architect/references/compatibility-checklist.md +7 -26
  1376. package/skills/oci/oci-autonomous-database-architect/references/deployment-options.md +7 -21
  1377. package/skills/oci/oci-autonomous-database-architect/references/mcp-and-evidence.md +30 -0
  1378. package/skills/oci/oci-autonomous-database-architect/references/official-sources.md +21 -0
  1379. package/skills/oci/oci-autonomous-database-architect/references/safety-checklist.md +11 -27
  1380. package/skills/oci/oci-autonomous-database-architect/references/workflow-and-output.md +24 -0
  1381. package/skills/oci/oci-certificates-issuer-review/SKILL.md +29 -18
  1382. package/skills/oci/oci-certificates-issuer-review/metadata.json +16 -9
  1383. package/skills/oci/oci-certificates-issuer-review/references/certificates-issuer-operations.md +69 -0
  1384. package/skills/oci/oci-certificates-issuer-review/references/mcp-and-evidence.md +30 -0
  1385. package/skills/oci/oci-certificates-issuer-review/references/official-sources.md +21 -0
  1386. package/skills/oci/oci-certificates-issuer-review/references/safety-checklist.md +16 -0
  1387. package/skills/oci/oci-certificates-issuer-review/references/workflow-and-output.md +18 -201
  1388. package/skills/oci/oci-cloud-guard-responder/SKILL.md +31 -90
  1389. package/skills/oci/oci-cloud-guard-responder/metadata.json +6 -6
  1390. package/skills/oci/oci-cloud-guard-responder/references/cloud-guard-operations.md +69 -0
  1391. package/skills/oci/oci-cloud-guard-responder/references/mcp-and-evidence.md +30 -0
  1392. package/skills/oci/oci-cloud-guard-responder/references/official-sources.md +19 -0
  1393. package/skills/oci/oci-cloud-guard-responder/references/safety-checklist.md +11 -27
  1394. package/skills/oci/oci-cloud-guard-responder/references/workflow-and-output.md +24 -0
  1395. package/skills/oci/oci-compute-instance-agent-operator/SKILL.md +30 -89
  1396. package/skills/oci/oci-compute-instance-agent-operator/metadata.json +5 -6
  1397. package/skills/oci/oci-compute-instance-agent-operator/references/instance-agent-operations.md +69 -0
  1398. package/skills/oci/oci-compute-instance-agent-operator/references/mcp-and-evidence.md +30 -0
  1399. package/skills/oci/oci-compute-instance-agent-operator/references/official-sources.md +18 -0
  1400. package/skills/oci/oci-compute-instance-agent-operator/references/safety-checklist.md +11 -27
  1401. package/skills/oci/oci-compute-instance-agent-operator/references/workflow-and-output.md +24 -0
  1402. package/skills/oci/oci-compute-platform-operator/SKILL.md +29 -209
  1403. package/skills/oci/oci-compute-platform-operator/metadata.json +6 -6
  1404. package/skills/oci/oci-compute-platform-operator/references/compute-platform-operations.md +69 -0
  1405. package/skills/oci/oci-compute-platform-operator/references/mcp-and-evidence.md +30 -0
  1406. package/skills/oci/oci-compute-platform-operator/references/official-sources.md +19 -0
  1407. package/skills/oci/oci-compute-platform-operator/references/safety-checklist.md +11 -27
  1408. package/skills/oci/oci-compute-platform-operator/references/workflow-and-output.md +24 -0
  1409. package/skills/oci/oci-cost-finops-analyst/SKILL.md +29 -212
  1410. package/skills/oci/oci-cost-finops-analyst/metadata.json +8 -6
  1411. package/skills/oci/oci-cost-finops-analyst/references/cost-finops-operations.md +70 -0
  1412. package/skills/oci/oci-cost-finops-analyst/references/mcp-and-evidence.md +30 -0
  1413. package/skills/oci/oci-cost-finops-analyst/references/official-sources.md +21 -0
  1414. package/skills/oci/oci-cost-finops-analyst/references/safety-checklist.md +11 -27
  1415. package/skills/oci/oci-cost-finops-analyst/references/workflow-and-output.md +24 -0
  1416. package/skills/oci/oci-database-platform-dba/SKILL.md +28 -234
  1417. package/skills/oci/oci-database-platform-dba/metadata.json +8 -6
  1418. package/skills/oci/oci-database-platform-dba/references/database-platform-operations.md +70 -0
  1419. package/skills/oci/oci-database-platform-dba/references/mcp-and-evidence.md +30 -0
  1420. package/skills/oci/oci-database-platform-dba/references/official-sources.md +21 -0
  1421. package/skills/oci/oci-database-platform-dba/references/safety-checklist.md +11 -27
  1422. package/skills/oci/oci-database-platform-dba/references/workflow-and-output.md +24 -0
  1423. package/skills/oci/oci-dbtools-sql-analyst/SKILL.md +31 -90
  1424. package/skills/oci/oci-dbtools-sql-analyst/metadata.json +8 -6
  1425. package/skills/oci/oci-dbtools-sql-analyst/references/dbtools-sql-operations.md +70 -0
  1426. package/skills/oci/oci-dbtools-sql-analyst/references/mcp-and-evidence.md +30 -0
  1427. package/skills/oci/oci-dbtools-sql-analyst/references/official-sources.md +21 -0
  1428. package/skills/oci/oci-dbtools-sql-analyst/references/safety-checklist.md +11 -27
  1429. package/skills/oci/oci-dbtools-sql-analyst/references/workflow-and-output.md +24 -0
  1430. package/skills/oci/oci-devops-container-platform-engineer/SKILL.md +28 -222
  1431. package/skills/oci/oci-devops-container-platform-engineer/metadata.json +8 -6
  1432. package/skills/oci/oci-devops-container-platform-engineer/references/devops-container-operations.md +70 -0
  1433. package/skills/oci/oci-devops-container-platform-engineer/references/mcp-and-evidence.md +30 -0
  1434. package/skills/oci/oci-devops-container-platform-engineer/references/official-sources.md +21 -0
  1435. package/skills/oci/oci-devops-container-platform-engineer/references/safety-checklist.md +11 -27
  1436. package/skills/oci/oci-devops-container-platform-engineer/references/workflow-and-output.md +24 -0
  1437. package/skills/oci/oci-exadata-database-architect/SKILL.md +29 -287
  1438. package/skills/oci/oci-exadata-database-architect/metadata.json +6 -5
  1439. package/skills/oci/oci-exadata-database-architect/references/exadata-database-operations.md +70 -0
  1440. package/skills/oci/oci-exadata-database-architect/references/mcp-and-evidence.md +30 -0
  1441. package/skills/oci/oci-exadata-database-architect/references/official-sources.md +23 -0
  1442. package/skills/oci/oci-exadata-database-architect/references/safety-checklist.md +16 -0
  1443. package/skills/oci/oci-exadata-database-architect/references/workflow-and-output.md +24 -0
  1444. package/skills/oci/oci-exadata-platform-architect/SKILL.md +30 -108
  1445. package/skills/oci/oci-exadata-platform-architect/metadata.json +8 -6
  1446. package/skills/oci/oci-exadata-platform-architect/references/exadata-platform-operations.md +64 -0
  1447. package/skills/oci/oci-exadata-platform-architect/references/mcp-and-evidence.md +30 -0
  1448. package/skills/oci/oci-exadata-platform-architect/references/official-sources.md +22 -0
  1449. package/skills/oci/oci-exadata-platform-architect/references/safety-checklist.md +26 -23
  1450. package/skills/oci/oci-exadata-platform-architect/references/workflow-and-output.md +26 -0
  1451. package/skills/oci/oci-fusion-apps-environment-operator/SKILL.md +30 -89
  1452. package/skills/oci/oci-fusion-apps-environment-operator/metadata.json +8 -6
  1453. package/skills/oci/oci-fusion-apps-environment-operator/references/fusion-apps-environment-operations.md +64 -0
  1454. package/skills/oci/oci-fusion-apps-environment-operator/references/mcp-and-evidence.md +30 -0
  1455. package/skills/oci/oci-fusion-apps-environment-operator/references/official-sources.md +22 -0
  1456. package/skills/oci/oci-fusion-apps-environment-operator/references/safety-checklist.md +26 -23
  1457. package/skills/oci/oci-fusion-apps-environment-operator/references/workflow-and-output.md +26 -0
  1458. package/skills/oci/oci-goldengate-replication-operator/SKILL.md +30 -89
  1459. package/skills/oci/oci-goldengate-replication-operator/metadata.json +7 -6
  1460. package/skills/oci/oci-goldengate-replication-operator/references/goldengate-replication-operations.md +65 -0
  1461. package/skills/oci/oci-goldengate-replication-operator/references/mcp-and-evidence.md +30 -0
  1462. package/skills/oci/oci-goldengate-replication-operator/references/official-sources.md +21 -0
  1463. package/skills/oci/oci-goldengate-replication-operator/references/safety-checklist.md +26 -23
  1464. package/skills/oci/oci-goldengate-replication-operator/references/workflow-and-output.md +26 -0
  1465. package/skills/oci/oci-identity-access-governor/SKILL.md +29 -208
  1466. package/skills/oci/oci-identity-access-governor/metadata.json +9 -6
  1467. package/skills/oci/oci-identity-access-governor/references/identity-access-operations.md +66 -0
  1468. package/skills/oci/oci-identity-access-governor/references/mcp-and-evidence.md +30 -0
  1469. package/skills/oci/oci-identity-access-governor/references/official-sources.md +23 -0
  1470. package/skills/oci/oci-identity-access-governor/references/safety-checklist.md +26 -23
  1471. package/skills/oci/oci-identity-access-governor/references/workflow-and-output.md +26 -0
  1472. package/skills/oci/oci-iot-digital-twin-engineer/SKILL.md +30 -89
  1473. package/skills/oci/oci-iot-digital-twin-engineer/metadata.json +5 -6
  1474. package/skills/oci/oci-iot-digital-twin-engineer/references/iot-digital-twin-operations.md +65 -0
  1475. package/skills/oci/oci-iot-digital-twin-engineer/references/mcp-and-evidence.md +30 -0
  1476. package/skills/oci/oci-iot-digital-twin-engineer/references/official-sources.md +19 -0
  1477. package/skills/oci/oci-iot-digital-twin-engineer/references/safety-checklist.md +26 -23
  1478. package/skills/oci/oci-iot-digital-twin-engineer/references/workflow-and-output.md +26 -0
  1479. package/skills/oci/oci-limits-capacity-planner/SKILL.md +31 -90
  1480. package/skills/oci/oci-limits-capacity-planner/metadata.json +7 -6
  1481. package/skills/oci/oci-limits-capacity-planner/references/limits-capacity-operations.md +65 -0
  1482. package/skills/oci/oci-limits-capacity-planner/references/mcp-and-evidence.md +30 -0
  1483. package/skills/oci/oci-limits-capacity-planner/references/official-sources.md +21 -0
  1484. package/skills/oci/oci-limits-capacity-planner/references/safety-checklist.md +26 -23
  1485. package/skills/oci/oci-limits-capacity-planner/references/workflow-and-output.md +26 -0
  1486. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/SKILL.md +26 -27
  1487. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/metadata.json +8 -8
  1488. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/autonomous-db-lifecycle-operations.md +63 -0
  1489. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/mcp-and-evidence.md +30 -0
  1490. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/official-sources.md +18 -9
  1491. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/safety-checklist.md +35 -0
  1492. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/workflow-and-output.md +26 -0
  1493. package/skills/oci/oci-live-cost-budget-runaway-guard/SKILL.md +26 -27
  1494. package/skills/oci/oci-live-cost-budget-runaway-guard/metadata.json +6 -6
  1495. package/skills/oci/oci-live-cost-budget-runaway-guard/references/cost-budget-runaway-operations.md +65 -0
  1496. package/skills/oci/oci-live-cost-budget-runaway-guard/references/mcp-and-evidence.md +30 -0
  1497. package/skills/oci/oci-live-cost-budget-runaway-guard/references/official-sources.md +15 -10
  1498. package/skills/oci/oci-live-cost-budget-runaway-guard/references/safety-checklist.md +35 -0
  1499. package/skills/oci/oci-live-cost-budget-runaway-guard/references/workflow-and-output.md +26 -0
  1500. package/skills/oci/oci-live-iam-policy-compartment-guard/SKILL.md +26 -27
  1501. package/skills/oci/oci-live-iam-policy-compartment-guard/metadata.json +7 -7
  1502. package/skills/oci/oci-live-iam-policy-compartment-guard/references/iam-policy-compartment-operations.md +65 -0
  1503. package/skills/oci/oci-live-iam-policy-compartment-guard/references/mcp-and-evidence.md +30 -0
  1504. package/skills/oci/oci-live-iam-policy-compartment-guard/references/official-sources.md +17 -8
  1505. package/skills/oci/oci-live-iam-policy-compartment-guard/references/safety-checklist.md +35 -0
  1506. package/skills/oci/oci-live-iam-policy-compartment-guard/references/workflow-and-output.md +26 -0
  1507. package/skills/oci/oci-live-network-security-rule-guard/SKILL.md +26 -35
  1508. package/skills/oci/oci-live-network-security-rule-guard/metadata.json +6 -7
  1509. package/skills/oci/oci-live-network-security-rule-guard/references/mcp-and-evidence.md +30 -0
  1510. package/skills/oci/oci-live-network-security-rule-guard/references/network-security-rule-operations.md +65 -0
  1511. package/skills/oci/oci-live-network-security-rule-guard/references/official-sources.md +18 -17
  1512. package/skills/oci/oci-live-network-security-rule-guard/references/safety-checklist.md +35 -0
  1513. package/skills/oci/oci-live-network-security-rule-guard/references/workflow-and-output.md +26 -0
  1514. package/skills/oci/oci-live-oke-rollout-guard/SKILL.md +26 -27
  1515. package/skills/oci/oci-live-oke-rollout-guard/metadata.json +5 -4
  1516. package/skills/oci/oci-live-oke-rollout-guard/references/mcp-and-evidence.md +30 -0
  1517. package/skills/oci/oci-live-oke-rollout-guard/references/official-sources.md +16 -11
  1518. package/skills/oci/oci-live-oke-rollout-guard/references/oke-rollout-operations.md +65 -0
  1519. package/skills/oci/oci-live-oke-rollout-guard/references/safety-checklist.md +35 -0
  1520. package/skills/oci/oci-live-oke-rollout-guard/references/workflow-and-output.md +26 -0
  1521. package/skills/oci/oci-live-resource-manager-stack-guard/SKILL.md +26 -27
  1522. package/skills/oci/oci-live-resource-manager-stack-guard/metadata.json +8 -8
  1523. package/skills/oci/oci-live-resource-manager-stack-guard/references/mcp-and-evidence.md +30 -0
  1524. package/skills/oci/oci-live-resource-manager-stack-guard/references/official-sources.md +18 -8
  1525. package/skills/oci/oci-live-resource-manager-stack-guard/references/resource-manager-stack-operations.md +66 -0
  1526. package/skills/oci/oci-live-resource-manager-stack-guard/references/safety-checklist.md +35 -0
  1527. package/skills/oci/oci-live-resource-manager-stack-guard/references/workflow-and-output.md +26 -0
  1528. package/skills/oci/oci-live-vault-key-destruction-guard/SKILL.md +26 -27
  1529. package/skills/oci/oci-live-vault-key-destruction-guard/metadata.json +7 -7
  1530. package/skills/oci/oci-live-vault-key-destruction-guard/references/mcp-and-evidence.md +30 -0
  1531. package/skills/oci/oci-live-vault-key-destruction-guard/references/official-sources.md +17 -8
  1532. package/skills/oci/oci-live-vault-key-destruction-guard/references/safety-checklist.md +35 -0
  1533. package/skills/oci/oci-live-vault-key-destruction-guard/references/vault-key-destruction-operations.md +66 -0
  1534. package/skills/oci/oci-live-vault-key-destruction-guard/references/workflow-and-output.md +26 -0
  1535. package/skills/oci/oci-load-balancer-traffic-engineer/SKILL.md +30 -89
  1536. package/skills/oci/oci-load-balancer-traffic-engineer/metadata.json +8 -6
  1537. package/skills/oci/oci-load-balancer-traffic-engineer/references/load-balancer-traffic-operations.md +67 -0
  1538. package/skills/oci/oci-load-balancer-traffic-engineer/references/mcp-and-evidence.md +30 -0
  1539. package/skills/oci/oci-load-balancer-traffic-engineer/references/official-sources.md +22 -0
  1540. package/skills/oci/oci-load-balancer-traffic-engineer/references/safety-checklist.md +26 -23
  1541. package/skills/oci/oci-load-balancer-traffic-engineer/references/workflow-and-output.md +26 -0
  1542. package/skills/oci/oci-maestro/SKILL.md +31 -146
  1543. package/skills/oci/oci-maestro/metadata.json +6 -6
  1544. package/skills/oci/oci-maestro/references/maestro-routing-operations.md +64 -0
  1545. package/skills/oci/oci-maestro/references/mcp-and-evidence.md +30 -0
  1546. package/skills/oci/oci-maestro/references/official-sources.md +22 -0
  1547. package/skills/oci/oci-maestro/references/safety-checklist.md +35 -0
  1548. package/skills/oci/oci-maestro/references/workflow-and-output.md +26 -0
  1549. package/skills/oci/oci-migration-cutover-architect/SKILL.md +31 -89
  1550. package/skills/oci/oci-migration-cutover-architect/metadata.json +7 -6
  1551. package/skills/oci/oci-migration-cutover-architect/references/mcp-and-evidence.md +33 -0
  1552. package/skills/oci/oci-migration-cutover-architect/references/migration-cutover-operations.md +65 -0
  1553. package/skills/oci/oci-migration-cutover-architect/references/official-sources.md +22 -0
  1554. package/skills/oci/oci-migration-cutover-architect/references/safety-checklist.md +26 -23
  1555. package/skills/oci/oci-migration-cutover-architect/references/workflow-and-output.md +27 -0
  1556. package/skills/oci/oci-multi-cloud-architect/SKILL.md +29 -248
  1557. package/skills/oci/oci-multi-cloud-architect/metadata.json +9 -6
  1558. package/skills/oci/oci-multi-cloud-architect/references/mcp-and-evidence.md +33 -0
  1559. package/skills/oci/oci-multi-cloud-architect/references/multi-cloud-architecture-operations.md +64 -0
  1560. package/skills/oci/oci-multi-cloud-architect/references/official-sources.md +24 -0
  1561. package/skills/oci/oci-multi-cloud-architect/references/safety-checklist.md +26 -23
  1562. package/skills/oci/oci-multi-cloud-architect/references/workflow-and-output.md +27 -0
  1563. package/skills/oci/oci-mysql-heatwave-ai-specialist/SKILL.md +31 -89
  1564. package/skills/oci/oci-mysql-heatwave-ai-specialist/metadata.json +7 -6
  1565. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/mcp-and-evidence.md +33 -0
  1566. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/mysql-heatwave-ai-operations.md +65 -0
  1567. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/official-sources.md +22 -0
  1568. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/safety-checklist.md +26 -23
  1569. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/workflow-and-output.md +27 -0
  1570. package/skills/oci/oci-network-architect/SKILL.md +30 -195
  1571. package/skills/oci/oci-network-architect/metadata.json +9 -6
  1572. package/skills/oci/oci-network-architect/references/mcp-and-evidence.md +33 -0
  1573. package/skills/oci/oci-network-architect/references/network-architecture-operations.md +65 -0
  1574. package/skills/oci/oci-network-architect/references/official-sources.md +24 -0
  1575. package/skills/oci/oci-network-architect/references/safety-checklist.md +26 -23
  1576. package/skills/oci/oci-network-architect/references/workflow-and-output.md +27 -0
  1577. package/skills/oci/oci-observability-incident-responder/SKILL.md +30 -238
  1578. package/skills/oci/oci-observability-incident-responder/metadata.json +9 -6
  1579. package/skills/oci/oci-observability-incident-responder/references/mcp-and-evidence.md +33 -0
  1580. package/skills/oci/oci-observability-incident-responder/references/observability-incident-operations.md +66 -0
  1581. package/skills/oci/oci-observability-incident-responder/references/official-sources.md +24 -0
  1582. package/skills/oci/oci-observability-incident-responder/references/safety-checklist.md +26 -23
  1583. package/skills/oci/oci-observability-incident-responder/references/workflow-and-output.md +27 -0
  1584. package/skills/oci/oci-recovery-service-operator/SKILL.md +30 -89
  1585. package/skills/oci/oci-recovery-service-operator/metadata.json +7 -6
  1586. package/skills/oci/oci-recovery-service-operator/references/mcp-and-evidence.md +30 -0
  1587. package/skills/oci/oci-recovery-service-operator/references/official-sources.md +21 -0
  1588. package/skills/oci/oci-recovery-service-operator/references/recovery-service-operations.md +65 -0
  1589. package/skills/oci/oci-recovery-service-operator/references/safety-checklist.md +26 -23
  1590. package/skills/oci/oci-recovery-service-operator/references/workflow-and-output.md +26 -0
  1591. package/skills/oci/oci-registry-artifact-governor/SKILL.md +30 -89
  1592. package/skills/oci/oci-registry-artifact-governor/metadata.json +8 -6
  1593. package/skills/oci/oci-registry-artifact-governor/references/mcp-and-evidence.md +30 -0
  1594. package/skills/oci/oci-registry-artifact-governor/references/official-sources.md +22 -0
  1595. package/skills/oci/oci-registry-artifact-governor/references/registry-artifact-operations.md +65 -0
  1596. package/skills/oci/oci-registry-artifact-governor/references/safety-checklist.md +26 -23
  1597. package/skills/oci/oci-registry-artifact-governor/references/workflow-and-output.md +26 -0
  1598. package/skills/oci/oci-resource-search-inventory-analyst/SKILL.md +31 -90
  1599. package/skills/oci/oci-resource-search-inventory-analyst/metadata.json +7 -6
  1600. package/skills/oci/oci-resource-search-inventory-analyst/references/mcp-and-evidence.md +30 -0
  1601. package/skills/oci/oci-resource-search-inventory-analyst/references/official-sources.md +21 -0
  1602. package/skills/oci/oci-resource-search-inventory-analyst/references/resource-search-inventory-operations.md +65 -0
  1603. package/skills/oci/oci-resource-search-inventory-analyst/references/safety-checklist.md +26 -23
  1604. package/skills/oci/oci-resource-search-inventory-analyst/references/workflow-and-output.md +26 -0
  1605. package/skills/oci/oci-security-compliance-reviewer/SKILL.md +28 -210
  1606. package/skills/oci/oci-security-compliance-reviewer/metadata.json +10 -6
  1607. package/skills/oci/oci-security-compliance-reviewer/references/mcp-and-evidence.md +30 -0
  1608. package/skills/oci/oci-security-compliance-reviewer/references/official-sources.md +24 -0
  1609. package/skills/oci/oci-security-compliance-reviewer/references/safety-checklist.md +26 -23
  1610. package/skills/oci/oci-security-compliance-reviewer/references/security-compliance-operations.md +65 -0
  1611. package/skills/oci/oci-security-compliance-reviewer/references/workflow-and-output.md +26 -0
  1612. package/skills/oci/oci-solution-architect/SKILL.md +28 -219
  1613. package/skills/oci/oci-solution-architect/metadata.json +9 -6
  1614. package/skills/oci/oci-solution-architect/references/mcp-and-evidence.md +30 -0
  1615. package/skills/oci/oci-solution-architect/references/official-sources.md +23 -0
  1616. package/skills/oci/oci-solution-architect/references/safety-checklist.md +26 -23
  1617. package/skills/oci/oci-solution-architect/references/solution-architecture-operations.md +65 -0
  1618. package/skills/oci/oci-solution-architect/references/workflow-and-output.md +26 -0
  1619. package/skills/oci/oci-storage-backup-steward/SKILL.md +24 -236
  1620. package/skills/oci/oci-storage-backup-steward/metadata.json +8 -6
  1621. package/skills/oci/oci-storage-backup-steward/references/mcp-and-evidence.md +25 -0
  1622. package/skills/oci/oci-storage-backup-steward/references/oci-storage-backup-steward-operations.md +59 -0
  1623. package/skills/oci/oci-storage-backup-steward/references/official-sources.md +15 -0
  1624. package/skills/oci/oci-storage-backup-steward/references/safety-checklist.md +11 -25
  1625. package/skills/oci/oci-storage-backup-steward/references/workflow-and-output.md +24 -0
  1626. package/skills/oci/oci-support-incident-coordinator/SKILL.md +26 -93
  1627. package/skills/oci/oci-support-incident-coordinator/metadata.json +7 -6
  1628. package/skills/oci/oci-support-incident-coordinator/references/mcp-and-evidence.md +25 -0
  1629. package/skills/oci/oci-support-incident-coordinator/references/oci-support-incident-coordinator-operations.md +58 -0
  1630. package/skills/oci/oci-support-incident-coordinator/references/official-sources.md +14 -0
  1631. package/skills/oci/oci-support-incident-coordinator/references/safety-checklist.md +11 -25
  1632. package/skills/oci/oci-support-incident-coordinator/references/workflow-and-output.md +24 -0
  1633. package/skills/oci/oci-waf-cost-optimization-review/SKILL.md +25 -77
  1634. package/skills/oci/oci-waf-cost-optimization-review/metadata.json +16 -8
  1635. package/skills/oci/oci-waf-cost-optimization-review/references/mcp-and-evidence.md +25 -0
  1636. package/skills/oci/oci-waf-cost-optimization-review/references/oci-waf-cost-optimization-review-operations.md +58 -0
  1637. package/skills/oci/oci-waf-cost-optimization-review/references/official-sources.md +15 -0
  1638. package/skills/oci/oci-waf-cost-optimization-review/references/safety-checklist.md +18 -0
  1639. package/skills/oci/oci-waf-cost-optimization-review/references/workflow-and-output.md +24 -0
  1640. package/skills/oci/oci-waf-reliability-review/SKILL.md +25 -75
  1641. package/skills/oci/oci-waf-reliability-review/metadata.json +15 -7
  1642. package/skills/oci/oci-waf-reliability-review/references/mcp-and-evidence.md +25 -0
  1643. package/skills/oci/oci-waf-reliability-review/references/oci-waf-reliability-review-operations.md +58 -0
  1644. package/skills/oci/oci-waf-reliability-review/references/official-sources.md +15 -0
  1645. package/skills/oci/oci-waf-reliability-review/references/safety-checklist.md +18 -0
  1646. package/skills/oci/oci-waf-reliability-review/references/workflow-and-output.md +24 -0
  1647. package/skills/oci/oci-waf-security-review/SKILL.md +25 -71
  1648. package/skills/oci/oci-waf-security-review/metadata.json +15 -8
  1649. package/skills/oci/oci-waf-security-review/references/mcp-and-evidence.md +25 -0
  1650. package/skills/oci/oci-waf-security-review/references/oci-waf-security-review-operations.md +58 -0
  1651. package/skills/oci/oci-waf-security-review/references/official-sources.md +15 -0
  1652. package/skills/oci/oci-waf-security-review/references/safety-checklist.md +18 -0
  1653. package/skills/oci/oci-waf-security-review/references/workflow-and-output.md +24 -0
  1654. package/skills/oci/oracle-oci-mcp-grounded-advisor/SKILL.md +26 -21
  1655. package/skills/oci/oracle-oci-mcp-grounded-advisor/metadata.json +6 -5
  1656. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/mcp-and-evidence.md +25 -0
  1657. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/official-sources.md +15 -0
  1658. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/oracle-oci-mcp-grounded-advisor-operations.md +58 -0
  1659. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/safety-checklist.md +18 -0
  1660. package/skills/oci/oracle-oci-mcp-grounded-advisor/references/workflow-and-output.md +24 -0
  1661. package/skills/oci/oci-autonomous-database-architect/references/documentation-fallback.md +0 -30
  1662. package/skills/oci/oci-autonomous-database-architect/references/oracle-mcp.md +0 -28
  1663. package/skills/oci/oci-cloud-guard-responder/references/documentation-fallback.md +0 -30
  1664. package/skills/oci/oci-cloud-guard-responder/references/oracle-mcp.md +0 -23
  1665. package/skills/oci/oci-compute-instance-agent-operator/references/documentation-fallback.md +0 -30
  1666. package/skills/oci/oci-compute-instance-agent-operator/references/oracle-mcp.md +0 -23
  1667. package/skills/oci/oci-compute-platform-operator/references/documentation-fallback.md +0 -30
  1668. package/skills/oci/oci-compute-platform-operator/references/oracle-mcp.md +0 -22
  1669. package/skills/oci/oci-cost-finops-analyst/references/documentation-fallback.md +0 -30
  1670. package/skills/oci/oci-cost-finops-analyst/references/oracle-mcp.md +0 -22
  1671. package/skills/oci/oci-database-platform-dba/references/documentation-fallback.md +0 -30
  1672. package/skills/oci/oci-database-platform-dba/references/oracle-mcp.md +0 -22
  1673. package/skills/oci/oci-dbtools-sql-analyst/references/documentation-fallback.md +0 -30
  1674. package/skills/oci/oci-dbtools-sql-analyst/references/oracle-mcp.md +0 -23
  1675. package/skills/oci/oci-devops-container-platform-engineer/references/documentation-fallback.md +0 -30
  1676. package/skills/oci/oci-devops-container-platform-engineer/references/oracle-mcp.md +0 -22
  1677. package/skills/oci/oci-exadata-platform-architect/references/compatibility-checklist.md +0 -25
  1678. package/skills/oci/oci-exadata-platform-architect/references/deployment-options.md +0 -22
  1679. package/skills/oci/oci-exadata-platform-architect/references/documentation-fallback.md +0 -30
  1680. package/skills/oci/oci-exadata-platform-architect/references/oracle-mcp.md +0 -28
  1681. package/skills/oci/oci-fusion-apps-environment-operator/references/documentation-fallback.md +0 -30
  1682. package/skills/oci/oci-fusion-apps-environment-operator/references/oracle-mcp.md +0 -23
  1683. package/skills/oci/oci-goldengate-replication-operator/references/documentation-fallback.md +0 -30
  1684. package/skills/oci/oci-goldengate-replication-operator/references/oracle-mcp.md +0 -23
  1685. package/skills/oci/oci-identity-access-governor/references/documentation-fallback.md +0 -30
  1686. package/skills/oci/oci-identity-access-governor/references/oracle-mcp.md +0 -22
  1687. package/skills/oci/oci-iot-digital-twin-engineer/references/documentation-fallback.md +0 -30
  1688. package/skills/oci/oci-iot-digital-twin-engineer/references/oracle-mcp.md +0 -23
  1689. package/skills/oci/oci-limits-capacity-planner/references/documentation-fallback.md +0 -30
  1690. package/skills/oci/oci-limits-capacity-planner/references/oracle-mcp.md +0 -23
  1691. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/permission-model.md +0 -49
  1692. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/preflight-commands.md +0 -58
  1693. package/skills/oci/oci-live-autonomous-db-lifecycle-guard/references/rollback-playbook.md +0 -44
  1694. package/skills/oci/oci-live-cost-budget-runaway-guard/references/permission-model.md +0 -59
  1695. package/skills/oci/oci-live-cost-budget-runaway-guard/references/preflight-commands.md +0 -42
  1696. package/skills/oci/oci-live-cost-budget-runaway-guard/references/rollback-playbook.md +0 -44
  1697. package/skills/oci/oci-live-iam-policy-compartment-guard/references/permission-model.md +0 -71
  1698. package/skills/oci/oci-live-iam-policy-compartment-guard/references/preflight-commands.md +0 -49
  1699. package/skills/oci/oci-live-iam-policy-compartment-guard/references/rollback-playbook.md +0 -62
  1700. package/skills/oci/oci-live-network-security-rule-guard/references/permission-model.md +0 -65
  1701. package/skills/oci/oci-live-network-security-rule-guard/references/preflight-commands.md +0 -69
  1702. package/skills/oci/oci-live-network-security-rule-guard/references/rollback-playbook.md +0 -79
  1703. package/skills/oci/oci-live-oke-rollout-guard/references/permission-model.md +0 -80
  1704. package/skills/oci/oci-live-oke-rollout-guard/references/preflight-commands.md +0 -55
  1705. package/skills/oci/oci-live-oke-rollout-guard/references/rollback-playbook.md +0 -45
  1706. package/skills/oci/oci-live-resource-manager-stack-guard/references/permission-model.md +0 -70
  1707. package/skills/oci/oci-live-resource-manager-stack-guard/references/preflight-commands.md +0 -57
  1708. package/skills/oci/oci-live-resource-manager-stack-guard/references/rollback-playbook.md +0 -51
  1709. package/skills/oci/oci-live-vault-key-destruction-guard/references/permission-model.md +0 -55
  1710. package/skills/oci/oci-live-vault-key-destruction-guard/references/preflight-commands.md +0 -62
  1711. package/skills/oci/oci-live-vault-key-destruction-guard/references/rollback-playbook.md +0 -55
  1712. package/skills/oci/oci-load-balancer-traffic-engineer/references/documentation-fallback.md +0 -30
  1713. package/skills/oci/oci-load-balancer-traffic-engineer/references/oracle-mcp.md +0 -23
  1714. package/skills/oci/oci-migration-cutover-architect/references/documentation-fallback.md +0 -30
  1715. package/skills/oci/oci-migration-cutover-architect/references/oracle-mcp.md +0 -23
  1716. package/skills/oci/oci-multi-cloud-architect/references/documentation-fallback.md +0 -30
  1717. package/skills/oci/oci-multi-cloud-architect/references/oracle-mcp.md +0 -22
  1718. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/documentation-fallback.md +0 -30
  1719. package/skills/oci/oci-mysql-heatwave-ai-specialist/references/oracle-mcp.md +0 -23
  1720. package/skills/oci/oci-network-architect/references/documentation-fallback.md +0 -30
  1721. package/skills/oci/oci-network-architect/references/oracle-mcp.md +0 -22
  1722. package/skills/oci/oci-observability-incident-responder/references/documentation-fallback.md +0 -30
  1723. package/skills/oci/oci-observability-incident-responder/references/oracle-mcp.md +0 -22
  1724. package/skills/oci/oci-recovery-service-operator/references/documentation-fallback.md +0 -30
  1725. package/skills/oci/oci-recovery-service-operator/references/oracle-mcp.md +0 -23
  1726. package/skills/oci/oci-registry-artifact-governor/references/documentation-fallback.md +0 -30
  1727. package/skills/oci/oci-registry-artifact-governor/references/oracle-mcp.md +0 -23
  1728. package/skills/oci/oci-resource-search-inventory-analyst/references/documentation-fallback.md +0 -30
  1729. package/skills/oci/oci-resource-search-inventory-analyst/references/oracle-mcp.md +0 -23
  1730. package/skills/oci/oci-security-compliance-reviewer/references/documentation-fallback.md +0 -30
  1731. package/skills/oci/oci-security-compliance-reviewer/references/oracle-mcp.md +0 -22
  1732. package/skills/oci/oci-solution-architect/references/documentation-fallback.md +0 -30
  1733. package/skills/oci/oci-solution-architect/references/oracle-mcp.md +0 -22
  1734. package/skills/oci/oci-storage-backup-steward/references/documentation-fallback.md +0 -30
  1735. package/skills/oci/oci-storage-backup-steward/references/oracle-mcp.md +0 -22
  1736. package/skills/oci/oci-support-incident-coordinator/references/documentation-fallback.md +0 -30
  1737. package/skills/oci/oci-support-incident-coordinator/references/oracle-mcp.md +0 -23
@@ -0,0 +1,99 @@
1
+ # Rust TUI for Vanguard Frontier Agentic marketplace catalog
2
+
3
+ A new Rust binary (`tools/vfa-tui`) provides an interactive terminal interface for browsing the agent/skill/rule catalog, running validation gates, and building export commands. The implementation spans ~7k lines of new code: data models mirroring the catalog JSON schema, a CatalogStore with tainted-entry filtering, fuzzy search via nucleo-matcher, async subprocess execution with secret-redacted env and SIGTERM/SIGKILL lifecycle, a full ratatui widget tree, and 300 tests (unit, integration, property-based). A CI workflow builds and tests on PR, with multi-target release binaries gated behind version tags.
4
+
5
+ Watch for: subprocess output is captured but not sanitized before display (confirmed), base64 redaction heuristic produces false positives on legitimate long strings (confirmed), `validate_argument` is defined but never called in the subprocess spawn path (confirmed), and the navigation view history grows unbounded (likely).
6
+
7
+ ## High-level view
8
+
9
+ The catalog loading pipeline deserializes each JSON file independently, filters entries containing control bytes (taint check), then sorts the remainder by ID. Partial-load semantics mean the TUI remains usable even if individual catalog files are missing or malformed, which is a good operational choice for a read-only browser.
10
+
11
+ The security design follows a layered model: taint rejection at load time, control-byte sanitization available for display, env-var redaction on subprocess spawn, argument validation against shell metacharacters, and path-traversal guards. The gap is that these layers are inconsistently wired together — `validate_argument` exists but isn't called before subprocess spawn, and subprocess stdout/stderr reaches the output widget without passing through `sanitize_subprocess_output`.
12
+
13
+ The subprocess executor spawns children without a shell (`Command::new`), clears the environment, and re-injects only non-secret vars. This is a solid foundation, but the timeout is passive: `check_timeout()` must be polled externally, and nothing in the current event loop calls it, so a hung validation gate will block indefinitely.
14
+
15
+ The UI layer is well-structured: a navigation state machine with push/pop history, a layout manager that degrades for small terminals, and a theme abstraction supporting `--no-color`. The property tests verify rendering determinism and label completeness, which gives confidence that model changes won't silently drop fields from detail views.
16
+
17
+ <details>
18
+ <summary>Issues (6)</summary>
19
+
20
+ 1. **Subprocess output displayed unsanitized** — `sanitize_subprocess_output` exists but is never called on lines before they reach the output widget. Route subprocess lines through the sanitizer before appending to `subprocess_output`.
21
+ 2. **`validate_argument` never invoked** — The function validates arguments against shell metacharacters, but `SubprocessExecutor::spawn` accepts arbitrary `&[String]` without calling it. Either validate in `spawn()` or in the export builder before calling spawn.
22
+ 3. **Timeout not enforced in event loop** — `SubprocessHandle::check_timeout()` is never called from the app event loop. A long-running validation gate will appear hung. Integrate timeout polling into `App::tick()`.
23
+ 4. **Base64 redaction false positives** — Any contiguous alphanumeric/base64 string >40 chars triggers redaction. Legitimate paths, hashes, and UUIDs will be masked in subprocess output. Narrow the heuristic or require structural context (e.g., `=` padding, preceding `Bearer`).
24
+ 5. **Unbounded navigation history** — Each `push_view` appends to `history: Vec<View>` with no cap. In a long session with deep drill-down/back patterns, this grows without bound. Cap at a reasonable depth (e.g., 64).
25
+ 6. **`_KEY` env-var pattern too broad** — `is_secret_env_var` matches any env var containing `_KEY`, which will strip `KEYBOARD_LAYOUT`, `SSH_AUTH_SOCK` (no), but will strip `XDG_SESSION_KEY` and similar non-secret variables. This may cause subprocess failures in environments with non-standard vars.
26
+
27
+ </details>
28
+
29
+ <details>
30
+ <summary>Details</summary>
31
+
32
+ ## Subprocess output sanitization gap
33
+
34
+ The `sanitize_subprocess_output` function in `security/sanitize.rs` correctly strips non-SGR escape sequences while preserving color codes. However, it's only tested in isolation — the actual data path from `SubprocessHandle::try_recv_stdout()` to `App::subprocess_output` to `output::render_output()` never passes through it.
35
+
36
+ In `app.rs`, the subprocess output vector stores `output::OutputLine` structs whose `content` field is populated directly from the subprocess channel. If a malicious or buggy subprocess emits terminal manipulation sequences (cursor repositioning, title overwrite, clipboard injection via OSC 52), these will reach the ratatui paragraph widget unfiltered. Ratatui itself renders text through crossterm, which writes raw content — meaning escape sequences could affect the real terminal.
37
+
38
+ The fix is straightforward: call `sanitize_subprocess_output(&line.content)` when converting from the subprocess `OutputLine` to the UI `OutputLine`.
39
+
40
+ ## validate_argument is dead code in the spawn path
41
+
42
+ `security::validate::validate_argument` rejects strings containing shell metacharacters. This is designed to prevent injection, but since `SubprocessExecutor::spawn` uses `Command::new(command).args(args)` without a shell, shell metacharacters aren't actually dangerous in that context — the OS treats them as literal bytes in argv. The real value of validation is preventing user confusion and ensuring the export script receives well-formed arguments.
43
+
44
+ The concern is that the validation layer advertises a security property that isn't actually enforced at runtime. Either `spawn()` should call `validate_argument` on each arg (making the gate real), or the README/docs should clarify that shell injection is prevented by not using a shell rather than by argument validation.
45
+
46
+ ## Passive timeout creates hang risk
47
+
48
+ ```
49
+ // In SubprocessHandle
50
+ pub async fn check_timeout(&mut self) -> bool {
51
+ if self.start_time.elapsed() > self.timeout {
52
+ self.cancel().await.ok();
53
+ ...
54
+ ```
55
+
56
+ This method is never polled. The event loop in `main.rs` calls `app.tick()`, which only clears status messages. If the app spawns a validation gate (not yet wired up in this PR, but the model exists), the only exit would be manual `Ctrl+C`. The `check_timeout` pattern requires integration into the tick/render cycle.
57
+
58
+ ## Base64 redaction over-triggers
59
+
60
+ The `find_base64_spans` function matches any contiguous run of `[A-Za-z0-9+/=]` longer than 40 characters. SHA-256 hex digests are 64 chars and match this pattern. Asset integrity hashes displayed in the integrity detail view will be redacted if they pass through `redact_secrets`. This doesn't happen today (catalog data isn't passed through the redactor), but it would affect subprocess output displaying hash values — which is the exact use case for validation gates outputting integrity check results.
61
+
62
+ ## Environment filtering side effects
63
+
64
+ The `_KEY` substring match in `is_secret_env_var` will match env vars like `GNOME_KEYRING_CONTROL`, `DBUS_SESSION_BUS_ADDRESS` (no, that doesn't match), `GPG_AGENT_KEY_ALGO`, or custom CI vars like `CACHE_KEY`. In CI environments where validation gates run, stripping `CACHE_KEY` or `DEPLOY_KEY_PATH` (which is a path, not a secret) could cause unexpected failures. The env-var heuristic works well for the common patterns but lacks an allowlist escape hatch.
65
+
66
+ ## Test coverage observations
67
+
68
+ The test suite is thorough for the property-based concerns it targets: fuzz inputs to JSON parsing don't panic, search returns valid indices, export args lack metacharacters, path traversal is rejected. The integration tests cover subprocess lifecycle and catalog loading against fixture data.
69
+
70
+ Not tested: the full `App::render()` path with a real ratatui `TestBackend` (only property tests verify individual detail widgets), the interaction between export builder state and subprocess spawn (export execution isn't wired), the event loop's handling of crossterm events beyond key dispatch, and the `--workspace` CLI flag's interaction with workspace detection failure.
71
+
72
+ </details>
73
+
74
+ <details>
75
+ <summary>Files changed</summary>
76
+
77
+ | Path | Change |
78
+ |------|--------|
79
+ | `.agents/tasks/task-rust-tui-implementation/` | Task metadata and feature breakdown JSONs |
80
+ | `.github/workflows/vfa-tui-ci.yml` | New CI: fmt, clippy, test, release matrix (5 targets) |
81
+ | `README.md` | Added TUI section with build/run instructions |
82
+ | `catalog/asset-integrity.json` | Hash regeneration after adding tools/vfa-tui |
83
+ | `tools/vfa-tui/Cargo.toml` | Crate definition with ratatui, crossterm, clap, serde, tokio, nucleo-matcher |
84
+ | `tools/vfa-tui/Cargo.lock` | Full dependency lock (2319 lines) |
85
+ | `tools/vfa-tui/src/main.rs` | Entry point: CLI parse, workspace detect, catalog load, terminal loop |
86
+ | `tools/vfa-tui/src/app.rs` | App state machine: key handling, view dispatch, render orchestration (~1042 lines) |
87
+ | `tools/vfa-tui/src/catalog/` | Loader (per-file JSON deser + taint filter) and CatalogStore (sorted, queryable) |
88
+ | `tools/vfa-tui/src/models/` | Agent, Skill, McpReference, Rule, Role, Provider, Harness, Integrity, Export, Gate |
89
+ | `tools/vfa-tui/src/security/` | sanitize (control-byte + ANSI), redact (secrets in strings/env), validate (args/paths) |
90
+ | `tools/vfa-tui/src/search/fuzzy.rs` | Nucleo-backed fuzzy search with provider/harness intersection filters |
91
+ | `tools/vfa-tui/src/subprocess/` | Async spawn without shell, SIGTERM/SIGKILL lifecycle, streaming capture |
92
+ | `tools/vfa-tui/src/logging/audit.rs` | tracing-subscriber JSON init with session ID and optional file output |
93
+ | `tools/vfa-tui/src/workspace/detect.rs` | Upward traversal for workspace root by marker files |
94
+ | `tools/vfa-tui/src/ui/` | TerminalManager, panic hook, nav state machine, layout, theme, 6 widgets |
95
+ | `tools/vfa-tui/tests/` | 29 integration tests, 31 property tests across 9 modules, fixture catalog data |
96
+
97
+ Full diff: `git diff bc4623a`
98
+
99
+ </details>
@@ -0,0 +1,28 @@
1
+ {
2
+ "project_type": "Rust TUI application (enterprise-grade terminal UI for marketplace catalog browsing)",
3
+ "language": "Rust",
4
+ "build_system": "Cargo workspace at tools/vfa-tui/ with edition 2021. Dependencies: ratatui 0.30, crossterm 0.28, clap 4.x derive, serde + serde_json, tokio rt-multi-thread, tracing + tracing-subscriber, thiserror + anyhow, nucleo-matcher 0.3, uuid v4, proptest (dev-dependency)",
5
+ "test_framework": "cargo test with proptest for property-based tests. Unit tests inline in modules, integration tests in tests/ directory. Property tests in tests/property/ directory.",
6
+ "build_command": "cargo build --release (in tools/vfa-tui/)",
7
+ "test_command": "cargo test (in tools/vfa-tui/)",
8
+ "verification_instructions": "1. cd tools/vfa-tui && cargo fmt -- --check 2. cargo clippy -- -D warnings 3. cargo test 4. cargo build --release",
9
+ "snapshot_or_generated_files": "catalog/asset-integrity.json is regenerated via npm run asset-integrity:write. README counts via npm run readme-counts:write.",
10
+ "setup_instructions": "Rust 1.92.0 already installed. Node.js v22 available. Create tools/vfa-tui/ directory, initialize Cargo workspace.",
11
+ "environment_constraints": "OPEN_INTERNET - full access to crates.io for dependency downloads. No Docker needed for this task.",
12
+ "contribution_requirements": "The TUI lives at tools/vfa-tui/ as a separate Cargo workspace. Must pass cargo fmt, clippy -D warnings, and all tests. Commit Cargo.lock. Add #![deny(warnings)] for release. Update root README.md. Regenerate asset-integrity.json.",
13
+ "key_patterns": "Data models use serde with deny_unknown_fields (but NOT for models with many optional/unknown fields from real catalog data - need to be flexible). Provider enum has 32 variants (kebab-case). Harness enum has 7 variants. Source types: original, adapted, reference-only. Catalog JSON arrays at top level for agents/skills/mcp-refs/rules. install-roles.json is an object with version/description/roles. asset-integrity.json has manifest_version/algorithm/scope/trees/root_files/aggregate_sha256.",
14
+ "relevant_files": [
15
+ "catalog/agents.json",
16
+ "catalog/skills.json",
17
+ "catalog/install-roles.json",
18
+ "catalog/mcp-references.json",
19
+ "catalog/rules.json",
20
+ "catalog/asset-integrity.json",
21
+ "package.json",
22
+ "README.md",
23
+ ".kiro/specs/rust-tui/design.md",
24
+ ".kiro/specs/rust-tui/tasks.md",
25
+ ".kiro/specs/rust-tui/requirements.md"
26
+ ],
27
+ "directory_structure": "Root project is a Node.js marketplace. tools/vfa-tui/ will be a new Cargo workspace with src/ (main.rs, app.rs, cli.rs, error.rs, models/, catalog/, ui/, subprocess/, security/, search/, workspace/, logging/) and tests/ (integration/, property/, fixtures/)."
28
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "id": "FEAT-001",
3
+ "type": "feat",
4
+ "description": "Project scaffolding, error types, CLI parsing, and data models - the entire foundational layer of tools/vfa-tui/",
5
+ "status": "completed",
6
+ "steps": [
7
+ "Create tools/vfa-tui/Cargo.toml with workspace metadata, edition 2021, all dependencies: ratatui 0.30, crossterm 0.28, clap 4 (derive feature), serde + serde_json, tokio (rt-multi-thread, macros), tracing + tracing-subscriber (env-filter, json), thiserror, anyhow, nucleo-matcher 0.3, uuid (v4), proptest (dev-dep only)",
8
+ "Create full directory structure: src/main.rs, src/app.rs, src/cli.rs, src/error.rs, src/models/{mod,agent,skill,role,mcp_ref,rule,integrity,provider,harness}.rs, src/catalog/{mod,loader,store}.rs, src/ui/{mod,layout,nav,theme}.rs, src/ui/widgets/{mod,list_view,detail,status_bar,help_bar,output,search}.rs, src/subprocess/{mod,executor,stream,signal}.rs, src/security/{mod,sanitize,validate,redact}.rs, src/search/{mod,fuzzy}.rs, src/workspace/{mod,detect}.rs, src/logging/{mod,audit}.rs",
9
+ "Implement src/error.rs with TuiError enum using thiserror: CatalogNotFound{path}, CatalogParse{path,offset,detail}, TaintedEntry{path,offset,field}, WorkspaceNotFound{start}, InvalidWorkspace{path,missing}, SubprocessFailed{command,code}, SubprocessTimeout{command,timeout_secs}, ValidationRejected{value,rule}, PathTraversal{path}, TerminalCapability{capability}, LogDestination{path,reason}",
10
+ "Implement src/cli.rs with clap derive Parser: --workspace <path>, --log-file <path>, --log-level (ValueEnum: trace/debug/info/warn/error, default info), --no-color (flag), --version, --help",
11
+ "Implement src/models/provider.rs with Provider enum - 32 variants matching real catalog data: aws, azure, oracle, oci, gcp, alibaba, huawei, ovhcloud, ionos, scaleway, hetzner, contabo, kubernetes, terraform, multi-cloud, generic, dotnet, hr, legal, salesforce, marketing, nvidia, argocd, backstage, cert-manager, cilium, falco, fluxcd, istio, kyverno, opentelemetry, prometheus, sigstore. All kebab-case serde rename.",
12
+ "Implement src/models/harness.rs with Harness enum (codex, copilot, claude-code, cursor, gemini, kiro, other - kebab-case) and SourceType enum (original, adapted, reference-only - kebab-case)",
13
+ "Implement src/models/agent.rs with Agent struct. Fields: id(String), name(String), version(Option<String>), type->entity_type(String, just use String for flexibility), provider(Provider), harnesses(Vec<Harness>), summary(String), companion_skills(Vec<String> default), source_type(SourceType), official_docs(Vec<String>), security_notes(String), last_verified(String), path(String), harness_variants(Option<HashMap<String,String>>), author(Option<String>), execution_tier(Option<String>), lifecycle(Option<String>), provider_coverage(Option<serde_json::Value>). Use serde flatten or skip_unknown - DO NOT use deny_unknown_fields since real data has extra fields like provider_coverage.",
14
+ "Implement src/models/skill.rs with Skill struct. Required: id, name, type(String), provider(Provider), harnesses(Vec<Harness>), summary, source_type, official_docs(Vec<String>), security_notes, last_verified, path. Optional: author, version, category, certifications, companion_review_skills, companion_skills, execution_tier, feeds_skills, lifecycle, mcp_servers, oauth_scopes, production_allowed, run_as_permissions, sandbox_only, source_attribution, verify_before_merge. Use Option and serde(default) for optional fields.",
15
+ "Implement src/models/role.rs with RoleCatalog{version,description,roles:HashMap<String,Role>} and Role{label,description,agents:Vec<String>,skills:Vec<String> default}",
16
+ "Implement src/models/mcp_ref.rs with McpReference struct. Fields: id, name, type(String), provider(Provider), harnesses(Vec<Harness>), summary, source_type, official_docs(Vec<String>), security_notes, last_verified, path, official_project_url, vendor, auth_model, install_example, unofficial_warning. Optional: trust_matrix(Option<TrustMatrix>). TrustMatrix with mutation_capable(bool), requires_egress(bool), requires_credentials(bool), signed_release(String), pin_strategy(String).",
17
+ "Implement src/models/rule.rs with Rule struct: id, name, type(String), provider(Provider), harnesses(Vec<Harness>), summary, source_type, official_docs(Vec<String>), security_notes, last_verified, path, author(Option<String>)",
18
+ "Implement src/models/integrity.rs with AssetIntegrity{manifest_version:u32, algorithm:String, scope:IntegrityScope, trees:Vec<IntegrityTree>, root_files:Vec<IntegrityFile>, aggregate_sha256:String}, IntegrityScope{trees:Vec<String>, root_files:Vec<String>}, IntegrityTree{tree:String, aggregate_sha256:String, files:Vec<IntegrityFile>}, IntegrityFile{path:String, sha256:String, bytes:u64}",
19
+ "Implement src/models/mod.rs re-exporting all model types",
20
+ "Create a minimal src/main.rs that parses CLI args, prints version if requested, and exits. Add #![deny(warnings)] at top. Wire all modules with mod declarations (can be empty placeholder mods for now).",
21
+ "Ensure cargo build succeeds and cargo fmt -- --check passes. Generate Cargo.lock."
22
+ ],
23
+ "acceptance_criteria": [
24
+ "cargo build succeeds with no errors in tools/vfa-tui/",
25
+ "cargo fmt -- --check passes with no reformatting needed",
26
+ "cargo clippy -- -D warnings passes",
27
+ "All model structs can deserialize from the actual catalog JSON files (agents.json, skills.json, install-roles.json, mcp-references.json, rules.json, asset-integrity.json)",
28
+ "CLI --version flag prints version and exits 0",
29
+ "CLI --help flag prints usage and exits 0",
30
+ "Cargo.lock is committed"
31
+ ],
32
+ "verification": [
33
+ "cd tools/vfa-tui && cargo build",
34
+ "cd tools/vfa-tui && cargo fmt -- --check",
35
+ "cd tools/vfa-tui && cargo clippy -- -D warnings",
36
+ "cd tools/vfa-tui && cargo test"
37
+ ],
38
+ "blocked_reason": null,
39
+ "findings": "Provider enum has 35 variants (not 32 as originally stated) - added claude, velero, oracle found in real catalog data. run_as_permissions in skills is a JSON object (with required/denied keys), not Vec<String>. verify_before_merge in skills is a String, not a boolean. Used #![allow(dead_code)] at crate level since types are only used in tests at this stage. Added .gitignore for target/."
40
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "id": "FEAT-002",
3
+ "type": "feat",
4
+ "description": "Workspace detection, catalog loading with CatalogStore, security module (sanitization, validation, redaction), and search engine with property tests",
5
+ "status": "completed",
6
+ "steps": [
7
+ "Implement src/workspace/detect.rs: detect_workspace(start: Option<&Path>) -> Result<PathBuf> that traverses upward from start (or CWD) looking for a directory containing catalog/agents.json AND package.json with name @raishin/vanguard-frontier-agentic. Return TuiError::WorkspaceNotFound if root reached.",
8
+ "Implement src/workspace/mod.rs exporting detect_workspace",
9
+ "Implement src/security/sanitize.rs: sanitize_catalog_string(input: &str) -> String replaces bytes 0x00-0x08, 0x0B-0x0C, 0x0E-0x1F, 0x7F with U+FFFD, preserves 0x09 and 0x0A. sanitize_subprocess_output(input: &str) -> String passes SGR sequences (CSI + numeric params + m), strips OSC/DCS/SOS/PM/APC sequences.",
10
+ "Implement src/security/validate.rs: validate_argument(arg: &str) -> Result<()> rejects shell metacharacters (;|&$`\\<>(){}!#*?[] newline CR null). validate_path(path: &Path, workspace_root: &Path) -> Result<PathBuf> canonicalizes and rejects traversal outside workspace, null bytes, non-UTF-8.",
11
+ "Implement src/security/redact.rs: is_secret_env_var(name: &str) -> bool case-insensitive match for AWS_SECRET_ACCESS_KEY, GITHUB_TOKEN, NPM_TOKEN and names containing _SECRET, _KEY, _TOKEN, _PASSWORD, _CREDENTIAL. redact_secrets(input: &str) -> String replaces base64 >40 chars, ghp_, npm_, sk-, AKIA prefixed strings with [REDACTED]. sanitized_child_env() -> Vec<(OsString,OsString)> filters env vars.",
12
+ "Implement src/security/mod.rs exporting sanitize, validate, redact modules",
13
+ "Implement src/catalog/loader.rs: load_agents, load_skills, load_roles, load_mcp_refs, load_rules, load_integrity functions. Each reads file from workspace_root/catalog/, deserializes with serde_json, skips entries with control bytes in string fields (log warning), returns loaded items + errors.",
14
+ "Implement src/catalog/store.rs: CatalogStore struct with agents, skills, roles(HashMap<String,Role>), mcp_refs, rules, integrity(Option), load_errors. Constructor CatalogStore::load(workspace_root) loads all catalogs. Methods: agent_count(), skill_count(), provider_count(), agents_by_provider(&str), agents_for_role(&str), skills_for_agent(&str), agents_with_skill(&str). All list methods return items sorted case-insensitive by ID.",
15
+ "Implement src/catalog/mod.rs exporting loader and store",
16
+ "Implement src/search/fuzzy.rs: FuzzySearcher struct wrapping nucleo-matcher. Method search(query: &str, items: &[SearchableItem]) -> Vec<SearchResult> with scored results. SearchableItem trait with searchable_fields() -> Vec<&str>. Support filtering agents by provider and/or harness with intersection semantics.",
17
+ "Implement src/search/mod.rs exporting fuzzy module",
18
+ "Write property tests in tests/property/ directory covering: Property 1 (invalid JSON no panic), Property 7 (path traversal rejection), Property 8 (argument metachar rejection), Property 9 (secret env var detection), Property 10 (secret redaction), Property 11 (catalog string sanitization), Property 12 (subprocess output escape filtering), Property 13 (tainted entry skipping), Property 14 (strict deserialization - but adapted since we use flexible deserialization), Property 15 (stable sort), Property 16 (workspace detection)",
19
+ "Write property tests for search: Property 2 (fuzzy search returns only matching items), Property 3 (combined filter intersection), Property 5 (reverse-lookup correctness)",
20
+ "Add unit tests for workspace detection, catalog loading with real fixture data, security functions"
21
+ ],
22
+ "acceptance_criteria": [
23
+ "cargo test passes all unit and property tests",
24
+ "CatalogStore::load successfully loads all 6 catalog files from the real catalog/ directory",
25
+ "Security sanitize correctly strips control bytes and dangerous escape sequences",
26
+ "Security validate correctly rejects shell metacharacters and path traversal",
27
+ "Security redact correctly identifies secret env vars and redacts secret patterns",
28
+ "Fuzzy search returns relevant results for known queries",
29
+ "Property tests run 256+ cases each without failure",
30
+ "cargo clippy -- -D warnings passes"
31
+ ],
32
+ "verification": [
33
+ "cd tools/vfa-tui && cargo test",
34
+ "cd tools/vfa-tui && cargo clippy -- -D warnings",
35
+ "cd tools/vfa-tui && cargo fmt -- --check"
36
+ ],
37
+ "blocked_reason": null,
38
+ "findings": "Added lib.rs to expose modules for integration tests (property tests). Refactored redact_secrets to use span-based detection instead of character-by-character to avoid base64 detection greedily consuming prefix patterns. Property tests use 256 cases (64 for workspace/search tests due to filesystem overhead). All 153 tests pass: 62 lib unit tests + 68 binary unit tests + 23 property tests."
39
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "id": "FEAT-003",
3
+ "type": "feat",
4
+ "description": "Subprocess execution, export command model, audit logging, and their property tests",
5
+ "status": "completed",
6
+ "steps": [
7
+ "Implement src/subprocess/executor.rs: SubprocessExecutor with spawn(command, args, working_dir, timeout) -> Result<SubprocessHandle> using tokio::process::Command. Direct process spawning (no shell), args as array, sanitized env via security::redact::sanitized_child_env().",
8
+ "Implement src/subprocess/stream.rs: OutputLine{content:String, timestamp:Instant, stream:OutputStream}, OutputStream enum (Stdout/Stderr). Line-by-line streaming via tokio mpsc channels from child stdout/stderr.",
9
+ "Implement src/subprocess/signal.rs: Cancellation support - send SIGTERM, wait 5s, then SIGKILL. Timeout handling (default 300s).",
10
+ "Implement src/subprocess/mod.rs with SubprocessHandle struct: child process, stdout_rx/stderr_rx receivers, start_time, timeout. Methods: cancel(), try_recv_stdout(), try_recv_stderr(), is_running(), exit_code().",
11
+ "Implement ExportCommand struct in src/models/ or a new src/export.rs: platform(String), selection(ExportSelection enum: All/Role(String)/Provider(String)/Agents(Vec<String>)), target_repo(PathBuf), dry_run(bool default true), force(bool), no_skills(bool). Methods: to_args() -> Vec<String> builds arg array for node scripts/export-marketplace-agents.mjs, display_command() -> String for preview. Validate all args through security::validate.",
12
+ "Implement ValidationGate struct: script_name, description, status(GateStatus enum: NotRun/Running/Passed/Failed/TimedOut), last_exit_code(Option<i32>), last_duration(Option<Duration>).",
13
+ "Implement src/logging/audit.rs: configure tracing-subscriber with JSON format, support stderr (default) and file output, include session_id (UUID v4), ISO 8601 timestamps. Log levels: INFO user actions, WARN validation failures, ERROR subprocess failures. Redact secrets in log output. Fallback to stderr if log file unavailable.",
14
+ "Implement src/logging/mod.rs: init_logging(log_file: Option<&Path>, log_level: &str, session_id: uuid::Uuid) -> Result<()>",
15
+ "Write property test for Property 6 (export command argument construction): for any valid ExportCommand, to_args() produces correct flags without shell metacharacters or empty strings",
16
+ "Add unit tests for subprocess executor (mock/simple command), export command to_args(), logging initialization"
17
+ ],
18
+ "acceptance_criteria": [
19
+ "cargo test passes all new tests including subprocess and export command tests",
20
+ "SubprocessExecutor can spawn a simple command (echo/true) and capture output",
21
+ "ExportCommand::to_args() produces correct argument arrays for all selection types",
22
+ "Logging initializes correctly with both stderr and file output",
23
+ "Property test for export command passes 256+ iterations",
24
+ "cargo clippy -- -D warnings passes"
25
+ ],
26
+ "verification": [
27
+ "cd tools/vfa-tui && cargo test",
28
+ "cd tools/vfa-tui && cargo clippy -- -D warnings",
29
+ "cd tools/vfa-tui && cargo fmt -- --check"
30
+ ],
31
+ "blocked_reason": null,
32
+ "findings": "All 195 tests pass (80 lib + 86 binary + 29 property). Added libc as unix-only dependency for SIGTERM signal support. Export property tests use 6 sub-tests at 256 cases each (1536 total iterations). New unit tests: 7 export, 5 gate, 3 logging, 3 subprocess executor = 18 new unit tests. Warnings in test compilation are pre-existing (unused_doc_comments on proptest macros from FEAT-002)."
33
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "id": "FEAT-004",
3
+ "type": "feat",
4
+ "description": "UI layer - terminal management, navigation state machine, layout, theme, all widgets, and the application event loop with main entry point",
5
+ "status": "completed",
6
+ "steps": [
7
+ "Implement src/ui/mod.rs wiring all UI submodules",
8
+ "Implement src/ui/theme.rs: Color/style constants for the TUI (borders, highlights, text, status bar, help bar). Support --no-color mode (no ANSI colors). Fallback to basic colors.",
9
+ "Implement src/ui/nav.rs: View enum with all 19 variants (AgentList, AgentDetail(String), SkillList, SkillDetail(String), RoleList, RoleDetail(String), ProviderList, ProviderAgents(String), McpList, McpDetail(String), RuleList, RuleDetail(String), ValidationList, ValidationOutput(String), ExportBuilder, ExportConfirm, ExportOutput, IntegrityView, IntegrityDetail(String)). NavigationState struct with current_view, history:Vec<View>, sidebar_index, list_state (ratatui ListState). Methods: push_view(view), pop_view() -> Option<View>, set_sidebar_index(idx).",
10
+ "Implement src/ui/layout.rs: compute_layout(area: Rect) -> AppLayout struct with sidebar, main_content, status_bar, help_bar regions. Responsive layout based on terminal dimensions.",
11
+ "Implement src/ui/widgets/mod.rs re-exporting all widget modules",
12
+ "Implement src/ui/widgets/list_view.rs: render_list_view function taking items, list_state, title. Scrollable list with highlight, boundary stop (no wrap at edges). Vim-style j/k/g/G navigation support.",
13
+ "Implement src/ui/widgets/detail.rs: render_agent_detail, render_skill_detail, render_mcp_detail, render_rule_detail, render_integrity_detail. Each renders all fields including 'N/A' for absent Option fields.",
14
+ "Implement src/ui/widgets/status_bar.rs: render status bar with visible count, total count, active filters, session info.",
15
+ "Implement src/ui/widgets/help_bar.rs: context-sensitive keybinding display for current view (arrows/j/k, Enter, Esc, Tab, /, q).",
16
+ "Implement src/ui/widgets/output.rs: subprocess output panel rendering stdout/stderr lines with differentiation.",
17
+ "Implement src/ui/widgets/search.rs: search input widget with live query display.",
18
+ "Implement src/app.rs: App struct with nav(NavigationState), catalog(CatalogStore), search_query(String), search_results(Vec), subprocess(Option<SubprocessHandle>), validation_gates(Vec<ValidationGate>), export_state(ExportBuilderState), status_message(Option), session_id(Uuid), should_quit(bool), no_color(bool). Methods: new(), handle_key_event(KeyEvent), handle_tick(), render(frame). Wire keybindings: arrows/j/k (list), Enter (select), Escape (back), Tab (sidebar switch), / (search), q/Ctrl+C (quit), g/G (top/bottom).",
19
+ "Implement validation gate controller logic in app.rs or separate controller: extract validate:* scripts from package.json at workspace root, display gate list, execute via subprocess, real-time output streaming, prevent concurrent same gate, animated progress.",
20
+ "Implement export command builder logic: platform selection, agent selection method (all/role/provider/specific), target repo, dry-run default true, force/no-skills flags. Preview command, confirm before execution. Validate target path, handle failures preserving selections.",
21
+ "Implement integrity view: display asset-integrity.json data grouped by tree, show SHA-256 and file sizes.",
22
+ "Implement src/main.rs: Parse CLI (clap), install panic hook for terminal restore, detect workspace, load catalog, init logging, setup terminal (alternate screen, raw mode, cursor hide), run event loop (crossterm events + tick), restore terminal on exit. No network requests, no file writes, no config persistence. #![deny(warnings)] at top.",
23
+ "Write Property 4 test (agent detail formatter includes all required fields) and Property 17 test (deterministic rendering)."
24
+ ],
25
+ "acceptance_criteria": [
26
+ "cargo build --release succeeds with no warnings",
27
+ "cargo test passes all tests including new UI-related tests",
28
+ "The binary can be invoked with --help and --version successfully",
29
+ "The binary detects workspace root correctly when run from within the repo",
30
+ "All navigation state transitions are correct (push/pop view)",
31
+ "Keybindings are correctly mapped",
32
+ "cargo clippy -- -D warnings passes",
33
+ "cargo fmt -- --check passes"
34
+ ],
35
+ "verification": [
36
+ "cd tools/vfa-tui && cargo build --release",
37
+ "cd tools/vfa-tui && cargo test",
38
+ "cd tools/vfa-tui && cargo clippy -- -D warnings",
39
+ "cd tools/vfa-tui && cargo fmt -- --check",
40
+ "cd tools/vfa-tui && cargo run -- --version",
41
+ "cd tools/vfa-tui && cargo run -- --help"
42
+ ],
43
+ "blocked_reason": null,
44
+ "findings": "All 271 tests pass (120 lib + 120 binary + 31 property). Renamed View::IntegrityView to View::IntegrityOverview to satisfy clippy's enum_variant_names lint (cannot end with the enum name). Kept #![allow(dead_code)] in main.rs because many catalog/security/subprocess items are used only through lib.rs for testing. The binary main.rs uses #[tokio::main] for async event loop compatibility. Added 2 property tests: Property 4 (agent detail contains all required field labels, None renders as N/A) and Property 17 (deterministic rendering - same input produces identical output). Used ratatui TestBackend for widget rendering tests. New test count: 40 app unit tests + nav/layout/theme tests."
45
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "id": "FEAT-005",
3
+ "type": "feat",
4
+ "description": "Integration tests, test fixtures, CI workflow, TUI README, and final project documentation",
5
+ "status": "completed",
6
+ "steps": [
7
+ "Create tools/vfa-tui/tests/fixtures/ directory with realistic test data: agents.json (5 agents across 3 providers - aws, azure, kubernetes), skills.json (3 skills with companion relationships), install-roles.json (with 2 roles referencing the test agents), mcp-references.json (2 refs), rules.json (2 rules), asset-integrity.json (minimal manifest with 1 tree and 2 files), package.json (with validate:catalog and validate:links scripts). Also create invalid.json (malformed) and tainted-agents.json (control bytes in name field).",
8
+ "Write integration tests in tests/integration/catalog_loading.rs: test full round-trip loading from fixtures, test partial loading when files missing, test error reporting for invalid JSON, test tainted entry skipping.",
9
+ "Write integration tests in tests/integration/search.rs: test fuzzy matching with known inputs, test combined filter intersection, test empty result handling.",
10
+ "Write integration tests in tests/integration/subprocess.rs: test spawning echo command and capturing output, test exit code capture, test stdout/stderr separation (use small shell scripts or echo commands).",
11
+ "Create .github/workflows/vfa-tui-ci.yml: triggered on PRs affecting tools/vfa-tui/**, steps for cargo fmt --check, cargo clippy -D warnings, cargo test, cargo build --release. Include matrix for rust stable. Add release job for binary builds on tags (linux x86_64, linux aarch64, macOS x86_64, macOS aarch64, linux musl x86_64).",
12
+ "Create tools/vfa-tui/README.md with: project overview, build instructions (cargo build --release), usage (vfa-tui --help, example invocations), CLI flags reference table, architecture overview (layers diagram), development guide (cargo test, cargo clippy), WSL notes."
13
+ ],
14
+ "acceptance_criteria": [
15
+ "All integration tests pass: cargo test in tools/vfa-tui/",
16
+ "Test fixtures are valid JSON that can be loaded by the catalog loader",
17
+ "CI workflow YAML is valid and covers fmt/clippy/test/build",
18
+ "tools/vfa-tui/README.md exists with comprehensive documentation",
19
+ "cargo clippy -- -D warnings passes",
20
+ "cargo fmt -- --check passes"
21
+ ],
22
+ "verification": [
23
+ "cd tools/vfa-tui && cargo test",
24
+ "cd tools/vfa-tui && cargo clippy -- -D warnings",
25
+ "cd tools/vfa-tui && cargo fmt -- --check",
26
+ "cd tools/vfa-tui && cargo build --release"
27
+ ],
28
+ "blocked_reason": null,
29
+ "findings": "All 29 integration tests pass along with 120 unit tests and 31 property tests (total 300 tests across all test suites). Fuzzy search with nucleo-matcher returns partial matches, so search tests check that expected results are included rather than asserting all results match the query. The integration test file is tests/integration_tests.rs which imports mod integration."
30
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "id": "FEAT-006",
3
+ "type": "chore",
4
+ "description": "Update root README.md to mention the Rust TUI tool and regenerate asset integrity",
5
+ "status": "completed",
6
+ "steps": [
7
+ "Update the root README.md to add a section about the Rust TUI tool (tools/vfa-tui/). Add it in an appropriate location (after the Get Started section or in the What's Inside section). Include: brief description of what it does, how to build it (cargo build --release in tools/vfa-tui/), basic usage (./target/release/vfa-tui from the repo root), link to tools/vfa-tui/README.md for full documentation.",
8
+ "Run npm run asset-integrity:write from the repo root to regenerate catalog/asset-integrity.json",
9
+ "Verify the regenerated asset-integrity.json is valid by running npm run validate:asset-integrity"
10
+ ],
11
+ "acceptance_criteria": [
12
+ "Root README.md contains a section about the Rust TUI tool",
13
+ "npm run asset-integrity:write succeeds",
14
+ "npm run validate:asset-integrity passes",
15
+ "The section is well-formatted and concise"
16
+ ],
17
+ "verification": [
18
+ "grep -q 'vfa-tui' README.md",
19
+ "npm run validate:asset-integrity"
20
+ ],
21
+ "blocked_reason": null,
22
+ "findings": "Node.js/npm not in PATH by default - requires loading nvm via: export NVM_DIR=/opt/toolchains/.nvm && . $NVM_DIR/nvm.sh. Asset integrity scope.trees does not include tools/ so only the README.md change affected the regeneration. All 300 TUI tests pass, clippy clean, fmt clean."
23
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "task_id": "task-rust-tui-implementation",
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
+ "status": "completed",
5
+ "feature_order": ["FEAT-001", "FEAT-002", "FEAT-003", "FEAT-004", "FEAT-005", "FEAT-006"],
6
+ "blocked_reason": null,
7
+ "verification": {
8
+ "build": "pass",
9
+ "tests": "pass",
10
+ "test_quality": "pass",
11
+ "docker_build": "skipped",
12
+ "summary": "All 300 tests pass (120 unit x2 binary targets + 29 integration + 31 property). cargo clippy --tests -- -D warnings clean. cargo fmt -- --check clean. cargo build --release clean. npm run validate:asset-integrity passes. Binary --version and --help work correctly."
13
+ }
14
+ }
@@ -0,0 +1,81 @@
1
+ # Security hardening for vfa-tui subprocess, catalog, and input paths
2
+
3
+ Seven targeted security fixes that address memory exhaustion, PID reuse races, oversized file reads, JSON injection via string matching, ANSI-based secret redaction bypasses, panic-inducing `.expect()` calls, and unbounded search input. Each fix adds a guard at the boundary where untrusted data enters the system, with minimal disruption to existing control flow. The redaction ordering fix (sanitize-then-redact) is the most architecturally significant change, closing a real bypass vector.
4
+
5
+ **Watch for:** TOCTOU gap in the file size check (confirmed), incomplete test coverage for the oversized-file rejection path (confirmed), and a residual PID race window between `try_wait` and `kill` that cannot be fully closed in userspace (confirmed, inherent limitation).
6
+
7
+ ## High-level view
8
+
9
+ The subprocess output pipeline now applies secret redaction *after* ANSI stripping, closing a bypass where an attacker injects escape sequences mid-token to break the regex pattern. However, SGR sequences (color codes) are still preserved by the sanitizer, meaning an adversarial subprocess embedding SGR *within* a token could still defeat redaction. The memory cap uses `Vec::drain(0..overflow)`, which is O(n) per tick; a `VecDeque` would be O(1) if output volume grows.
10
+
11
+ The `graceful_kill` signal path adds `try_wait` pre-check and ESRCH handling after `kill(2)`. These reduce the PID reuse race window but cannot eliminate it entirely because the kernel can recycle PIDs between `try_wait` returning `None` and the `kill` syscall executing. This is an inherent POSIX limitation; `pidfd_send_signal` (Linux 5.1+) would close it fully.
12
+
13
+ The catalog loader gates on `metadata.len()` before `read_to_string`, preventing 100MB+ allocations. A classic TOCTOU gap exists (file can grow between the two syscalls), but the threat model is local workspace files, making exploitation implausible in practice.
14
+
15
+ Workspace detection switches from substring matching to proper JSON parsing via `serde_json::Value`, eliminating false positives from non-standard whitespace and embedded substrings.
16
+
17
+ <details>
18
+ <summary>Issues (5)</summary>
19
+
20
+ 1. **SGR sequences can still defeat redaction** — The sanitizer preserves color codes (SGR). An adversarial subprocess could embed `\x1B[31m` mid-token to split the pattern so the redactor misses it. A strip-all-ANSI mode or a redaction pass that ignores embedded SGR would close this. (confirmed)
21
+ 2. **TOCTOU in `read_catalog_file`** — The file can grow between the `metadata()` check and `read_to_string()`. Add a `take()`-limited reader or check `String::len()` after read. Practical exploitability is low given local-files-only threat model. (confirmed)
22
+ 3. **Oversized file rejection not actually tested** — The test `read_catalog_file_rejects_oversized` only verifies the happy path (small file reads OK). No test confirms that a file exceeding 100MB triggers the error branch. A `#[cfg(test)]`-configurable threshold constant would close this gap. (confirmed)
23
+ 4. **PID reuse window inherently unclosable** — Between `try_wait()` returning `None` and the `kill()` syscall, the process can exit and the PID can be recycled. The ESRCH check catches most cases, but a narrow window remains. Best userspace mitigation available without pidfd. (confirmed)
24
+ 5. **Subprocess output drain is O(n) per tick** — `Vec::drain(0..overflow)` shifts all remaining elements. At 10k lines this is acceptable, but `VecDeque` would eliminate the cost if output volume increases. (confirmed)
25
+
26
+ </details>
27
+
28
+ <details>
29
+ <summary>Details</summary>
30
+
31
+ ## Redaction ordering and ANSI bypass closure
32
+
33
+ The change reorders the subprocess output pipeline from `sanitize -> store` to `sanitize -> redact -> store`. Previously, ANSI escape sequences embedded within a token (e.g., `ghp_ABCD\x1B[31mEFGH...`) would prevent the redactor from seeing a contiguous match. Stripping ANSI first reconstitutes the full token before the regex scan.
34
+
35
+ ```rust
36
+ let with_ansi = format!("secret: \x1B[31m{}\x1B[0m end", token);
37
+ let sanitized = sanitize_subprocess_output(&with_ansi);
38
+ let redacted = redact_secrets(&sanitized);
39
+ assert!(!redacted.contains("ghp_"));
40
+ ```
41
+
42
+ The remaining gap: `sanitize_subprocess_output` preserves SGR sequences (color codes ending in `m`) while stripping non-SGR CSI, OSC, DCS, etc. Non-SGR codes interspersed in a token get stripped, reconnecting the halves (desired). But SGR codes *within* a token are preserved, breaking the redaction pattern. An adversarial subprocess could exploit this: `ghp_ABCD\x1B[0mEFGH...` would survive sanitization with the SGR intact, splitting the token into two fragments that individually don't match the `ghp_` + 36-char pattern. The test only validates the case where the SGR wraps the entire token (not splits it internally).
43
+
44
+ ## File size gating and the TOCTOU window
45
+
46
+ `read_catalog_file` calls `std::fs::metadata(path)` then `std::fs::read_to_string(path)` as separate syscalls. Between these two calls, the file size could change. On a network filesystem or FUSE mount being actively written, a file could pass the size check and then allocate beyond the limit. A `File::open` + `take(MAX_CATALOG_FILE_SIZE)` + `read_to_string` pattern would close this atomically.
47
+
48
+ The error mapping discards the original `io::Error` from `read_to_string`, mapping all failures to `CatalogNotFound`. This loses diagnostic information (permission denied vs. I/O error), though it's pre-existing behavior carried forward.
49
+
50
+ ## Signal delivery and PID reuse
51
+
52
+ ```
53
+ try_wait() -> already exited? -> return Ok(())
54
+ kill(pid, SIGTERM) -> returned -1?
55
+ ESRCH -> process gone, return Ok(())
56
+ other -> return Err
57
+ ```
58
+
59
+ `try_wait` reaps the zombie, removing the PID from the table and preventing recycling. ESRCH after `kill` catches the case where exit happens between the two calls. The unclosable window: process exits after `try_wait`, PID recycled to a new process owned by same UID, `kill` succeeds against the wrong process. On modern kernels with 32-bit PID spaces and short-lived children, this window is nanoseconds.
60
+
61
+ ## Test coverage gaps
62
+
63
+ The oversized-file test doesn't exercise the rejection branch. A `#[cfg(test)] const` or sparse file would close this without creating actual 100MB files in CI. Signal handling has no unit tests (inherently hard to test). The output cap test correctly validates both the length invariant and eviction ordering (oldest lines removed first).
64
+
65
+ </details>
66
+
67
+ <details>
68
+ <summary>File map</summary>
69
+
70
+ | File | Change |
71
+ |------|--------|
72
+ | `tools/vfa-tui/src/app.rs` | Add MAX constants, reorder redaction after sanitization, cap output buffer, add tests |
73
+ | `tools/vfa-tui/src/catalog/loader.rs` | Extract `read_catalog_file` with size check, apply to all loaders, add tests |
74
+ | `tools/vfa-tui/src/security/redact.rs` | Add ANSI-bypass test demonstrating sanitize-then-redact ordering |
75
+ | `tools/vfa-tui/src/subprocess/executor.rs` | Replace `.expect()` with `.ok_or_else()` for stdout/stderr capture |
76
+ | `tools/vfa-tui/src/subprocess/signal.rs` | Add `try_wait` pre-check and ESRCH handling to `graceful_kill` |
77
+ | `tools/vfa-tui/src/workspace/detect.rs` | Replace string matching with JSON parsing for workspace detection, add whitespace test |
78
+
79
+ Full diff: `git diff HEAD~2 -- tools/vfa-tui/`
80
+
81
+ </details>
@@ -0,0 +1,26 @@
1
+ {
2
+ "project_type": "Rust TUI application (ratatui-based terminal catalog browser)",
3
+ "language": "Rust",
4
+ "build_system": "cargo (edition 2021, Rust 1.92.0)",
5
+ "test_framework": "cargo test with unit tests in #[cfg(test)] mod tests blocks, plus property tests using proptest in tests/ directory",
6
+ "build_command": "cargo build --release",
7
+ "test_command": "cargo test",
8
+ "verification_instructions": "1) cargo fmt -- --check 2) cargo clippy --tests -- -D warnings 3) cargo test 4) cargo build --release",
9
+ "snapshot_or_generated_files": null,
10
+ "setup_instructions": "cargo build in tools/vfa-tui directory",
11
+ "environment_constraints": "OPEN_INTERNET - full network access. Unix-only features guarded by cfg(unix).",
12
+ "contribution_requirements": "All code must pass cargo fmt, clippy -D warnings, and tests",
13
+ "key_patterns": "Error handling uses thiserror TuiError enum. Tests use tempfile::TempDir for filesystem tests. Security module has redact.rs and sanitize.rs. Subprocess uses tokio channels for output. The lib.rs has #![deny(warnings)].",
14
+ "relevant_files": [
15
+ "tools/vfa-tui/src/app.rs",
16
+ "tools/vfa-tui/src/subprocess/signal.rs",
17
+ "tools/vfa-tui/src/subprocess/executor.rs",
18
+ "tools/vfa-tui/src/catalog/loader.rs",
19
+ "tools/vfa-tui/src/workspace/detect.rs",
20
+ "tools/vfa-tui/src/security/redact.rs",
21
+ "tools/vfa-tui/src/security/sanitize.rs",
22
+ "tools/vfa-tui/src/error.rs",
23
+ "tools/vfa-tui/Cargo.toml"
24
+ ],
25
+ "directory_structure": "tools/vfa-tui/src/ contains: app.rs (main state + tick + key handling), catalog/ (loader.rs, store.rs), subprocess/ (executor.rs, signal.rs, stream.rs, mod.rs), security/ (redact.rs, sanitize.rs, validate.rs), workspace/ (detect.rs), ui/ (widgets/), models/, search/, error.rs, lib.rs, main.rs"
26
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "id": "FEAT-001",
3
+ "type": "fix",
4
+ "description": "Fix all 7 security findings from the vfa-tui security audit and add tests for each fix",
5
+ "status": "completed",
6
+ "steps": [
7
+ "FINDING 1 - Unbounded Memory (app.rs): Add constant `MAX_SUBPROCESS_OUTPUT_LINES: usize = 10_000` at the top of app.rs. In the `tick()` method, after each push to `self.subprocess_output`, check if the vec exceeds the cap and drain the oldest lines using `self.subprocess_output.drain(0..overflow)`. Add a test in the #[cfg(test)] module that verifies the cap works.",
8
+ "FINDING 2 - Unsafe signal (subprocess/signal.rs): Before the `unsafe { libc::kill(...) }` call, add a `child.try_wait()` check. If `try_wait()` returns `Ok(Some(_))`, the process already exited so return `Ok(())` immediately. After the unsafe kill, check the return value: if libc::kill returns -1 and errno is ESRCH, the process already exited, return Ok(()). Add a safety comment explaining the invariant: 'We check try_wait() first to confirm PID is still our child process, mitigating PID reuse races.'",
9
+ "FINDING 3 - File size check (catalog/loader.rs): Add constant `MAX_CATALOG_FILE_SIZE: u64 = 100 * 1024 * 1024` at the top of loader.rs. Create a helper function `fn read_catalog_file(path: &Path) -> Result<String, TuiError>` that checks `std::fs::metadata(path)?.len()` against the constant and returns `TuiError::CatalogParse { path, offset: 0, detail: format!(\"file too large: {} bytes exceeds maximum of {} bytes\", size, MAX_CATALOG_FILE_SIZE) }` if exceeded, otherwise calls `std::fs::read_to_string`. Replace all `std::fs::read_to_string` calls in the loader functions with this helper. Update the error handling for the new helper (it returns Result<String, TuiError> so the existing match can adapt). Add a test that creates a temp file that reports exceeding the limit (use metadata mock or just verify the error message for a file with controlled size - since 100MB is too large for a test, test the helper logic by checking that a file slightly over a testable threshold would fail, or test the error path directly).",
10
+ "FINDING 4 - Workspace detection (workspace/detect.rs): Replace `content.contains(\"\\\"name\\\": \\\"@raishin/vanguard-frontier-agentic\\\"\")` with proper JSON parsing using `serde_json::from_str::<serde_json::Value>(&content)` and checking `.get(\"name\").and_then(|n| n.as_str()) == Some(\"@raishin/vanguard-frontier-agentic\")`. Add a test that uses a package.json with non-standard whitespace like `{\"name\":\"@raishin/vanguard-frontier-agentic\"}` (no space after colon) and verifies detection still works.",
11
+ "FINDING 5 - Secret redaction ordering (app.rs tick): Change the two pushes in tick() from `content: sanitize_subprocess_output(&line.content)` to `content: crate::security::redact::redact_secrets(&sanitize_subprocess_output(&line.content))`. This applies redaction AFTER ANSI stripping so secrets embedded in escape sequences are caught. Add a test that verifies a secret (e.g. ghp_ token) wrapped in ANSI escape sequences is still redacted after the full sanitize+redact pipeline.",
12
+ "FINDING 6 - Panic risk (subprocess/executor.rs): Replace `child.stdout.take().expect(\"stdout was piped\")` with `child.stdout.take().ok_or_else(|| anyhow::anyhow!(\"stdout not captured from subprocess\"))?` and same for stderr.",
13
+ "FINDING 7 - Search query length (app.rs): Add constant `MAX_SEARCH_QUERY_LEN: usize = 256` near the top of app.rs. In `handle_search_key`, for the `KeyCode::Char(c)` arm, only push if `self.search_query.len() < MAX_SEARCH_QUERY_LEN`. Add a test that verifies the search query cannot exceed MAX_SEARCH_QUERY_LEN characters.",
14
+ "Run `cargo fmt` to format all changed code.",
15
+ "Run `cargo clippy --tests -- -D warnings` and fix any warnings.",
16
+ "Run `cargo test` to verify all tests pass.",
17
+ "Run `cargo build --release` to verify release build works."
18
+ ],
19
+ "acceptance_criteria": [
20
+ "MAX_SUBPROCESS_OUTPUT_LINES constant exists and tick() caps the vector at 10000 lines",
21
+ "signal.rs uses try_wait() guard before the unsafe kill and handles ESRCH",
22
+ "All read_to_string calls in loader.rs are guarded by a file size check against MAX_CATALOG_FILE_SIZE (100MB)",
23
+ "workspace/detect.rs uses serde_json parsing instead of string contains for package.json name field",
24
+ "tick() applies redact_secrets() after sanitize_subprocess_output() before pushing to subprocess_output",
25
+ "executor.rs uses ok_or_else with anyhow error instead of expect() for stdout/stderr",
26
+ "MAX_SEARCH_QUERY_LEN constant exists and handle_search_key enforces it",
27
+ "New tests verify: output capping, file size rejection, non-standard-whitespace workspace detection, ANSI-embedded secret redaction, and search query length limit",
28
+ "cargo fmt -- --check passes",
29
+ "cargo clippy --tests -- -D warnings passes",
30
+ "cargo test passes",
31
+ "cargo build --release succeeds"
32
+ ],
33
+ "verification": [
34
+ "cargo fmt -- --check",
35
+ "cargo clippy --tests -- -D warnings",
36
+ "cargo test",
37
+ "cargo build --release"
38
+ ],
39
+ "blocked_reason": null,
40
+ "findings": "All 7 security findings implemented and verified. 133 unit tests + 29 integration tests + 31 property tests all pass. cargo fmt, clippy -D warnings, and release build all pass cleanly."
41
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "task_id": "task-security-fixes",
3
+ "task_description": "Fix all 7 security findings from the vfa-tui security audit and add tests for each fix. Ensure cargo test, cargo clippy -- -D warnings, and cargo fmt -- --check all pass.",
4
+ "status": "completed",
5
+ "feature_order": ["FEAT-001"],
6
+ "blocked_reason": null,
7
+ "verification": {
8
+ "build": "pass",
9
+ "tests": "pass",
10
+ "test_quality": "pass",
11
+ "docker_build": "skipped",
12
+ "summary": "All 7 security fixes implemented with tests. cargo fmt --check, clippy -D warnings, cargo test (133 unit + 29 integration + 31 property = 193 tests), and cargo build --release all pass. Oversized file rejection test now properly exercises the error path via configurable limit."
13
+ }
14
+ }
@@ -6,7 +6,7 @@
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": "2.7.1"
9
+ "version": "2.9.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanguard-frontier-agentic",
3
- "version": "2.7.1",
3
+ "version": "2.9.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": "Raishin",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanguard-frontier-agentic",
3
- "version": "2.7.1",
3
+ "version": "2.9.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": "Raishin",
@@ -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 and zero-trust AI workflows. 331 agents, 286 skills, and rules across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, and Terraform.",
5
- "version": "2.8.0",
5
+ "version": "3.0.0-alpha.1",
6
6
  "owner": {
7
7
  "name": "Raishin",
8
8
  "url": "https://github.com/Raishin"