Project-scoped filesystem. Paths are resolved against the host-resolved
private project data root. Paths that escape (.. etc.)
are rejected with a scope violation: ... error.
Requires manifest requests.fs === 'self' and the host fs grant.
Its six private-storage methods are retained only for one-shot legacy
importers. Store new structured state in Entities and user-visible artifacts
in Files. fs.external remains the current borrowed-folder API.
Project-scoped filesystem. Paths are resolved against the host-resolved private project data root. Paths that escape (
..etc.) are rejected with ascope violation: ...error.Requires manifest
requests.fs === 'self'and the hostfsgrant.Its six private-storage methods are retained only for one-shot legacy importers. Store new structured state in Entities and user-visible artifacts in Files.
fs.externalremains the current borrowed-folder API.