Claude sub-agents, PRD, MCP improvements (#359)
1. Added Claude Code sub-agents 2. Added PRD tool to MCP Server 3. Added MCP Server UI to Dev Tools 4. Improved MCP Server Database Tool 5. Updated dependencies
This commit is contained in:
committed by
GitHub
parent
02e2502dcc
commit
2b8572baaa
@@ -13,11 +13,11 @@
|
||||
"format": "prettier --check \"**/*.{js,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "15.5.3",
|
||||
"@next/eslint-plugin-next": "15.5.4",
|
||||
"@types/eslint": "9.6.1",
|
||||
"eslint-config-next": "15.5.3",
|
||||
"eslint-config-turbo": "^2.5.6",
|
||||
"typescript-eslint": "8.44.0"
|
||||
"eslint-config-next": "15.5.4",
|
||||
"eslint-config-turbo": "^2.5.8",
|
||||
"typescript-eslint": "8.44.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
|
||||
@@ -4,7 +4,7 @@ export function checkPendingMigrations() {
|
||||
try {
|
||||
console.info('\x1b[34m%s\x1b[0m', 'Checking for pending migrations...');
|
||||
|
||||
const output = execSync('pnpm --filter web supabase migration list', {
|
||||
const output = execSync('pnpm --filter web supabase migrations list', {
|
||||
encoding: 'utf-8',
|
||||
stdio: 'pipe',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user