agent-orchestrator/src-tauri
Hibryda 8b3b0ab720 feat(error): add Rust AppError enum and migrate command modules
- AppError enum with 10 variants (Database, Auth, Filesystem, Ipc, NotFound,
  Validation, Sidecar, Config, Network, Internal) + serde tag serialization
- From impls for rusqlite::Error, std::io::Error, serde_json::Error
- Migrated 9 command modules from Result<T, String> to Result<T, AppError>
- Frontend receives structured {kind, detail} objects via IPC
2026-03-18 01:22:04 +01:00
..
capabilities feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
icons feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
src feat(error): add Rust AppError enum and migrate command modules 2026-03-18 01:22:04 +01:00
.gitignore feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
build.rs feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
Cargo.toml refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
tauri.conf.commercial.json feat: add agor-pro commercial plugin crate and dual-repo infrastructure 2026-03-17 01:12:25 +01:00
tauri.conf.json feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00