From 5d477f61f0af0f438956e12d20d44a74a6c01484 Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Fri, 21 Aug 2026 18:51:02 +0530 Subject: [PATCH 1/2] Add go.dev reference badge to README Signed-off-by: Omkar P <45419097+omkar-foss@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2038747..d8ed7b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CHAOSS AI disclosure detection +# CHAOSS AI disclosure detection [![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/chaoss/disclosure#section-readme) A standalone CLI tool and GitHub Action that detects disclosed AI-generated contributions in git repositories. It works entirely from git-level data (commit emails, messages, trailers) using [go-git](https://github.com/go-git/go-git), with no platform API dependencies in the core. A separate text-scanning mode lets wrappers pipe in PR descriptions, issue comments, or any other text. From 71cf0c545e0fb1654fd9846f86b6d8ba5ce015bd Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:36:57 +0530 Subject: [PATCH 2/2] Move badge to below title Signed-off-by: Omkar P <45419097+omkar-foss@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8ed7b6..0ba24fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# CHAOSS AI disclosure detection [![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/chaoss/disclosure#section-readme) +# CHAOSS AI disclosure detection + +[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/chaoss/disclosure#section-readme) A standalone CLI tool and GitHub Action that detects disclosed AI-generated contributions in git repositories. It works entirely from git-level data (commit emails, messages, trailers) using [go-git](https://github.com/go-git/go-git), with no platform API dependencies in the core. A separate text-scanning mode lets wrappers pipe in PR descriptions, issue comments, or any other text.