 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>
		
			
				
	
	
		
			89 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "postcss",
 | |
|   "version": "8.5.6",
 | |
|   "description": "Tool for transforming styles with JS plugins",
 | |
|   "engines": {
 | |
|     "node": "^10 || ^12 || >=14"
 | |
|   },
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "import": "./lib/postcss.mjs",
 | |
|       "require": "./lib/postcss.js"
 | |
|     },
 | |
|     "./lib/at-rule": "./lib/at-rule.js",
 | |
|     "./lib/comment": "./lib/comment.js",
 | |
|     "./lib/container": "./lib/container.js",
 | |
|     "./lib/css-syntax-error": "./lib/css-syntax-error.js",
 | |
|     "./lib/declaration": "./lib/declaration.js",
 | |
|     "./lib/fromJSON": "./lib/fromJSON.js",
 | |
|     "./lib/input": "./lib/input.js",
 | |
|     "./lib/lazy-result": "./lib/lazy-result.js",
 | |
|     "./lib/no-work-result": "./lib/no-work-result.js",
 | |
|     "./lib/list": "./lib/list.js",
 | |
|     "./lib/map-generator": "./lib/map-generator.js",
 | |
|     "./lib/node": "./lib/node.js",
 | |
|     "./lib/parse": "./lib/parse.js",
 | |
|     "./lib/parser": "./lib/parser.js",
 | |
|     "./lib/postcss": "./lib/postcss.js",
 | |
|     "./lib/previous-map": "./lib/previous-map.js",
 | |
|     "./lib/processor": "./lib/processor.js",
 | |
|     "./lib/result": "./lib/result.js",
 | |
|     "./lib/root": "./lib/root.js",
 | |
|     "./lib/rule": "./lib/rule.js",
 | |
|     "./lib/stringifier": "./lib/stringifier.js",
 | |
|     "./lib/stringify": "./lib/stringify.js",
 | |
|     "./lib/symbols": "./lib/symbols.js",
 | |
|     "./lib/terminal-highlight": "./lib/terminal-highlight.js",
 | |
|     "./lib/tokenize": "./lib/tokenize.js",
 | |
|     "./lib/warn-once": "./lib/warn-once.js",
 | |
|     "./lib/warning": "./lib/warning.js",
 | |
|     "./package.json": "./package.json"
 | |
|   },
 | |
|   "main": "./lib/postcss.js",
 | |
|   "types": "./lib/postcss.d.ts",
 | |
|   "keywords": [
 | |
|     "css",
 | |
|     "postcss",
 | |
|     "rework",
 | |
|     "preprocessor",
 | |
|     "parser",
 | |
|     "source map",
 | |
|     "transform",
 | |
|     "manipulation",
 | |
|     "transpiler"
 | |
|   ],
 | |
|   "funding": [
 | |
|     {
 | |
|       "type": "opencollective",
 | |
|       "url": "https://opencollective.com/postcss/"
 | |
|     },
 | |
|     {
 | |
|       "type": "tidelift",
 | |
|       "url": "https://tidelift.com/funding/github/npm/postcss"
 | |
|     },
 | |
|     {
 | |
|       "type": "github",
 | |
|       "url": "https://github.com/sponsors/ai"
 | |
|     }
 | |
|   ],
 | |
|   "author": "Andrey Sitnik <andrey@sitnik.ru>",
 | |
|   "license": "MIT",
 | |
|   "homepage": "https://postcss.org/",
 | |
|   "repository": "postcss/postcss",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/postcss/postcss/issues"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "nanoid": "^3.3.11",
 | |
|     "picocolors": "^1.1.1",
 | |
|     "source-map-js": "^1.2.1"
 | |
|   },
 | |
|   "browser": {
 | |
|     "./lib/terminal-highlight": false,
 | |
|     "source-map-js": false,
 | |
|     "path": false,
 | |
|     "url": false,
 | |
|     "fs": false
 | |
|   }
 | |
| }
 |