noctua/core
mow e928c61107 refactor: rename commands to SessionCommand/DocumentCommand split
- Rename SessionKind → CollectionKind
- Replace monolithic DocumentCommand with SessionCommand (lifecycle + collection)
  and DocumentCommand (reserved for future document operations)
- Separate session creation from population (New → Select → AddDirectory)
- Collection commands operate on active session, no hidden side effects
- RemoveDocument/CopyDocument use explicit indices (no more Option)
2026-03-08 09:01:20 +01:00
..
examples chore: add CLI tests for copy/move/delete operations and a print_session helper function 2026-03-07 23:03:40 +01:00
src refactor: rename commands to SessionCommand/DocumentCommand split 2026-03-08 09:01:20 +01:00
Cargo.toml chore: inital commit 2026-03-07 20:29:18 +01:00