agent-orchestrator/src-tauri/src
Hibryda 538a31f85c feat(remote): persist SPKI pins and machine configs to SQLite
- remote_machines table in sessions.db (id, label, url, token, auto_connect,
  spki_pins as JSON array, created_at, updated_at)
- session/machines.rs: save/load/delete/update_pins CRUD operations
- RemoteManager: set_session_db() + load_from_db() for startup restoration
- All mutations persist: add_machine, remove_machine, add_spki_pin,
  remove_spki_pin, TOFU auto-store — pins survive restart
- 197 cargo tests passing, 0 warnings
2026-03-18 02:18:17 +01:00
..
commands fix(error): migrate session submodules + btmsg/bttask backends to AppError 2026-03-18 01:32:07 +01:00
session feat(remote): persist SPKI pins and machine configs to SQLite 2026-03-18 02:18:17 +01:00
btmsg.rs fix(error): migrate session submodules + btmsg/bttask backends to AppError 2026-03-18 01:32:07 +01:00
bttask.rs fix(error): migrate session submodules + btmsg/bttask backends to AppError 2026-03-18 01:32:07 +01:00
ctx.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
error.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
event_sink.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
fs_watcher.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
groups.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
lib.rs feat(remote): persist SPKI pins and machine configs to SQLite 2026-03-18 02:18:17 +01:00
main.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
memora.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
notifications.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
plugins.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
pty.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
remote.rs feat(remote): persist SPKI pins and machine configs to SQLite 2026-03-18 02:18:17 +01:00
search.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
secrets.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
sidecar.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
telemetry.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
watcher.rs refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00