Add comprehensive development roadmap via GitHub Issues
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>
This commit is contained in:
47
mcp-server/node_modules/@gerrit0/mini-shiki/package.json
generated
vendored
Normal file
47
mcp-server/node_modules/@gerrit0/mini-shiki/package.json
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"name": "@gerrit0/mini-shiki",
|
||||
"version": "3.7.0",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/shiki.d.ts",
|
||||
"default": "./dist/shiki.js"
|
||||
},
|
||||
"./onig.wasm": {
|
||||
"import": "./dist/onig.wasm"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Gerrit0/mini-shiki.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./scripts/build.sh",
|
||||
"test": "node --experimental-require-module --test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "15.3.0",
|
||||
"@rollup/plugin-typescript": "12.1.1",
|
||||
"@types/node": "^22.9.3",
|
||||
"dts-bundle-generator": "^9.5.1",
|
||||
"rollup": "4.27.4",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"semver": "7.6.3",
|
||||
"shiki": "^3.7.0"
|
||||
},
|
||||
"files": [
|
||||
"static",
|
||||
"dist",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"@shikijs/engine-oniguruma": "^3.7.0",
|
||||
"@shikijs/langs": "^3.7.0",
|
||||
"@shikijs/themes": "^3.7.0",
|
||||
"@shikijs/types": "^3.7.0",
|
||||
"@shikijs/vscode-textmate": "^10.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user