feat: add HoloLake persona time authority

This commit is contained in:
冰朔 2026-08-17 13:21:02 +08:00
commit a96c5955bb
7 changed files with 827 additions and 18 deletions

View file

@ -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"
]
}

View file

@ -37,6 +37,7 @@
"TCS_LANGUAGE_CONTRACT",
"HOST_CAPABILITY_RECEIPTS",
"EVENT_AND_LAKE_LAMP",
"PERSONA_TIME_AUTHORITY",
"MEMORY_GIT_EVIDENCE",
"KNOWLEDGE_PROJECTION",
"HUMAN_APPROVAL_CENTER",
@ -112,6 +113,16 @@
"public_developer_id_and_notarization": false,
"server_deployment": false
},
"persona_time_authority": {
"contract": "contracts/persona-time-authority.json",
"native_source_implemented": true,
"direct_local_broker_integrated": true,
"beijing_reality_time_projection": true,
"guanghu_era_day_projection": true,
"durable_unique_ticket_runtime": true,
"network_clock_attestation": false,
"installed_runtime_acceptance": false
},
"reality_mutation_requires": ["VERIFIED_HUMAN_SUBJECT", "EXACT_ACTION", "EXACT_TARGET", "IMMUTABLE_PAYLOAD_DIGEST", "EXPIRY", "REPLAY_PROTECTION", "EXECUTION_RECEIPT", "READBACK_RECEIPT"],
"context_risk_signals": ["MODEL_CONTEXT_SPEC", "ESTIMATED_TOKENS", "MESSAGE_VOLUME", "TURN_COUNT", "TASK_STAGE", "HOST_WARNING"],
"exact_host_compaction_prediction_claimed": false,