Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/adr/0001-repository-and-module-boundaries.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ADR-0001: 저장소·모듈 경계와 계약 소유권

- Status: Proposed
- Status: Accepted
- Accepted: 2026-07-23
- Date: 2026-07-22
- Deciders: FOWOCO Server Team
- Related Issue: [#23](https://github.com/fowoco/server/issues/23)
Expand Down
3 changes: 2 additions & 1 deletion docs/adr/0002-api-security-and-error-contract.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ADR-0002: API·보안·오류 계약

- Status: Proposed
- Status: Accepted
- Accepted: 2026-07-23
- Date: 2026-07-22
- Deciders: FOWOCO Server Team
- Related Issue: [#23](https://github.com/fowoco/server/issues/23)
Expand Down
3 changes: 2 additions & 1 deletion docs/adr/0003-task-airun-event-and-retry-model.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ADR-0003: Task·AiRun·Event·Retry 모델

- Status: Proposed
- Status: Accepted
- Accepted: 2026-07-23
- Date: 2026-07-22
- Deciders: FOWOCO Server Team
- Related Issue: [#23](https://github.com/fowoco/server/issues/23)
Expand Down
6 changes: 3 additions & 3 deletions docs/adr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Wiki와 Notion은 중요한 내용을 이해하기 쉽게 설명하는 mirror입

| ADR | 제목 | 상태 |
| --- | --- | --- |
| [ADR-0001](0001-repository-and-module-boundaries.md) | 저장소·모듈 경계와 계약 소유권 | Proposed |
| [ADR-0002](0002-api-security-and-error-contract.md) | API·보안·오류 계약 | Proposed |
| [ADR-0003](0003-task-airun-event-and-retry-model.md) | Task·AiRun·Event·Retry 모델 | Proposed |
| [ADR-0001](0001-repository-and-module-boundaries.md) | 저장소·모듈 경계와 계약 소유권 | Accepted |
| [ADR-0002](0002-api-security-and-error-contract.md) | API·보안·오류 계약 | Accepted |
| [ADR-0003](0003-task-airun-event-and-retry-model.md) | Task·AiRun·Event·Retry 모델 | Accepted |

## 작성과 승인 절차

Expand Down