---
description: "OpenAI GPT-5.5 status check for all sites in the registry"
agent: build
model: openai/gpt-5.5
---

# WDStatus Command - OpenAI GPT-5.5

Check the status of all sites in the registry, grouped by batch and status.

## Usage

```bash
tools/check/check_registry.sh
```

## Output
Reports all sites grouped by batch number and status. Each site entry displays the domain and optionally the title if different from the domain. Sites with status `Q` are excluded.

## Status Codes

| Code | Phase | Meaning |
|------|-------|---------|
| `-` | - | Registered but not in design batch |
| `B` | Design | Design Backlog |
| `d` | Design | Designing |
| `D` | Design | Design Done |
| `O` | Implement | Implement Backlog |
| `i` | Implement | Implementing |
| `I` | Implement | Implement Done |
| `Q` | Complete | Finished, excluded from report |
