chore: v2.2.73 — ASTRA-DEBUG 로그 레벨 + webview CSP font-src 보강

- ASTRA-DEBUG 정상 흐름 로그를 console.error → logInfo/console.log 로 강등
  (chatHandlers, extension, slashRouter): DevTools에 ERR로 찍히던 오탐 제거
- sidebar webview에 명시적 CSP meta 추가 + font-src에 data: 허용
  (sidebar.html, sidebarProvider._getHtml): VS Code outer iframe이 codicon.ttf를
  data:font/ttf 로 inject하면서 기본 CSP에 막혀 매 prompt 마다 violation
  경고가 찍히던 문제 해소
- 누적된 LM Studio / agent / 컨텍스트 매니저 / 테스트 갱신 동반

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
g1nation
2026-05-23 15:52:19 +09:00
parent 36db170844
commit 0712014fcb
43 changed files with 2417 additions and 977 deletions
@@ -0,0 +1,19 @@
# ADR: /Volumes/Data/project/Antigravity/ConnectAI 코드 리뷰하고 사용자 입장에서 개선이 필요한 부분이 있는지, 제안...
## Status
accepted
## Context
/Volumes/Data/project/Antigravity/ConnectAI 코드 리뷰하고 사용자 입장에서 개선이 필요한 부분이 있는지, 제안을 줄 것이 잇는지 평가해줘.
## Decision
현재 프로젝트의 개선 방향은 여전히 '사용자 경험(UX)을 통한 복잡성 은폐'에 초점을 맞추고 있으며, 이를 위해 `src/extension.ts` 파일의 핵심 로직 분석이 필수적입니다. 파일 내용이 제공되는 대로 즉시 분석하여 다음 단계로 넘어가겠습니다. 이 파일을 통해 ConnectAI가 어떤 순서와 방식으로 작동하는지 파악해야만, 사용자에게 '마법'처럼 느껴지는 인터페이스를 설계할 수 있습니다. (시스템에서 `src/extension.ts` 파일 내용을 읽어오는 중입니다.)
## Reason
Captured automatically because the conversation contained decision-oriented language.
## Alternatives
Not captured yet.
## Consequences
- Future prompts should treat this as project context unless the user changes direction.