Commit Graph

3 Commits

Author SHA1 Message Date
68e7763fc3 docs: Add Eye Remote Multigadget skill and wiki
- Add /multigadget skill covering autorun, storage, round UI, tooling
- Add Eye-Remote-Multigadget.md unified wiki hub
- Add Build-System.md to wiki with build documentation
- Add AI-BUILD-PROMPT.md for GPT/Gemini assistance
- Update sidebar and home page with new links
- Update WIP.md with #70 and #71 done

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-10 09:12:42 +02:00
040abc330a docs(wiki): Complete German translations and consolidate wiki
- Add 8 German translation files (Home, Installation, Live-USB,
  ARM-Installation, ESPRESSObin, Configuration, Troubleshooting,
  API-Reference)
- Remove duplicate docs/wiki/ directory (10 files)
- Remove fragmented Modules.md, Modules-FR.md, Modules-ZH.md
  (keep comprehensive MODULES-*.md versions)
- Update sidebar with German (DE) links for all pages
- Translation coverage now 100% for EN, FR, ZH, DE

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-10 19:32:12 +02:00
de77a1aa4e feat(build): Add modular build system and fix package dependencies
Build System:
- Add image/lib/common.sh with shared build functions
- Add profiles for vm-x64, x64-live, rpi400, espressobin-v7
- Add BUILD-SYSTEM.md documentation
- Add splash screens (boot.png, tui-splash.sh, kiosk-loading.sh)
- Add Plymouth theme for boot splash

Package Dependencies:
- Fix python3-uvicorn -> python3-uvicorn | python3-pip
- Fix python3-fastapi -> python3-fastapi | python3-pip
- Fix python3-httpx -> python3-httpx | python3-pip
- Allows packages to install when pip-provided deps are used

Documentation:
- Add Build-System.md wiki page
- Update _Sidebar.md with build system links
- Add VM-Testing.md improvements

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-10 17:31:24 +02:00