[RAG] Implement visual conflict and density metadata tags for enhanced context intelligence
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# docs Chronicle Records
|
||||
|
||||
## Project
|
||||
- ID: docs
|
||||
- Root: /Volumes/Data/project/Antigravity/ConnectAI/docs
|
||||
- Record root: /Volumes/Data/project/Antigravity/ConnectAI/docs/docs/records/docs
|
||||
- Detail level: standard
|
||||
|
||||
## Purpose
|
||||
Capture project direction, architecture discussion, decisions, and development notes as Markdown.
|
||||
|
||||
## Folders
|
||||
- `planning/`
|
||||
- `discussions/`
|
||||
- `decisions/`
|
||||
- `development/`
|
||||
- `bugs/`
|
||||
- `retrospectives/`
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
# Bug: Viewed integration_retrieval.test.ts:1-59 `integration_retrieval.test.ts`를 통해 **...
|
||||
|
||||
## Date
|
||||
2026-05-05
|
||||
|
||||
## Symptom
|
||||
Viewed integration_retrieval.test.ts:1-59 `integration_retrieval.test.ts`를 통해 **ConnectAI**의 지능형 검색 엔진(Astra Engine)이 실전 수준의 **상충 감지(Conflict Detection)** 능력을 갖추고 있음을 확인했습니다. 특히 `doc2.md`와 같이 "충돌", "오류", "논란", "반대" 등 부정적 지표가 다수 포함된 문서에 대해 `conflictDetected: true`와 `HIGH` 심각도를 부여하는 로직은, 단순히 데이터를 수집하는 것을 넘어 **'수집된 지식의 위험도를 스스로 평가'**할 수 있음을 의미합니다. 이는 사용자께서 강조하신 "다시 검증할 수 있는 수집 흐름"의 핵심적인 기술적 근거가 됩니다. 이제 프로젝트의 고수준 운영 전략과 데이터 관리 정책을 파악하기 위해, `docs/records/src/chronicle.config.json`을 살펴보겠습니다. 이를 통해 수집 ...
|
||||
|
||||
## Cause
|
||||
Captured automatically from the current conversation. Confirm root cause during follow-up review if needed.
|
||||
|
||||
## Fix
|
||||
## 간단 요약 이 요청은 프로젝트 지식 생성이 아니라 코드리뷰와 제품 평가 요청입니다. 확인된 파일 구조 기준으로 보면, 이 프로젝트는 지식 수집 워크플로우를 앱 형태로 묶어 운영하려는 도구로 보이며, 먼저 데이터 수집 흐름의 안정성, 외부 연동 실패 처리, 수집 결과의 저장/재처리 가능성을 중심으로 평가해야 합니다. ## 확인된 근거 대상 경로: `/Volumes/Data/project/Antigravity/ConnectAI/src` 확인된 우선 파일: - `docs/records/src/README.md` - `docs/records/src/bugs/BUG-0001-edited-agent-ts-edited-agent-ts-edited-agent-ts-edited-agent.md` - `docs/records/src/chronicle.config.json` - `docs/records/src/project-profile.md` - `docs/records/src/timeline....
|
||||
|
||||
## Prevention
|
||||
Keep automatic records tied to the active project and verify the relevant test or reproduction path.
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"projectId": "docs",
|
||||
"projectName": "docs",
|
||||
"projectRoot": "/Volumes/Data/project/Antigravity/ConnectAI/docs",
|
||||
"recordRoot": "/Volumes/Data/project/Antigravity/ConnectAI/docs/docs/records/docs",
|
||||
"description": "Auto-detected from the local project path in the conversation.",
|
||||
"corePurpose": "Capture project direction, architecture discussion, decisions, and development notes as Markdown.",
|
||||
"detailLevel": "standard",
|
||||
"createdAt": "2026-05-05T02:55:58.823Z",
|
||||
"updatedAt": "2026-05-05T02:55:58.824Z"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
# Project Profile
|
||||
|
||||
## Project Name
|
||||
docs
|
||||
|
||||
## Description
|
||||
Auto-detected from the local project path in the conversation.
|
||||
|
||||
## Project Root
|
||||
/Volumes/Data/project/Antigravity/ConnectAI/docs
|
||||
|
||||
## Record Root
|
||||
/Volumes/Data/project/Antigravity/ConnectAI/docs/docs/records/docs
|
||||
|
||||
## Core Purpose
|
||||
Capture project direction, architecture discussion, decisions, and development notes as Markdown.
|
||||
|
||||
## Target Users
|
||||
- Project developer
|
||||
|
||||
## Avoid Directions
|
||||
- Do not mix records across projects.
|
||||
|
||||
## Record Detail Level
|
||||
standard
|
||||
|
||||
## Created
|
||||
2026-05-05T02:55:58.823Z
|
||||
|
||||
## Updated
|
||||
2026-05-05T02:55:58.823Z
|
||||
@@ -0,0 +1,7 @@
|
||||
# Project Timeline
|
||||
|
||||
## 2026-05-05
|
||||
- Project Chronicle record folder initialized for docs.
|
||||
|
||||
## 2026-05-05
|
||||
- Auto bug record created: bugs/BUG-0001-viewed-integration-retrieval-test-ts-1-59-integration-retrie.md
|
||||
Reference in New Issue
Block a user