Skip to content

Releases: intent-solutions-io/intent-blueprint-docs

v2.9.0 — gstack Integration

18 Mar 21:08
57b77a9

Choose a tag to compare

Installation

# Install CLI globally
npm install -g @intentsolutions/blueprint

# Or use directly with npx
npx @intentsolutions/blueprint init

MCP Server

Add to your Claude/Cursor config:

{
  "mcpServers": {
    "blueprint": {
      "command": "npx",
      "args": ["@intentsolutions/blueprint-mcp"]
    }
  }
}

What's Changed

Full Changelog: v2.8.0...v2.9.0

v2.8.0 - Phase 5 Ecosystem

05 Jan 20:13

Choose a tag to compare

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=csv

Security 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.0

Full Changelog: v2.7.0...v2.8.0

v1.1.1

19 Sep 06:00

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0 – Normalize paths & stabilize CI

19 Sep 05:47
3a38f22

Choose a tag to compare

• 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

19 Sep 04:39

Choose a tag to compare

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 modes
  • form-system/enterprise-questions.yaml - 17 comprehensive enterprise questions
  • scripts/generate-enterprise.mjs - Document generator with header injection
  • scripts/run-enterprise.mjs - Pipeline orchestrator
  • scripts/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 enterprise and make enterprise-ci commands
  • 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

16 Sep 23:24
822aa50

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.8

v1.0.7 - One-Paste Claude Workflow

16 Sep 23:17

Choose a tag to compare

🎯 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

  1. Clone this repo
  2. Open Claude Code CLI
  3. Paste the one-paste prompt from README
  4. Answer: "What's your project about?"
  5. 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

16 Sep 07:55

Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

16 Sep 07:33

Choose a tag to compare

v1.0.4

16 Sep 04:15
14dd30c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.4