Expand description
Alias storage with atomic JSON persistence.
Provides CRUD operations for session aliases — short names that map to session names. Aliases are stored as JSON in the data directory with atomic write-tmp-rename for safe persistence.
Structs§
- Alias
Store - Persistent alias storage backed by a JSON file.