{
  "ok": true,
  "product": "naxytra",
  "category": "public-proof-of-seriousness-pack",
  "pack_version": "naxytra-public-proof-pack-v1",
  "posture": "live_installable_bounded_public_stack_evidence",
  "public_face": {
    "website": "https://naxytra.com",
    "product_paths": [
      "/xytara",
      "/xoonya"
    ],
    "npm_packages": [
      "xytara",
      "xoonya"
    ],
    "boundary": "one public website plus two npm packages"
  },
  "release_line": {
    "xytara": {
      "package": "xytara",
      "version": "2.11.0",
      "install": "npm install xytara",
      "first_contact": "xytara start-here",
      "release_summary": "xytara release --summary"
    },
    "xoonya": {
      "package": "xoonya",
      "version": "2.11.0",
      "install": "npm install xoonya",
      "first_contact": "xoonya start-here",
      "release_summary": "xoonya release --summary"
    }
  },
  "live_readiness_checks": [
    {
      "label": "xytara launch readiness",
      "url": "https://xytara.onrender.com/v1/go-live/summary",
      "expected": "launch-ready state with zero blocking issues"
    },
    {
      "label": "xytara native settlement readiness",
      "url": "https://xytara.onrender.com/v1/settlement/bsv-teranode/readiness",
      "expected": "ready=true for the configured launch settlement path"
    },
    {
      "label": "xytara execution truth",
      "url": "https://xytara.onrender.com/v1/capability-registry/execution-truth/summary",
      "expected": "execution truth summary is reachable and bounded to claimed runtime paths"
    },
    {
      "label": "xytara adapter depth",
      "url": "https://xytara.onrender.com/v1/adapter-depth/summary",
      "expected": "provider-live adapter depth remains explicitly bounded"
    },
    {
      "label": "xytara full catalog",
      "url": "https://xytara.onrender.com/v1/full-catalog/summary",
      "expected": "major family, lifecycle, and market matrices are surfaced as a governed runtime catalog"
    },
    {
      "label": "xytara market lanes",
      "url": "https://xytara.onrender.com/v1/full-catalog/market-lanes/summary",
      "expected": "compute, data, storage, messaging, device/robotics, and treasury/payments stay inspectable as bounded market-class lanes"
    },
    {
      "label": "xytara market lane activations",
      "url": "https://xytara.onrender.com/v1/full-catalog/market-lanes/activation/summary",
      "expected": "callable market lanes stay callable while device/robotics remains preview-only unless deeper evidence exists"
    },
    {
      "label": "xytara market lane depth",
      "url": "https://xytara.onrender.com/v1/full-catalog/market-lanes/depth/summary",
      "expected": "compute, messaging, and treasury/payments expose explicit depth summaries with bounded callable and provider-anchor posture"
    },
    {
      "label": "xytara market lane traces",
      "url": "https://xytara.onrender.com/v1/full-catalog/market-lanes/traces/summary",
      "expected": "compute, messaging, and treasury/payments expose explicit callable transaction traces that stay bounded to listed surfaces"
    },
    {
      "label": "xytara market lane promotion",
      "url": "https://xytara.onrender.com/v1/full-catalog/market-lanes/promotion/summary",
      "expected": "compute, messaging, and treasury/payments promotion readiness stays publicly bounded to listed gates, traces, and evidence posture"
    },
    {
      "label": "xytara framework provider promotion",
      "url": "https://xytara.onrender.com/v1/framework-provider-promotion/summary",
      "expected": "LangGraph and LangChain stay reference-contract adapters unless live endpoint, auth, health, latency, and failure evidence exists"
    },
    {
      "label": "xoonya proof center",
      "url": "https://xoonya.onrender.com/v1/proof-center/summary",
      "expected": "proof center reports deterministic, portable, replayable proof posture"
    },
    {
      "label": "xoonya XNYA conformance mark",
      "url": "https://xoonya.onrender.com/v1/proof-center/native-conformance-mark/summary",
      "expected": "XNYA-compatible mark remains tied to exact vectors, error codes, and claim boundaries"
    },
    {
      "label": "xoonya XNYA reference implementations",
      "url": "https://xoonya.onrender.com/v1/proof-center/native-reference-implementations/summary",
      "expected": "JavaScript canonical reference is implemented; Python candidate scaffold has atom/payload/frame, non-signed proof-bundle parity, and reproducible optional Ed25519 crypto verification; Rust source scaffold is packaged but not vector-verified"
    },
    {
      "label": "xoonya verification services",
      "url": "https://xoonya.onrender.com/v1/proof-center/verification-services/summary",
      "expected": "bundle, delivery, settlement, dispute replay, identity-link, and anchor/finality verification stay first-class services"
    },
    {
      "label": "xoonya trust portability",
      "url": "https://xoonya.onrender.com/v1/proof-center/trust-portability/summary",
      "expected": "identity, delegation/capability, delivery history, and settlement-linked trust portability stay publicly bounded to the listed proof-facing followthrough surfaces"
    },
    {
      "label": "naxytra partner activation pack",
      "url": "https://www.naxytra.com/v1/partner-activation-pack",
      "expected": "partner activation remains bounded to runtime-first, packaged, adapter-author, and proof-followthrough tracks with blocked overclaims"
    },
    {
      "label": "naxytra full catalog claim",
      "url": "https://www.naxytra.com/v1/full-catalog-claim/summary",
      "expected": "major-family, lifecycle, market-class, and verification-service completeness claims stay public and bounded"
    },
    {
      "label": "naxytra deployment fingerprint",
      "url": "https://www.naxytra.com/v1/deployment-fingerprint/summary",
      "expected": "release line and runtime deployment identity are public-safe and carry no secret material"
    },
    {
      "label": "naxytra release evidence digest",
      "url": "https://www.naxytra.com/v1/release-evidence-digest/summary",
      "expected": "public-safe release evidence has a deterministic SHA-256 digest"
    },
    {
      "label": "naxytra release verification kit",
      "url": "https://www.naxytra.com/v1/release-verification-kit/summary",
      "expected": "outside builders get secretless npm, first-run, public proof, deployment, and digest checks"
    },
    {
      "label": "naxytra release verification receipt",
      "url": "https://www.naxytra.com/v1/release-verification-receipt/summary",
      "expected": "release verification requirements are represented as a public-safe receipt model"
    }
  ],
  "local_verification_commands": [
    {
      "scope": "xytara release candidate",
      "command": "cd xytara && npm run verify:release-candidate"
    },
    {
      "scope": "xytara market lanes",
      "command": "cd xytara && npm run verify:market-lanes"
    },
    {
      "scope": "xytara market lane depth",
      "command": "cd xytara && npm run verify:market-lane-depth"
    },
    {
      "scope": "xytara market lane traces",
      "command": "cd xytara && npm run verify:market-lane-traces"
    },
    {
      "scope": "xytara market lane promotion",
      "command": "cd xytara && npm run verify:market-lane-promotion"
    },
    {
      "scope": "xytara full catalog",
      "command": "cd xytara && npm run verify:full-catalog"
    },
    {
      "scope": "xoonya release candidate",
      "command": "cd xoonya && npm run verify:release-candidate"
    },
    {
      "scope": "xoonya verification services",
      "command": "cd xoonya && npm run verify:verification-services"
    },
    {
      "scope": "xoonya trust portability",
      "command": "cd xoonya && npm run verify:trust-portability"
    },
    {
      "scope": "Umbrella service",
      "command": "cd _umbrella_service && npm run verify:service"
    },
    {
      "scope": "Umbrella full catalog coherence",
      "command": "cd _umbrella_service && npm run verify:full-catalog-coherence"
    },
    {
      "scope": "Aggregate pre-deploy release gates",
      "command": "cd _umbrella_service && npm run verify:pre-deploy-gates"
    },
    {
      "scope": "Release gate pack",
      "command": "cd _umbrella_service && npm run verify:release-gates"
    },
    {
      "scope": "Release line drift",
      "command": "cd _umbrella_service && npm run verify:release-line-drift"
    },
    {
      "scope": "Deployment fingerprint",
      "command": "cd _umbrella_service && npm run verify:deployment-fingerprint"
    },
    {
      "scope": "Public release evidence digest",
      "command": "cd _umbrella_service && npm run verify:release-evidence-digest"
    },
    {
      "scope": "Public release verification kit",
      "command": "cd _umbrella_service && npm run verify:release-verification-kit"
    },
    {
      "scope": "Public release verification receipt",
      "command": "cd _umbrella_service && npm run verify:release-verification-receipt"
    },
    {
      "scope": "Release gate private evidence manifest",
      "command": "cd _umbrella_service && npm run verify:release-gate-evidence"
    },
    {
      "scope": "Production tracker freshness",
      "command": "cd _umbrella_service && npm run verify:tracker-freshness"
    },
    {
      "scope": "Public first-run command kit boundary",
      "command": "cd _umbrella_service && npm run verify:first-run-kit-boundary"
    },
    {
      "scope": "Public independence and legacy-name boundary",
      "command": "cd _umbrella_service && npm run verify:public-independence-boundary"
    },
    {
      "scope": "Post-deploy public proof coherence",
      "command": "cd _umbrella_service && npm run verify:public-proof-coherence"
    },
    {
      "scope": "Post-release distribution coherence",
      "command": "cd _umbrella_service && npm run verify:release-distribution"
    },
    {
      "scope": "Post-deploy public release verification",
      "command": "cd _umbrella_service && npm run verify:public-release-verification"
    },
    {
      "scope": "Aggregate post-deploy release gates",
      "command": "cd _umbrella_service && npm run verify:post-deploy-gates"
    },
    {
      "scope": "Canonical cross-package flow",
      "command": "node scripts/verify_canonical_end_to_end.js"
    }
  ],
  "public_evidence": [
    "naxytra.com is the single public website",
    "xytara is installable as the runtime package",
    "xoonya is installable as the proof package",
    "The public first-run path shows quote, funding, execution, proof, and inspection as one bounded builder flow",
    "The public first-run command kit is guarded by deterministic rejection codes for PowerShell-hostile placeholders, secret material in secretless commands, and quote-only regressions",
    "Public naxytra surfaces are checked for independence from external storefront brands and legacy native-format naming",
    "xytara exposes launch readiness, settlement readiness, execution truth, adapter-depth, framework-provider promotion, and treasury public-boundary surfaces",
    "xytara exposes a governed full-catalog matrix with explicit protocol-family, lifecycle-stage, market-class, claim-status, and evidence-status metadata",
    "xytara exposes dedicated market-lane summaries for compute, data, storage, messaging, device/robotics, and treasury/payments with explicit bounded claim posture",
    "xytara exposes canonical market-lane activation paths so callable market classes and preview-only protocol-anchor lanes remain publicly distinguishable",
    "xytara exposes dedicated market-lane depth summaries for compute, messaging, and treasury/payments so the next callable depth layer stays inspectable without overstating provider breadth",
    "xytara exposes dedicated market-lane traces for compute, messaging, and treasury/payments so each deeper lane has a public end-to-end consequence path",
    "xytara exposes dedicated market-lane promotion summaries for compute, messaging, and treasury/payments so stronger bounded live claims stay tied to explicit gates and evidence posture",
    "xytara exposes operator observability as a read-only surface without mutation, fund-movement, settlement-submission, or secret-material affordances",
    "xoonya exposes a proof-center summary with deterministic and replayable proof posture",
    "xoonya exposes first-class verification services for bundle, delivery, settlement, dispute replay, identity-link, and anchor/finality review",
    "xoonya exposes cross-venue trust portability profiles for agent identity, delegation/capabilities, delivery history, and settlement-linked trust followthrough",
    "xoonya exposes an external proof import gate that rejects issuer, signature, revocation, or DID-resolution truth claims unless external verifier refs exist",
    "xoonya exposes an XNYA conformance mark boundary for native standard compatibility claims",
    "xoonya exposes an XNYA reference implementation plan with JavaScript canonical reference, Python non-signed proof-bundle plus reproducible optional Ed25519 crypto verifier, Rust source-only scaffold boundary, and deterministic reference-promotion evidence gate",
    "naxytra exposes a full catalog claim pack that ties family coverage, lifecycle coverage, market coverage, and verification coverage together under one public-safe claim surface",
    "naxytra exposes a partner activation pack that converts adoption intelligence into bounded tracks, gates, blocked claims, and proof evidence links",
    "naxytra exposes a partner activation evidence template so private partner outcomes can be recorded without leaking secrets or partner-confidential material",
    "naxytra exposes a deployment fingerprint so public release line and runtime deployment identity can be inspected without private operator evidence",
    "naxytra exposes a deterministic public release evidence digest for the public-safe release proof surfaces",
    "naxytra exposes a secretless release verification kit for outside builders to independently check npm packages and public release surfaces",
    "naxytra exposes a public-safe release verification receipt that binds the release line, digest, and executable verifier without claiming private command execution",
    "naxytra verifies the production tracker stays aligned with generated public proof and expansion closeout counts",
    "The canonical end-to-end verifier exercises credit grant, execution, result export, proof pickup, and proof verification"
  ],
  "claim_boundaries": [
    "do not claim every possible rail is live",
    "do not expose private custody refs, wallet refs, credentials, or gateway internals",
    "do not publish secretless public first-run commands with wallet secrets, bearer tokens, private keys, or angle-bracket placeholders",
    "do not directly reference external storefront brands or legacy native-format names from public naxytra/xytara/xoonya surfaces",
    "claim treasury live rails only when public claim boundaries match configured profile states and public surfaces do not expose landing or custody refs",
    "claim operator observability only as read-only visibility, not as fund movement, settlement submission, mutation, or secret-bearing control plane behavior",
    "describe external money-in lanes as gateway and adapter-bound",
    "claim provider depth only for task refs and tool bindings listed by adapter-depth surfaces",
    "claim full-catalog completeness only when the public catalog, full catalog claim pack, and verification-service summaries agree on the same family, lifecycle, and market matrices",
    "claim major market-class coverage only when dedicated market-lane surfaces remain public and bounded",
    "claim callable market-lane depth only when activation summaries still distinguish callable and preview-only postures",
    "claim deeper callable market-lane depth only when the dedicated depth summaries remain public, activation-ready, and bounded to listed compute, messaging, and treasury surfaces",
    "claim market-lane transaction traces only when the dedicated trace summaries remain public and bounded to the listed compute, messaging, and treasury consequence paths",
    "claim market-lane promotion readiness only when the dedicated promotion summary agrees with the public depth and trace summaries for the same bounded compute, messaging, and treasury surfaces",
    "claim trust portability only for the listed identity, delegation, delivery-history, and settlement-linked trust surfaces without implying global identity, custody, or chain truth",
    "claim framework providers as live only after framework-provider promotion evidence exists",
    "claim partner activation only as bounded next-phase outreach, not as partner adoption already achieved",
    "claim partner adoption outcomes only from private redacted partner activation evidence manifests",
    "claim deployed runtime identity only from the public-safe deployment fingerprint and keep private deploy logs outside public JSON",
    "claim release evidence digest only as a public-surface digest, not proof that private operator commands were run",
    "claim release verification kit only as public self-check guidance, not private release gate evidence",
    "claim release verification receipt only as a public model until the executable verifier passes in an operator or builder shell",
    "claim production tracker counts only when tracker freshness verification passes against generated summaries",
    "claim private drills as completed only from private operator evidence manifests, not public templates",
    "claim pricing optimization maturity only after experiment plans clear live-sample and operator-review gates",
    "claim external proof issuer, signature, revocation, or DID-resolution truth only when external verifier evidence refs exist",
    "claim native proof as optional, while keeping xoonya method-agnostic",
    "claim XNYA-compatible only when exact vectors, errors, byte rules, and mark boundaries are satisfied",
    "claim Python or Rust XNYA references only after full independent vector parity, always-on signature-suite verification, round-trip gates, conformance-mark review, forbidden-claim review, and reference-promotion evidence validation pass"
  ],
  "linked_surfaces": {
    "public_catalog_ref": "/v1/public-catalog",
    "public_catalog_summary_ref": "/v1/public-catalog/summary",
    "first_run_path_ref": "/v1/first-run-path",
    "first_run_path_summary_ref": "/v1/first-run-path/summary",
    "first_run_command_kit_ref": "/v1/first-run-kit",
    "first_run_command_kit_summary_ref": "/v1/first-run-kit/summary",
    "full_catalog_claim_ref": "/v1/full-catalog-claim",
    "full_catalog_claim_summary_ref": "/v1/full-catalog-claim/summary",
    "release_gate_pack_ref": "/v1/release-gates",
    "release_gate_pack_summary_ref": "/v1/release-gates/summary",
    "release_gate_evidence_template_ref": "/v1/release-gates/evidence-template",
    "deployment_fingerprint_ref": "/v1/deployment-fingerprint",
    "deployment_fingerprint_summary_ref": "/v1/deployment-fingerprint/summary",
    "release_evidence_digest_ref": "/v1/release-evidence-digest",
    "release_evidence_digest_summary_ref": "/v1/release-evidence-digest/summary",
    "release_verification_kit_ref": "/v1/release-verification-kit",
    "release_verification_kit_summary_ref": "/v1/release-verification-kit/summary",
    "release_verification_receipt_ref": "/v1/release-verification-receipt",
    "release_verification_receipt_summary_ref": "/v1/release-verification-receipt/summary",
    "partner_activation_pack_ref": "/v1/partner-activation-pack",
    "partner_activation_pack_summary_ref": "/v1/partner-activation-pack/summary",
    "partner_activation_evidence_template_ref": "/v1/partner-activation-pack/evidence-template",
    "xytara_full_catalog_summary_ref": "https://xytara.onrender.com/v1/full-catalog/summary",
    "xytara_market_lanes_summary_ref": "https://xytara.onrender.com/v1/full-catalog/market-lanes/summary",
    "xytara_market_lane_activations_summary_ref": "https://xytara.onrender.com/v1/full-catalog/market-lanes/activation/summary",
    "xytara_market_lane_depth_summary_ref": "https://xytara.onrender.com/v1/full-catalog/market-lanes/depth/summary",
    "xytara_market_lane_trace_summary_ref": "https://xytara.onrender.com/v1/full-catalog/market-lanes/traces/summary",
    "xytara_market_lane_promotion_summary_ref": "https://xytara.onrender.com/v1/full-catalog/market-lanes/promotion/summary",
    "xoonya_verification_services_summary_ref": "https://xoonya.onrender.com/v1/proof-center/verification-services/summary",
    "xoonya_trust_portability_summary_ref": "https://xoonya.onrender.com/v1/proof-center/trust-portability/summary",
    "xoonya_native_conformance_mark_ref": "https://xoonya.onrender.com/v1/proof-center/native-conformance-mark/summary",
    "xoonya_native_reference_implementations_ref": "https://xoonya.onrender.com/v1/proof-center/native-reference-implementations/summary",
    "site_map_ref": "/v1/site-map",
    "releases_ref": "/releases",
    "docs_ref": "/docs",
    "xytara_ref": "/xytara",
    "xoonya_ref": "/xoonya"
  }
}