agent-orchestrator/src-tauri/src/commands
Hibryda f19b69f018 fix(error): migrate session submodules + btmsg/bttask backends to AppError
- session/*.rs (sessions, layout, settings, ssh, agents, metrics, anchors)
  now return Result<T, AppError> internally, not just at command boundary
- btmsg.rs and bttask.rs backends migrated to AppError::Database
- 116 cargo tests passing
2026-03-18 01:32:07 +01:00
..
agent.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +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
claude.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
files.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
groups.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
knowledge.rs fix(error): migrate remaining Rust commands to AppError (btmsg, bttask, knowledge, plugins, search) 2026-03-18 01:23:56 +01:00
misc.rs fix(error): migrate misc.rs to AppError 2026-03-18 01:22:27 +01:00
mod.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
notifications.rs fix(error): migrate notifications.rs + message-adapters error handling 2026-03-18 01:22:30 +01:00
persistence.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
plugins.rs fix(error): migrate remaining Rust commands to AppError (btmsg, bttask, knowledge, plugins, search) 2026-03-18 01:23:56 +01:00
pty.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
remote.rs fix(error): migrate remote.rs to AppError 2026-03-18 01:22:19 +01:00
search.rs fix(error): migrate remaining Rust commands to AppError (btmsg, bttask, knowledge, plugins, search) 2026-03-18 01:23:56 +01:00
secrets.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
session.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
watcher.rs feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00