feat: Stabilize Company Suite & Self-Reflection logic, integrate new ADRs and bug records

This commit is contained in:
2026-05-14 16:05:28 +09:00
parent f521c3f557
commit 618b8d5b34
33 changed files with 2203 additions and 655 deletions
@@ -0,0 +1,24 @@
# Development Log: REFLECTOR 에이전트가 1인 기업 에이전트 목록에는 안보이는데
## Purpose
Record the implementation or verification outcome from the current conversation.
## Implementation Summary
맞습니다. 정확한 지적입니다. `src/features/company/agents.ts`에 정의된 **'1인 기업(One-Person Company) 모드'의 9개 전문 에이전트 목록**에는 `Reflector`가 명시적인 독립 에이전트로 존재하지 않습니다. 제가 앞서 설명드린 Self-Reflection은 '1인 기업 모드'의 구성원 목록에 있는 에이전트를 교체하는 것이 아니라, **Multi-Agent Workflow(Planner $\rightarrow$ Researcher $\rightarrow$ Writer)라는 별도의 실행 엔진(Engine) 레이어에서 작동하는 '프로세스 제어 로직'**입니다. 상황을 명확히 정리해 드립니다. ## 요약 `Reflector`는 1인 기업 모드의 '고용된 에이전트(Staff)'가 아니라, 에이전트들이 협업할 때 그 사이에서 감시 역할을 수행하는 **'시스템 워크플로우 레이어(System Workflow Layer)'**의 구성 요소입니다. ...
## Architecture
Captured automatically from the assistant response and active project context.
## Changed Files
- src/features/company/agents.ts
- agents.ts
- src/lib/engine.ts
## Dependency Notes
No new dependency note was captured automatically.
## Bugs
No bugs recorded.
## Lessons
- Automatic project records should be generated in the background when the turn contains durable project knowledge.