Skip to content

Proposal: Instructions for archive/sync in schema.yml #1383

Description

@hanno-kortekamp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions