chore: snapshot audited HoloLake convergence baseline
This commit is contained in:
parent
7a14c06e41
commit
1b6b17b5ab
47 changed files with 10722 additions and 87 deletions
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"schema": "hololake.native-composition-runtime/v1",
|
||||
"record_id": "HLP-NATIVE-COMPOSITION-001",
|
||||
"state": "INSTALLED_RUNTIME_ACCEPTED",
|
||||
"intent_source": "docs/adr/0008-native-composition-and-human-projection.md",
|
||||
"internal_object": {
|
||||
"schema": "hololake.native-object/v1",
|
||||
"encoding": "BOUNDED_JSON",
|
||||
"script_allowed": false,
|
||||
"html_allowed": false,
|
||||
"external_file_format_as_runtime_allowed": false,
|
||||
"maximum_rows": 5000,
|
||||
"maximum_columns": 64,
|
||||
"maximum_cell_bytes": 10000
|
||||
},
|
||||
"module_contract": {
|
||||
"schema": "hololake.composition-module/v1",
|
||||
"registered_kinds": ["SOURCE", "TRANSFORM", "PROJECTION"],
|
||||
"typed_ports_required": true,
|
||||
"determinism_declared": true,
|
||||
"authority_declared": true
|
||||
},
|
||||
"recipe": {
|
||||
"schema": "hololake.composition-recipe/v1",
|
||||
"registered_modules_only": true,
|
||||
"directed_acyclic_graph_required": true,
|
||||
"current_account_only": true,
|
||||
"native_validation_required": true
|
||||
},
|
||||
"human_projection": {
|
||||
"schema": "hololake.human-projection/v1",
|
||||
"views": ["DASHBOARD", "COMPARISON", "VERTICAL_BAR", "CLASSIFICATION", "TABLE"],
|
||||
"shares_one_execution_result": true,
|
||||
"owns_source_data": false,
|
||||
"direct_write_authority": false
|
||||
},
|
||||
"education_stage_one": {
|
||||
"channel_id": "GH-EDU-INIT-001",
|
||||
"module_id": "EDU-COMPOSITION",
|
||||
"source": "CURRENT_AUTHENTICATED_ACCOUNTS_REAL_KNOWLEDGE_CATALOG",
|
||||
"selectable_dimensions": ["SOURCE", "TOP_LEVEL_FOLDER"],
|
||||
"selectable_measures": ["DOCUMENT_COUNT", "TOTAL_BYTES", "DUPLICATE_COUNT"],
|
||||
"hardcoded_sample_may_satisfy_acceptance": false,
|
||||
"installed_runtime_acceptance_required": true
|
||||
},
|
||||
"write_boundary": {
|
||||
"stage_one": "READ_ONLY",
|
||||
"future_write_requires": ["CAPABILITY", "PREVIEW", "HUMAN_CONFIRMATION", "REVISION_LOCK", "RECEIPT"]
|
||||
},
|
||||
"acceptance": {
|
||||
"observed_at": "2026-08-18T01:49:06+08:00",
|
||||
"installed_binary_sha256": "2a26acae4a706c0ff9919b85f77826a6ca71b650ec22209befd30cd1456c92f3",
|
||||
"route": "MAIN_WORLD_TO_BRANCH_DOMAIN_TO_EDUCATION_TO_NATIVE_COMPOSITION",
|
||||
"real_native_rows": 129,
|
||||
"real_native_total_bytes_display": "1.0 MB",
|
||||
"real_groups": 14,
|
||||
"all_five_views_observed": true,
|
||||
"three_view_recomposition_observed": true,
|
||||
"measure_switch_observed": "DOCUMENT_COUNT_TO_TOTAL_BYTES_AND_BACK",
|
||||
"projection_bound_to_execution_receipt": true,
|
||||
"developer_id_signature": "VALID",
|
||||
"apple_notarization": "NOT_PERFORMED_MISSING_CREDENTIALS",
|
||||
"public_release": "NOT_PUBLISHED"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue