# rye:signed:2026-04-01T06:41:42Z:472a6aeb78097aeebf098f96c8549ede51a5ae1c62775ca4d82548a10e106b3f:hIzowWn-PreNhdq7ypPCDYz14qhLBP14OTsNsC9j35xnfOj9lE7Ob3RTHX84YzXCWYwVLriQPl47wLL4aoSODw:6ea18199041a1ea8
version: "1.0.0"
tool_type: config-schema
executor_id: null
category: rye/core/remote
description: "Schema for cas/remote.yaml — named remotes and sync policy"

target_config: cas/remote.yaml

schema:
  type: object
  properties:
    project_name:
      type: string
    remotes:
      type: object
    sync:
      type: object
      properties:
        include:
          type: array
        exclude:
          type: array
