Commit Graph

3 Commits

Author SHA1 Message Date
fbbddd2850 fix: use legacy SCP protocol (-O) for OpenWrt devices
OpenWrt busybox sshd lacks sftp-server, so scp defaults to SFTP fail.
The -O flag forces the legacy SCP/RCP protocol.
2026-07-12 23:51:43 +05:30
13301772ab docs: add installation guide and deploy:install mise task
- docs/INSTALL.md covers all 6 install methods (local SCP, package install,
  SDK build, official feeds, custom feed, Image Builder/ASU)
- deploy:install mise task: one-command SCP + service restart to an OpenWrt device
  with HOST env var support (default root@192.168.15.1)
2026-07-12 23:49:47 +05:30
c6c5a04aca chore: clean up repo structure
- Add node_modules/, test-results/, e2e-report/, .omp/ to .gitignore
- Remove throwaway debug scripts (debug-pw*.js, debug-login-dom.js)
- Remove empty mock-server/ directory
- Untrack harness artifact (.omp/plans/)
- Add missing project files to git (e2e tests, Dockerfiles, tooling configs)
2026-07-12 23:42:54 +05:30