Skip to content

Version Packages#1

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#1
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link

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.40.0

Minor Changes

  • #1538 a2d5639 Thanks @Crunchyman-ralph! - Added Gemini 3 Flash Preview model support for Google and Gemini CLI providers

  • #1535 4d1ed20 Thanks @Crunchyman-ralph! - Add auto-detection for IDE profiles in rules command

    • tm rules add now opens interactive setup with detected IDEs pre-selected
    • tm rules add -y auto-detects and installs rules without prompting
    • Detects 13 IDEs: Cursor, Claude Code, Windsurf, VS Code, Roo, Cline, Kiro, Zed, Kilo, Trae, Gemini, OpenCode, Codex
  • #1526 38c2c08 Thanks @eyaltoledano! - Add watch mode and compact output to list command

    • Add -w/--watch flag to continuously monitor task changes with real-time updates
    • Add -c/--compact flag for minimal task output format
    • Add --no-header flag to hide the command header
    • Support file-based watching via fs.watch for local tasks.json
    • Support API-based watching via Supabase Realtime for authenticated users
    • Display last sync timestamp and source in watch mode

Patch Changes

@tm/cli@null

@tm/cli

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • #1396 9883e83 Thanks @bjcoombs! - Fix box title alignment by adding emoji variant selector to warning sign

  • Updated dependencies []:

    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • #1305 a98d96e Thanks @bjcoombs! - Fix warning message box width to match dashboard box width for consistent UI alignment

  • Updated dependencies []:

    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

0.27.0

Patch Changes

  • Updated dependencies []:
    • @tm/core@0.26.1

0.27.0-rc.0

Minor Changes

1.1.0-rc.0

Minor Changes

@tm/mcp@null

@tm/mcp

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

@tm/bridge@null

@tm/bridge

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

null

Patch Changes

  • Updated dependencies []:
    • @tm/core@null

docs@0.0.16

@tm/ai-sdk-provider-grok-cli@null

@tm/ai-sdk-provider-grok-cli

null

null

null

null

null

null

null

null

null

null

null

@tm/build-config@null

@tm/build-config

null

null

null

null

null

null

null

null

null

null

null

null

1.0.1

@tm/claude-code-plugin@0.0.10

@tm/core@null

Changelog

null

null

null

null

null

null

null

null

null

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

  • Initial package structure and configuration
  • TypeScript support with strict mode
  • Dual ESM/CJS build system with tsup
  • Jest testing framework with TypeScript support
  • ESLint and Prettier for code quality
  • Modular architecture with barrel exports
  • Placeholder implementations for all modules
  • Comprehensive documentation and README

Development Infrastructure

  • tsup configuration for dual format builds
  • Jest configuration with ESM support
  • ESLint configuration with TypeScript rules
  • Prettier configuration for consistent formatting
  • Complete package.json with all required fields
  • TypeScript configuration with strict settings
  • .gitignore for development files

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

  • Complete TypeScript type system
  • AI provider implementations
  • Storage adapters
  • Task parsing capabilities
  • Comprehensive utility functions
  • Custom error handling
  • Full test coverage
  • Complete documentation

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

  • ✅ Package structure and configuration
  • ✅ Build and test infrastructure
  • ✅ Development tooling setup
  • 🚧 TypeScript types implementation (Task 116)
  • 🚧 AI provider system (Task 117)
  • 🚧 Storage layer (Task 118)
  • 🚧 Task parser (Task 119)
  • 🚧 Utility functions (Task 120)
  • 🚧 Error handling (Task 121)
  • 🚧 Configuration system (Task 122)
  • 🚧 Testing infrastructure (Task 123)
  • 🚧 Documentation (Task 124)
  • 🚧 Package finalization (Task 125)

@tm/profiles@null

@tm/profiles

null

null

null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants