You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSV File Reference Validation β Extended Layer 1 validator to catch broken workflow references in CSV files
Kiro IDE Support β Standardized config-driven installation, replacing custom installer
π Features
Non-Interactive Installation β Added --directory, --modules, --tools, --custom-content, --user-name, --communication-language, --document-output-language, --output-folder, and -y/--yes flags for CI/CD automation (#1520)
CSV File Reference Validation β Extended validator to scan .csv files for broken workflow references, checking 501 references across 212 files (#1573)
Kiro IDE Support β Replaced broken custom installer with config-driven templates using #[[file:...]] syntax and inclusion: manual frontmatter (#1589)
OpenCode Template Consolidation β Combined split templates with mode: primary frontmatter for Tab-switching support, fixing agent discovery (#1556)
Installer Streamlining β Removed "None - Skip module installation" option, eliminated ~100 lines of dead code, and added ESM/.cjs support for module installers (#1590)
CodeRabbit Workflow β Changed pull_request to pull_request_target to fix 403 errors and enable reviews on fork PRs (#1583)
Party Mode Return Protocol β Added RETURN PROTOCOL to prevent lost-in-the-middle failures after Party Mode completes (#1569)
Spacebar Toggle β Fixed SPACE key not working in autocomplete multiselect prompts for tool/IDE selection (#1557)
OpenCode Agent Routing β Fixed agents installing to wrong directory by adding targets array for routing .opencode/agent/ vs .opencode/command/ (#1549)
Technical Research Workflow β Fixed step-05 routing to step-06 and corrected stepsCompleted values (#1547)
Kilo Installer β Fixed YAML formatting issues by trimming activation header and converting to yaml.parse/stringify (#1537)
bmad-help β Now reads project-specific docs and respects communication_language setting (#1535)
Cache Errors β Removed --prefer-offline npm flag to prevent stale cache errors during installation (#1531)
β»οΈ Refactoring
Complete @clack/prompts Migration β Migrated 24 files from legacy libraries (ora, chalk, boxen, figlet, etc.), replaced ~100 console.log+chalk calls, consolidated installer output to single spinner, and removed 5 dependencies (#1586)
Downloads Page Removal β Removed downloads page, bundle generation, and archiver dependency in favor of GitHub's native archives (#1577)
Workflow Verb Standardization β Replaced "invoke/run" with "load and follow/load" in review workflow prompts (#1570)
Documentation Language β Renamed "brownfield" to "established projects" and flattened directory structure for accessibility (#1539)
π Documentation
Comprehensive Site Review β Fixed broken directory tree diagram, corrected grammar/capitalization, added SEO descriptions, and reordered how-to guides (#1578)
SEO Metadata β Added description front matter to 9 documentation pages for search engine optimization (#1566)