- Hybrid Python/Node.js architecture with WebSocket bridge - PySide6 desktop app with smoky blue futuristic theme - Dashboard, Create Doug, Settings screens - bedrock-protocol connection to BDS (offline + Xbox Live auth) - Realm support (auth flow with device code + browser auto-open) - Ollama integration with lean persona prompt (~95 tokens) - 40 personality traits (15 sliders + 23 quirks + 2 toggles) - SQLite + MariaDB database with 12 tables - Chat working in-game with proper Bedrock text packet format - RakNet protocol 11 patch for newer BDS versions - jsp-raknet backend (native crashes on ARM64 macOS) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
2.3 KiB
JSON
33 lines
2.3 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"Bash(npm rebuild:*)",
|
|
"Bash(cmake --version)",
|
|
"Bash(node -e \"const bp = require\\(''./node_modules/bedrock-protocol''\\); console.log\\(''bedrock-protocol loaded OK''\\)\")",
|
|
"Bash(node -e \"const bp = require\\(''bedrock-protocol''\\); console.log\\(''bedrock-protocol loaded OK, version:'', bp.version || ''unknown''\\)\")",
|
|
"Bash(brew install:*)",
|
|
"Bash(node -e \"const bp = require\\(''bedrock-protocol''\\); console.log\\(''bedrock-protocol loaded OK''\\)\")",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(node -e \":*)",
|
|
"Bash(python3 -c \"import PySide6; print\\(''''PySide6 version:'''', PySide6.__version__\\)\")",
|
|
"Bash(pip3 install:*)",
|
|
"Bash(grep -r realm /Users/roberts/development/doug-minecraft/bridge/node_modules/bedrock-protocol/src/*.js)",
|
|
"Bash(python3 -c \":*)",
|
|
"Bash(python3 -c \"from dougbot.gui.main_window import MainWindow; print\\(''OK''\\)\")",
|
|
"Bash(python3 -c \"from dougbot.gui.create_doug import CreateDougScreen; print\\(''OK''\\)\")",
|
|
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code} — %{time_total}s\" --max-time 10 https://pocket.realms.minecraft.net)",
|
|
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code} — %{time_total}s\\\\n\" --max-time 15 https://pocket.realms.minecraft.net)",
|
|
"Bash(npm view:*)",
|
|
"WebSearch",
|
|
"WebFetch(domain:wiki.bedrock.dev)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(node -e \"const bp = require\\(''bedrock-protocol''\\); console.log\\(''bedrock-protocol loaded''\\)\")",
|
|
"Bash(node -e \"const o = require\\(''''bedrock-protocol/src/options''''\\); console.log\\(''''Latest supported:'''', o.CURRENT_VERSION\\); console.log\\(''''All versions:'''', Object.keys\\(o.Versions\\).slice\\(-5\\)\\)\")",
|
|
"Bash(node -e \"const o = require\\(''bedrock-protocol/src/options''\\); console.log\\(''CURRENT_VERSION:'', o.CURRENT_VERSION\\); const keys = Object.keys\\(o.Versions\\); console.log\\(''First 5:'', keys.slice\\(0,5\\)\\); console.log\\(''Last 5:'', keys.slice\\(-5\\)\\)\")",
|
|
"Bash(node dist/index.js --host 192.168.1.90 --port 19140 --username Doug-Offline --offline --ws-port 9999)",
|
|
"Bash(echo \"Exit: $?\")",
|
|
"Bash(npm ls:*)"
|
|
]
|
|
}
|
|
}
|