feat(extension): complete VS Code extension with kanban board interface#997
Merged
Crunchyman-ralph merged 62 commits intoAug 1, 2025
Conversation
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.
Description
This PR implements a complete VS Code extension that provides a visual Kanban board interface for Task Master projects. Building on the scaffolding from PR #989, this delivers a production-ready extension with React-based UI, MCP integration for real-time synchronization, and professional CI/CD workflows for marketplace publishing.
Type of Change
Testing
Changeset
Additional Notes
BREAKING CHANGE: Extension requires publisher setup and marketplace keys
Publisher and extension naming decisions required:
See apps/extension/docs/ for detailed setup instructions
Summary by CodeRabbit
New Features
Documentation
Style
Tests
Chores