- scripts/generate_posts.mjs + gen/{evidence,prompt,serialize}.mjs, briefs/README.md, 새 문항 brief 예시
- 게이트 COMPARISON_CLAIM(타 병원·업계 평균 비교 수치) 신설 + 픽스처, 금칙어 부정문 예외, 직렬화 왕복 테스트
- 회귀 리포트·샘플 3편 docs/reports/viewclinic/04_supporters, v2 §11-5 기록
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
30 lines
761 B
JSON
30 lines
761 B
JSON
{
|
|
"name": "supporters",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build && node scripts/check.mjs",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"check": "node scripts/gate/test.mjs && node scripts/check.mjs",
|
|
"gate:test": "node scripts/gate/test.mjs",
|
|
"export:template": "node scripts/export_template.mjs",
|
|
"generate": "node scripts/generate_posts.mjs",
|
|
"generate:regress": "node scripts/generate_posts.mjs --clinic viewclinic --from-golden"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^7.3.1"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild": true
|
|
},
|
|
"devDependencies": {
|
|
"js-yaml": "^4.3.2",
|
|
"node-html-parser": "^7.1.0"
|
|
}
|
|
}
|