Remove native-host shims (host.js, holesail-manager.js)
CI / Build & Test (push) Successful in 3m10s

- Import host/message-router.js and holesail-manager/index.js directly
- Delete host.js and holesail-manager.js
- Drop shim entries from CI syntax checks
- Update ARCHITECTURE.md diagram and file table
This commit is contained in:
Raven Scott
2026-03-03 23:43:40 -05:00
parent e2518f8c38
commit 6c981f708f
6 changed files with 11 additions and 25 deletions
-2
View File
@@ -67,8 +67,6 @@ jobs:
- name: Lint — syntax check native host
run: |
node --check native-host/host.js
node --check native-host/holesail-manager.js
node --check native-host/ssh-manager.js
node --check native-host/rdp-manager.js
node --check native-host/backup-manager.js