oneie
Version:
Build apps, websites, and AI agents in English. Zero-interaction setup for AI agents (Claude Code, Cursor, Windsurf). Download to your computer, run in the cloud, deploy to the edge. Open source and free forever.
30 lines (21 loc) • 387 B
Markdown
# Check Astro Build
**Category:** astro
**Version:** 1.0.0
**Used By:** agent-quality, agent-ops
## Purpose
Runs Astro build check and reports errors.
## Example
```bash
bunx astro check --minimumSeverity warning
```
**Output:**
```json
{
"success": true,
"errors": 0,
"warnings": 0,
"files": 252
}
```
## Version History
- **1.0.0** (2025-10-18): Initial implementation