Skip to content

Latest commit

 

History

History
93 lines (66 loc) · 2.9 KB

File metadata and controls

93 lines (66 loc) · 2.9 KB

Reviewer Surface Map

Purpose

This document maps the fastest reviewer entry points to the repository surfaces they are expected to verify.

The goal is to reduce review drift between:

  • the README
  • the frontend Proof Center
  • Judge Mode
  • the security documents
  • the live Devnet evidence

Fastest Path For A Judge

If a reviewer has only a few minutes, the strongest order is:

  1. open the live frontend
  2. open Judge Mode
  3. open the Security page
  4. open the Proof Center
  5. inspect the dedicated V3 proof packet when the stricter additive path matters
  6. inspect the canonical Devnet manifest
  7. inspect the security review set
  8. inspect the end-to-end test files

Frontend Entry Points

  • Live app: https://privatedao.org/
  • Proof Center: https://privatedao.org/proof/
  • Judge Mode: https://privatedao.org/proof/?judge=1
  • Security page: https://privatedao.org/security/

Canonical Documents Behind Those Surfaces

Product and proof

Security and audit

Operations and production discipline

Strategy and submission fit

Source Code Surfaces

Verification Gates

  • npm run verify:live-proof
  • npm run verify:release-manifest
  • npm run verify:review-surface
  • npm run check:mainnet

Honest Boundary

This map improves reviewer speed and consistency.

It does not replace:

  • external audit judgment
  • live strategy-performance verification
  • production mainnet rollout execution

The V3 packet improves reviewer coverage for the additive hardening path, but it does not upgrade the repository's launch boundary beyond Devnet proof and explicitly documented pending-external steps.