Merged
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
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.27.1
Patch Changes
#1232
f487736Thanks @Crunchyman-ralph! - Fix module not found for new 0.27.0 release#1233
c911608Thanks @Crunchyman-ralph! - Fix Zed MCP configuration by adding required "source" property#1233
1a18794Thanks @Crunchyman-ralph! - One last testing final final@tm/cli@null
@tm/cli
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 monorepoextension@0.25.2
Patch Changes
f487736,c911608,1a18794]:docs@0.0.4
@tm/build-config@null
@tm/build-config
null
1.0.1
@tm/core@null
Changelog
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