chore: 저장소 구조 정리 및 문서화, 첫 커밋

- src/dist 산출물 분리 원칙 정리(.gitignore, .gitattributes)
- 루트 및 주요 폴더(config/scripts/prompts/tests/src, 런타임 폴더 5종)에
  안내용 README.md 추가
- CHANGELOG.md, LICENSE, docs/ops/05-release-and-versioning.md 추가
- docs/README.md 문서 지도 갱신
This commit is contained in:
Yun Chan 2026-09-04 09:25:44 +09:00
commit 56a6e2da93
159 changed files with 145825 additions and 0 deletions

15
tests/fixtures/agy_envelope_clean.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
"conversation_id": "a1b2c3d4-1111-4a2b-9c3d-000000000001",
"status": "SUCCESS",
"response": "{\"headline\": \"오늘 DMF 변경 3건, 그중 제조소 변경 1건 주의 필요\", \"summary_md\": \"### 오늘의 변경 요약\\n- 신규 2건\\n- 변경 1건(제조소 변경, CRITICAL)\\n- 취하 0건\\n\", \"anomalies\": [], \"per_event\": [{\"dmf_key\": \"20180514-142-I-88-02\", \"comment\": \"제조소가 이탈리아에서 스위스로 변경됨. 공급망 리스크 확인 필요.\", \"importance\": \"HIGH\"}]}",
"error": null,
"duration_seconds": 8.42,
"num_turns": 1,
"usage": {
"input_tokens": 3120,
"output_tokens": 410,
"thinking_tokens": 96,
"cache_read_tokens": 0,
"total_tokens": 3626
}
}