# Citizen registry. This file is DATA governed by Kernel clause K2.3, not # constitution text: registry proposals (patch-class) change it, and every # change lands in the ledger as a citizen_registered / citizen_status_changed # entry. One natural person, one entry. public_key is the hex encoding of a # 32-byte Ed25519 public key, registered by the citizen themselves via a # signed key-registration PR (`govtool keys register`). A citizen with # public_key null cannot vote (K2.4). schema_version: 1 citizens: - id: founder display_name: "Project Founder" joined: "2025-01-15" status: active public_key: null notes: >- Genesis entry created with the v0.1.0 release. Key to be registered via `govtool keys register` in the first registry proposal; until then this entry holds citizenship but not suffrage.