feat: handle directory file refs

This commit is contained in:
2026-05-13 02:57:58 +09:00
parent aa27f62409
commit 524e3dc551
5 changed files with 282 additions and 25 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ impl PasteRef {
}
}
/// `@<path>` chip — confirmed completion of a file reference.
/// `@<path>` chip — confirmed completion of a file-system reference.
/// Directories remain valid chips because Pod resolves normal directory refs
/// to shallow `[Dir: <path>]` listings at submit time.
#[derive(Debug, Clone)]
pub struct FileRefAtom {
pub path: String,