From 751cb5e9f71deca118d9a24dcb5065db89957250 Mon Sep 17 00:00:00 2001 From: Adham Elbanna Date: Sat, 8 Nov 2025 17:23:34 +0300 Subject: [PATCH] docs: Update CHANGELOG for v6.0.0-alpha.0 chat mode migration --- CHANGELOG.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd0ce08f..01ff93c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,29 @@ ## [Unreleased] +## [6.0.0-alpha.0] + +**Release: November 8, 2025** + +Initial alpha release of a major rewrite and overhaul improvement of past versions. + +### Chat Mode Migration (November 8, 2025) + +- **GitHub Copilot Integration**: Complete migration to `.chatmode.md` format for all 24 agents + - BMM Module: 10 agents (PM, Analyst, Architect, Dev, UX Expert, SM, TEA, Game Designer, Game Architect, Game Dev) + - CIS Module: 5 agents (Storyteller, Innovation Strategist, Design Thinking Coach, Problem Solver, Brainstorming Coach) + - BMD Module: 7 agents (Release Chief, CLI Chief, Doc Keeper, plus knowledge/instruction files) + - BMB Module: 1 agent (BMad Builder) + - Core Module: 1 agent (BMad Master) +- **Enhanced Tool Access**: CIS agents now include full tool arrays (15 capabilities: codebase, usages, editFiles, runCommands, runTasks, runTests, search, etc.) +- **Automation**: Created `tools/convert-agents-to-chatmodes.js` for automated YAML-to-chatmode conversion +- **Agent Frontmatter**: All agents updated with YAML frontmatter for GitHub Copilot compatibility +- **Quality Assurance**: All 50 agent schema validation tests passing, 17 YAML agents validated + ### Codex Installer - Codex installer uses custom prompts in `.codex/prompts/`, instead of `AGENTS.md` -## [6.0.0-alpha.0] - -**Release: September 28, 2025** - Initial alpha release of a major rewrite and overhaul improvement of past versions. ### Major New Features