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:
86
mcp-server/node_modules/lunr/.eslintrc.json
generated
vendored
Normal file
86
mcp-server/node_modules/lunr/.eslintrc.json
generated
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
|
||||
"globals": {
|
||||
"lunr": true
|
||||
},
|
||||
|
||||
"extends": "eslint:recommended",
|
||||
|
||||
"plugins": [
|
||||
"spellcheck"
|
||||
],
|
||||
|
||||
"rules": {
|
||||
"spellcheck/spell-checker": [1,
|
||||
{
|
||||
"lang": "en_GB",
|
||||
"skipWords": [
|
||||
"lunr", "val", "param", "idx", "utils", "namespace", "eslint", "latin",
|
||||
"str", "len", "sqrt", "wildcard", "concat", "metadata", "fn", "params",
|
||||
"lexeme", "lex", "pos", "typedef", "wildcards", "lexemes", "fns", "stemmer",
|
||||
"attrs", "tf", "idf", "lookups", "whitelist", "whitelisted", "tokenizer",
|
||||
"whitespace", "automata", "i", "obj", "anymore", "lexer", "var", "refs",
|
||||
"serializable", "tis", "twas", "int", "args", "unshift", "plugins", "upsert",
|
||||
"upserting", "readonly", "baz", "tokenization", "lunrjs", "com", "olivernn",
|
||||
"github", "js"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"no-constant-condition": [
|
||||
"error",
|
||||
{ "checkLoops": false }
|
||||
],
|
||||
|
||||
"no-redeclare": "off",
|
||||
|
||||
"dot-location": [
|
||||
"error",
|
||||
"property"
|
||||
],
|
||||
|
||||
"no-alert": "error",
|
||||
"no-caller": "error",
|
||||
"no-eval": "error",
|
||||
"no-implied-eval": "error",
|
||||
"no-extend-native": "error",
|
||||
"no-implicit-globals": "error",
|
||||
"no-multi-spaces": "error",
|
||||
"array-bracket-spacing": "error",
|
||||
"block-spacing": "error",
|
||||
|
||||
"brace-style": [
|
||||
"error",
|
||||
"1tbs",
|
||||
{ "allowSingleLine": true }
|
||||
],
|
||||
|
||||
"camelcase": "error",
|
||||
"comma-dangle": "error",
|
||||
"comma-spacing": "error",
|
||||
"comma-style": "error",
|
||||
"computed-property-spacing": "error",
|
||||
"func-style": "error",
|
||||
|
||||
"indent": [
|
||||
"error",
|
||||
2,
|
||||
{ "VariableDeclarator": 2, "SwitchCase": 1 }
|
||||
],
|
||||
|
||||
"key-spacing": "error",
|
||||
"keyword-spacing": "error",
|
||||
"linebreak-style": "error",
|
||||
"new-cap": "error",
|
||||
"no-trailing-spaces": "error",
|
||||
"no-whitespace-before-property": "error",
|
||||
"semi": ["error", "never"],
|
||||
"space-before-function-paren": ["error", "always"],
|
||||
"space-in-parens": "error",
|
||||
"space-infix-ops": "error"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user