It would be helpful to support custom archive and sync instructions in OpenSpec schemas, similar to the existing apply instructions.
The default instructions provided by the OpenSpec archive and sync skills may not be suitable for custom artifacts whose structure has been modified through the schema.
E.g. something like:
archive:
tracks: tasks.md <-- also this might be a different file in the schema
instruction: >
Custom instructions for archive
sync:
instruction: >
Custom instructions for sync
The skills would then have to read these instructions through the openspec cli as it's done for the artifact / apply phases.
It would be helpful to support custom archive and sync instructions in OpenSpec schemas, similar to the existing apply instructions.
The default instructions provided by the OpenSpec archive and sync skills may not be suitable for custom artifacts whose structure has been modified through the schema.
E.g. something like:
The skills would then have to read these instructions through the openspec cli as it's done for the artifact / apply phases.