Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions codex-rs/state/src/runtime/managed_worktrees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ use std::path::Path;
use std::path::PathBuf;
use uuid::Uuid;

// The codec is exercised as a test-only staging specification until a later
// persistence and admission stage owns production identity keys.
#[cfg(test)]
mod path_keys;

pub const DEFAULT_MANAGED_WORKTREE_LIST_LIMIT: u32 = 50;
pub const MAX_MANAGED_WORKTREE_LIST_LIMIT: u32 = 200;

Expand Down
Loading
Loading