* OP-7609 - fix Photoshop publish plugin model
Was causing issues when saving settings for `Collect Color Coded Instances`
* OP-7609 - bump up version for Photoshop addon
Caused by change of Settings model.
* Fix removed unsupported Path
Path is not json serializable by default, it is not necessary, better model reused.
* Fix wrong key
Must be 'path', not 'template_path' as workfile builder expects the former one.
* copied addons from 'ayon-addon-settings'
* added AE, photoshop and harmony addon
* moved openpype to subfolder
* cleanup repository files
* updated create package script and README.md
* formatting fixes
* added cli flags to be able keep server structure
* print progress and output dir
* another formatting fixes