@01b/team-kb 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01b/team-kb",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Team Knowledge Base harness CLI - scaffold, wire, and manage KB for LLM-assisted development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,7 +14,7 @@ updated: {{date}}
14
14
  - 인덱스가 작으면(50항목 이하) 전체 읽기도 가능
15
15
  - 두 인덱스의 항목을 합집합(Union)으로 병합하여 검색
16
16
  - 인덱스의 tags, tldr로 관련성을 판단하고, 필요한 노트만 전체 읽기
17
- - 현재 repo 관련 노트 우선: `repo/` 태그 또는 repo 태그 없는 공통 노트
17
+ - 검색 결과가 많으면 현재 repo 관련 노트를 먼저 확인하되, 다른 repo 노트도 관련 있으면 포함할 것
18
18
 
19
19
  ## KB 기록 규칙
20
20
  - 코딩/분석 중 새로운 비즈니스 룰, 코드 패턴, 장애 원인을 발견하면 KB에 기록 제안