From 386061f682f833cfbb99f0fab75baed10c278fef Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Tue, 1 Sep 2026 13:04:23 +0200 Subject: [PATCH 1/2] chore: bump keep-the-why to 0.10.0 --- .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 ce585c8eb..48eac196b 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -952,7 +952,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.9.2", + "version": "0.10.0", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -971,7 +971,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.9.2" + "ref": "v0.10.0" } }, { diff --git a/plugins/external.json b/plugins/external.json index 8c3442d1a..c4dc427f0 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -660,7 +660,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.9.2", + "version": "0.10.0", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -679,7 +679,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.9.2" + "ref": "v0.10.0" } }, { From 9463e54379c3ff3df0062d4c14a3a31502b5c82b Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Tue, 1 Sep 2026 14:15:27 +0200 Subject: [PATCH 2/2] chore: bump keep-the-why to 0.10.1 0.10.1 released after this PR was opened for 0.10.0 - updates version/source.ref to v0.10.1 and regenerates .github/plugin/marketplace.json to match. --- .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 48eac196b..71ca53b22 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -952,7 +952,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.10.0", + "version": "0.10.1", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -971,7 +971,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.10.0" + "ref": "v0.10.1" } }, { diff --git a/plugins/external.json b/plugins/external.json index c4dc427f0..c9ce21046 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -660,7 +660,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.10.0", + "version": "0.10.1", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -679,7 +679,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.10.0" + "ref": "v0.10.1" } }, {