Add userDismissedAt field to agents schema
This commit is contained in:
12
package.json
12
package.json
@@ -3,7 +3,9 @@
|
||||
"version": "0.0.1",
|
||||
"description": "Multi-agent workspace for orchestrating multiple Claude Code agents",
|
||||
"type": "module",
|
||||
"workspaces": ["packages/*"],
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"main": "./dist/index.js",
|
||||
"bin": {
|
||||
"cw": "./dist/bin/cw.js"
|
||||
@@ -26,20 +28,28 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@tiptap/core": "^3.19.0",
|
||||
"@tiptap/extension-link": "^3.19.0",
|
||||
"@tiptap/markdown": "^3.19.0",
|
||||
"@tiptap/starter-kit": "^3.19.0",
|
||||
"@trpc/client": "^11.9.0",
|
||||
"@trpc/server": "^11.9.0",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"commander": "^12.1.0",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"execa": "^9.5.2",
|
||||
"gray-matter": "^4.0.3",
|
||||
"nanoid": "^5.1.6",
|
||||
"pino": "^10.3.0",
|
||||
"simple-git": "^3.30.0",
|
||||
"unique-names-generator": "^4.7.1",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/node": "^22.10.7",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"pino-pretty": "^13.1.3",
|
||||
"rimraf": "^6.0.1",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3",
|
||||
|
||||
Reference in New Issue
Block a user