Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Crunchyman-ralph
added a commit
to bjcoombs/claude-task-master
that referenced
this pull request
Oct 14, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Crunchyman-ralph
added a commit
to bjcoombs/claude-task-master
that referenced
this pull request
Oct 14, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Crunchyman-ralph
added a commit
to bjcoombs/claude-task-master
that referenced
this pull request
Oct 14, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
16 tasks
sfc-gh-dflippo
pushed a commit
to sfc-gh-dflippo/task-master-ai
that referenced
this pull request
Dec 4, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
task-master-ai@0.29.0
Minor Changes
#1286
f12a16dThanks @Crunchyman-ralph! - Add changelog highlights to auto-update notificationsWhen the CLI auto-updates to a new version, it now displays a "What's New" section.
#1293
3010b90Thanks @Crunchyman-ralph! - Add Claude Code plugin with marketplace distributionThis release introduces official Claude Code plugin support, marking the evolution from legacy
.claudedirectory copying to a modern plugin-based architecture.🎉 New: Claude Code Plugin
Task Master AI commands and agents are now distributed as a proper Claude Code plugin:
/taskmaster:command-name)Installation:
The
rules add claudecommand no longer copies commands and agents to.claude/commands/and.claude/agents/. Instead, it nowMigration for Existing Users:
If you previously used
rules add claude:.claude/commands/will continue to work but won't receive updates/plugin install taskmaster@taskmaster.claude/commands/and.claude/agents/directoriesWhy This Change?
Claude Code plugins provide:
The plugin system is the future of Task Master AI integration with Claude Code!
#1285
2a910a4Thanks @Crunchyman-ralph! - Add RPG (Repository Planning Graph) method template for structured PRD creation. The newexample_prd_rpg.txttemplate teaches AI agents and developers the RPG methodology through embedded instructions, inline good/bad examples, and XML-style tags for structure. This template enables creation of dependency-aware PRDs that automatically generate topologically-ordered task graphs when parsed with Task Master.Key features:
task-master initThe RPG template complements the existing
example_prd.txtand provides a more structured approach for complex projects requiring clear module boundaries and dependency chains.#1287
90e6bdcThanks @Crunchyman-ralph! - Enhanceexpand_allto intelligently use complexity analysis recommendations when expanding tasks.The expand-all operation now automatically leverages recommendations from
analyze-complexityto determine optimal subtask counts for each task, resulting in more accurate and context-aware task breakdowns.Key improvements:
When you run
task-master expand --allaftertask-master analyze-complexity, Task Master now uses the recommended subtask counts from the complexity analysis instead of applying uniform defaults, ensuring each task is broken down according to its actual complexity.Patch Changes
#1191
aaf903fThanks @Crunchyman-ralph! - Fix cross-level task dependencies not being savedFixes an issue where adding dependencies between subtasks and top-level tasks (e.g.,
task-master add-dependency --id=2.2 --depends-on=11) would report success but fail to persist the changes. Dependencies can now be created in both directions between any task levels.#1299
4c1ef2cThanks @Crunchyman-ralph! - Improve refresh token when authenticating@tm/cli@null
@tm/cli
null
Patch Changes
null
Patch Changes
null
Patch Changes
0.27.0
Patch Changes
0.27.0-rc.0
Minor Changes
137ef36Thanks @Crunchyman-ralph! - testing this stuff out to see how the release candidate works with monorepo1.1.0-rc.0
Minor Changes
cd90b4dThanks @Crunchyman-ralph! - testing this stuff out to see how the release candidate works with monorepodocs@0.0.6
extension@0.25.6
@tm/ai-sdk-provider-grok-cli@null
@tm/ai-sdk-provider-grok-cli
null
null
@tm/build-config@null
@tm/build-config
null
null
null
1.0.1
@tm/claude-code-plugin@0.0.2
@tm/core@null
Changelog
null
null
null
0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
Added
Development Infrastructure
Package Structure
src/types/- TypeScript type definitions (placeholder)src/providers/- AI provider implementations (placeholder)src/storage/- Storage layer abstractions (placeholder)src/parser/- Task parsing utilities (placeholder)src/utils/- Common utility functions (placeholder)src/errors/- Custom error classes (placeholder)tests/- Test directories and setup[1.0.0] - TBD
Planned Features
Release Notes
Version 1.0.0 (Coming Soon)
This will be the first stable release of tm-core with complete implementations of all modules. Currently, all modules contain placeholder implementations to establish the package structure and enable development of dependent packages.
Development Status