Skip to content

docs(sdk-parity): add public parity matrix page (PILOT-42)#1

Merged
TeoSlayer merged 1 commit into
mainfrom
pilot-42-parity-audit
May 28, 2026
Merged

docs(sdk-parity): add public parity matrix page (PILOT-42)#1
TeoSlayer merged 1 commit into
mainfrom
pilot-42-parity-audit

Conversation

@Alexgodoroja
Copy link
Copy Markdown
Collaborator

Summary

Companion to the PILOT-42 parity audit work landing in pilotprotocol. Adds the public docs page so users hitting docs.pilotprotocol.network/docs/sdk-parity see where each SDK stands today.

  • New page src/pages/docs/sdk-parity.astro modeled on the existing python-sdk.astro template.
  • Sidebar entry added between Python SDK and Messaging in src/data/docsNav.ts.
  • Adjacent pages' prev/next updated (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.py regenerates matrix.csv for upload to that sheet on any future re-audit.

Test plan

  • npm ci && npx astro build builds cleanly (verified locally: 290 pages, 56s, sdk-parity.html present in dist/docs/)
  • /docs/sdk-parity renders and the table layout matches the look of /docs/comparison
  • Sidebar shows the new entry; prev/next chain flows Go SDK → Python SDK → SDK Parity → Messaging
  • Google Sheet link (currently TODO-SHEET-ID) gets replaced with the real Sheet URL before merge

🤖 Generated with Claude Code

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>
@TeoSlayer TeoSlayer merged commit 6bfab9f into main May 28, 2026
2 checks passed
@TeoSlayer TeoSlayer deleted the pilot-42-parity-audit branch May 28, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants