For the query evolution module, I am relying on the changeOperator syntax.
I started to work on the Attribute evolution and the information about the entity containing the attribute to evolve is missing.
I suggest to change this kind of syntax :
rename' 'attribute' attributeToRename=[Attribute|EString] 'as' newName=EString
By this :
rename' 'attribute' attributeToRename=[Attribute|EString] 'from' entity=[Entity|EString] 'as' newName=EString
or something equivalent.