From 31b6360625d5c24bb120fbf352dbfb673e83a29b Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:38:09 -0500 Subject: [PATCH] chore(main): release trogonstack-diataxis 0.0.2 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- plugins/trogonstack-diataxis/.claude-plugin/plugin.json | 2 +- plugins/trogonstack-diataxis/CHANGELOG.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 plugins/trogonstack-diataxis/CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2d23738..b1b224b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "plugins/trogonstack-diataxis": "0.0.1", + "plugins/trogonstack-diataxis": "0.0.2", "plugins/trogonstack-gh": "0.0.1", "plugins/trogonstack-nats": "0.0.1" } diff --git a/plugins/trogonstack-diataxis/.claude-plugin/plugin.json b/plugins/trogonstack-diataxis/.claude-plugin/plugin.json index 9887ccd..c62f77c 100644 --- a/plugins/trogonstack-diataxis/.claude-plugin/plugin.json +++ b/plugins/trogonstack-diataxis/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-diataxis", "description": "Documentation skills following the Diataxis framework for organizing and generating docs into tutorials, how-to guides, reference, and explanation sections", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-diataxis/CHANGELOG.md b/plugins/trogonstack-diataxis/CHANGELOG.md new file mode 100644 index 0000000..eb396dd --- /dev/null +++ b/plugins/trogonstack-diataxis/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/TrogonStack/agentskills/compare/trogonstack-diataxis@v0.0.1...trogonstack-diataxis@v0.0.2) (2026-02-22) + + +### Bug Fixes + +* Restructure into per-plugin directories with trogonstack- prefix ([#9](https://github.com/TrogonStack/agentskills/issues/9)) ([1074076](https://github.com/TrogonStack/agentskills/commit/1074076774025e26bfcb86ccaa7cd3ac21f246df))