publishers: seed registry.json (4 published apps + Telepat)#2
Open
Alexgodoroja wants to merge 2 commits into
Open
publishers: seed registry.json (4 published apps + Telepat)#2Alexgodoroja wants to merge 2 commits into
Alexgodoroja wants to merge 2 commits into
Conversation
Create publishers/registry.json (SPEC §5.6) — the publisher identity map that ties each app's bundle-signing key to a known party for RC1 review. Seeds the four already-published apps: wallet, cosift, sixtyfour, smolmachines. Keys are the actual bundle store.publisher signing keys (pulled from the released manifests), NOT the metadata.json pubkeys — cosift's metadata pubkey is an all-zeros placeholder and sixtyfour's metadata pubkey does not match its signing key, so those metadata entries should be reconciled separately. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…plate#16 Fold the Telepat publisher entry into the registry seed so identity for the five apps lands in one PR, paired with the Telepat submission (app-template#16). Telepat's pubkey matches its bundle store.publisher signing key (verified). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Creates
publishers/registry.json(SPEC §5.6) — the publisher identity map tying each app's bundle-signing key to a known party. Seeds the four live apps and Telepat, paired with the Telepat submission pilot-protocol/app-template#16.io.pilot.walleted25519:VF8fdEP/Oe2aWN3ozQ7Ar22137tHb7dkSw0hlzlk/os=io.pilot.cosifted25519:EjoZEiV+j6oNZLRWNEEf8lEnC8XBkrvBAk4fxuZLLyU=io.pilot.sixtyfoured25519:VoVCiQKPr73di2MlUd091a2Y6TCj/edSbCwRDtnYquI=io.pilot.smolmachinesed25519:3QJm6H6OdjtfrF+Es1lrRjfFmdtq2tGvVSWxia63vcI=io.telepat.ideon-freeed25519:5cqj+zTVecj8r0YRUShpgFi/g7TxDg1lkDKQzfNyDyc=Each pubkey is the bundle's⚠️ Note: cosift's
store.publisherfrom the released manifest (what reviewers verify a signature against), notmetadata.json.metadata.jsonpubkey is an all-zeros placeholder and sixtyfour's doesn't match its signing key — reconcile those in the platform repo separately. Telepat's metadata pubkey does match its signing key ✓.Pairs with: app-template#16 (Telepat submission).