Has anybody succeeded in moving from a legacy Capella model to a SysML v2 textual model? I am wondering how we could set up the .sysml file structure, and then use AI to parse the .capella file and generate compliant syntax.
The raw XML doesn’t seem to be interpretable by LLMs at this time. I’m sure we’ll need to prime it with the ontology and semantics somehow; probably need to use Python to export Capella data one ARCADIA object-type at a time, before converting them to SysML concepts…