AeThex-OS/android/.claude/settings.local.json
MrPiglr b3c308b2c8 Add functional marketplace modules, bottom nav bar, root terminal, arcade games
- ModuleManager: Central tracking for installed marketplace modules
- DataAnalyzerWidget: Real-time CPU/RAM/Battery/Storage widget (unlocked by Data Analyzer module)
- BottomNavBar: Navigation bar for Projects/Chat/Marketplace/Settings
- RootShell: Real root command execution utility
- TerminalActivity: Full root shell with neofetch, sysinfo, real Linux commands
- Terminal Pro module: Adds aliases (ll, la, h), command history
- ArcadeActivity + SnakeGame: Pixel Arcade module unlocks retro games
- fade_in/fade_out animations for smooth transitions
2026-02-18 22:03:50 -07:00

36 lines
1.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(python3:*)",
"Bash(gradlew.bat assembleDebug:*)",
"Bash(cmd /c \"gradlew.bat assembleDebug\")",
"Bash(cmd.exe /c \"gradlew.bat assembleDebug 2>&1\")",
"Bash(./gradlew assembleDebug:*)",
"Bash(.\\\\gradlew assembleDebug:*)",
"Bash(.\\\\gradlew.bat assembleDebug:*)",
"Bash(cmd /c:*)",
"Bash(powershell -Command:*)",
"Bash(Select-String -Pattern \"HOME\" -Context 1,3)",
"Bash(Select-String -Pattern \"HOME\" -Context 0,5)",
"Bash(powershell -ExecutionPolicy Bypass -File:*)",
"Bash(node:*)",
"Bash(ren:*)",
"Bash(adb push:*)",
"WebFetch(domain:xdaforums.com)",
"WebFetch(domain:topjohnwu.github.io)",
"WebFetch(domain:www.needrom.com)",
"WebFetch(domain:firmwaredrive.com)",
"WebFetch(domain:phonefirmware.com)",
"Bash(adb devices:*)",
"Bash(adb shell getprop:*)",
"Bash(adb shell:*)",
"Bash(where:*)",
"Bash(C:\\\\Users\\\\PCOEM\\\\platform-tools\\\\fastboot.exe reboot:*)",
"Bash(adb kill-server:*)",
"Bash(adb start-server:*)",
"Bash(powershell:*)",
"Bash(adb connect:*)"
]
}
}