Expand description
Disk-usage accounting and quota-status types for crate::WorktreeManager.
Structs§
- Quota
Status - Result of one reconcile-and-quota sweep, as returned by
WorktreeManager::sweep. - Worktree
Disk Usage - Total and per-worktree disk usage, as computed by
WorktreeManager::disk_usage.
Functions§
- format_
usage_ summary - Formats a one-line disk-usage-and-quota summary, shared by the CLI’s
zeph worktree list(src/commands/worktree.rs) and the agent-side/worktree listslash command (crates/zeph-core/src/agent/worktree_commands.rs) so the two surfaces cannot silently diverge in how they report quota status.