agent-orchestrator/v2/src-tauri
DexterFromLab f2dcedc460 feat(orchestration): add bttask CLI + GroupAgentsPanel + btmsg Tauri bridge
Phase 2: bttask CLI (Python, SQLite) — task management with role-based
visibility. Kanban board view. Manager/Architect can create tasks,
Tier 2 agents receive tasks via btmsg only.

Phase 3: GroupAgentConfig in groups.json + Rust backend. GroupAgentsPanel
Svelte component above ProjectGrid with status dots, role icons,
unread badges, start/stop buttons.

Phase 4: btmsg Rust bridge (btmsg.rs) — read/write access to btmsg.db.
6 Tauri commands for agent status, messages, and history.
GroupAgentsPanel polls btmsg.db every 5s for live status updates.
2026-03-11 14:03:11 +01:00
..
capabilities fix(v3): add dialog:default capability for native directory picker 2026-03-08 01:58:05 +01:00
icons feat(v2): add packaging, installer, and CI release workflow (Phase 6) 2026-03-06 14:23:09 +01:00
src feat(orchestration): add bttask CLI + GroupAgentsPanel + btmsg Tauri bridge 2026-03-11 14:03:11 +01:00
.gitignore feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
build.rs feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
Cargo.toml fix(e2e): consolidate specs into single file and fix WebDriver click issues 2026-03-08 21:58:23 +01:00
tauri.conf.json feat(provider-adapter): implement multi-provider abstraction layer (Phase 1) 2026-03-11 02:08:45 +01:00