The global assistant has the ability to:
- modify several jobs at once
- modify parts of the project that the user cannot see (ie, modify step X while step Y is open)
This breaks the nice clean accept/reject model we currently impose on the assistants.
It is critical that we find some way to alert/notify the user of this in the frontend. Probably by listing the change paths and inviting the user to click on them.
This is probably something that lightning has to deal with by diffing the new and old project yaml and working out which steps have changed then working out how to feed that back to the user.
The global assistant has the ability to:
This breaks the nice clean accept/reject model we currently impose on the assistants.
It is critical that we find some way to alert/notify the user of this in the frontend. Probably by listing the change paths and inviting the user to click on them.
This is probably something that lightning has to deal with by diffing the new and old project yaml and working out which steps have changed then working out how to feed that back to the user.