π¦ ClawHub
TIA CICD DIFF
by @cjmore66
Use Siemens TIA Portal Openness API to diff two .zap18 projects and return structured code & hardware changes.
TERMINAL
clawhub install tia-cicd-diffπ About This Skill
name: TIA_CICD_DIFF description: Use Siemens TIA Portal Openness API to diff two .zap18 projects and return structured code & hardware changes. tools: - shell - filesystem
You can:
When the agent asks you to diff two .zap18 files:
1) Locate the baseline and new .zap18 paths.
2) Run the external Openness diff script (e.g. tia_diff.bat baseline.zap18 new.zap18).
3) Parse the resulting JSON (FB/DB/hardware/networks changes).
4) Feed that structured data back to the agent for explanation.