|
5 | 5 | "description": "AR10Dev Github Page", |
6 | 6 | "author": "AR10Dev", |
7 | 7 | "scripts": { |
8 | | - "dev": "astro dev", |
9 | | - "build": "astro check && astro build", |
10 | | - "check": "astro check", |
11 | | - "preview": "astro preview", |
12 | | - "lint": "biome check .", |
13 | | - "lint:fix": "biome check --write .", |
14 | | - "format": "biome format .", |
15 | | - "format:fix": "biome format --write .", |
16 | | - "setup:d2": "curl -fsSL https://d2lang.com/install.sh | sh -s --" |
| 8 | + "dev": "astro dev", |
| 9 | + "build": "astro check && astro build", |
| 10 | + "check": "astro check", |
| 11 | + "preview": "astro preview", |
| 12 | + "lint": "biome check .", |
| 13 | + "lint:fix": "biome check --write .", |
| 14 | + "format": "biome format .", |
| 15 | + "format:fix": "biome format --write .", |
| 16 | + "setup:d2": "curl -fsSL https://d2lang.com/install.sh | sh -s --", |
| 17 | + |
| 18 | + "agent:lint": "biome check --write . --reporter=summary", |
| 19 | + "agent:check": "astro check 2>&1 | grep -E '(error|warning|Error|Warning)' || true", |
| 20 | + "agent:build": "astro build --silent 2>&1 | grep -E '(error|Error|warn|✗)' || true", |
| 21 | + "agent:spell": "cspell \"**\" --no-progress --no-summary 2>&1 | grep -v '^$' || true", |
| 22 | + "agent:verify": "bun run agent:lint && bun run agent:check && bun run agent:build" |
17 | 23 | }, |
18 | 24 | "keywords": [], |
19 | 25 | "devDependencies": { |
|
0 commit comments