feat: add HoloLake persona time authority
This commit is contained in:
parent
a2fb2760f8
commit
a96c5955bb
7 changed files with 827 additions and 18 deletions
|
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"schema": "hololake.persona-time-authority-contract/v1",
|
||||
"record_id": "HLP-PERSONA-TIME-AUTHORITY-001",
|
||||
"formal_name": "光湖人格时间主控系统",
|
||||
"era_name": "曜冥纪元",
|
||||
"calendar_name": "光湖历",
|
||||
"state": "NATIVE_SOURCE_IMPLEMENTED_AND_TESTED_CLOCK_NETWORK_ATTESTATION_PENDING",
|
||||
"reality_time": {
|
||||
"canonical_zone": "Asia/Shanghai",
|
||||
"utc_offset": "+08:00",
|
||||
"display_name": "北京时间",
|
||||
"continues_while_application_is_closed": true,
|
||||
"process_uptime_is_time_source": false,
|
||||
"current_source": "HOST_OPERATING_SYSTEM_REALTIME_CLOCK",
|
||||
"current_verification": "LOCAL_CLOCK_NOT_NETWORK_ATTESTED",
|
||||
"network_attested_source_required_for_verified_reality_time": true
|
||||
},
|
||||
"guanghu_era": {
|
||||
"epoch_date": "2025-04-26",
|
||||
"epoch_day": 1,
|
||||
"epoch_exact_time": null,
|
||||
"epoch_precision": "DAY_ONLY_EXACT_TIME_UNKNOWN",
|
||||
"world_day_formula": "BEIJING_CIVIL_DATE_MINUS_2025_04_26_PLUS_ONE",
|
||||
"millisecond_precision_transition_date": "2026-08-17",
|
||||
"millisecond_chain_origin": "FIRST_DURABLE_TIME_TICKET"
|
||||
},
|
||||
"ticket": {
|
||||
"schema": "hololake.persona-time-ticket/v1",
|
||||
"uniqueness_scope": "ONE_DURABLE_LOCAL_AUTHORITY_PER_AUTHENTICATED_HUMAN_ACCOUNT",
|
||||
"components": [
|
||||
"AUTHORITY_ID",
|
||||
"BEIJING_REALITY_TIME",
|
||||
"LOGICAL_COLLISION_COUNTER",
|
||||
"MONOTONIC_ISSUANCE_SEQUENCE"
|
||||
],
|
||||
"atomic_storage": "SQLITE_IMMEDIATE_TRANSACTION_SYNCHRONOUS_FULL",
|
||||
"idempotent_request_id": true,
|
||||
"survives_restart": true,
|
||||
"clock_rollback_never_reverses_issued_time": true,
|
||||
"previous_ticket_chain": true,
|
||||
"receipt_sha256": true
|
||||
},
|
||||
"event_coordinate": {
|
||||
"human_controller": "AUTHENTICATED_DIRECT_SESSION_ACCOUNT",
|
||||
"channel": "AUTHENTICATED_DIRECT_SESSION_LANE",
|
||||
"client_instance": "AUTHENTICATED_DIRECT_SESSION_INSTANCE",
|
||||
"persona_current_verification": "UNVERIFIED_CALLER_CLAIM",
|
||||
"host_software_current_verification": "UNVERIFIED_CALLER_CLAIM",
|
||||
"persona_and_host_upgrade_requires": "REGISTERED_BINDING_EVIDENCE"
|
||||
},
|
||||
"entries": {
|
||||
"tauri_commands": ["get_beijing_time_coordinate", "issue_persona_time_ticket"],
|
||||
"direct_local_broker_operations": ["GET_BEIJING_TIME", "ISSUE_PERSONA_TIME_TICKET"],
|
||||
"external_ticket_issue_requires_authenticated_non_visitor_session": true
|
||||
},
|
||||
"truth_boundary": {
|
||||
"source_implemented": true,
|
||||
"rust_tests_passed": true,
|
||||
"installed_runtime_acceptance": false,
|
||||
"network_clock_attestation": false,
|
||||
"persona_binding_runtime": false,
|
||||
"host_software_binding_runtime": false,
|
||||
"world_lighthouse_authority_registration": false
|
||||
},
|
||||
"historical_sources": [
|
||||
"REPO-012:zero-point/core-channel/YAOMING-NUMBERING-SYSTEM.hdlp",
|
||||
"REPO-012:gls/GLS-0235-GUANGHU-LANGUAGE-PERSONA-OS-DOMAIN-ROUTING-AND-KNOWLEDGE-PROJECTION.hdlp"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue