mirror of
https://github.com/antonbabenko/terraform-skill.git
synced 2026-09-18 20:07:05 +08:00
chore(release): v1.13.0 [skip ci]
This commit is contained in:
@@ -33,5 +33,5 @@
|
||||
"name": "terraform-skill",
|
||||
"repository": "https://github.com/antonbabenko/terraform-skill",
|
||||
"skills": "./skills",
|
||||
"version": "1.12.0"
|
||||
"version": "1.13.0"
|
||||
}
|
||||
|
||||
+2
-1
@@ -1,4 +1,4 @@
|
||||
# [1.12.0](https://github.com/antonbabenko/terraform-skill/compare/v1.0.0...v1.12.0) (2026-05-17)
|
||||
# [1.13.0](https://github.com/antonbabenko/terraform-skill/compare/v1.0.0...v1.13.0) (2026-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
@@ -14,6 +14,7 @@
|
||||
* add terraform-ls code intelligence guidance ([7ad926c](https://github.com/antonbabenko/terraform-skill/commit/7ad926c8733be341e3b56dd499877e79a2975dd4))
|
||||
* Added plugin install command to docs ([c400b18](https://github.com/antonbabenko/terraform-skill/commit/c400b184a6ef695a1dc7ebb38eff8adac2ea5874))
|
||||
* **code-intelligence:** cross-reference code-intelligence plugin + host setup ([#27](https://github.com/antonbabenko/terraform-skill/issues/27)) ([908d562](https://github.com/antonbabenko/terraform-skill/commit/908d562625d64093a44d4573c46b8814dcd6204a))
|
||||
* **codex:** add plugin manifest ([#23](https://github.com/antonbabenko/terraform-skill/issues/23)) ([cfbafe4](https://github.com/antonbabenko/terraform-skill/commit/cfbafe41dd11226a2d45c19f84b26c7557ac7d3d))
|
||||
* Enhance skill with comprehensive best practices from original guide ([f32fc3b](https://github.com/antonbabenko/terraform-skill/commit/f32fc3b1c9856fcb6fd30c5f6fc50885c8ba5117))
|
||||
* umbrella update (plugin autodiscovery, full skill rewrite, LLM hallucination guards, fact-checks) ([#14](https://github.com/antonbabenko/terraform-skill/issues/14)) ([deba6e8](https://github.com/antonbabenko/terraform-skill/commit/deba6e80c0efa6c0a4e0989941f9cf76b138c435))
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Use when writing, reviewing, or debugging Terraform/OpenTofu module
|
||||
license: Apache-2.0
|
||||
metadata:
|
||||
author: Anton Babenko
|
||||
version: 1.12.0
|
||||
version: 1.13.0
|
||||
---
|
||||
|
||||
# Terraform Skill for Claude
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "1.12.0"
|
||||
"version": "1.13.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user