Bounded, root-scoped discovery result for production embedding configuration.
empty is reserved for a present SQLite file whose logical schema inventory
is exactly empty; it is never used for a malformed, foreign, future, or
unreadable artifact. Metadata is exposed only after full class/root admission.
Example
constdiscovery=awaitdiscoverEmbedDbConfig(embedFile, vault.root); if (discovery.kind ==="owned") useStoredConfig(discovery.meta); if (discovery.kind ==="empty"|| discovery.kind ==="missing") useRequestedConfig();
Bounded, root-scoped discovery result for production embedding configuration.
emptyis reserved for a present SQLite file whose logical schema inventory is exactly empty; it is never used for a malformed, foreign, future, or unreadable artifact. Metadata is exposed only after full class/root admission.