Crabyard.ai

Crabyard.ai Documentation

Crabyard is an OpenClaw control plane for Codex work: prompt cards, repo gates, durable run attempts, issue/PR previews, workflow policy, and attachable Ghostty WASM session views.

What Works Today

Not Wired Yet

Core Concepts

Cards

Cards represent task intent and policy:

Runs

When a card enters Running, Crabyard creates a run_attempts row, selects a runtime descriptor, records the selection reason and capabilities, and starts heartbeat/stall tracking. Current output is event-log backed; live external execution is the next adapter binding.

Repo Workflows

Owners can evaluate CRABYARD.md for enabled repos. Valid workflow config can set runtime and merge defaults for new cards and future scheduler policy.

Roles

Tech Stack

Status

MVP deployed. The control-plane data model is real; the external runtime execution path is intentionally still explicit adapter work.