Skip to content

Commit a4e89bd

Browse files
committed
tmai: set ai model to claude | add prd template
1 parent 4fe18aa commit a4e89bd

3 files changed

Lines changed: 517 additions & 8 deletions

File tree

.taskmaster/config.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"models": {
33
"main": {
4-
"provider": "anthropic",
5-
"modelId": "claude-haiku-4-5",
4+
"provider": "claude-code",
5+
"modelId": "haiku",
66
"maxTokens": 200000,
77
"temperature": 0.2
88
},
@@ -13,8 +13,8 @@
1313
"temperature": 0.1
1414
},
1515
"fallback": {
16-
"provider": "anthropic",
17-
"modelId": "claude-haiku-4-5",
16+
"provider": "claude-code",
17+
"modelId": "haiku",
1818
"maxTokens": 200000,
1919
"temperature": 0.2
2020
}
@@ -25,15 +25,13 @@
2525
"defaultNumTasks": 10,
2626
"defaultSubtasks": 5,
2727
"defaultPriority": "medium",
28-
"projectName": "Taskmaster",
28+
"projectName": "Task Master",
2929
"ollamaBaseURL": "http://localhost:11434/api",
3030
"bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com",
3131
"responseLanguage": "French",
3232
"enableCodebaseAnalysis": true,
3333
"enableProxy": false,
3434
"anonymousTelemetry": true,
35-
"defaultTag": "master",
36-
"azureOpenaiBaseURL": "https://your-endpoint.openai.azure.com/",
3735
"userId": "1234567890"
3836
},
3937
"claudeCode": {},

.taskmaster/state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"currentTag": "master",
3-
"lastSwitched": "2026-05-21T19:25:23.563Z",
3+
"lastSwitched": "2026-05-23T09:01:50.551Z",
44
"branchTagMapping": {},
55
"migrationNoticeShown": true
66
}

0 commit comments

Comments
 (0)