Add mobile ergonomic acceptance tasks

This commit is contained in:
slhx agent
2026-06-21 02:25:45 +02:00
parent f793ecd726
commit ce00452a9d
4 changed files with 183 additions and 3 deletions
+4
View File
@@ -76,6 +76,10 @@ pub const Leader = struct {
return self.mode != .idle or self.message != null;
}
pub fn capturesInput(self: *const Leader) bool {
return self.mode != .idle;
}
pub fn promptText(self: *const Leader) []const u8 {
return self.open_prompt.items;
}