Update project files

This commit is contained in:
2026-05-22 15:26:10 +09:00
parent 8016ef18fa
commit 745ebc57f6
15 changed files with 117 additions and 39 deletions
+11 -11
View File
@@ -3,15 +3,15 @@
<!-- ASTRA:AUTO-START -->
## Snapshot
- **Workspace**: `connectai` `v2.2.60` _(absolute path varies by environment; resolved from the active VS Code workspace)_
- **Workspace**: `connectai` `v2.2.61` _(absolute path varies by environment; resolved from the active VS Code workspace)_
- **Description**: The personal intelligence layer for Antigravity and VS Code. A private cognitive partner for deep project context, memory, and proactive strategic decision-making.
- **Stack**: TypeScript, Node.js, VS Code Extension, LM Studio SDK, Test runner
- **Stats**: 271 source files, ~55,157 lines across 5 top-level modules.
- **Stats**: 272 source files, ~55,207 lines across 5 top-level modules.
## Last Refresh
- **Time**: 2026-05-22T06:00:02.986Z
- **Time**: 2026-05-22T06:25:57.973Z
- **Files newly analysed**: 1
- **Files reused from cache**: 270
- **Files reused from cache**: 271
## Directory Map
```mermaid
@@ -42,7 +42,7 @@ flowchart LR
media["media/<br/>6 files"]
tests["tests/<br/>35 files"]
core_py["core_py/<br/>6 files"]
docs["docs/<br/>85 files"]
docs["docs/<br/>86 files"]
tests --> src
```
@@ -65,7 +65,7 @@ flowchart LR
## Modules
### `src/` — 139 files, ~38,157 lines
### `src/` — 139 files, ~38,185 lines
**Sub-directories**
- `src/features/` (66) — Astra Office — public API. 다음 세션에서 추가될 OfficeSnapshot presenter / schema 도 같은 entry 로 노출 예정. 현재 노출: full webview panel H
@@ -93,7 +93,7 @@ flowchart LR
- `src/retrieval/scoring.ts` (536 lines) — Scoring Engine — TF-IDF + Bilingual Tokenizer 단순 includes() 키워드 매칭을 넘어서, TF-IDF 가중치 기반의 문서 스코어링을 제공합니다. 한국어/영어 양국어 토크나이저를 포함합니다.
- `src/skills/agentKnowledgeMap.ts` (374 lines)
- `src/retrieval/lessonHelpers.ts` (325 lines) — Lesson / Experience Memory — pure helpers (no vscode dependency) "Lesson" = a markdown file in the active brain that captures a past mistake/risk and how to avoid repeating it. Identified by a lessons
- `src/agent.ts` (3694 lines)
- `src/agent.ts` (3722 lines)
- `src/features/providers/types.ts` (63 lines) — Cloud LLM provider routing — model id prefix → provider id 매핑. Prefix 규칙: openrouter:anthropic/claude-3.5-sonnet → { provider: 'openrouter', model: 'anthropic/claude-3.5-sonnet' } anthropic:claude-3-5
- `src/lib/engine.ts` (906 lines)
- `src/retrieval/brainIndex.ts` (325 lines) — Brain Index — persistent, mtime-keyed tokenized cache of the Second Brain RAG 검색은 매 질의마다 브레인의 모든 .md 파일을 읽고 토크나이즈해서 TF-IDF 점수를 계산했습니다 — 파일 수가 많아지면 그게 병목입니다. 이 모듈은 <brainPath>/.astra/brain-index.json 에
@@ -161,10 +161,10 @@ flowchart LR
- `core_py/optimizer.py` (55 lines)
- `core_py/queue_worker.py` (82 lines)
### `docs/` — 85 files, ~3,294 lines
### `docs/` — 86 files, ~3,316 lines
**Sub-directories**
- `docs/records/` (72) — Bug: /Volumes/Data/project/Antigravity/ConnectAI 프로젝트 코드 리뷰 해줄 수 있어? 개선할 부분이 있는지, 그러고...
- `docs/records/` (73) — Bug: /Volumes/Data/project/Antigravity/ConnectAI 프로젝트 코드 리뷰 해줄 수 있어? 개선할 부분이 있는지, 그러고...
- `docs/docs/` (5) — Bug: Viewed integrationretrieval.test.ts:1-59 integrationretrieval.test.ts를 통해 ...
- `docs/Meeting/` (0)
@@ -175,7 +175,7 @@ flowchart LR
- `docs/EXPERIENCE_MEMORY_PLAN.md` (122 lines) — Experience Memory (Mistake / Lesson Loop) — Implementation Plan
- `docs/records/ConnectAI/development/2026-05-02_connectai_project_knowledge_overview.md` (121 lines) — Astra Project Knowledge Overview
- `docs/records/ConnectAI/development/2026-05-03_connectai_project_knowledge_overview.md` (121 lines) — Astra Project Knowledge Overview
- `docs/records/ConnectAI/timeline.md` (167 lines) — Project Timeline
- `docs/records/ConnectAI/timeline.md` (170 lines) — Project Timeline
- `docs/Advanced_Features_Implementation_Guide.md` (40 lines) — Advanced Features Implementation Guide
- `docs/docs/records/docs/bugs/BUG-0001-viewed-integration-retrieval-test-ts-1-59-integration-retrie.md` (16 lines) — Bug: Viewed integrationretrieval.test.ts:1-59 integrationretrieval.test.ts를 통해 ...
- `docs/docs/records/docs/chronicle.config.json` (11 lines) — JSON configuration
@@ -336,7 +336,7 @@ Astra는 대표님의 명시적인 승인 하에 로컬 시스템의 강력한
**Designed for High-Performance Decision Making.**
Copyright (C) **g1nation**. All rights reserved.
_Last auto-scan: 2026-05-22T06:00:02.986Z · signature `3e9af639`_
_Last auto-scan: 2026-05-22T06:25:57.973Z · signature `32c602bb`_
<!-- ASTRA:AUTO-END -->
## Purpose
+15 -8
View File
@@ -1,11 +1,11 @@
{
"version": 1,
"generatedAt": "2026-05-22T06:00:03.020Z",
"generatedAt": "2026-05-22T06:25:58.013Z",
"files": {
"src/agent.ts": {
"mtimeMs": 1779428598292.2295,
"size": 216127,
"lines": 3694,
"mtimeMs": 1779430182152.1404,
"size": 217774,
"lines": 3722,
"role": "",
"imports": [
"src/utils",
@@ -1977,7 +1977,7 @@
"imports": []
},
"docs/records/ConnectAI/chronicle.config.json": {
"mtimeMs": 1779429578331.412,
"mtimeMs": 1779430497353.3203,
"size": 371,
"lines": 11,
"role": "JSON configuration",
@@ -2116,6 +2116,13 @@
"role": "ADR: 오늘 팀별 보고를 했어. 그냥 하는게 너무 심적으로 힘든데 어떻게 개선할 수 있을까?",
"imports": []
},
"docs/records/ConnectAI/decisions/ADR-0020-a팀장이-있어-팀원으로-b가-있고-c가-있어-a팀장은-0라는-이사의-제안을-받아서-다른-회사로-가기로-했어-.md": {
"mtimeMs": 1779430149727.801,
"size": 2341,
"lines": 19,
"role": "ADR: A팀장이 있어. 팀원으로 B가 있고 C가 있어. A팀장은 0라는 이사의 제안을 받아서 다른 회사로 가기로 했어. 이 소문이 퍼져서 B와 C도 알...",
"imports": []
},
"docs/records/ConnectAI/development/2026-05-02_answer-format-readability-tuning.md": {
"mtimeMs": 1778028987330.4185,
"size": 1564,
@@ -2376,9 +2383,9 @@
"imports": []
},
"docs/records/ConnectAI/timeline.md": {
"mtimeMs": 1779420342806.9556,
"size": 10866,
"lines": 167,
"mtimeMs": 1779430149729.8076,
"size": 11074,
"lines": 170,
"role": "Project Timeline",
"imports": []
},