Skip to content

Deprecation mechanism for metamodel yaml #621

Description

@a-zw

What

Add support for deprecated_options and deprecated_links in the metamodel.
These are not validated (no regex, no type checking).
They only emit INFO-level messages when a need still uses them, so they don't break builds
but alert users to migrate.

Example YAML syntax:

feat_req:
  title: Feature Requirement
  mandatory_options:
    status: ^(valid|invalid)$
  optional_links:
    derived_from: stkh_req
    belongs_to: feat
  deprecated_links:
    satisfies: use derived_from instead

Acceptance Criteria (DoD)

tbd

How

tbd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions