docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,12 +1,12 @@
# [[ConnectAI]] Dev Log - 2026.04.29 (v2.2.67)
# [[Connect AI 기술 문서 및 사용 설명서|ConnectAI]] Dev Log - 2026.04.29 (v2.2.67)
## 📌 Brief Summary
**ConnectAI (Brand: G1nation)** 프로젝트의 v2.2.67 스테이블 빌드 완료 보고. 주요 업데이트로는 에이전트 선택 영속화, [[P-Reinforce]] 위키화 규칙 정교화, 그리고 결과물 외부 내보내기(Export to MD) 기능이 포함됨.
**ConnectAI (Brand: G1nation)** 프로젝트의 v2.2.67 스테이블 빌드 완료 보고. 주요 업데이트로는 에이전트 선택 영속화, [[P-Reinforce|P-Reinforce]] 위키화 규칙 정교화, 그리고 결과물 외부 내보내기(Export to MD) 기능이 포함됨.
## 🏷️ Metadata
* **Context**: [[Software Development]], [[AI Agent Architecture]]
* **Type**: [[Implementation (Log)]]
* **Level**: [[Level: Meso]]
* **Context**: Software Development, AI Agent Architecture
* **Type**: Implementation (Log)
* **Level**: Level: Meso
## 📖 Core Content
@@ -14,7 +14,7 @@
* **에이전트 선택 영속화 (Agent Persistence)**:
- 사용자가 사이드바에서 선택한 스킬(Default, Steve Jobs 등)을 VS Code `globalState`에 저장.
- 재시작 시 이전 상태를 즉시 복구하여 사용자 경험(UX) 강화.
* **[[P-Reinforce]] 위키화 규칙 고도화**:
* **[[P-Reinforce|P-Reinforce]] 위키화 규칙 고도화**:
- 추상적 개념보다는 **실질적 내용, 일정, 방향성** 중심의 정리 프로세스 확립.
- Raw ➔ Wiki ➔ Archive로 이어지는 데이터 생애주기 정책 적용.
* **Export to MD 기능**:
@@ -24,12 +24,12 @@
### 2. 기술 스택 및 구조
* **Core**: `src/extension.ts` (Entry), `src/sidebarProvider.ts` (UI/Logic)
* **Intelligence**: `src/agent.ts` (LLM Interface), `src/utils.ts` (FileSystem/Logic)
* **External**: `src/bridge.ts` ([[Agent University]] Interface)
* **External**: `src/bridge.ts` (Agent University Interface)
## 🔗 Knowledge Connections
* **Upstream (Prerequisite)**: [[VS Code Extension API]], [[P-Reinforce Architecture]]
* **Horizontal (Related)**: [[Ollama]], [[LM Studio]], [[G1nation]]
* **Downstream (Next Step)**: [[Wiki Tree Auto-Insertion]], [[Prompt Engineering Optimization]]
* **Upstream (Prerequisite)**: VS Code Extension API, P-Reinforce Architecture
* **Horizontal (Related)**: Ollama, LM Studio, G1nation
* **Downstream (Next Step)**: Wiki Tree Auto-Insertion, Prompt Engineering Optimization
---
*Last updated: 2026-04-29*