@01b/team-kb 0.2.6 → 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
|
@@ -14,7 +14,7 @@ updated: {{date}}
|
|
|
14
14
|
- 인덱스가 작으면(50항목 이하) 전체 읽기도 가능
|
|
15
15
|
- 두 인덱스의 항목을 합집합(Union)으로 병합하여 검색
|
|
16
16
|
- 인덱스의 tags, tldr로 관련성을 판단하고, 필요한 노트만 전체 읽기
|
|
17
|
-
- 현재 repo 관련
|
|
17
|
+
- 검색 결과가 많으면 현재 repo 관련 노트를 먼저 확인하되, 다른 repo의 노트도 관련 있으면 포함할 것
|
|
18
18
|
|
|
19
19
|
## KB 기록 규칙
|
|
20
20
|
- 코딩/분석 중 새로운 비즈니스 룰, 코드 패턴, 장애 원인을 발견하면 KB에 기록 제안
|
|
@@ -28,6 +28,7 @@ updated: {{date}}
|
|
|
28
28
|
- 장애 대응 → troubleshoot/
|
|
29
29
|
- 확실하지 않으면 → drafts/
|
|
30
30
|
- frontmatter 필수: tags, tldr, created, updated
|
|
31
|
+
- 태그 네이밍: 네임스페이스는 `/`로 구분 (예: `repo/gmkt-dc-api`, `tech/redis`, `domain/coupon`)
|
|
31
32
|
- 템플릿(templates/)의 형식을 따를 것
|
|
32
33
|
- 노트를 생성/수정/이동한 직후, rebuild-index.sh를 실행하여 로컬 인덱스(.kb-index.local.json)를 최신화할 것
|
|
33
34
|
|