- config/gru-governance-supervision-profile.json + gru-standards-profile cross-refs - GRU_STORAGE_GOVERNANCE_AND_SUPERVISION_STANDARD.md; GRU matrix/profile doc updates - naming-conventions: 03 bridges/cross-chain, 04 registry JSON fields; README table complete - validate-config-files: governance profile checks (existing jq rules) - reports/identity-completion: templates + README for DID/governance completion path - mlfo-gitea-avatar.svg; refreshed transaction-package-HYBX-BATCH-001.zip - gitignore: .codex, tmp/, regenerated output audit trees/zips, token-lists/logos PNGs Submodules remain dirty locally (commit inside each submodule separately). Made-with: Cursor
24 lines
814 B
JSON
24 lines
814 B
JSON
{
|
|
"timestamp": "2026-03-29T00:00:00Z",
|
|
"governanceVersion": "1.0",
|
|
"targetNetwork": "dbis-local-indy-pool",
|
|
"endorserAlias": "dbis-root-endorser",
|
|
"type": "procedural-multisig",
|
|
"quorum": "3-of-5",
|
|
"custodians": [
|
|
"DBIS Governance Authority",
|
|
"DBIS Identity Operations Division",
|
|
"Independent Oversight Authority",
|
|
"OMNL Authority (future slot reserved)",
|
|
"ICCC Authority (future slot reserved)"
|
|
],
|
|
"singleKeyDidControl": "multisig-governance-around-single-key-did",
|
|
"currentPhase": "phase-1-procedural",
|
|
"futurePhases": [
|
|
"phase-2-hsm-custody",
|
|
"phase-3-mpc-threshold-signing"
|
|
],
|
|
"status": "frozen",
|
|
"notes": "The root endorser DID remains a single-key Indy object. Multisig is enforced around approval and key-use governance, not inside the DID itself."
|
|
}
|