chore: update beads tracking

Sync beads issue database to reflect current project state.
This commit is contained in:
teernisse
2026-02-18 23:59:11 -05:00
parent bbfcfa2082
commit ae1c3e3b05
3 changed files with 15 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
bd-3l56 bd-a6yb

View File

@@ -40,6 +40,18 @@ impl WhoMode {
} }
} }
/// Abbreviated 3-char label for narrow terminals.
#[must_use]
pub fn short_label(self) -> &'static str {
match self {
Self::Expert => "Exp",
Self::Workload => "Wkl",
Self::Reviews => "Rev",
Self::Active => "Act",
Self::Overlap => "Ovl",
}
}
/// Whether this mode requires a path input. /// Whether this mode requires a path input.
#[must_use] #[must_use]
pub fn needs_path(self) -> bool { pub fn needs_path(self) -> bool {