Update from code changes: document VFS IPFS CIDs#33
Open
mintlify[bot] wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Add a new reference page covering the IXO Virtual Filesystem's per-file IPFS CIDs, the content-addressed REST and MCP surface, the
x-vfs-cidresponse header, and thenb.cidsUCAN caveat.Changes
reference/vfs-content-addressing.mdx— explains the CID contract (CIDv1, raw leaves, 1 MiB chunks, sha2-256, fan-out 1024) and its cross-compatibility with Storacha /ixo-cellnode, theGET /api/fs/cid/:cidandGET /api/fs/cidsendpoints, thevfs_read_cidandvfs_list_cidsMCP tools, thex-vfs-cidheader, and CID-scoped UCAN semantics (intersection down the chain, composition with path/namespace scope, confined tool surface).docs.json.Context
Backs the source change in ixoworld/ixo-virtual-filesystem#3 ("IPFS CIDs per file — content addressing + CID-scoped UCANs").