yardlet 0.8.0

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.
# Rust
/target
**/*.rs.bk
Cargo.lock.orig

# Yard runtime state. This repo now self-hosts Yard: we TRACK the .agents/
# config (yardlet.yaml, *-policy.yaml, workers.yaml, work-queue.yaml, skills/) and
# ignore the per-run operational artifacts below.
/.agents/runs/
/.agents/checkpoints/
/.agents/handoffs/
/.agents/telemetry/
/.agents/intents/
/.agents/intent-contract.yaml

# Personal / per-machine harness files
*.local
.claude/settings.local.json
.codex/settings.local.json
.claude/worktrees/

# OS / editor
.DS_Store
*.swp
/.agents/worktrees/

# internal planning docs (kept local, not public)
docs/yardlet-final-plan.md
docs/yardlet-roadmap.md
docs/yardlet-queue-ownership-design.md