Joe Danziger
998749b895
only copy rules specifically listed in fileMap
2025-05-13 13:48:27 -04:00
Eyal Toledano
9f4bac8d6a
fix(ai): Improve AI object response handling in parse-prd
...
This commit updates to more robustly handle responses from .
Previously, the module strictly expected the AI-generated object to be nested under . This change ensures that it now first checks if itself contains the expected task data object, and then falls back to checking .
This enhancement increases compatibility with varying AI provider response structures, similar to the improvements recently made in .
2025-05-13 13:21:51 -04:00
Eyal Toledano
e53d5e1577
feat(ai): Enhance Google provider telemetry and AI object response handling
...
This commit introduces two key improvements:
1. **Google Provider Telemetry:**
- Updated to include token usage data (, ) in the responses from and .
- This aligns the Google provider with others for consistent AI usage telemetry.
2. **Robust AI Object Response Handling:**
- Modified to more flexibly handle responses from .
- The add-task module now check for the AI-generated object in both and , improving compatibility with different AI provider response structures (e.g., Gemini).
These changes enhance the reliability of AI interactions, particularly with the Google provider, and ensure accurate telemetry collection.
2025-05-13 12:13:35 -04:00
Joe Danziger
ae4d072572
optimize
2025-05-12 19:03:28 -04:00
Joe Danziger
aee88ffda6
add interactive rules setup
2025-05-12 19:03:17 -04:00
Joe Danziger
83c984caf0
update comment
2025-05-12 11:37:54 -04:00
Joe Danziger
3194367318
import brand profiles from rule-transformer.js
2025-05-12 11:33:03 -04:00
Joe Danziger
79fe5496e5
fix formatting
2025-05-12 11:23:23 -04:00
Joe Danziger
c278a32bed
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# .cursor/rules/taskmaster.mdc
# README.md
# docs/command-reference.md
# mcp-server/src/core/direct-functions/initialize-project.js
# mcp-server/src/tools/index.js
# mcp-server/src/tools/initialize-project.js
# scripts/init.js
# scripts/modules/commands.js
# scripts/modules/rule-transformer.js
# scripts/modules/ui.js
# tests/integration/roo-files-inclusion.test.js
# tests/integration/roo-init-functionality.test.js
# tests/unit/commands.test.js
2025-05-12 11:20:02 -04:00
Joe Danziger
50f226a50e
add force flag for rules remove
2025-05-11 17:46:04 -04:00
Joe Danziger
42a1484028
add confirmation for rules removal
2025-05-11 16:09:42 -04:00
Joe Danziger
a949fe627d
make sure dir is deleted (DS_Store)
2025-05-11 16:00:09 -04:00
Joe Danziger
06d7750886
move renaming logic into profiles
2025-05-11 15:38:29 -04:00
Joe Danziger
e3f4cb155a
fix formatting
2025-05-11 15:05:15 -04:00
Joe Danziger
5710ce9747
fix file extension transformations
2025-05-11 15:04:54 -04:00
Joe Danziger
cb777ad025
update fileMap
2025-05-11 14:37:01 -04:00
Joe Danziger
7169296c24
fix formatting
2025-05-11 13:32:42 -04:00
Joe Danziger
d28170ee03
fix logging and MCP response messages
2025-05-11 13:32:24 -04:00
Joe Danziger
0543ba3057
update MCP responses, centralize rules profiles & helpers
2025-05-11 10:37:41 -04:00
Joe Danziger
143bf8e38e
fix MCP - remove yes flag
2025-05-09 14:57:43 -04:00
Eyal Toledano
59230c4d91
chore: task management and formatting.
2025-05-09 14:12:21 -04:00
Joe Danziger
d48a3d3edc
fix formatting
2025-05-09 12:21:51 -04:00
Joe Danziger
476048b184
rule selection
2025-05-09 12:15:25 -04:00
Joe Danziger
e3723cce3c
fix cursor initialization
2025-05-09 12:03:16 -04:00
Joe Danziger
ee02816a4f
update function names
2025-05-09 10:59:08 -04:00
Joe Danziger
a2e99bdfa4
fix formatting
2025-05-09 10:52:37 -04:00
Joe Danziger
d45589dde9
use more generic function names
2025-05-09 10:46:51 -04:00
Joe Danziger
8185f59470
fix cursor init (don't use roo transformation by default)
2025-05-09 10:42:39 -04:00
Joe Danziger
5f74677635
fix roo init (add modes)
2025-05-09 09:25:58 -04:00
Joe Danziger
d3e5c8135c
don't rewrite .mdc to .md inside the files
2025-05-09 07:50:37 -04:00
Joe Danziger
8acdc014ea
keep mdc extension for cursor
2025-05-09 07:44:47 -04:00
Joe Danziger
6f3b216be2
fix formatting
2025-05-09 07:44:36 -04:00
Joe Danziger
98f7485a09
update log msg
2025-05-09 04:07:26 -04:00
Joe Danziger
e2066d411b
allow init with certain rulesets; no more .windsurfrules
2025-05-09 03:48:00 -04:00
Joe Danziger
580cf1838d
default to cursor
2025-05-09 03:15:15 -04:00
Joe Danziger
4c2c9a93c9
fix escapes
2025-05-09 02:41:09 -04:00
Joe Danziger
7eba5dfa34
add logging
2025-05-09 02:22:50 -04:00
Joe Danziger
7518696543
fix formatting
2025-05-09 02:11:49 -04:00
Joe Danziger
89ed121c5a
fix formatting
2025-05-09 02:11:01 -04:00
Joe Danziger
d1d76c6bcb
use standardized setupMCP function
2025-05-09 01:42:53 -04:00
Joe Danziger
a94085c552
use assets/rules for rules files
2025-05-09 01:29:39 -04:00
Joe Danziger
14235a8cc7
add cursor profile
2025-05-09 01:17:42 -04:00
Joe Danziger
c9269bcfb4
allow multiples
2025-05-09 01:15:39 -04:00
Joe Danziger
93b068405d
fix post processing for roo
2025-05-09 01:15:33 -04:00
Joe Danziger
1dbaf7c036
add rules command to add/remove rules for a specific brand
2025-05-08 23:46:36 -04:00
Joe Danziger
461958a8d7
fix regex
2025-05-08 23:46:15 -04:00
Joe Danziger
e6f83ca4c3
add remove brand rules function
2025-05-08 23:29:27 -04:00
Joe Danziger
d8013b1bd7
add windsurf profile
2025-05-08 23:15:56 -04:00
Joe Danziger
c214c8fbe2
extract into brand profile
2025-05-08 23:11:29 -04:00
Joe Danziger
491e13de55
extract fileMap and conversionConfig into brand profile
2025-05-08 22:23:15 -04:00