feat: publish the specification as a site - #2
Draft
mikhailak wants to merge 1 commit into
Draft
Conversation
TORPC is meant to be implemented by anyone, but the only readable version of it today is either a repository of markdown files or a page inside one vendor's product documentation. Both are the wrong shape for a specification another provider is supposed to adopt. This renders the repository with Jekyll and serves it from GitHub Pages, so the canonical home is a neutral URL. The specification itself does not move: index.md is a front door that links to the documents, and jekyll-relative-links keeps the in-repo markdown links working on the site. The landing page states plainly that the conformance suite holds one case and that no implementation, ours included, may call itself conformant yet. The quickstart on it was executed against production while writing: the keyless Monad endpoint answers with token-tier: 2 and a decimal, renamed body. Enabling Pages on this repository is a settings change that needs admin. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
mikhailak
marked this pull request as draft
August 26, 2026 11:06
Collaborator
Author
|
Paused, not rejected: a site for the specification is not something we want right now. Left as a draft so it does not get merged by accident. Reopen for review if that changes. |
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.
Renders the spec repo with Jekyll and serves it from Pages, so TORPC has a neutral home instead of living inside vendor docs.
Needs one settings change from an admin: Pages source = GitHub Actions. I have maintain, not admin.