 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>
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "doctrine",
 | |
|   "description": "JSDoc parser",
 | |
|   "homepage": "https://github.com/eslint/doctrine",
 | |
|   "main": "lib/doctrine.js",
 | |
|   "version": "3.0.0",
 | |
|   "engines": {
 | |
|     "node": ">=6.0.0"
 | |
|   },
 | |
|   "directories": {
 | |
|     "lib": "./lib"
 | |
|   },
 | |
|   "files": [
 | |
|     "lib"
 | |
|   ],
 | |
|   "maintainers": [
 | |
|     {
 | |
|       "name": "Nicholas C. Zakas",
 | |
|       "email": "nicholas+npm@nczconsulting.com",
 | |
|       "web": "https://www.nczonline.net"
 | |
|     },
 | |
|     {
 | |
|       "name": "Yusuke Suzuki",
 | |
|       "email": "utatane.tea@gmail.com",
 | |
|       "web": "https://github.com/Constellation"
 | |
|     }
 | |
|   ],
 | |
|   "repository": "eslint/doctrine",
 | |
|   "devDependencies": {
 | |
|     "coveralls": "^3.0.1",
 | |
|     "dateformat": "^1.0.11",
 | |
|     "eslint": "^1.10.3",
 | |
|     "eslint-release": "^1.0.0",
 | |
|     "linefix": "^0.1.1",
 | |
|     "mocha": "^3.4.2",
 | |
|     "npm-license": "^0.3.1",
 | |
|     "nyc": "^10.3.2",
 | |
|     "semver": "^5.0.3",
 | |
|     "shelljs": "^0.5.3",
 | |
|     "shelljs-nodecli": "^0.1.1",
 | |
|     "should": "^5.0.1"
 | |
|   },
 | |
|   "license": "Apache-2.0",
 | |
|   "scripts": {
 | |
|     "pretest": "npm run lint",
 | |
|     "test": "nyc mocha",
 | |
|     "coveralls": "nyc report --reporter=text-lcov | coveralls",
 | |
|     "lint": "eslint lib/",
 | |
|     "generate-release": "eslint-generate-release",
 | |
|     "generate-alpharelease": "eslint-generate-prerelease alpha",
 | |
|     "generate-betarelease": "eslint-generate-prerelease beta",
 | |
|     "generate-rcrelease": "eslint-generate-prerelease rc",
 | |
|     "publish-release": "eslint-publish-release"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "esutils": "^2.0.2"
 | |
|   }
 | |
| }
 |