o2o-infinith-demo/supporters/package.json
Haewon Kam 64a3bce9a3 feat(supporters): 글 생성기 §7-4 — brief+근거 컨텍스트 → GPT-4.1 → 소스 게이트·수치 대조·근거 대조·수정 2회, 정답지 18편 회귀 18/18 통과
- 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>
2026-09-07 16:37:56 +09:00

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"
}
}