From 94597eb3a4cc72318984bb08cdf1868d7e0f708e Mon Sep 17 00:00:00 2001 From: Andres Gutierrez Date: Wed, 3 Jun 2026 08:19:45 -0500 Subject: [PATCH 1/2] Add Kommander implementation Added new implementation entry for Kommander with details. --- implementations.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/implementations.json b/implementations.json index 2244ba0..43dabc7 100644 --- a/implementations.json +++ b/implementations.json @@ -1006,6 +1006,23 @@ "logCompaction": false } }, + { + "repoURL": "https://github.com/kahunakv/kommander", + "name": "Kommander", + "authors": [ + { + "name": "Andres Gutierrez", + "github": "andresgutierrez" + } + ], + "language": "C#", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true + } + }, { "repoURL": "https://github.com/devatwork/NRaft", "name": "NRaft", From fe4822b132fbd7bcf5a5d6d479c07a97bc84c443 Mon Sep 17 00:00:00 2001 From: Andres Gutierrez Date: Tue, 9 Jun 2026 13:02:59 -0500 Subject: [PATCH 2/2] Move Kommander entry in implementations.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relocate the Kommander implementation entry within implementations.json. The Kommander block (https://github.com/kahunakv/kommander) was removed from its previous location and reinserted later in the file without content changes—this is a pure reordering of the listing. --- implementations.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/implementations.json b/implementations.json index 43dabc7..dee5128 100644 --- a/implementations.json +++ b/implementations.json @@ -1006,23 +1006,6 @@ "logCompaction": false } }, - { - "repoURL": "https://github.com/kahunakv/kommander", - "name": "Kommander", - "authors": [ - { - "name": "Andres Gutierrez", - "github": "andresgutierrez" - } - ], - "language": "C#", - "license": "MIT", - "features": { - "basic": true, - "membershipChanges": true, - "logCompaction": true - } - }, { "repoURL": "https://github.com/devatwork/NRaft", "name": "NRaft", @@ -1614,6 +1597,23 @@ "logCompaction": false } }, + { + "repoURL": "https://github.com/kahunakv/kommander", + "name": "Kommander", + "authors": [ + { + "name": "Andres Gutierrez", + "github": "andresgutierrez" + } + ], + "language": "C#", + "license": "MIT", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true + } + }, { "repoURL": "https://github.com/kanaka/raft.js", "name": "kanaka/raft.js",