Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"name": "terraform-skill",
"repository": "https://github.com/antonbabenko/terraform-skill",
"skills": "./skills",
"version": "1.17.0"
"version": "1.17.1"
}
42 changes: 9 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.17.1](https://github.com/antonbabenko/terraform-skill/compare/v1.17.0...v1.17.1) (2026-06-03)


### Bug Fixes

* use ASCII hyphens in Safe Destroy Protocol guidance ([#45](https://github.com/antonbabenko/terraform-skill/issues/45)) ([a802404](https://github.com/antonbabenko/terraform-skill/commit/a80240463c8795d99bfc37c0a379cf0150425079))



# [1.17.0](https://github.com/antonbabenko/terraform-skill/compare/v1.16.0...v1.17.0) (2026-05-30)


Expand Down Expand Up @@ -48,36 +57,3 @@



# [1.0.0](https://github.com/antonbabenko/terraform-skill/compare/4f1a017efb63283fc4499dc5328505d4a7829671...v1.0.0) (2026-01-18)


### Bug Fixes

* **claude-plugin:** Update marketplace.json version and source structure ([2bca71c](https://github.com/antonbabenko/terraform-skill/commit/2bca71c90817c9b29da161fd4339d2acf4abdaeb))
* Fixed marketplace.json ([2b12e4e](https://github.com/antonbabenko/terraform-skill/commit/2b12e4eae82cab2063734d8f5d49dc8c10436a3c))


* feat!: migrate to marketplace-only architecture ([f32de12](https://github.com/antonbabenko/terraform-skill/commit/f32de1253af5e62c159c85c5016afa4557978d67))


### Features

* initial release of terraform-skill v1.0.0 ([4f1a017](https://github.com/antonbabenko/terraform-skill/commit/4f1a017efb63283fc4499dc5328505d4a7829671))


### BREAKING CHANGES

* Removed plugin.json in favor of marketplace.json.

Changes:
- Migrate source type from 'local' to 'github'
- Add version synchronization (marketplace, plugin, git ref)
- Update workflows for marketplace.json validation and releases
- Update documentation references

Users must reinstall:
/plugin marketplace remove terraform-skill
/plugin marketplace add antonbabenko/terraform-skill



2 changes: 1 addition & 1 deletion POWER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ displayName: "Terraform Skill"
description: "Use when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards."
keywords: ["ci-cd", "iac", "infrastructure-as-code", "modules", "opentofu", "security-scanning", "state-management", "terraform", "testing"]
author: "Anton Babenko"
version: 1.17.0
version: 1.17.1
---

<!-- GENERATED FILE - DO NOT EDIT. Source: skills/terraform-skill/SKILL.md. Regenerate: node .github/release/build-power.js. CI-owned (version sync), like .codex-plugin/plugin.json. -->
Expand Down
2 changes: 1 addition & 1 deletion skills/terraform-skill/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Use when writing, reviewing, or debugging Terraform/OpenTofu module
license: Apache-2.0
metadata:
author: Anton Babenko
version: 1.17.0
version: 1.17.1
---

# Terraform Skill for Claude
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.17.0"
"version": "1.17.1"
}
Loading