Skip to content

Commit 6bbfd8c

Browse files
committed
feat: add playbook CLI script and update dependencies
1 parent c42a113 commit 6bbfd8c

3 files changed

Lines changed: 6126 additions & 5488 deletions

File tree

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@
6464
"tinyglobby": "^0.2.15",
6565
"tsdown": "^0.19.0",
6666
"typescript": "5.9.3",
67-
"vitest": "^4.0.17"
67+
"vitest": "^4.0.17",
68+
"yaml": "^2.7.0"
6869
},
69-
"overrides": {
70-
"@tanstack/agents": "workspace:*",
71-
"@tanstack/router/skills": "workspace:*",
72-
"@tanstack/start/skills": "workspace:*"
73-
}
74-
}
70+
"overrides": {
71+
"@tanstack/agents": "workspace:*",
72+
"@tanstack/router/skills": "workspace:*",
73+
"@tanstack/start/skills": "workspace:*"
74+
}
75+
}

0 commit comments

Comments
 (0)