# =============================================================================
# premium_value_gate.yaml — value-gate criteria for partner-tier surfaces
# =============================================================================
# Disclosure tier: TIER_0_PUBLIC
# Schema version:  0.1.0
# Sealed:          2026-05-13
# =============================================================================
#
# Not every artifact is public. The decision of what becomes public vs
# partner-tier is governed by this file. The gate is intentionally narrow:
# the default is public; partner-tier requires a justified gate hit.
# =============================================================================

schema_version: "0.1.0"
policy_id: "GOVERNEDAI_PREMIUM_VALUE_GATE_v0.1"
sealed_at: "2026-05-13"

default_disposition: "public"

gates:

  patent_priority_gate:
    description: "Material whose public disclosure could compromise filing priority"
    decision: "TIER_4_PATENT_SENSITIVE"
    review_required: "retained counsel"
    public_publication: "blocked until counsel review concludes"

  named_counterparty_gate:
    description: "Material that names a specific prospective or active counterparty"
    decision: "TIER_1_PARTNER or higher; never public without explicit consent"
    review_required: "counsel + named counterparty acknowledgement"
    public_publication: "blocked"

  implementation_detail_gate:
    description: "Restricted runtime architecture detail at engineering depth"
    decision: "TIER_2_NDA or TIER_3_INTERNAL_ONLY"
    review_required: "engineering + counsel"
    public_publication: "blocked"

  competitive_intelligence_gate:
    description: "Operational metrics, infrastructure topology, partner pricing, customer counts"
    decision: "TIER_3_INTERNAL_ONLY"
    review_required: "founder"
    public_publication: "blocked"

  diligence_packet_gate:
    description: "Audit-trail exports and partner-specific receipt detail"
    decision: "TIER_1_PARTNER, scoped to the specific named partner"
    review_required: "counsel"
    public_publication: "never; partner-tier only"

  evidentiary_artifact_gate:
    description: "Receipts whose contents are evidence in a specific counterparty engagement"
    decision: "scoped to the engagement; partner-tier"
    review_required: "counsel"
    public_publication: "fact-of-existence may be disclosed; contents are not"

gate_invocation_rule: >
  Any surface that triggers ANY gate above is partner-tier or higher.
  Surfaces that trigger NO gate default to TIER_0_PUBLIC. The default
  is publication; the gates are the exceptions. This bias is intentional
  and protects the publication-first discipline.

review_cadence_days: 90
next_review_due_at: "2026-08-11"

status: active
version: "0.1.0"
