Commit Graph

3 Commits

Author SHA1 Message Date
Márcio Barroso 7ee26ab699 fix: fixing agent issue 2025-09-24 13:07:55 -03:00
Márcio Barroso 6cdae4c3c6 fix: resolve installation warnings and Node.js v24 compatibility issues
- Update inquirer from ^8.2.6 to ^10.2.2 for Node.js v24 compatibility
- Fix inquirer imports to use .default export format in installer files
- Enhance agent detection to support both .md and .yaml agent files
- Update bmad-nextjs-fullstack team config to reference only existing agents
- Fix YAML syntax error in schema-first-template with proper quoting

Resolves readline ERR_USE_AFTER_CLOSE errors during installation and
eliminates "Core agent not found" warnings for expansion pack agents.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-24 12:53:50 -03:00
Márcio Barroso a3bfeac185 feat: create Next.js Feature-Based Architecture Extension Pack
- Built specifically for nextjs-new-app template (Next.js 15+, Tailwind 4.x)
- Added 6 specialized AI agents including Domain Architect and BaseController Specialist
- Implemented 7 workflows for Domain-Driven Design and Feature-Based Architecture
- Created 5 architecture templates (BaseController, Schema-First, Feature Structure)
- Added 3 comprehensive checklists for development quality
- Includes setup task for nextjs-new-app template integration
- Supports database-agnostic patterns with Zod validation
- Follows strict TypeScript and modern Next.js App Router patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-24 10:14:06 -03:00