# rye:signed:2026-04-10T03:29:02Z:a84793972e619e2213673a535e315d7d1385735d4d510517eba71cdb7fa8c065:kFagsJAM60uIx37vCnMFsUleWMdZxsN8QUJs4jRjD7-eZhTEYAKuAw6n8i_OerR2BVK-mBO0k43mAuCtcSQRCg:6ea18199041a1ea8
version: "1.0.0"
tool_type: config-schema
executor_id: null
category: rye/agent
description: "Schema for coordination.yaml — thread wait, continuation, and orphan detection"

target_config: coordination.yaml

schema:
  type: object
  properties:
    schema_version:
      type: string
    coordination:
      type: object
      properties:
        wait_threads:
          type: object
          properties:
            default_timeout:
              type: integer
            max_timeout:
              type: integer
        continuation:
          type: object
          properties:
            trigger_threshold:
              type: number
            summary_directive:
              type: string
            summary_model:
              type: string
            summary_limit_overrides:
              type: object
            resume_ceiling_tokens:
              type: integer
            summary_max_tokens:
              type: integer
        transcript_integrity:
          type: string
        orphan_detection:
          type: object
          properties:
            enabled:
              type: boolean
            scan_on_startup:
              type: boolean
            stale_threshold_minutes:
              type: integer
