Merge pull request #1468 from eyaltoledano/ralph/merge.from.main.0.36.0.p3

This commit is contained in:
Ralph Khreish
2025-12-01 20:44:37 +01:00
committed by GitHub
11 changed files with 48 additions and 48 deletions

View File

@@ -1,26 +0,0 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.36.0-rc.0",
"@tm/cli": "",
"docs": "0.0.10",
"extension": "0.26.0",
"@tm/mcp": "",
"@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.4",
"@tm/bridge": "",
"@tm/core": ""
},
"changesets": [
"crisp-zebras-spend",
"hot-icons-thank",
"pretty-suits-marry",
"red-buses-listen",
"sentry-telemetry-integration",
"slow-grapes-do",
"spotty-peaches-hug",
"tall-lines-fetch"
]
}

View File

@@ -1,11 +0,0 @@
---
"task-master-ai": minor
---
Bring back `task-master generate` as a command and mcp tool (after popular demand)
- Generated files are now `.md` instead of `.txt`
- They also follow the markdownlint format making them look like more standard md files
- added parameters to generate allowing you to generate with the `--tag` flag
- If I am on an active tag and want to generate files from another tag, I can with the tag parameter
- See `task-master generate --help` for more information.

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": minor
---
Add Hamster rules to task-master rules

View File

@@ -1,5 +1,31 @@
# task-master-ai
## 0.36.0
### Minor Changes
- [#1446](https://github.com/eyaltoledano/claude-task-master/pull/1446) [`2316e94`](https://github.com/eyaltoledano/claude-task-master/commit/2316e94b288915bb906e1a61a87f59e291594fef) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Bring back `task-master generate` as a command and mcp tool (after popular demand)
- Generated files are now `.md` instead of `.txt`
- They also follow the markdownlint format making them look like more standard md files
- added parameters to generate allowing you to generate with the `--tag` flag
- If I am on an active tag and want to generate files from another tag, I can with the tag parameter
- See `task-master generate --help` for more information.
- [#1454](https://github.com/eyaltoledano/claude-task-master/pull/1454) [`38ff7eb`](https://github.com/eyaltoledano/claude-task-master/commit/38ff7ebbc029919ea4cd5257573efbf1ea2f0eeb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Hamster rules to task-master rules
## 0.36.0
### Minor Changes
- [#1446](https://github.com/eyaltoledano/claude-task-master/pull/1446) [`2316e94`](https://github.com/eyaltoledano/claude-task-master/commit/2316e94b288915bb906e1a61a87f59e291594fef) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Bring back `task-master generate` as a command and mcp tool (after popular demand)
- Generated files are now `.md` instead of `.txt`
- They also follow the markdownlint format making them look like more standard md files
- added parameters to generate allowing you to generate with the `--tag` flag
- If I am on an active tag and want to generate files from another tag, I can with the tag parameter
- See `task-master generate --help` for more information.
- [#1454](https://github.com/eyaltoledano/claude-task-master/pull/1454) [`38ff7eb`](https://github.com/eyaltoledano/claude-task-master/commit/38ff7ebbc029919ea4cd5257573efbf1ea2f0eeb) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add Hamster rules to task-master rules
## 0.36.0-rc.2
### Patch Changes

View File

@@ -4,6 +4,13 @@
### Patch Changes
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- [#1396](https://github.com/eyaltoledano/claude-task-master/pull/1396) [`9883e83`](https://github.com/eyaltoledano/claude-task-master/commit/9883e83b78306e55003e960ea072a11048d89ec9) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix box title alignment by adding emoji variant selector to warning sign
- Updated dependencies []:

View File

@@ -1,5 +1,7 @@
# docs
## 0.0.11
## 0.0.10
## 0.0.9

View File

@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"description": "Task Master documentation powered by Mintlify",
"scripts": {

View File

@@ -275,7 +275,7 @@
"tailwindcss": "4.1.11",
"typescript": "^5.9.2",
"@tm/core": "*",
"task-master-ai": "0.36.0-rc.2"
"task-master-ai": "*"
},
"overrides": {
"glob@<8": "^10.4.5",

View File

@@ -27,3 +27,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

6
package-lock.json generated
View File

@@ -162,7 +162,7 @@
"license": "MIT"
},
"apps/docs": {
"version": "0.0.10",
"version": "0.0.11",
"devDependencies": {
"mintlify": "^4.2.111"
}
@@ -204,7 +204,7 @@
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.11",
"task-master-ai": "0.36.0-rc.2",
"task-master-ai": "*",
"typescript": "^5.9.2"
},
"engines": {
@@ -36412,7 +36412,7 @@
},
"packages/claude-code-plugin": {
"name": "@tm/claude-code-plugin",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT WITH Commons-Clause"
},
"packages/tm-bridge": {

View File

@@ -1,6 +1,6 @@
{
"name": "@tm/claude-code-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
"type": "module",
"private": true,