Skip to main contentModule config
Source - LastPrune
- What the most recent prune pass deleted, for
devp restore --last-run. - PerRepoConfig
- Structured per-repository configuration file stored inside repo roots as
.devprune.json. - PruneRunSummary
- A one-line summary of a completed prune pass, for
devp stats. - PrunedDir
- One directory a prune pass deleted.
- Registry
- The top-level registry structure persisted to disk.
- RepoEntry
- Metadata for a single registered repository.
- RestoreRate
- One adapter’s observed restore throughput on this machine.
- Settings
- Global settings that control prune behavior.
- Adoption
- Outcome of recording a repository’s identity when it was registered.
- canonical_key
- Normalise a repository path into the form used as a registry key.
- ensure_in_git_exclude
- Ensure an entry (e.g. “.devprune.json”) is in the repository’s
.git/info/exclude. - expand_tilde
- Expand a leading
~ to the user’s home directory.