docuking-mcp 2.8.1 → 2.9.1
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/handlers/docs.js +103 -2
- package/handlers/kingcast.js +5 -5
- package/handlers/sync.js +62 -1
- package/handlers/validate.js +544 -544
- package/index.js +830 -762
- package/lib/init.js +5 -5
- package/package.json +1 -1
package/lib/init.js
CHANGED
|
@@ -146,11 +146,11 @@ project/
|
|
|
146
146
|
- \`.claude/rules/local/*.md\` - 정책 파일 (폴더구조, API규칙 등 민감정보 없음)
|
|
147
147
|
|
|
148
148
|
### AI 필독
|
|
149
|
-
- Pull
|
|
150
|
-
- \`.claude/rules/local/00_index.md\`를 읽고 정책
|
|
151
|
-
- 각 정책
|
|
152
|
-
- **xx_Infra_Config 변경
|
|
153
|
-
- 예: .env 변수 추가/수정, 배포 설정 확인
|
|
149
|
+
- Pull 결과에 "📢 킹캐스트" 포함 시 정책/환경 변경이 있음
|
|
150
|
+
- \`.claude/rules/local/00_index.md\`를 읽고 정책 목록 확인
|
|
151
|
+
- 각 정책 파일 내용을 읽고 규칙 따라 작업
|
|
152
|
+
- **xx_Infra_Config 변경 시**: 원본 경로에서 직접 읽고 로컬 환경에 맞게 적용
|
|
153
|
+
- 예: .env 변수 추가/수정, 배포 설정 확인
|
|
154
154
|
`;
|
|
155
155
|
|
|
156
156
|
try {
|