Skip to content

Glossary

This glossary defines the terms used across the docs. It is model vocabulary, not marketing vocabulary.

TermMeaning
PathThe filesystem address a user or tool reads, such as /omnifs/github/0xff-ai/omnifs/issues/open/42/title.
MountA configured provider instance bound to a top-level namespace such as /github or /db.
HostThe trusted runtime that owns FUSE, credentials, capabilities, callouts, cache storage, provider lifecycle, and container/session setup.
ProviderA wasm32-wasip2 component that projects one system into paths.
WITThe component interface contract between host and provider.
Provider stepA provider response that is either suspended with callouts or returned with a terminal result and effects.
CalloutHost-mediated work requested by a provider, such as HTTP fetch, Git repo open, blob fetch, archive open, or blob read.
EffectA terminal host mutation requested by a provider return: canonical store, filesystem view write, or invalidation.
ObjectA provider-defined domain resource with a logical id, canonical bytes, and rendered leaves.
Logical idThe object identity used by the host cache and provider self-checks.
Canonical bytesVerbatim upstream object bytes stored by the host as durable source material for an object.
Field leafA file path derived from an object field, such as title, state, or description.md.
Rendered viewA filesystem record derived from provider output or canonical bytes.
Object cacheDurable host cache for canonical object bytes.
View cacheHost cache for derived files, directories, attributes, and listings; recreated on startup.
Blob cacheHost disk storage for large byte payloads such as PDFs, source archives, and archive trees.
Tree-refA host handle for a real backing tree, such as a cloned Git repository.
CapabilityA host grant that allows a provider-requested effect, such as a domain, Git repo pattern, Unix socket, preopened path, or auth injection.
WASI preopenAn explicit local filesystem path made visible to a provider sandbox.
No ambient authorityThe provider has no direct network, arbitrary disk, Docker, Git, or credential access outside host-mediated capabilities.