rcourtman
566c5b9da4
Add lab-agent hot-dev mode
2026-06-14 09:55:56 +01:00
rcourtman
c9b3ade048
Expose managed dev runtime entrypoint
2026-03-24 14:46:58 +00:00
rcourtman
778a2577b6
feat: Pulse v6 release
2026-03-18 16:06:30 +00:00
rcourtman
2e0da42a81
chore: reliability and maintenance improvements
...
Host agent:
- Add SHA256 checksum verification for downloaded binaries
- Verify checksum file matches expected bundle filename
WebSocket:
- Add write failure tracking with graceful disconnection
- Increase write deadline to 30s for large state payloads
- Better handling for slow clients (Raspberry Pi, slow networks)
Monitoring:
- Remove unused temperature proxy imports
- Add monitor polling improvements
- Expand test coverage
Other:
- Update package.json dependencies
- Fix generate-release-notes.sh path handling
- Minor reporting engine cleanup
2026-01-22 00:45:04 +00:00
rcourtman
3eedbff6e6
fix(storage): correct column priority types and setup pre-push hook
...
- Fix Storage.tsx using number priorities instead of string literals
- Move husky configuration to repository root for proper git hook support
- Add package.json/lock.json to root (un-ignore in .gitignore)
- Configure pre-push hook to run type-check before push
2025-12-26 12:21:37 +00:00