From de724ae5c4e060fa1a63ee755e4e95794c797bd2 Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Mon, 16 Mar 2026 16:10:07 +0100 Subject: [PATCH] fix(terraform-patterns): align plugin.json version to repo versioning (2.1.2) Review gate flagged version 1.0.0 as non-compliant with CLAUDE.md rule: "Version follows repo versioning." Updated to 2.1.2. Co-Authored-By: Claude Opus 4.6 (1M context) --- engineering/terraform-patterns/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engineering/terraform-patterns/.claude-plugin/plugin.json b/engineering/terraform-patterns/.claude-plugin/plugin.json index f65c6d7..5bc06d4 100644 --- a/engineering/terraform-patterns/.claude-plugin/plugin.json +++ b/engineering/terraform-patterns/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "terraform-patterns", "description": "Terraform infrastructure-as-code agent skill and plugin for module design patterns, state management strategies, provider configuration, security hardening, and CI/CD plan/apply workflows. Covers mono-repo vs multi-repo, workspaces, policy-as-code, and drift detection.", - "version": "1.0.0", + "version": "2.1.2", "author": { "name": "Alireza Rezvani", "url": "https://alirezarezvani.com"