From 54aac3e53f60bf85400071dea542d44bc4aa6334 Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Tue, 25 Aug 2026 04:12:25 +0200 Subject: [PATCH] Update keep-the-why plugin to 0.9.2 (#2786) --- .github/plugin/marketplace.json | 4 ++-- plugins/external.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 93fa4eaf..cabcd4f4 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -861,7 +861,7 @@ { "name": "keep-the-why", "description": "Preserves or recovers the reasoning behind a codebase — architectural decisions, rejected alternatives, workarounds, incident learnings, operational constraints, and historical context the code itself cannot explain.", - "version": "0.5.2", + "version": "0.9.2", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -880,7 +880,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.5.2" + "ref": "v0.9.2" } }, { diff --git a/plugins/external.json b/plugins/external.json index 2a8ef0a0..dce699e6 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -587,7 +587,7 @@ { "name": "keep-the-why", "description": "Preserves or recovers the reasoning behind a codebase — architectural decisions, rejected alternatives, workarounds, incident learnings, operational constraints, and historical context the code itself cannot explain.", - "version": "0.5.2", + "version": "0.9.2", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -606,7 +606,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.5.2" + "ref": "v0.9.2" } }, {