docs: document the vfs bundled plugin#40
Merged
Conversation
Add the Virtual Filesystem (vfs) plugin to the QiForge oracle docs: - new plugin catalog page (reference/bundled-plugins/vfs.mdx): summary, the portal grant flow, env vars, the ten file tools + two sandbox bridge tools, when/when-not-to-use - wire it into the nav (docs.json), the catalog overview (table + card), the enable-bundled-plugins page, and the environment-variables reference - bump the bundled-plugin count 15 -> 16 across the docs and add vfs to the architecture diagram ORA-320
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This was referenced Jul 10, 2026
Contributor
|
Docs PR opened: #41 Bumped the bundled-plugin count from 15 to 16, added the missing vfs table row, and fixed a list conjunction. Note: failed to automatically merge |
Contributor
|
Docs PR opened: #42 Added a July 2026 changelog entry summarizing this week's QiForge oracle runtime features, updates, and one security fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Documents the new Virtual Filesystem (
vfs) bundled plugin in the QiForge oracle docs (build-an-oracle/).The
vfsplugin lets an oracle read, create, edit, search, organise, and share the user's real files on the IXO Virtual Filesystem — acting as the user, inside the folder the user granted it. It's now the 16th bundled plugin.Changes
reference/bundled-plugins/vfs.mdx: summary, the Portal grant flow (domain → Library → Files → Access), env vars, the ten file tools (with their UCAN abilities) + the two sandbox↔files bridge tools, and when / when-not-to-use.docs.json, the catalogoverview.mdx(table row + card),enable-bundled-plugins.mdx(auto-detect table + tuple list), and theenvironment-variables.mdxreference (VFS_MAX_READ_LINES,VFS_REQUEST_TIMEOUT_MS, plus the read-but-not-ownedNETWORK/SANDBOX_MCP_URL).Matches the existing code-first, shallow house style and links to Identity & auth for the two-hop UCAN flow.
Closes ORA-320.