revert: ASTRA 이메일 기능 제거 — Datacollect wiki화로 피벗
Revert "feat(astra): 이메일 Settings 패널 섹션" (eb4bef0) Revert "feat(astra): Project Astra 이메일 자산화 Phase 1+2" (7e96e56) 방향 전환: 이메일은 ASTRA에 전용 소스로 넣는 대신 Datacollect가 수집·wiki화해 brain(제2뇌)에 저장하고, ASTRA는 기존 brain 검색으로 그대로 활용한다. Gmail 인증은 Datacollect 소유. /email-status(라이브 현황)는 폐기. gmailApi 파싱 로직은 Datacollect 이전 시 재사용 예정. 타입체크·빌드 통과. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,8 +6,6 @@ import * as path from 'path';
|
||||
import './features/teamops/handlers';
|
||||
import './features/system/handlers';
|
||||
import './features/datacollect/handlers';
|
||||
import './features/email/handlers'; // Project Astra — /email-sync
|
||||
import { startEmailAutoSync } from './features/email/autoSync';
|
||||
// axios removed in favor of native fetch
|
||||
import {
|
||||
_getBrainDir,
|
||||
@@ -121,9 +119,6 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||
context.subscriptions.push({ dispose: () => activityTracker.dispose() });
|
||||
context.subscriptions.push({ dispose: () => lifecycle.dispose() });
|
||||
|
||||
// Project Astra — 이메일 백그라운드 자동 동기화 (g1nation.email.autoSync 켜져 있을 때만).
|
||||
startEmailAutoSync(context);
|
||||
|
||||
// React to engine URL changes — re-target the SDK and reset state.
|
||||
context.subscriptions.push(
|
||||
vscode.workspace.onDidChangeConfiguration((e) => {
|
||||
|
||||
Reference in New Issue
Block a user