UNPKG

task-master-neo-sdlc

Version:

Enhanced task management system with Neo SDLC agents and MCP tools for comprehensive, AI-driven software development lifecycle management.

12 lines (10 loc) 249 B
/** * index.js * Main export point for all Task Master CLI modules */ // Export all modules export * from './utils.js'; export * from './ui.js'; export * from './ai-services.js'; export * from './task-manager.js'; export * from './commands.js';