Eyal Toledano
5216b810fa
Merge pull request #146 from eyaltoledano/add-task-manual-flags
...
fix(commands): implement manual creation mode for add-task command
- Add support for --title/-t and --description/-d flags in add-task command
- Fix validation for manual creation mode (title + description)
- Implement proper testing for both prompt and manual creation modes
- Update testing documentation with Commander.js testing best practices
- Add guidance on handling variable hoisting and module initialization issues
- Fully tested, all green
Changeset: brave-doors-open.md
2025-04-09 18:27:09 -04:00
Eyal Toledano
4f68bf3b47
chore: prettier formatting
2025-04-09 18:20:47 -04:00
Eyal Toledano
0a657fb9b2
chore: prettier formatting
2025-04-09 18:20:47 -04:00
Eyal Toledano
12519946b4
fix(commands): implement manual creation mode for add-task command
...
- Add support for --title/-t and --description/-d flags in add-task command
- Fix validation for manual creation mode (title + description)
- Implement proper testing for both prompt and manual creation modes
- Update testing documentation with Commander.js testing best practices
- Add guidance on handling variable hoisting and module initialization issues
Changeset: brave-doors-open.md
2025-04-09 18:18:13 -04:00
Eyal Toledano
8ad1749036
fix(commands): implement manual creation mode for add-task command
...
- Add support for --title/-t and --description/-d flags in add-task command
- Fix validation for manual creation mode (title + description)
- Implement proper testing for both prompt and manual creation modes
- Update testing documentation with Commander.js testing best practices
- Add guidance on handling variable hoisting and module initialization issues
Changeset: brave-doors-open.md
2025-04-09 18:18:13 -04:00
Eyal Toledano
709ea63350
fix(add-task): sets up test and new test rules for the fix for add-task to support flags for manually setting title and subtitle (stashed, next commit)
2025-04-09 16:29:24 -04:00
Eyal Toledano
026e93ee97
fix(add-task): sets up test and new test rules for the fix for add-task to support flags for manually setting title and subtitle (stashed, next commit)
2025-04-09 16:29:24 -04:00
Eyal Toledano
ca3d54f7d6
Merge pull request #144 from eyaltoledano/rules-adjust-post-init
...
Rules adjust post init
2025-04-09 15:13:53 -04:00
Eyal Toledano
daaf58651c
Merge pull request #144 from eyaltoledano/rules-adjust-post-init
...
Rules adjust post init
2025-04-09 15:13:53 -04:00
Eyal Toledano
8c5d609c9c
chore(rules): Adjusts the taskmaster.mdc rules for init and parse-prd so the LLM correctly reaches for the next steps rather than trying to reinitialize or access tasks not yet created until PRD has been parsed.
2025-04-09 15:11:59 -04:00
Eyal Toledano
b792471f94
chore(rules): Adjusts the taskmaster.mdc rules for init and parse-prd so the LLM correctly reaches for the next steps rather than trying to reinitialize or access tasks not yet created until PRD has been parsed.
2025-04-09 15:11:59 -04:00
Ralph Khreish
b78535ac19
fix: adjust mcp to always use absolute path in description ( #143 )
2025-04-09 20:52:29 +02:00
Ralph Khreish
0e73bcf9a7
fix: adjust mcp to always use absolute path in description ( #143 )
2025-04-09 20:52:29 +02:00
Ralph Khreish
cfe3ba91e8
fix: MCP config and commands ( #141 )
2025-04-09 20:01:27 +02:00
Ralph Khreish
ee694ef0b1
fix: MCP config and commands ( #141 )
2025-04-09 20:01:27 +02:00
Eyal Toledano
34501878b2
Merge pull request #130 from eyaltoledano/expand-all-bug
...
fix(expand-all): resolve NaN errors and improve error reporting
2025-04-09 12:01:07 -04:00
Eyal Toledano
d493e589cf
Merge pull request #130 from eyaltoledano/expand-all-bug
...
fix(expand-all): resolve NaN errors and improve error reporting
2025-04-09 12:01:07 -04:00
Ralph Khreish
af9421b9ae
chore: add contributors section ( #134 )
2025-04-09 14:25:59 +02:00
Ralph Khreish
a2a65220fa
chore: add contributors section ( #134 )
2025-04-09 14:25:59 +02:00
Ralph Khreish
42bf897f81
fix: Remove fallback subtasks in parseSubtasksFromText to properly throw errors on invalid input
2025-04-09 10:22:16 +02:00
Ralph Khreish
9cc80480ce
fix: Remove fallback subtasks in parseSubtasksFromText to properly throw errors on invalid input
2025-04-09 10:22:16 +02:00
Ralph Khreish
5e01399dca
chore: run formatting on codebase to pass CI
2025-04-09 10:07:49 +02:00
Ralph Khreish
cf3d41e842
chore: run formatting on codebase to pass CI
2025-04-09 10:07:49 +02:00
Eyal Toledano
e6fe5dac85
fix: Remove task-master-ai as a dependency from the package.json generated during init ( #129 )
...
Co-authored-by: Eyal Toledano <eyal@microangel.so >
2025-04-09 10:06:40 +02:00
Eyal Toledano
b4eb991b27
fix: Remove task-master-ai as a dependency from the package.json generated during init ( #129 )
...
Co-authored-by: Eyal Toledano <eyal@microangel.so >
2025-04-09 10:06:40 +02:00
Ralph Khreish
66f16870c6
chore: add extension recommendations to codebase
2025-04-09 10:05:58 +02:00
Ralph Khreish
3e81411df4
chore: add extension recommendations to codebase
2025-04-09 10:05:58 +02:00
Eyal Toledano
01a5be25a8
fix(expand-all): resolve NaN errors and improve error reporting
...
- Fix expand-all command bugs that caused NaN errors with --all option and JSON formatting errors with research enabled
- Improve error handling to provide clear feedback when subtask generation fails
- Include task IDs and actionable suggestions in error messages
2025-04-09 01:24:14 -04:00
Eyal Toledano
26f4beea31
fix(expand-all): resolve NaN errors and improve error reporting
...
- Fix expand-all command bugs that caused NaN errors with --all option and JSON formatting errors with research enabled
- Improve error handling to provide clear feedback when subtask generation fails
- Include task IDs and actionable suggestions in error messages
2025-04-09 01:24:14 -04:00
Ralph Khreish
4386e74ed2
Update README.md
2025-04-09 00:51:21 +02:00
Ralph Khreish
db589d7cd2
Update README.md
2025-04-09 00:51:21 +02:00
Ralph Khreish
5d3d66ee64
chore: remove newline in readme
2025-04-09 00:50:56 +02:00
Ralph Khreish
97d94480c1
chore: remove newline in readme
2025-04-09 00:50:56 +02:00
Ralph Khreish
bf38baf858
chore: remove license duplicate
2025-04-09 00:46:00 +02:00
Ralph Khreish
39ab578350
chore: remove license duplicate
2025-04-09 00:46:00 +02:00
Ralph Khreish
ab6746a0c0
chore: add prettier package
2025-04-09 00:30:05 +02:00
Ralph Khreish
4710dc9545
chore: add prettier package
2025-04-09 00:30:05 +02:00
Ralph Khreish
c02483bc41
chore: run npm run format
2025-04-09 00:30:05 +02:00
Ralph Khreish
edb889ae84
chore: run npm run format
2025-04-09 00:30:05 +02:00
Ralph Khreish
3148b57f1b
chore: add prettier config
2025-04-09 00:30:05 +02:00
Ralph Khreish
36b4dc6470
chore: add prettier config
2025-04-09 00:30:05 +02:00
Ralph Khreish
47b79c0e29
chore: revamp README ( #126 )
2025-04-09 00:16:43 +02:00
Ralph Khreish
7e5f0a305c
chore: revamp README ( #126 )
2025-04-09 00:16:43 +02:00
Eyal Toledano
0dfecec1b3
Merge pull request #71 from eyaltoledano/23.16-23.30
...
23.16 23.30
2025-04-08 17:05:00 -04:00
Eyal Toledano
d23befea9e
Merge pull request #71 from eyaltoledano/23.16-23.30
...
23.16 23.30
2025-04-08 17:05:00 -04:00
Eyal Toledano
4386d01bf1
chore: makes tests pass.
2025-04-08 17:02:09 -04:00
Eyal Toledano
34ca21956c
chore: makes tests pass.
2025-04-08 17:02:09 -04:00
Eyal Toledano
9a66db0309
docs: update changeset with model config while preserving existing changes
2025-04-08 15:55:22 -04:00
Eyal Toledano
ee1b674eb4
docs: update changeset with model config while preserving existing changes
2025-04-08 15:55:22 -04:00
Eyal Toledano
b7580e038d
Recovers lost files and commits work from the past 5-6 days. Holy shit that was a close call.
2025-04-08 15:55:22 -04:00