docuking-mcp 2.5.0 → 2.5.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -200,7 +200,7 @@ ${marker}
200
200
  - 의미 있는 작업 시작 시 (추적용)
201
201
 
202
202
  ### 규칙
203
- 1. yy_All_Docu/ 폴더만 동기화 대상
203
+ 1. 동기화 대상: yy_All_Docu/ + zz_ai_*/ 폴더 모두
204
204
  2. Push는 사용자 요청 시에만
205
205
  3. **Talk → Todo → Plan → Done** 순서 준수
206
206
  4. Plan 전에 반드시 Talk로 배경 기록
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docuking-mcp",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "DocuKing MCP Server - AI 시대의 문서 협업 플랫폼",
5
5
  "type": "module",
6
6
  "main": "index.js",