Skip to content

Commit 8e20298

Browse files
authored
fix: trim README badges to 7 dynamic essentials (#83)
Remove 5 problematic badges: - Tests/Coverage: static values that go stale on every change - Installs: shows 0 for a newly published extension - Release: redundant with Marketplace; ugly patchloom- tag prefix - FOSSA: static link badge with no dynamic status (API returns 404) Keep 7 badges, all dynamic except License: CI, Security, Marketplace, Open VSX, Scorecard, Best Practices, License Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 00257de commit 8e20298

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@
66

77
[![CI](https://github.com/patchloom/patchloom-vscode/actions/workflows/ci.yml/badge.svg)](https://github.com/patchloom/patchloom-vscode/actions/workflows/ci.yml)
88
[![Security](https://github.com/patchloom/patchloom-vscode/actions/workflows/security.yml/badge.svg)](https://github.com/patchloom/patchloom-vscode/actions/workflows/security.yml)
9-
[![Tests](https://img.shields.io/badge/tests-193%20passing-brightgreen)](#)
10-
[![Coverage](https://img.shields.io/badge/coverage-82%25-brightgreen)](#)
11-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/patchloom/patchloom-vscode/blob/main/LICENSE)
12-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/patchloom/patchloom-vscode/badge)](https://securityscorecards.dev/viewer/?uri=github.com/patchloom/patchloom-vscode)
13-
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13100/badge)](https://www.bestpractices.dev/projects/13100)
14-
[![FOSSA Status](https://img.shields.io/badge/license%20scan-FOSSA-blue)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpatchloom%2Fpatchloom-vscode)
15-
[![Release](https://img.shields.io/github/v/release/patchloom/patchloom-vscode?logo=github&sort=semver)](https://github.com/patchloom/patchloom-vscode/releases/latest)
169
[![VS Code Marketplace](https://vsmarketplacebadges.dev/version/patchloom.patchloom.svg)](https://marketplace.visualstudio.com/items?itemName=patchloom.patchloom)
17-
[![Installs](https://vsmarketplacebadges.dev/installs/patchloom.patchloom.svg)](https://marketplace.visualstudio.com/items?itemName=patchloom.patchloom)
1810
[![Open VSX](https://img.shields.io/open-vsx/v/patchloom/patchloom)](https://open-vsx.org/extension/patchloom/patchloom)
11+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/patchloom/patchloom-vscode/badge)](https://securityscorecards.dev/viewer/?uri=github.com/patchloom/patchloom-vscode)
12+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13100/badge)](https://www.bestpractices.dev/projects/13100)
13+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/patchloom/patchloom-vscode/blob/main/LICENSE)
1914

2015
The official VS Code extension for [Patchloom](https://github.com/patchloom/patchloom). Set up your workspace for AI agent workflows in seconds: detect the CLI, generate agent rules, configure MCP servers, and run structured file operations from the command palette.
2116

0 commit comments

Comments
 (0)