{ "name": "@fusion/engine", "version": "0.1.0", "type": "module", "exports": { ".": { "types": "./src/index.ts", "import": "./dist/index.js" } }, "publishConfig": { "access": "public" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run --exclude src/executor.test.ts && pnpm run test:executor", "test:executor": "vitest run src/executor.test.ts -t \"TaskExecutor with semaphore|TaskExecutor worktreeInitCommand|TaskExecutor worktree naming\" && vitest run src/executor.test.ts -t \"TaskExecutor worktree recovery\" && vitest run src/executor.test.ts -t \"TaskExecutor dependency-based worktree creation\" && vitest run src/executor.test.ts -t \"TaskExecutor worktree pool integration|WorktreePool capacity|Merger worktree pool integration\" && vitest run src/executor.test.ts -t \"buildExecutionPrompt|summarizeToolArgs|TaskExecutor pause behavior|TaskExecutor global pause behavior|TaskExecutor enginePaused soft pause\" && vitest run src/executor.test.ts -t \"Code review verdict|RETHINK verdict handling|Plan RETHINK verdict handling|task_add_dep tool|TaskExecutor usage limit detection|Per-task model overrides|Invalid transition error handling|TaskExecutor task_done with summary|Workflow Steps Execution|Real-time steering injection\"" }, "dependencies": { "@fusion/core": "workspace:*", "@mariozechner/pi-ai": "^0.62.0", "@mariozechner/pi-coding-agent": "^0.62.0", "@sinclair/typebox": "^0.34.48" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@types/node": "^25.5.0", "@vitest/coverage-v8": "^3.1.0", "typescript": "^5.7.0", "vitest": "^3.1.0" }, "private": true }