 85bf1341f3
			
		
	
	85bf1341f3
	
	
	
		
			
			Frontend Enhancements: - Complete React TypeScript frontend with modern UI components - Distributed workflows management interface with real-time updates - Socket.IO integration for live agent status monitoring - Agent management dashboard with cluster visualization - Project management interface with metrics and task tracking - Responsive design with proper error handling and loading states Backend Infrastructure: - Distributed coordinator for multi-agent workflow orchestration - Cluster management API with comprehensive agent operations - Enhanced database models for agents and projects - Project service for filesystem-based project discovery - Performance monitoring and metrics collection - Comprehensive API documentation and error handling Documentation: - Complete distributed development guide (README_DISTRIBUTED.md) - Comprehensive development report with architecture insights - System configuration templates and deployment guides The platform now provides a complete web interface for managing the distributed AI cluster with real-time monitoring, workflow orchestration, and agent coordination capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			107 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			107 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "foreground-child",
 | |
|   "version": "3.3.1",
 | |
|   "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
 | |
|   "main": "./dist/commonjs/index.js",
 | |
|   "types": "./dist/commonjs/index.d.ts",
 | |
|   "exports": {
 | |
|     "./watchdog": {
 | |
|       "import": {
 | |
|         "types": "./dist/esm/watchdog.d.ts",
 | |
|         "default": "./dist/esm/watchdog.js"
 | |
|       },
 | |
|       "require": {
 | |
|         "types": "./dist/commonjs/watchdog.d.ts",
 | |
|         "default": "./dist/commonjs/watchdog.js"
 | |
|       }
 | |
|     },
 | |
|     "./proxy-signals": {
 | |
|       "import": {
 | |
|         "types": "./dist/esm/proxy-signals.d.ts",
 | |
|         "default": "./dist/esm/proxy-signals.js"
 | |
|       },
 | |
|       "require": {
 | |
|         "types": "./dist/commonjs/proxy-signals.d.ts",
 | |
|         "default": "./dist/commonjs/proxy-signals.js"
 | |
|       }
 | |
|     },
 | |
|     "./package.json": "./package.json",
 | |
|     ".": {
 | |
|       "import": {
 | |
|         "types": "./dist/esm/index.d.ts",
 | |
|         "default": "./dist/esm/index.js"
 | |
|       },
 | |
|       "require": {
 | |
|         "types": "./dist/commonjs/index.d.ts",
 | |
|         "default": "./dist/commonjs/index.js"
 | |
|       }
 | |
|     }
 | |
|   },
 | |
|   "files": [
 | |
|     "dist"
 | |
|   ],
 | |
|   "engines": {
 | |
|     "node": ">=14"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "cross-spawn": "^7.0.6",
 | |
|     "signal-exit": "^4.0.1"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "preversion": "npm test",
 | |
|     "postversion": "npm publish",
 | |
|     "prepublishOnly": "git push origin --follow-tags",
 | |
|     "prepare": "tshy",
 | |
|     "pretest": "npm run prepare",
 | |
|     "presnap": "npm run prepare",
 | |
|     "test": "tap",
 | |
|     "snap": "tap",
 | |
|     "format": "prettier --write . --log-level warn",
 | |
|     "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
 | |
|   },
 | |
|   "prettier": {
 | |
|     "experimentalTernaries": true,
 | |
|     "semi": false,
 | |
|     "printWidth": 75,
 | |
|     "tabWidth": 2,
 | |
|     "useTabs": false,
 | |
|     "singleQuote": true,
 | |
|     "jsxSingleQuote": false,
 | |
|     "bracketSameLine": true,
 | |
|     "arrowParens": "avoid",
 | |
|     "endOfLine": "lf"
 | |
|   },
 | |
|   "tap": {
 | |
|     "typecheck": true
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/tapjs/foreground-child.git"
 | |
|   },
 | |
|   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
 | |
|   "license": "ISC",
 | |
|   "devDependencies": {
 | |
|     "@types/cross-spawn": "^6.0.2",
 | |
|     "@types/node": "^18.15.11",
 | |
|     "@types/tap": "^15.0.8",
 | |
|     "prettier": "^3.3.2",
 | |
|     "tap": "^21.1.0",
 | |
|     "tshy": "^3.0.2",
 | |
|     "typedoc": "^0.24.2",
 | |
|     "typescript": "^5.0.2"
 | |
|   },
 | |
|   "funding": {
 | |
|     "url": "https://github.com/sponsors/isaacs"
 | |
|   },
 | |
|   "tshy": {
 | |
|     "exports": {
 | |
|       "./watchdog": "./src/watchdog.ts",
 | |
|       "./proxy-signals": "./src/proxy-signals.ts",
 | |
|       "./package.json": "./package.json",
 | |
|       ".": "./src/index.ts"
 | |
|     }
 | |
|   },
 | |
|   "type": "module",
 | |
|   "module": "./dist/esm/index.js"
 | |
| }
 |