yardlet 0.5.2

Yardlet: a local AI workbench. Plan, queue, route, validate, and hand off long-running work using your already-installed Codex and Claude Code CLIs as hidden workers.
1
2
3
4
5
6
7
8
9
10
11
12
schema_version: 1
queue_id: queue-initial
intent_id: ""
selection_policy:
  default_order: priority_then_created_at
  require_planning_gate: true
  skip_if_approval_required: true
  skip_if_blocked: true

# Tasks are created by the planning gate from a natural-language request.
# Run `yard` and open New Work, or seed a queue manually.
tasks: []