store tasks in git by default (#835)

This commit is contained in:
Joe Danziger
2025-06-20 12:49:38 -04:00
committed by GitHub
parent 648353794e
commit 727f1ec4eb
4 changed files with 11 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ export function registerInitializeProjectTool(server) {
storeTasksInGit: z
.boolean()
.optional()
.default(false)
.default(true)
.describe('Store tasks in Git (tasks.json and tasks/ directory).'),
yes: z
.boolean()