Wire commitments into session UI
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
pub const APP_TITLE: &str = "AntiDrift";
|
||||
pub const DEFAULT_DURATION: &str = "25";
|
||||
pub const DURATION_TITLE: &str = "Duration";
|
||||
#[allow(dead_code)]
|
||||
pub const DEGRADED_EVIDENCE_TITLE: &str = "Evidence";
|
||||
pub const ENTER_SUCCESS_CONDITION: &str = "Provide success condition! ";
|
||||
pub const EVENT_LOG_FILE: &str = "~/.antidrift_events.jsonl";
|
||||
pub const INTENTION_TITLE: &str = "Intention";
|
||||
pub const PAUSED: &str = "paused";
|
||||
pub const PREVIOUS_SESSIONS_TITLE: &str = "Previous Sessions";
|
||||
@@ -15,6 +19,10 @@ pub const STATUS_FILE: &str = "~/.antidrift_status";
|
||||
pub const HISTORY_FILE: &str = "~/.antidrift_history.jsonl";
|
||||
pub const STATUS_TITLE: &str = "Status";
|
||||
pub const STATUS_CONFIGURE: &str = "🔄 antidrift configure session";
|
||||
pub const STATUS_LOCKED: &str = "🔒 antidrift locked";
|
||||
pub const STATUS_PLANNING: &str = "🧭 antidrift planning";
|
||||
pub const STATUS_PAUSED: &str = "⏸ antidrift paused";
|
||||
pub const STATUS_RATE_SESSION: &str = "☑ rate antidrift session!";
|
||||
pub const STATUS_QUIT: &str = "antidrift shutting down";
|
||||
pub const STATUS_TRANSITION: &str = "↔ antidrift transition";
|
||||
pub const SUCCESS_CONDITION_TITLE: &str = "Success Condition";
|
||||
|
||||
Reference in New Issue
Block a user