Open Issues Need Help
View All on GitHubAI Summary: Migrate eight frequently used 'Quick Action' slash commands from a monolithic structure to a modular design, ensuring identical functionality. This involves creating shared utility modules for project detection, Git operations, command execution, and output formatting, as well as writing unit tests for each command. The migration should maintain backward compatibility and improve code organization.
AI Summary: Implement a 'No Framework' option in the Flow State Dev project initialization. This involves creating a minimal base module with essential tooling, providing educational content on framework selection, and enabling easy framework addition later via the `fsd upgrade` command. The solution should guide users through the setup process and offer a smooth transition to a full framework if desired.