refactor: 제거 기능 stale surface 정리 — 세션/wire 필드/rag_multi_turn/crate수 (PR #214 회차 1)
cut 으로 제거된 기능이 diff 밖 contract surface 에 남긴 잔재 정리: - integrations/claude-code/kebab/SKILL.md: 제거된 --session/session_id 안내, answer.v1 의 conversation_id/turn_index 필드 목록, rag-v2 기본 pin, kebab tui 언급 제거. 기본 템플릿 rag-v4(대체 rag-v3)로 갱신. - docs/mcp-usage.md: ask 입력 스키마의 session_id, 'Session 관리(multi-turn)' 섹션 전체(chat_sessions/chat_turns 포함), 예시의 conversation_id/turn_index 제거. - docs/wire-schema/v1/answer.schema.json + answer_event.schema.json: Answer 가 더는 방출 않는 conversation_id/turn_index 속성 제거(producer/doc 괴리 해소). - schema.rs + wire.rs: capabilities.rag_multi_turn true→false(search_cache 와 동일 처리; frozen v1 맵이라 키는 유지, 값만 flip). - CLAUDE.md: 24→22 crates(tui+candle crate 제거 반영).
This commit is contained in:
@@ -337,7 +337,7 @@ mod tests {
|
||||
json_mode: true,
|
||||
ingest_progress: true,
|
||||
ingest_cancellation: true,
|
||||
rag_multi_turn: true,
|
||||
rag_multi_turn: false,
|
||||
search_cache: false,
|
||||
incremental_ingest: true,
|
||||
streaming_ask: false,
|
||||
|
||||
Reference in New Issue
Block a user