merge: resolve conflicts with main (gist publishing + openspec)

This commit is contained in:
Pedram Amini
2025-12-28 12:50:19 -06:00
50 changed files with 2115 additions and 225 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "maestro",
"version": "0.12.2",
"version": "0.12.3",
"description": "Maestro hones fractured attention into focused intent.",
"main": "dist/main/index.js",
"author": {
@@ -17,8 +17,10 @@
},
"scripts": {
"dev": "concurrently \"npm run dev:main\" \"npm run dev:renderer\"",
"dev:prod-data": "USE_PROD_DATA=1 concurrently \"npm run dev:main:prod-data\" \"npm run dev:renderer\"",
"dev:demo": "MAESTRO_DEMO_DIR=/tmp/maestro-demo npm run dev",
"dev:main": "npm run build:prompts && tsc -p tsconfig.main.json && NODE_ENV=development electron .",
"dev:main:prod-data": "npm run build:prompts && tsc -p tsconfig.main.json && NODE_ENV=development USE_PROD_DATA=1 electron .",
"dev:renderer": "vite",
"dev:web": "vite --config vite.config.web.mts",
"build": "npm run build:prompts && npm run build:main && npm run build:renderer && npm run build:web && npm run build:cli",
@@ -270,6 +272,7 @@
"@typescript-eslint/parser": "^8.50.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^4.0.15",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.16",
"canvas": "^3.2.0",
"concurrently": "^8.2.2",