docs(spec): add CEP-23 and CEP-24 draft specifications#26
Open
1amKhush wants to merge 3 commits intoContextVM:masterfrom
Open
docs(spec): add CEP-23 and CEP-24 draft specifications#261amKhush wants to merge 3 commits intoContextVM:masterfrom
1amKhush wants to merge 3 commits intoContextVM:masterfrom
Conversation
|
@1amKhush is attempting to deploy a commit to the ContextVM's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
This PR adds two new Standards Track draft CEP specifications to the docs site to formalize server identity metadata (via Nostr kind:0) and server review discovery (via NIP-22 comments on server announcements).
Changes:
- Add CEP-23 draft defining optional server profile metadata using NIP-01
kind:0. - Add CEP-24 draft defining server reviews/discussion discovery using NIP-22 comment events targeting CEP-6 server announcements.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| src/content/docs/spec/ceps/cep-23.md | New draft spec for optional server profile metadata using Nostr kind:0. |
| src/content/docs/spec/ceps/cep-24.md | New draft spec for server reviews/discussion using NIP-22 comments targeting kind:11316 announcements. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ContextVM-org
requested changes
Apr 6, 2026
Contributor
ContextVM-org
left a comment
There was a problem hiding this comment.
Great drafts! I let some comments to make them more concise and clear
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
This PR introduces two new Standards Track draft CEPs:
The drafts follow existing CEP style and codify protocol expectations for identity metadata and review discovery.
Problem
Design
kind 1111review model for serversKey Files
cep-23.mdcep-24.mdTest Evidence
bun run build: success/spec/ceps/cep-23/spec/ceps/cep-24Closes #23
Closes #24