Skip to main content

Module usage

Module usage 

Source
Expand description

Disk-usage accounting and quota-status types for crate::WorktreeManager.

Structs§

QuotaStatus
Result of one reconcile-and-quota sweep, as returned by WorktreeManager::sweep.
WorktreeDiskUsage
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 list slash command (crates/zeph-core/src/agent/worktree_commands.rs) so the two surfaces cannot silently diverge in how they report quota status.