chore: 작업현황 정리 및 관계 문서 갱신

- CURRENT_WORKS.md 이전 작업 이력 정리
- LOGICAL_RELATIONSHIPS.md stock_lots.workOrder 관계 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 03:04:54 +09:00
parent 855e806e42
commit 7c117bb29f
3 changed files with 37 additions and 2662 deletions

View File

@@ -103,3 +103,7 @@ default_modes:
# fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools.
# This cannot be combined with non-empty excluded_tools or included_optional_tools.
fixed_tools: []
# override of the corresponding setting in serena_config.yml, see the documentation there.
# If null or missing, the value from the global config is used.
symbol_info_budget:

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
# 논리적 데이터베이스 관계 문서
> **자동 생성**: 2026-02-19 16:26:58
> **자동 생성**: 2026-02-21 16:28:35
> **소스**: Eloquent 모델 관계 분석
## 📊 모델별 관계 현황
@@ -1079,6 +1079,7 @@ ### stock_lots
- **stock()**: belongsTo → `stocks`
- **receiving()**: belongsTo → `receivings`
- **workOrder()**: belongsTo → `work_orders`
- **creator()**: belongsTo → `users`
### stock_transactions