Skip to content

Commit 458ce9a

Browse files
authored
Update 05_bounded_ui_accumulator.reference_host_runtime_ui_binding.contract.json
1 parent 2ea7f53 commit 458ce9a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Implementations/Reference/ContractEmitter/examples/05_bounded_ui_accumulator.reference_host_runtime_ui_binding.contract.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@
2020
"lowering_path": "Examples/05_bounded_ui_accumulator/main.lowering.json",
2121
"ui_package_path": "Examples/05_bounded_ui_accumulator/ui/accumulator_panel.wfrog"
2222
},
23+
"ownership_boundary": {
24+
"semantic_authority": "canonical_source_and_execution_facing_artifacts",
25+
"semantic_authority_refs": [
26+
"Examples/05_bounded_ui_accumulator/main.frog",
27+
"Examples/05_bounded_ui_accumulator/main.fir.json",
28+
"Examples/05_bounded_ui_accumulator/main.lowering.json"
29+
],
30+
"ui_package_authority": "published_front_panel_package",
31+
"ui_package_authority_refs": [
32+
"Examples/05_bounded_ui_accumulator/ui/accumulator_panel.wfrog"
33+
],
34+
"contract_authority": "this_file",
35+
"notes": [
36+
"This contract is downstream from canonical source, FIR, lowering, and the published UI package.",
37+
"This contract must not redefine source semantics.",
38+
"If this file diverges from the canonical execution-facing artifacts, those upstream artifacts win."
39+
]
40+
},
2341
"assumptions": {
2442
"runtime_family": {
2543
"name": "reference_host_runtime_ui_binding",

0 commit comments

Comments
 (0)