chore(release): v2.2.213 — Self-Evolving OS P0~P6 패키지

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 14:00:14 +09:00
parent b2cc5b9a96
commit 358497413b
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,5 +1,15 @@
# Astra Patch Notes
## v2.2.213 (2026-06-11)
### 🧠 Self-Evolving Digital Employee OS P0~P6 (신규 모듈 17종, `src/intelligence/`)
- **신뢰성 코어**: Requirement Graph(업무별 필수 요소 체크리스트 주입 + 답변 커버리지 footer) · Confidence Engine(확신도 0~100 footer) · Escalation Engine(저확신·충돌·출처누락 시 검토 요청) · Epistemic Guard(모름/추정/확실 3분류 강제) · Provenance(출처 수정일·오래됨 경고) · Critic Loop(문제 신호 turn 만 LLM 검수 1회)
- **성장 루프**: 업무 turn 마다 Reflection 자동 기록(`<brain>/.astra/growth/`) → Gap Detector → Need Engine → Learning Queue(승인은 사람만). 반복 누락 요소(3회+)는 다음 turn 체크리스트에 자동 강조.
- **지식 운영**: Knowledge Validation+Belief Revision(중복/충돌 게이트) · Decay 노후 감사 · Debt 집계 · Organizational Memory(`.astra/organization.md` 상시 주입)
- **학습 실행**: Research Agent — approved 큐 항목을 조사 브리프+추정 라벨 초안+검증 판정의 제안 문서로 생성. Skill Score(전/후반 추세)·Success Pattern DB 자동 축적.
- **신규 명령 5종**: 업무 평가 실행(회의록 골든셋) / 성장 리포트 / 학습 큐 갱신 / 지식 노후 점검 / 학습 실행(Research Agent)
- **캘린더 충돌 게이트**: `<create_calendar_event>` 가 기존 일정과 겹치면 생성 보류 + 사용자 확인 요청 (`force="true"` 는 승인 후에만). 구조화 이벤트 캐시(calendar_cache.json) 신설.
- 설정 11종 추가 (전부 기본 켜짐, `g1nation.*` 로 개별 off 가능). 테스트 +89건 (전체 508 통과). 설계: [docs/SELF_EVOLVING_OS_MASTER_PLAN.md](docs/SELF_EVOLVING_OS_MASTER_PLAN.md)
## v2.2.207 (2026-06-08)
### 🏷️ Settings 헤더에 빌드 버전 배지
- "Astra Settings" 옆에 현재 확장 버전(`v2.2.207`)을 표시 — 새 vsix가 실제로 로딩됐는지 한눈에 확인하는 마커. provider 가 `__VERSION__` 를 package 버전으로 주입(자동 동기화). ([settingsPanelProvider.ts](src/features/settings/settingsPanelProvider.ts) `_renderShell`).
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "astra",
"displayName": "Astra",
"description": "The personal intelligence layer for Antigravity and VS Code. A private cognitive partner for deep project context, memory, and proactive strategic decision-making.",
"version": "2.2.212",
"version": "2.2.213",
"publisher": "g1nation",
"license": "MIT",
"icon": "assets/icon.png",