Joe Danziger
243a9400c7
move rules-setup.js to /src/utils
2025-05-22 15:25:23 -04:00
Joe Danziger
11f2bc4c20
optimize imports
2025-05-22 15:18:08 -04:00
Joe Danziger
72faba846d
move to /src/utils
2025-05-22 15:10:51 -04:00
Joe Danziger
d5b45e4eba
remove comments
2025-05-22 15:00:25 -04:00
Joe Danziger
77c3bb5d2b
remove comment
2025-05-22 14:54:32 -04:00
Joe Danziger
9c9f6a2754
update to minor
2025-05-22 14:28:11 -04:00
Joe Danziger
c5c46e0cf8
update "brand rules" to "rules"
2025-05-22 14:26:08 -04:00
Joe Danziger
0c64e9a739
update error message
2025-05-22 13:44:00 -04:00
Joe Danziger
b67217c995
remove rules just for this repository - only include rules to be distributed
2025-05-22 13:14:15 -04:00
Joe Danziger
4854a6c730
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
2025-05-22 13:10:58 -04:00
Shrey Paharia
86d8f00af8
Add next task to set status for mcp server ( #558 )
2025-05-22 11:09:36 +02:00
Eyal Toledano
0c55ce0165
chore: linting and prettier
2025-05-22 04:17:06 -04:00
Eyal Toledano
5a91941913
removes changeset for set/mark which i didnt add in the end
2025-05-22 04:15:10 -04:00
Eyal Toledano
04af16de27
feat(move-tasks): Implement move command for tasks and subtasks
...
Adds a new CLI command and MCP tool to reorganize tasks and subtasks within the hierarchy. Features include:
- Moving tasks between different positions in the task list
- Converting tasks to subtasks and vice versa
- Moving subtasks between parents
- Moving multiple tasks at once with comma-separated IDs
- Creating placeholder tasks when moving to new IDs
- Validation to prevent accidental data loss
This is particularly useful for resolving merge conflicts when multiple team members create tasks on different branches.
2025-05-22 04:14:22 -04:00
Eyal Toledano
edf0f23005
update changesets
2025-05-22 03:03:25 -04:00
Eyal Toledano
e0e1155260
fix(parse-prd): Fix parameter naming inconsistency in CLI parse-prd command
2025-05-22 02:59:32 -04:00
Eyal Toledano
70f4054f26
feat(parse-prd): Add research flag to parse-prd command for enhanced PRD analysis. Significantly improves parse PRD system prompt when used with research.
2025-05-22 02:57:51 -04:00
Eyal Toledano
34c769bcd0
feat(analyze): add task ID filtering to analyze-complexity command
...
Enhance analyze-complexity to support analyzing specific tasks by ID or range:
- Add --id option for comma-separated task IDs
- Add --from/--to options for analyzing tasks within a range
- Implement intelligent merging with existing reports
- Update CLI, MCP tools, and direct functions for consistent support
- Add changeset documenting the feature
2025-05-22 01:49:41 -04:00
Eyal Toledano
34df2c8bbd
feat: automatically create tasks.json when missing (Task #68 )
...
This commit implements automatic tasks.json file creation when it doesn't exist:
- When tasks.json is missing or invalid, create a new one with { tasks: [] }
- Allows adding tasks immediately after initializing a project without parsing a PRD
- Replaces error with informative feedback about file creation
- Enables smoother workflow for new projects or directories
This change improves user experience by removing the requirement to parse a PRD
before adding the first task to a newly initialized project. Closes #494
2025-05-22 01:18:27 -04:00
Eyal Toledano
5e9bc28abe
feat(add-task): enhance dependency detection with semantic search
...
This commit significantly improves the functionality by implementing
fuzzy semantic search to find contextually relevant dependencies:
- Add Fuse.js for powerful fuzzy search capability with weighted multi-field matching
- Implement score-based relevance ranking with high/medium relevance tiers
- Enhance context generation to include detailed information about similar tasks
- Fix context shadowing issue that prevented detailed task information from
reaching the AI model
- Add informative CLI output showing semantic search results and dependency patterns
- Improve formatting of dependency information in prompts with task titles
The result is that newly created tasks are automatically placed within the correct
dependency structure without manual intervention, with the AI having much better
context about which tasks are most relevant to the new one being created.
This significantly improves the user experience by reducing the need to manually
update task dependencies after creation, all without increasing token usage or costs.
2025-05-22 01:09:40 -04:00
Eyal Toledano
d2e64318e2
fix(ai-services): add logic for API key checking in fallback sequence
2025-05-21 22:49:25 -04:00
Eyal Toledano
4c835264ac
task management
2025-05-21 21:23:39 -04:00
Joe Danziger
1691189687
fix formatting
2025-05-21 13:00:11 -04:00
Joe Danziger
6c69522017
add mcpConfigName value for parh
2025-05-21 13:00:04 -04:00
Joe Danziger
c12cff1890
specify whether to create mcp config and filename
2025-05-21 12:43:05 -04:00
Joe Danziger
9eacd6e061
add brandDir to remove ambiguity and support Cline
2025-05-21 12:28:56 -04:00
Joe Danziger
97859d8d7e
add cline profile
2025-05-21 09:39:08 -04:00
github-actions[bot]
c882f89a8c
Version Packages
2025-05-20 18:40:38 +02:00
Ralph Khreish
20e1b72a17
Merge pull request #549 from eyaltoledano/changeset-release/main
...
Version Packages
v0.14.0
2025-05-20 00:34:13 +02:00
github-actions[bot]
db631f43a5
Version Packages
2025-05-19 22:31:08 +00:00
Ralph Khreish
3b9402f1f8
Merge Release 0.14.0 #529
...
Release 0.14.0
2025-05-20 00:30:46 +02:00
Ralph Khreish
c8c0fc2a57
fix: improve ollama object to telemetry structure ( #546 )
2025-05-19 23:05:45 +02:00
Joe Danziger
042da6a2cf
Merge branch 'joedanz/flexible-brand-rules' of https://github.com/joedanz/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# scripts/modules/commands.js
2025-05-19 11:21:26 -04:00
Joe Danziger
3ef21ecad8
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
2025-05-19 11:17:19 -04:00
Joe Danziger
665c018c90
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# scripts/modules/commands.js
# scripts/modules/ui.js
2025-05-19 11:16:29 -04:00
HR
60b8e97a1c
fix: roomodes typo ( #544 )
2025-05-19 17:00:06 +02:00
github-actions[bot]
3a6d6dd671
chore: rc version bump
2025-05-18 08:08:54 +00:00
Ralph Khreish
f4a83ec047
feat: add ollama support ( #536 )
v0.14.0-rc.1
2025-05-18 10:07:31 +02:00
Eyal Toledano
0699f64299
Merge pull request #442 from eyaltoledano/telemetry
...
feat(telemetry): Implement AI usage telemetry pattern and apply to ad…
2025-05-17 22:34:01 -04:00
Eyal Toledano
60b8f5faa3
fix(expand-task): Ensure advanced parsing logic works and trimmed AI response properly if any jsonToParse modifications need to be made on initial parse of response.
2025-05-17 22:26:37 -04:00
Eyal Toledano
cd6e42249e
fix(parse-prd): simplifies append and force variable names across the chain to avoid confusion. parse-prd append tested on MCP and the fix is good to go. Also adjusts e2e test to properly capture costs.
2025-05-17 20:10:53 -04:00
Eyal Toledano
fcd80623b6
linting
2025-05-17 18:43:15 -04:00
Eyal Toledano
026815353f
fix(ai): Correctly imports generateText in openai.js, adds specific cause and reason for OpenRouter failures in the openrouter.js catch, performs complexity analysis on all tm tasks, adds new tasks to further improve the maxTokens to take input and output maximum into account. Adjusts default fallback max tokens so 3.5 does not fail.
2025-05-17 18:42:57 -04:00
Eyal Toledano
8a3b611fc2
fix(telemetry): renames _aggregateTelemetry to aggregateTelemetry to avoid confusion about it being a private function (it's not)
2025-05-17 17:48:45 -04:00
Eyal Toledano
6ba42b53dc
fix: dupe export
2025-05-16 18:17:33 -04:00
Eyal Toledano
3e304232ab
Solves merge conflicts with origin/next.
2025-05-16 18:15:11 -04:00
Eyal Toledano
70fa5b0031
fix(config): adjusts getUserId to optionally create/fill in the (currently hardcoded) userId to the telemetry object if it is not found. This prevents the telemetry call from landing as null for users who may have a taskmasterconfig but no userId in the globals.
2025-05-16 17:41:48 -04:00
github-actions[bot]
314c0de8c4
chore: rc version bump
2025-05-16 21:37:00 +00:00
Ralph Khreish
58b417a8ce
Add complexity score to task ( #528 )
...
* feat: added complexity score handling to list tasks
* feat: added handling for complexity score in find task by id
* test: remove console dir
* chore: add changeset
* format: fixed formatting issues
* ref: reorder imports
* feat: updated handling for findTaskById to take complexityReport as input
* test: fix findTaskById complexity report testcases
* fix: added handling for complexity report path
* chore: add changeset
* fix: moved complexity report handling to list tasks rather than list tasks direct
* fix: add complexity handling to next task in list command
* fix: added handling for show cli
* fix: fixed next cli command handling
* fix: fixed handling for complexity report path in mcp
* feat: added handling to get-task
* feat: added handling for next-task in mcp
* feat: add handling for report path override
* chore: remove unecessary changeset
* ref: remove unecessary comments
* feat: update list and find next task
* fix: fixed running tests
* fix: fixed findTaskById
* fix: fixed findTaskById and tests
* fix: fixed addComplexityToTask util
* fix: fixed mcp server project root input
* chore: cleanup
---------
Co-authored-by: Shrey Paharia <shreypaharia@gmail.com >
v0.14.0-rc.0
2025-05-16 23:24:25 +02:00
Ralph Khreish
a8dabf4485
fix: remove cache from list-tasks and next-task mcp calls ( #527 )
...
* fix: remove cache from list-tasks and next-task mcp calls
* chore: remove cached function
* chore: add changeset
2025-05-16 22:54:03 +02:00