 e89f2f4b7b
			
		
	
	e89f2f4b7b
	
	
	
		
			
			Created 10 detailed GitHub issues covering: - Project activation and management UI (#1-2) - Worker node coordination and visualization (#3-4) - Automated GitHub repository scanning (#5) - Intelligent model-to-issue matching (#6) - Multi-model task execution system (#7) - N8N workflow integration (#8) - Hive-Bzzz P2P bridge (#9) - Peer assistance protocol (#10) Each issue includes detailed specifications, acceptance criteria, technical implementation notes, and dependency mapping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Unplugin
 | |
| 
 | |
| [![npm version][npm-version-src]][npm-version-href]
 | |
| [![npm downloads][npm-downloads-src]][npm-downloads-href]
 | |
| [![License][license-src]][license-href]
 | |
| 
 | |
| Unified plugin system for build tools.
 | |
| 
 | |
| Currently supports:
 | |
| 
 | |
| - [Vite](https://vitejs.dev/)
 | |
| - [Rollup](https://rollupjs.org/)
 | |
| - [Webpack](https://webpack.js.org/)
 | |
| - [esbuild](https://esbuild.github.io/)
 | |
| - [Rspack](https://www.rspack.dev/)
 | |
| - [Rolldown](https://rolldown.rs/) (⚠️ experimental)
 | |
| - [Farm](https://www.farmfe.org/)
 | |
| - And every framework built on top of them.
 | |
| 
 | |
| ## Documentations
 | |
| 
 | |
| Learn more on the [Documentation](https://unplugin.unjs.io/)
 | |
| 
 | |
| ## License
 | |
| 
 | |
| [MIT](./LICENSE) License © 2021-PRESENT Nuxt Contrib
 | |
| 
 | |
| <!-- Badges -->
 | |
| 
 | |
| [npm-version-src]: https://img.shields.io/npm/v/unplugin?style=flat&colorA=18181B&colorB=F0DB4F
 | |
| [npm-version-href]: https://npmjs.com/package/unplugin
 | |
| [npm-downloads-src]: https://img.shields.io/npm/dm/unplugin?style=flat&colorA=18181B&colorB=F0DB4F
 | |
| [npm-downloads-href]: https://npmjs.com/package/unplugin
 | |
| [license-src]: https://img.shields.io/github/license/unjs/unplugin.svg?style=flat&colorA=18181B&colorB=F0DB4F
 | |
| [license-href]: https://github.com/unjs/unplugin/blob/main/LICENSE
 |