Snapshot of the in-flight state that already existed, identically, in both this worktree and the main checkout before this session began: the initial HTTP Client platform implementation (previously untracked), the redis-lab removal, and the JPA / object-storage / notification integration work. Kept separate from this session's HTTP Client review response, which lands in the following commit, so the two bodies of work stay reviewable apart. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
26 lines
932 B
Markdown
26 lines
932 B
Markdown
# Fileserver Superpowers Package
|
|
|
|
## 포함 파일
|
|
|
|
- `fileserver-platform-design.md` — Fileserver 플랫폼 설계 확정안
|
|
- `fileserver-platform-implementation-plan.md` — 33개 TDD 작업으로 분해한 구현 계획
|
|
- `VALIDATION.md` — 문서 정적 검증 결과
|
|
- `validate_fileserver_docs.py` — 검증 재실행 스크립트
|
|
|
|
## 저장소 배치 위치
|
|
|
|
```text
|
|
docs/superpowers/specs/2026-08-07-fileserver-platform-design.md
|
|
docs/superpowers/plans/2026-08-07-fileserver-platform-implementation-plan.md
|
|
```
|
|
|
|
## 실행 순서
|
|
|
|
1. 실제 Backend Skeleton 구조와 root package를 대조한다.
|
|
2. 설계서의 모듈 경계를 저장소에 반영한다.
|
|
3. 구현 계획 Task 1부터 순서대로 실행한다.
|
|
4. 각 Task에서 실패 테스트를 확인한 뒤 구현한다.
|
|
5. Milestone A~D마다 전체 검증 Gate를 실행한다.
|
|
|
|
실행에는 `superpowers:subagent-driven-development` 방식이 권장된다.
|