From cbd6a77619e48407fc04b5e729898accc6b5b20c Mon Sep 17 00:00:00 2001 From: Milovann Yanatchkov Date: Tue, 24 Mar 2026 08:56:42 +0100 Subject: [PATCH] fix: restore ReadHistory op --- yaml/duplex_history.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/yaml/duplex_history.yaml b/yaml/duplex_history.yaml index e6b1d18..9496a4c 100644 --- a/yaml/duplex_history.yaml +++ b/yaml/duplex_history.yaml @@ -1,3 +1,9 @@ src: ifc/duplex_merge.ifc + +operations: + - name: ReadHistory + command: history + input: ifc/duplex_merge.ifc + output: ifc/history.json + dest: ifc/duplex_merge.ifc -operations: []