From 5b1f9e8d8a03a1baf322ea20e97ea86ed30d2cbf Mon Sep 17 00:00:00 2001 From: Jason Robey Date: Thu, 2 Jul 2026 10:50:10 -0400 Subject: [PATCH] docs: add distribution badges to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version badge is a shields.io dynamic-JSON badge reading plugin/.claude-plugin/plugin.json from main — canonical by construction, so it cannot drift the way a hardcoded badge would. Plus CI status, license, Claude Code plugin, and marketplace badges. Co-Authored-By: Claude Fable 5 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7d8b6e1..501a59e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ *A gathering place for adventurers.* +[![version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FGrillerGeek%2Fguildhall%2Fmain%2Fplugin%2F.claude-plugin%2Fplugin.json&query=%24.version&label=version&prefix=v&color=blue)](plugin/.claude-plugin/plugin.json) +[![validate](https://github.com/GrillerGeek/guildhall/actions/workflows/validate.yml/badge.svg)](https://github.com/GrillerGeek/guildhall/actions/workflows/validate.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[![Claude Code plugin](https://img.shields.io/badge/Claude_Code-plugin-blueviolet.svg)](https://claude.com/claude-code) +[![marketplace](https://img.shields.io/badge/marketplace-grillergeek--plugins-green.svg)](https://github.com/GrillerGeek/skills) + A TDD-ordered coding agent harness for Claude Code, tuned for Opus 4.8. Opus-tier models from 4.7 onward follow instructions literally and fill in fewer gaps than their predecessors — and Opus 4.8 is additionally conservative about reaching for subagents unless told exactly when to dispatch them. The remedy is the same as it ever was: a tuned harness with explicit contracts and dispatch triggers, not cleverer prompting.