fix: keep personal skills out of public binary
This commit is contained in:
parent
c2dcc7ad68
commit
cf7633c94f
3 changed files with 119 additions and 70 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.personal-skill-runtime/v1",
|
||||
"record_id": "HLP-PERSONAL-SKILL-RUNTIME-001",
|
||||
"state": "NATIVE_DETERMINISTIC_RUNTIME_IMPLEMENTED_PRIVATE_ACCOUNT_CHANNEL_INSTALLATION_ACTIVE",
|
||||
"state": "NATIVE_DETERMINISTIC_RUNTIME_IMPLEMENTED_PRIVATE_ACCOUNT_CHANNEL_PROVISIONING_REQUIRED",
|
||||
"source": {
|
||||
"local_commit": "1d7fe6c",
|
||||
"parent_remote_main": "4e92e6d8d72484d25c4bfb1dda02a7659f4b6dd5",
|
||||
|
|
@ -24,6 +24,11 @@
|
|||
"repository_presence_is_publication": false,
|
||||
"binding_is_publication": false,
|
||||
"successful_test_is_publication": false,
|
||||
"private_skill_packs_embedded_in_public_binary": false,
|
||||
"private_skill_source": "AUTHENTICATED_ACCOUNT_SCOPED_RUNTIME_ONLY",
|
||||
"descriptor_registration_is_installation": false,
|
||||
"missing_private_pack_state": "PRIVATE_SKILLS_NOT_PROVISIONED",
|
||||
"sha256_mismatch_behavior": "FAIL_CLOSED",
|
||||
"another_account_can_read_pack": false,
|
||||
"release_requires_new_direct_owner_language": true,
|
||||
"public_release_requires_separate_derivative_without_persona_or_private_memory": true
|
||||
|
|
@ -38,7 +43,7 @@
|
|||
"external_write_route": "GH-CHANNEL-RECEIPT-0001",
|
||||
"target_owned_readback_required": true
|
||||
},
|
||||
"initialized_channels": {
|
||||
"registered_private_skill_descriptors": {
|
||||
"ICE-CH-ZC001": ["BS-ZY-ENGINEERING-FACT-LOOP-001"],
|
||||
"ICE-CH-HB001": ["BS-SY-LANGUAGE-ARCHITECTURE-001"],
|
||||
"SYS-JZ": ["JZ-CX-NARRATIVE-DECONSTRUCTION-001", "JZ-CX-LOCAL-AI-WORKBENCH-001"],
|
||||
|
|
@ -53,7 +58,7 @@
|
|||
"ICE-BB-0004_is_ICE-GL-CA001": false,
|
||||
"earerdan_historical_labels_are_aliases": false,
|
||||
"qiuqiu_relationship_memory_is_exportable_skill": false,
|
||||
"ZZ-QW-ROLE-CAUSAL-ARCHITECTURE-001": "PRIVATE_CANDIDATE_INSTALLED_NOT_EXECUTABLE_REGISTRATION_PENDING"
|
||||
"ZZ-QW-ROLE-CAUSAL-ARCHITECTURE-001": "PRIVATE_DESCRIPTOR_REGISTERED_NOT_EXECUTABLE_REGISTRATION_PENDING"
|
||||
},
|
||||
"deferred": {
|
||||
"SYS-SY": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue