From 0df4a0af4d5fe354c507ef0433a56dae230b5f60 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 16 May 2026 13:09:41 +0000 Subject: [PATCH 1/4] unify README badges across all 4 projects - java-llama.cpp: add Publish CI, CodeQL, Coveralls, Codecov, License badges; add section comments - streambuffer: remove dead Travis CI and LGTM (x2) badges; fix Maven Central URL to shields.io; add Java version, Publish CI, CodeQL badges; add section comments; reorder by category - llamacpp-ai-index-maven-plugin: add full badge set (Java, Publish CI, CodeQL, Coveralls, Codecov, Maven Central, Snapshot, License) - BitcoinAddressFinder: add CodeQL badge to Build & Environment section https://claude.ai/code/session_01XUpsiwWio7dX379whH838C --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b32e4602..e557ce94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ + ![Java 8+](https://img.shields.io/badge/Java-8%2B-informational) [![llama.cpp b9172](https://img.shields.io/badge/llama.cpp-%23b9172-informational)](https://github.com/ggml-org/llama.cpp/releases/tag/b9172) +[![Publish](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml) +[![CodeQL](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml) + +[![Coverage Status](https://coveralls.io/repos/github/bernardladenthin/java-llama.cpp/badge.svg?branch=main)](https://coveralls.io/github/bernardladenthin/java-llama.cpp?branch=main) +[![codecov](https://codecov.io/gh/bernardladenthin/java-llama.cpp/graph/badge.svg)](https://codecov.io/gh/bernardladenthin/java-llama.cpp) + [![Maven Central](https://img.shields.io/maven-central/v/net.ladenthin/llama)](https://central.sonatype.com/artifact/net.ladenthin/llama) [![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) + +[![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) > **Forked from** [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp): many thanks to [@kherud](https://github.com/kherud) for the great work! From 2d99fbf3f441f85e2ea031ad6be276a4fb746edb Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 16 May 2026 18:23:38 +0000 Subject: [PATCH 2/4] group README badges by labeled sections (Build/Coverage/Quality/Security/Package/License/Community) --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e557ce94..50bf2b05 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,7 @@ - -![Java 8+](https://img.shields.io/badge/Java-8%2B-informational) -[![llama.cpp b9172](https://img.shields.io/badge/llama.cpp-%23b9172-informational)](https://github.com/ggml-org/llama.cpp/releases/tag/b9172) -[![Publish](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml) -[![CodeQL](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml) - -[![Coverage Status](https://coveralls.io/repos/github/bernardladenthin/java-llama.cpp/badge.svg?branch=main)](https://coveralls.io/github/bernardladenthin/java-llama.cpp?branch=main) -[![codecov](https://codecov.io/gh/bernardladenthin/java-llama.cpp/graph/badge.svg)](https://codecov.io/gh/bernardladenthin/java-llama.cpp) - -[![Maven Central](https://img.shields.io/maven-central/v/net.ladenthin/llama)](https://central.sonatype.com/artifact/net.ladenthin/llama) -[![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) - -[![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) +**Build:** ![Java 8+](https://img.shields.io/badge/Java-8%2B-informational) [![llama.cpp b9172](https://img.shields.io/badge/llama.cpp-%23b9172-informational)](https://github.com/ggml-org/llama.cpp/releases/tag/b9172) [![Publish](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml) [![CodeQL](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml) +**Coverage:** [![Coverage Status](https://coveralls.io/repos/github/bernardladenthin/java-llama.cpp/badge.svg?branch=main)](https://coveralls.io/github/bernardladenthin/java-llama.cpp?branch=main) [![codecov](https://codecov.io/gh/bernardladenthin/java-llama.cpp/graph/badge.svg)](https://codecov.io/gh/bernardladenthin/java-llama.cpp) +**Package:** [![Maven Central](https://img.shields.io/maven-central/v/net.ladenthin/llama)](https://central.sonatype.com/artifact/net.ladenthin/llama) [![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) +**License:** [![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) > **Forked from** [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp): many thanks to [@kherud](https://github.com/kherud) for the great work! From e64bb00914b078c8675384a2282420c83bfe5c6e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 16 May 2026 18:28:33 +0000 Subject: [PATCH 3/4] separate each badge onto its own line --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50bf2b05..9b1e746f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ -**Build:** ![Java 8+](https://img.shields.io/badge/Java-8%2B-informational) [![llama.cpp b9172](https://img.shields.io/badge/llama.cpp-%23b9172-informational)](https://github.com/ggml-org/llama.cpp/releases/tag/b9172) [![Publish](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml) [![CodeQL](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml) -**Coverage:** [![Coverage Status](https://coveralls.io/repos/github/bernardladenthin/java-llama.cpp/badge.svg?branch=main)](https://coveralls.io/github/bernardladenthin/java-llama.cpp?branch=main) [![codecov](https://codecov.io/gh/bernardladenthin/java-llama.cpp/graph/badge.svg)](https://codecov.io/gh/bernardladenthin/java-llama.cpp) -**Package:** [![Maven Central](https://img.shields.io/maven-central/v/net.ladenthin/llama)](https://central.sonatype.com/artifact/net.ladenthin/llama) [![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) -**License:** [![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) +**Build:** +![Java 8+](https://img.shields.io/badge/Java-8%2B-informational) +[![llama.cpp b9172](https://img.shields.io/badge/llama.cpp-%23b9172-informational)](https://github.com/ggml-org/llama.cpp/releases/tag/b9172) +[![Publish](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/publish.yml) +[![CodeQL](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml/badge.svg)](https://github.com/bernardladenthin/java-llama.cpp/actions/workflows/codeql.yml) + +**Coverage:** +[![Coverage Status](https://coveralls.io/repos/github/bernardladenthin/java-llama.cpp/badge.svg?branch=main)](https://coveralls.io/github/bernardladenthin/java-llama.cpp?branch=main) +[![codecov](https://codecov.io/gh/bernardladenthin/java-llama.cpp/graph/badge.svg)](https://codecov.io/gh/bernardladenthin/java-llama.cpp) + +**Package:** +[![Maven Central](https://img.shields.io/maven-central/v/net.ladenthin/llama)](https://central.sonatype.com/artifact/net.ladenthin/llama) +[![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) + +**License:** +[![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) > **Forked from** [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp): many thanks to [@kherud](https://github.com/kherud) for the great work! From 3c2555b7cdb27034617eb087eeb64d4880f47a17 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 16 May 2026 18:34:38 +0000 Subject: [PATCH 4/4] add OpenSSF Best Practices badge (project 12862) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b1e746f..ebf370a6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ [![Snapshot](https://img.shields.io/badge/snapshot-latest-informational)](https://central.sonatype.com/repository/maven-snapshots/net/ladenthin/llama/) **License:** -[![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) +[![License](https://img.shields.io/badge/License-Apache%202.0-orange)](./LICENSE) + +**Community:** +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/12862/badge)](https://www.bestpractices.dev/projects/12862) > **Forked from** [kherud/java-llama.cpp](https://github.com/kherud/java-llama.cpp): many thanks to [@kherud](https://github.com/kherud) for the great work!