darq 0.1.0

darq CLI + TUI — autonomous issue → PR pipeline with SAT and a learning loop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! TUI widget modules. One file per widget per design-tui.md §Components.
//!
//! Default-view widgets (have continuous motion):
//!  - `header` — HeaderBar with throughput sparkline + heartbeat
//!  - `chain` — AssemblyLine 7-station topology
//!  - `waterfall` — EventWaterfall with fade-out + filter chips
//!  - `dials` — SatPersonaDials with needle interpolation
//!  - `footer` — keyboard hint strip
//!
//! Toggle panels (Phase 6 will fill these):
//!  - `shifts_panel`, `blueprints_panel`, `backlog_panel`, `judges_panel`

pub mod chain;
pub mod dials;
pub mod footer;
pub mod header;
pub mod secondary;
pub mod waterfall;