docs(sdk-parity): add public parity matrix page (PILOT-42)#1
Open
Alexgodoroja wants to merge 1 commit into
Open
docs(sdk-parity): add public parity matrix page (PILOT-42)#1Alexgodoroja wants to merge 1 commit into
Alexgodoroja wants to merge 1 commit into
Conversation
New /docs/sdk-parity page that surfaces, on the public site, where each official SDK (Node / Python / Swift) stands today and what's planned to close the gap. Linked from the docs sidebar (between Python SDK and Messaging) and from the existing SDK pages' prev/next nav. Companion to pilotprotocol/docs/SDK_PARITY.md and the canonical Google Sheet matrix. Closes the docs deliverable for PILOT-42. Co-Authored-By: Claude Opus 4.7 (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.
Summary
Companion to the PILOT-42 parity audit work landing in
pilotprotocol. Adds the public docs page so users hittingdocs.pilotprotocol.network/docs/sdk-paritysee where each SDK stands today.src/pages/docs/sdk-parity.astromodeled on the existingpython-sdk.astrotemplate.src/data/docsNav.ts.prev/nextupdated (python-sdk.astro,messaging.astro).The full row-per-method matrix lives in a Google Sheet linked from the page. The sheet is the canonical artifact;
pilotprotocol/scripts/parity-audit/build_matrix.pyregeneratesmatrix.csvfor upload to that sheet on any future re-audit.Test plan
🤖 Generated with Claude Code