Releases: intent-solutions-io/intent-blueprint-docs
v2.9.0 — gstack Integration
Installation
# Install CLI globally
npm install -g @intentsolutions/blueprint
# Or use directly with npx
npx @intentsolutions/blueprint initMCP Server
Add to your Claude/Cursor config:
{
"mcpServers": {
"blueprint": {
"command": "npx",
"args": ["@intentsolutions/blueprint-mcp"]
}
}
}What's Changed
- feat: gstack integration + repo health audit by @jeremylongshore in #35
Full Changelog: v2.8.0...v2.9.0
v2.8.0 - Phase 5 Ecosystem
Phase 5: Ecosystem Release
Template Marketplace
- 9 built-in template packs for verticals, compliance, and frameworks
- Verticals: FinTech, HealthTech, SaaS
- Compliance: SOC2, HIPAA, GDPR
- Frameworks: Next.js, FastAPI, Rails
- Registry with search, caching, and pagination
- Pack install/uninstall/update management
- Featured and popular pack discovery
Plugin System
- Extensible plugin architecture with 5 types:
- FormatterPlugin (Markdown, HTML)
- ValidatorPlugin (quality rules)
- ProcessorPlugin, IntegrationPlugin, HookPlugin
- Plugin manager with lifecycle hooks
- Built-in plugins: markdown-formatter, html-formatter, quality-validator
Analytics Dashboard
- Event collector for usage tracking
- Template and pack statistics
- Session analysis and error reporting
- Export to table, JSON, CSV formats
CLI Commands
# Marketplace
blueprint pack search [query]
blueprint pack install <pack-id>
blueprint pack list
blueprint pack featured
blueprint pack popular
# Analytics
blueprint analytics
blueprint analytics templates
blueprint analytics packs
blueprint analytics export --format=csvSecurity Fixes
- Updated @modelcontextprotocol/sdk to v1.25.2 (fixes DNS rebinding, ReDoS)
- Updated nodemailer to v7.0.12 (fixes DoS vulnerabilities)
- Updated vitest to v4.0.0 (fixes esbuild dev server vulnerability)
- 0 npm audit vulnerabilities
Install
npm install -g @intentsolutions/blueprint@2.8.0Full Changelog: v2.7.0...v2.8.0
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0 – Normalize paths & stabilize CI
• Normalize repo to ~/ai-dev root (no nested vibe-prd)
• Hardening: make verify in CI, mkdir -p completed-docs
• Enterprise pipeline: 22-doc generation validated
• Docs: updated paths and one-paste block
• Workflows: template-validation.yml simplified & reliable
v1.0.9
v1.0.9 – 2025-09-18
🚀 Major Features
- Enterprise Documentation Pipeline: Complete 17-question intake CLI with multiple input modes
- 22-Document Generator: Automated generation with enterprise header injection
- CI/CD Integration: GitHub Actions workflow with automated validation
- Governance Controls: CODEOWNERS, PR templates, and branch protection guidance
🏗️ Enterprise Pipeline Components
form-system/enterprise-cli.js- Robust CLI with interactive, file, and stdin modesform-system/enterprise-questions.yaml- 17 comprehensive enterprise questionsscripts/generate-enterprise.mjs- Document generator with header injectionscripts/run-enterprise.mjs- Pipeline orchestratorscripts/verify-enterprise-output.mjs- Output validation.github/workflows/enterprise-e2e.yml- End-to-end CI workflow
🎯 New Capabilities
- Multi-mode intake: Interactive prompts, file input, or stdin processing
- Enterprise headers: Auto-injected project metadata and cross-references
- Make targets:
make enterpriseandmake enterprise-cicommands - Fixture data: Pre-configured test answers for CI/automation
- Validation scripts: Automated output structure verification
📋 Governance & Quality
- CODEOWNERS: Protected enterprise-critical paths require @jeremylongshore review
- PR Template: Enterprise checklist with verification requirements
- Branch Protection: Documented governance for enterprise pipeline changes
- Dependencies: Added js-yaml for YAML processing
🧪 Verification & Testing
- Enterprise dry-run: ✅ 24 documents generated successfully
- Template verification: ✅ All 22 templates validated
- CI pipeline: ✅ enterprise-e2e workflow operational
- Output validation: ✅ Structure and metadata verified
📦 What's Included
- Complete enterprise intake and generation pipeline
- GitHub Actions CI/CD workflow
- Comprehensive governance controls
- Multi-input mode CLI (interactive/file/stdin)
- Automated header injection and cross-referencing
- Enterprise-grade validation and verification
🎊 Impact
This release transforms vibe-prd into a production-ready enterprise documentation platform with:
- Structured intake process for consistent documentation quality
- Automated pipeline reducing documentation time from hours to minutes
- Enterprise governance ensuring quality and maintainability
- CI/CD integration for reliable automated workflows
v1.0.8
What's Changed
- docs(readme): add YC Protocol integration + clarify BMAD flow by @jeremylongshore in #15
- chore: one-paste Claude workflow (BMAD archived) by @jeremylongshore in #18
- Simplify to one-paste Claude pipeline; archive BMAD by @jeremylongshore in #17
- cleanup: simplify to 22 core templates only by @jeremylongshore in #19
Full Changelog: v1.0.5...v1.0.8
v1.0.7 - One-Paste Claude Workflow
🎯 Major Simplification Release
This release completes the transformation from complex BMAD Docker workflow to simple one-paste Claude Code CLI pipeline.
✅ What's New
- One-paste Claude workflow - Zero setup, zero dependencies
- 22 clean numbered templates (01-22) matching README promise
- BMAD safely archived under
archive/bmad-method/with restoration guide - Removed 21 symlink aliases that were causing template confusion
- Cleaned repository with only essential files
🚀 How to Use
- Clone this repo
- Open Claude Code CLI
- Paste the one-paste prompt from README
- Answer: "What's your project about?"
- Get 22 enterprise docs in
completed-docs/<project>/
📊 Before/After
- Before: 46 confusing template files + Docker complexity
- After: 25 clean files + simple Claude workflow
🔄 Breaking Changes
- BMAD workflow moved to archive (can be restored if needed)
- Template symlinks removed (use numbered templates 01-22)
- Docker containers no longer required for basic workflow
Perfect for beginners and experienced developers who want fast, high-quality documentation generation.
v1.0.6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: https://github.com/jeremylongshore/vibe-prd/commits/v1.0.5
v1.0.4
What's Changed
- ci: retain artifacts for 90 days by @jeremylongshore in #11
- chore/release retention by @jeremylongshore in #12
- fix: remove duplicate with block in release workflow by @jeremylongshore in #13
Full Changelog: v1.0.1...v1.0.4