fix(host,client): review round 19 — home ships resolved on the wire; client mirror shrinks to the draft side; scoped focus guarantee

This commit is contained in:
creatixchu
2026-07-30 01:50:45 +08:00
parent 9545914c10
commit cc92b6b578
10 changed files with 90 additions and 86 deletions

View File

@@ -19,7 +19,7 @@ export interface DirectoryEntry {
export interface DirectoryListing {
/** Absolute path of the listed directory. */
path: string
/** The host account's home directory (breadcrumb "Home" rooting). */
/** The host account's home directory (breadcrumb "Home" rooting), in the same resolved shape as `path` and `crumbs[].path`. */
home: string
/**
* Ancestor chain from the filesystem root to the listed directory