feat(release): prepare 1.1.0 candidate

This commit is contained in:
Yun Chan 2026-08-29 18:33:45 +09:00
parent 5a34f66981
commit 5205dcdfa9
736 changed files with 115667 additions and 12203 deletions

View file

@ -0,0 +1,3 @@
word,pronunciation,category,usageCount,createdAt,updatedAt
"쉼표, 포함",쉼표 포함,user,2,2026-01-03T00:00:00.000Z,2026-01-04T00:00:00.000Z
"따옴표 ""포함""",,technical,0,2026-01-05T00:00:00.000Z,2026-01-05T00:00:00.000Z
1 word pronunciation category usageCount createdAt updatedAt
2 쉼표, 포함 쉼표 포함 user 2 2026-01-03T00:00:00.000Z 2026-01-04T00:00:00.000Z
3 따옴표 "포함" technical 0 2026-01-05T00:00:00.000Z 2026-01-05T00:00:00.000Z

View file

@ -0,0 +1,22 @@
{
"entries": [
{
"id": "7e050e11-c90c-4e95-8581-d37ad687d836",
"word": "D3RO Voice",
"pronunciation": "디쓰리로 보이스",
"category": "technical",
"usageCount": 7,
"lastUsedAt": 1767225600000,
"createdAt": 1767225600000,
"updatedAt": 1767312000000
},
{
"word": "쉼표, 포함",
"pronunciation": null,
"category": "user",
"usageCount": 0,
"createdAt": 1767398400000,
"updatedAt": 1767398400000
}
]
}

View file

@ -0,0 +1,32 @@
# 회의록 — 모바일 출시 점검
- **일시**: 2026-08-21 10:00 ~ 11:15
- **소요 시간**: 75분
- **STT 모델**: whisper-large-v3
- **LLM 모델**: gpt-5
---
## 요약
모바일 데이터 복원은 원자적으로 처리한다.
## 결정사항
- 다른 사용자 데이터는 거부한다.
- 중복 파일은 한 번만 처리한다.
---
## 참석자 메모
| 시간 | 메모 |
|------|------|
| 00:05 | 체크섬 검증 |
---
## 원문 전사
[00:00] 오늘은 모바일 출시를 점검합니다.
[00:05] 복원 실패 시 전체를 롤백합니다.

View file

@ -0,0 +1,9 @@
{
"owner_id": "1d30574e-5da7-4b22-bf4a-028fd0084962",
"dictionary": [
{
"word": "foreign",
"category": "user"
}
]
}

View file

@ -0,0 +1,7 @@
# D3RO Mobile Knowledge E2E
검증 식별자: D3RO-KNOWLEDGE-ANDROID-20260821
모바일 지식 가져오기는 UTF-8 텍스트를 계정 소유 문서와 청크로 저장한다.
다른 계정은 이 문서와 청크를 읽거나 삭제할 수 없어야 한다.
모든 청크의 임베딩이 서버에서 확인되기 전에는 문서를 READY로 표시하면 안 된다.