feat: add visible pod discovery tools

This commit is contained in:
2026-05-23 12:04:45 +09:00
parent cfb5fa89f1
commit fd1b06198e
11 changed files with 1229 additions and 14 deletions
@@ -250,6 +250,7 @@ fn pod_metadata_minimal_crud() {
let pending = PodMetadata::new(pod_name, Some(PodActiveSegmentRef::pending_segment(sid)));
store.write(&pending).unwrap();
assert_eq!(store.list_names().unwrap(), vec![pod_name.to_string()]);
assert_eq!(store.read_by_name(pod_name).unwrap(), Some(pending.clone()));
assert!(
dir.path()