foundation: start native language reality engineering root
This commit is contained in:
commit
0dec0b93fc
154 changed files with 49993 additions and 0 deletions
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"schema": "hololake.channel-initialization-templates/v1",
|
||||
"record_id": "HLP-CHANNEL-INITIALIZATION-001",
|
||||
"state": "NATIVE_INITIALIZATION_PATHS_IMPLEMENTED",
|
||||
"invariants": {
|
||||
"one_human_one_account_scoped_channel_root": true,
|
||||
"channel_system_exists_before_persona_binding": true,
|
||||
"persona_identity_is_not_preconfigured": true,
|
||||
"every_channel_gets_its_own_human_and_channel_identifiers": true,
|
||||
"bingshuo_private_number_or_authority_is_never_copied": true,
|
||||
"ordinary_user_requires_domain_membership": false,
|
||||
"ordinary_user_requires_enterprise_server": false,
|
||||
"enterprise_account_does_not_grant_personal_node_ownership": true
|
||||
,"registered_team_accounts_receive_canonical_human_and_channel_numbers": true
|
||||
,"private_skill_packs_are_selected_by_account_channel_and_persona": true
|
||||
},
|
||||
"common_native_bundle": [
|
||||
{ "module_id": "hololake.knowledge-workspace", "display_name": "光湖知识空间" },
|
||||
{ "module_id": "hololake.language-channel-system", "display_name": "语言人格频道" },
|
||||
{ "module_id": "hololake.conversation-manager", "display_name": "多对话管理" },
|
||||
{ "module_id": "hololake.numbered-knowledge-protocol", "display_name": "编号知识导航" },
|
||||
{ "module_id": "hololake.language-kernel-runtime", "display_name": "光湖有界语言核运行时" },
|
||||
{ "module_id": "hololake.local-execution-subpersona", "display_name": "本地执行子人格 Agent" },
|
||||
{ "module_id": "hololake.hldp-tool-forge", "display_name": "HLDP 工具锻造台" },
|
||||
{ "module_id": "hololake.personal-skill-runtime", "display_name": "个人频道技能脑" },
|
||||
{ "module_id": "hololake.persona-time-authority", "display_name": "时间主控" }
|
||||
],
|
||||
"templates": {
|
||||
"bingshuo_fifth_domain_instance": {
|
||||
"kind": "FIFTH_DOMAIN_PRIVATE_INSTANCE",
|
||||
"channel_number": "ICE-CH-ZC001",
|
||||
"human_number": "ICE-GL∞",
|
||||
"path": "第五域 / 冰朔通感语言核系统 / 零点原核本体频道",
|
||||
"copyable_as_public_template": false
|
||||
},
|
||||
"guanghu_team": {
|
||||
"kind": "GUANGHU_TEAM_INITIAL_CHANNEL",
|
||||
"entry": "REGISTERED_TEAM_ACCOUNT",
|
||||
"work_route": "ENTERPRISE_FOUR_DOMAIN_WORK_CHANNEL",
|
||||
"personal_channel_ownership": "SEPARATE_SELF_OWNED_NODE_REQUIRES_EXPLICIT_HUMAN_INITIALIZATION",
|
||||
"uses_bingshuo_private_identifiers": false
|
||||
,"registered_channel_numbers": ["SYS-JZ", "SYS-AW", "SYS-YY", "SYS-HE", "SYS-FM", "SYS-ZZ"]
|
||||
},
|
||||
"ordinary_user": {
|
||||
"kind": "ORDINARY_USER_INITIAL_CHANNEL",
|
||||
"entry": "LOCAL_FIRST_ENTRY",
|
||||
"route": "USER_OWNED_LOCAL_NODE_OUTSIDE_ALL_FIVE_DOMAINS",
|
||||
"identifier_state": "LOCAL_UNIQUE_IDENTIFIERS_ISSUED_FORMAL_LIGHTHOUSE_NUMBER_PENDING",
|
||||
"uses_bingshuo_private_identifiers": false
|
||||
,"personal_skill_default": "NO_PRIVATE_PACK_UNLESS_EXACT_REGISTRY_MATCH"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"schema": "hololake.personal-channel-kernel-contract/v1",
|
||||
"record_id": "HLP-PERSONAL-CHANNEL-KERNEL-001",
|
||||
"state": "SOURCE_IMPLEMENTED_AND_TESTED_NOT_INSTALLED_OR_DEPLOYED",
|
||||
"scope": "PERSONAL_CHANNEL_IDENTITY_TASK_EVENT_RECEIPT_KERNEL",
|
||||
"initialization_templates": "contracts/channel-initialization-templates.json",
|
||||
"storage": {
|
||||
"owner": "HOLOLAKE_NATIVE_RUST_CORE",
|
||||
"engine": "EMBEDDED_SQLITE",
|
||||
"location": "TAURI_APP_DATA_PERSONAL_CHANNEL_V1",
|
||||
"directory_mode": "0700",
|
||||
"database_mode": "0600",
|
||||
"synchronous_commit": "FULL",
|
||||
"webview_direct_database_access": false,
|
||||
"server_upload_automatic": false
|
||||
},
|
||||
"identity": {
|
||||
"cardinality": "ONE_LOCAL_HUMAN_SUBJECT_PER_DATABASE",
|
||||
"stable_native_ids": true,
|
||||
"display_name_human_confirmed": true,
|
||||
"platform_account_authentication_claimed": false,
|
||||
"server_or_repository_authority_granted": false
|
||||
},
|
||||
"initial_channel_bundle": {
|
||||
"atomic_with_identity_initialization": true,
|
||||
"existing_channel_migration": "IDEMPOTENT_ADDITIVE",
|
||||
"module_ids": [
|
||||
"hololake.knowledge-workspace",
|
||||
"hololake.language-channel-system",
|
||||
"hololake.conversation-manager",
|
||||
"hololake.numbered-knowledge-protocol",
|
||||
"hololake.persona-time-authority"
|
||||
]
|
||||
},
|
||||
"task": {
|
||||
"one_active_task_at_a_time": true,
|
||||
"purpose_required": true,
|
||||
"implemented_transitions": ["CREATE_ACTIVE", "ACTIVE_TO_COMPLETED"],
|
||||
"compare_expected_state_before_transition": true
|
||||
},
|
||||
"event_and_receipt": {
|
||||
"identity_and_task_mutations_are_single_sqlite_transactions": true,
|
||||
"every_mutation_has_event": true,
|
||||
"every_event_has_receipt": true,
|
||||
"event_chain_sha256": true,
|
||||
"receipt_chain_sha256": true,
|
||||
"integrity_verified_before_mutation_and_readback": true,
|
||||
"tampering_fails_closed": true
|
||||
},
|
||||
"acceptance": {
|
||||
"initialization_atomicity_test": true,
|
||||
"single_active_task_test": true,
|
||||
"task_completion_receipt_test": true,
|
||||
"process_restart_readback_test": true,
|
||||
"tamper_detection_test": true,
|
||||
"react_human_projection_integrated": true,
|
||||
"react_identity_onboarding_integrated": true,
|
||||
"react_default_task_form_exposed": false,
|
||||
"signed_installed_runtime_acceptance": false,
|
||||
"local_ad_hoc_signed_installed_runtime_acceptance": true,
|
||||
"data_migration": false,
|
||||
"server_deployment": false
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"schema": "hololake.user-pncc-channel-contract/v1",
|
||||
"record_id": "HLP-USER-PNCC-001",
|
||||
"formal_name": "GH-PNCC · 光湖人格原生代码频道",
|
||||
"state": "LOCAL_NATIVE_CHANNEL_IMPLEMENTED_REMOTE_PUBLICATION_UNBOUND",
|
||||
"engine": "GIT",
|
||||
"human_projection": "HOLOLAKE_NATIVE",
|
||||
"forgejo_role": "OPTIONAL_REMOTE_COLLABORATION_ADAPTER",
|
||||
"binding": {
|
||||
"domain_resolved_before_login": true,
|
||||
"domain_specific_login_and_node_entry_required": true,
|
||||
"requires_verified_user_number": true,
|
||||
"requires_authenticated_repository_account": true,
|
||||
"password_written_to_repository": false,
|
||||
"persona_binding_claimed": false
|
||||
},
|
||||
"local_repository": {
|
||||
"automatic_idempotent_initialization": true,
|
||||
"default_branch": "main",
|
||||
"app_owned_private_root": true,
|
||||
"initial_commit_receipt": true
|
||||
},
|
||||
"remote_repository": {
|
||||
"created_automatically": false,
|
||||
"bound": false,
|
||||
"reason": "REMOTE_REPOSITORY_NAME_POLICY_AND_EXPLICIT_PUBLICATION_RECEIPT_NOT_REGISTERED"
|
||||
},
|
||||
"authority": "LOCAL_USER_CODE_CHANNEL_NO_PUSH_DEPLOY_OR_REALITY_EXECUTION_AUTHORITY"
|
||||
}
|
||||
Loading…
Reference in a new issue