feat: session-summary 조기 업데이트 — 스테이지 내부 맥락 보존 (BL-030)#67
Merged
Conversation
스테이지 진행 중 세션 끊김 시 내부 맥락 유실 문제 해결. JSONL 신규 파일 도입 대신 기존 session-summary.md의 업데이트 타이밍을 스테이지 완료 시점에서 내부 핵심 결정 시점으로 앞당김. - session-continuity.md: 조기 업데이트 규약 + 스킬별 핵심 결정 시점 테이블 + [~] 진행 중 마커 형식 - requirements-analysis: 해석 분기 확정 후, 핵심 질문 답변 후 중간 기록 - application-design: LIST 완료 후, DETAIL 컴포넌트 완료마다 중간 기록 - code-generation: Plan 완료 후, TDD Step 완료마다 중간 기록 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #40
Summary
스테이지 진행 중 세션 끊김 시 내부 맥락 유실 문제 해결. JSONL 신규 파일 도입 대신 기존 session-summary.md의 업데이트 타이밍을 내부 핵심 결정 시점으로 앞당김.
session-continuity.md: 조기 업데이트 규약 + 스킬별 핵심 결정 시점 테이블 +[~]진행 중 마커requirements-analysis: 해석 분기 확정, 핵심 질문 답변 후 중간 기록application-design: LIST 완료, DETAIL 컴포넌트 완료마다 중간 기록code-generation: Plan 완료, TDD Step 완료마다 중간 기록설계 결정
원래 백로그(BL-030)는
stage-context.jsonl도입을 제안했으나, 토큰 효율 분석 후 기존 session-summary.md 활용으로 전환:Test plan
🤖 Generated with Claude Code