feat: Taskmaster Flow interactive terminal UI#883
Closed
joedanz wants to merge 327 commits intoeyaltoledano:mainfrom
Closed
feat: Taskmaster Flow interactive terminal UI#883joedanz wants to merge 327 commits intoeyaltoledano:mainfrom
joedanz wants to merge 327 commits intoeyaltoledano:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 5daefe1 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- Modified index-root.jsx to properly pass environment variables when run directly - Enhanced fallback logic in index.jsx ServiceProvider for robust projectRoot detection - Ensures --project-root flag is correctly passed through the CLI → wrapper → TUI chain Fixes issue where Flow TUI was using local folder instead of specified --project-root
…ster into joedanz/tm-flow # Conflicts: # .gitignore # .taskmaster/config.json # package-lock.json # package.json # scripts/modules/task-manager/research.js
Collaborator
|
prioritizing #1332 thanks for the contrib Joe! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task Master Flow - Interactive TUI for Task Management
This PR introduces Task Master Flow, a modern interactive Terminal User Interface (TUI) for Task Master that provides a more intuitive way to manage tasks and interact with the system.
Key Features
Interactive TUI with Slash Commands
/tasks,/parse,/analyze, etc.)Multiple View Screens
Integration Features
task-mastercommandsTechnical Implementation
ink-select-input,ink-spinner,ink-text-inputUsage
Changes Summary
/scripts/modules/flow/directory with 40+ new filesscripts/modules/commands.js)This feature significantly improves the user experience by providing a modern, interactive alternative to the traditional CLI commands while maintaining full compatibility with existing workflows.