From 3617e50a5c40de16b84037234ce8109a493bdd57 Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Mon, 7 Sep 2026 15:55:59 +0200 Subject: [PATCH 1/4] chore: bump keep-the-why to 0.13.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 6c0efd27c..d5198232a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -979,7 +979,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.12.0", + "version": "0.13.0", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -998,7 +998,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.12.0" + "ref": "v0.13.0" } }, { diff --git a/plugins/external.json b/plugins/external.json index 7eaf44e5d..d395a06b0 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -687,7 +687,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.12.0", + "version": "0.13.0", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -706,7 +706,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.12.0" + "ref": "v0.13.0" } }, { From 4577cfc888b6c0a3409b5c4a869e8591674ce8c8 Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Mon, 7 Sep 2026 16:51:31 +0200 Subject: [PATCH 2/4] chore: bump keep-the-why to 0.13.1 --- .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 d5198232a..6890c0632 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -979,7 +979,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.13.0", + "version": "0.13.1", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -998,7 +998,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.13.0" + "ref": "v0.13.1" } }, { diff --git a/plugins/external.json b/plugins/external.json index d395a06b0..ce2085ed8 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -687,7 +687,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.13.0", + "version": "0.13.1", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -706,7 +706,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.13.0" + "ref": "v0.13.1" } }, { From 562c6125495dc4dad7b65698ad11dbe0ca3355f4 Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Mon, 7 Sep 2026 17:17:36 +0200 Subject: [PATCH 3/4] chore: bump keep-the-why to 0.13.2 --- .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 6890c0632..cdcb67de4 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -979,7 +979,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.13.1", + "version": "0.13.2", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -998,7 +998,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.13.1" + "ref": "v0.13.2" } }, { diff --git a/plugins/external.json b/plugins/external.json index ce2085ed8..df7bdd728 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -687,7 +687,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.13.1", + "version": "0.13.2", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -706,7 +706,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.13.1" + "ref": "v0.13.2" } }, { From e02e7a371d51ada14a2ed4896221783a1216b700 Mon Sep 17 00:00:00 2001 From: Oliver Zehentleitner AIgent Date: Mon, 7 Sep 2026 20:57:41 +0200 Subject: [PATCH 4/4] chore: bump keep-the-why to 0.13.3 --- .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 cdcb67de4..d0a2cd624 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -979,7 +979,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.13.2", + "version": "0.13.3", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -998,7 +998,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.13.2" + "ref": "v0.13.3" } }, { diff --git a/plugins/external.json b/plugins/external.json index df7bdd728..d5040d5e3 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -687,7 +687,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.13.2", + "version": "0.13.3", "author": { "name": "Oliver Zehentleitner", "url": "https://github.com/oliver-zehentleitner" @@ -706,7 +706,7 @@ "source": { "source": "github", "repo": "oliver-zehentleitner/keep-the-why", - "ref": "v0.13.2" + "ref": "v0.13.3" } }, {