# rye:signed:2026-04-23T08:15:57Z:90994aa7584ee4e923ca6790bf75001b42bb94ad80218d6a2b503ae8fb2c5c0c:HZew34CIFngEeIflk1bUEyNU-acwkRCNQ7ezcDazUlykFbhUugk1kh-JmI15wYx04D-pKIsh-kGht7MpP3WbCg:6ea18199041a1ea8
version: "1.0.0"
tool_type: config-schema
executor_id: null
category: rye/core/remote
description: "Schema for cas/manifest.yaml — sync policy and exclusions"

target_config: cas/manifest.yaml

schema:
  type: object
  properties:
    sync:
      type: object
      properties:
        include:
          type: array
          items:
            type: string
        exclude:
          type: array
          items:
            type: string
