From 51324ddb594b425c0d535c7c366a0c116a6d2e6f Mon Sep 17 00:00:00 2001 From: Jonah Schulte Date: Mon, 26 Jan 2026 09:49:11 -0500 Subject: [PATCH] fix: remove 'hospital-grade' from user-facing descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Changed:** - package.json: 'hospital-grade quality' → 'production-hardened enforcement' - GSDMAD-ARCHITECTURE.md: 'hospital-grade' → 'comprehensive' **Kept:** - Workflow instructions (internal LLM guidance) - FEATURE-SUMMARY-v1.5.0.md (historical documentation) 'Hospital-grade' is now only in workflow files as internal quality directive, not in user-facing package descriptions or architecture docs. --- GSDMAD-ARCHITECTURE.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GSDMAD-ARCHITECTURE.md b/GSDMAD-ARCHITECTURE.md index aca9ee06..fe52bf82 100644 --- a/GSDMAD-ARCHITECTURE.md +++ b/GSDMAD-ARCHITECTURE.md @@ -8,7 +8,7 @@ ## The Vision -**BMAD** excels at structure, tracking, and hospital-grade quality standards. +**BMAD** excels at structure, tracking, and comprehensive quality standards. **GSD** excels at smart execution, parallelization, and getting shit done fast. **GSDMAD** takes the best of both: @@ -23,7 +23,7 @@ 2. **Smart parallelization** - Run independent work concurrently, sequential only when needed 3. **Separation of concerns** - Different agents for implementation, validation, review 4. **Checkpoint-aware routing** - Autonomous segments in subagents, decisions in main -5. **Hospital-grade quality** - Lives may be at stake, quality >> speed +5. **Comprehensive quality** - Lives may be at stake, quality >> speed --- @@ -454,7 +454,7 @@ agents: - ✅ Comprehensive story tracking - ✅ Sprint artifacts and status management - ✅ Gap analysis and reconciliation -- ✅ Hospital-grade quality standards +- ✅ Comprehensive quality standards - ✅ Multi-tenant patterns **From GSD:** diff --git a/package.json b/package.json index dde8242c..94f281ee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "@jonahschulte/bmad-method", "version": "6.3.6-alpha.23", - "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with hospital-grade quality, TDD, and intelligent multi-agent review)", + "description": "Breakthrough Method of Agile AI-driven Development (Enhanced with TDD, intelligent multi-agent review, and production-hardened enforcement)", "keywords": [ "agile", "ai",