feat: use asset bundle registry API for pointer consistency#391
Merged
Conversation
Replace direct CDN manifest fetching with the asset bundle registry /entities/active API. Adds --env flag (org/today/zone) to target different environments, per-platform status and version display, and entity ID consistency verification between catalyst and registry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Allows running pointer-consistency with a CID instead of a pointer. Resolves the pointer via POST /content/entities/active on the environment's catalyst peer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
New command to check asset bundle status for all scenes in a world. Fetches scenes from worlds-content-server, queries the asset bundle registry with world_name param, and reports entity ID match, global status, and per-platform versions for each scene. Usage: opscli world-ab-status --world dalkia.dcl.eth --env org Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
pentreathm
approved these changes
Mar 27, 2026
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
/entities/activeAPI for pointer consistency--envflag (org,today,zone) to target different environments with fixed catalysts and matching registry URLs--cidflag to resolve a pointer from an entity ID via the catalystworld-ab-status— checks AB status for all scenes in a world viaworlds-content-server, usingworld_namequery param for correct registry lookupsUsage
🤖 Generated with Claude Code