Skip to content

v0.6.0 — Pipeline Orchestration, 11 Agents & Adaptive Init

Choose a tag to compare

@JubaKitiashvili JubaKitiashvili released this 12 Mar 17:44
· 202 commits to main since this release

What's New in v0.6.0

🎯 Pipeline Orchestration (NEW)

  • Pipeline orchestrator agent — 11th agent that coordinates multi-agent workflows
  • 5-phase pipeline: Plan → Implement → Test → Review → Validate
  • /orchestrate command for launching coordinated workflows
  • Retry logic (max 3 attempts) with user escalation on persistent failures
  • Handoff templates for structured agent-to-agent context passing

🧠 Memory Integration

  • All 11 agents now have memory integration via MCP tagging convention [agent, project, category]
  • Cross-session learning with save/search patterns per agent

🎨 Agent Personalities & Variants

  • All 9 variant files enhanced with Identity & Personality, Communication Style, Success Metrics, Memory Integration sections
  • Each agent has a unique vibe, communication style, and quantified success metrics

🔍 Adaptive Init System (v0.5.0+)

  • Deep stack detection — 15 dimensions (state, navigation, styling, lists, images, forms, storage, testing, build system, etc.)
  • Variant selection — auto-picks from 24 variant templates matched to your exact stack
  • CLAUDE.md 3-scenario handling — creates new, merges into existing, or updates ERNE-managed blocks

🎮 Dashboard Enhancements

  • Pipeline orchestrator added as 11th agent in pixel-art dashboard
  • Conference room with orchestrator coordination visualization
  • Demo video, mobile responsive layout

📦 New Commands

  • /orchestrate — multi-agent pipeline
  • /code, /feature — focused development
  • /learn, /retrospective — learning workflows
  • /setup-device — device configuration

🛡️ Quality Infrastructure

  • scripts/lint-agents.js — validates agent frontmatter and required sections
  • lib/sync-configs.js — syncs CLAUDE.md → .cursorrules, .windsurfrules, AGENTS.md, GEMINI.md
  • ESLint 9 flat config + Prettier
  • CONTRIBUTING.md with full contributor guide
  • CI: Node 18+20 matrix with tests + agent linting

📚 Documentation

  • Pipeline documentation with phases, retry logic, escalation rules
  • 4 handoff templates (Standard, QA PASS, QA FAIL, Escalation)
  • Memory integration docs with per-agent examples
  • 4 workflow examples (new feature, upgrade, new screen, bug fix runbook)
  • README visual redesign with badges, tables, and pipeline visualization

🐛 Bug Fixes

  • 6 critical bugs fixed (dashboard, hooks, dead imports)
  • Fixed CI timeout in pre-edit-test-gate test
  • Updated validation counts for 11 agents and 19 commands
  • Removed performance-budget.js (merged into bundle-size-check.js)
  • Fixed dashboard shell injection vulnerability (execFileSync)

Full Changelog: v0.3.0...v0.6.0

Install: npx erne-universal init