deuk-agent-rule 2.3.1 → 2.3.2
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/CHANGELOG.ko.md +48 -0
- package/CHANGELOG.md +192 -182
- package/package.json +57 -55
- package/scripts/cli-utils.mjs +1 -1
- package/scripts/sync-oss.mjs +4 -0
package/CHANGELOG.ko.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# 변경 이력 (Changelog)
|
|
2
|
+
|
|
3
|
+
이 프로젝트의 모든 주목할 만한 변경 사항은 이 파일에 기록됩니다.
|
|
4
|
+
|
|
5
|
+
**English:** [CHANGELOG.md](CHANGELOG.md)
|
|
6
|
+
|
|
7
|
+
형식은 [Keep a Changelog](https://keepachangelog.com/ko/1.1.0/)를 기반으로 하며, 이 프로젝트는 [유의적 버전(Semantic Versioning)](https://semver.org/spec/v2.0.0.html)을 준수합니다.
|
|
8
|
+
|
|
9
|
+
## [2.3.2] - 2026-04-17
|
|
10
|
+
|
|
11
|
+
### 수정됨 (Fixed)
|
|
12
|
+
|
|
13
|
+
- **cli:** 배포 환경에서 하드코딩된 `yaml` 의존성 경로 문제(`ERR_MODULE_NOT_FOUND`) 해결
|
|
14
|
+
- **dependencies:** `yaml`을 명시적 의존성 목록에 추가
|
|
15
|
+
|
|
16
|
+
## [2.3.0] - 2026-04-17
|
|
17
|
+
|
|
18
|
+
### 추가됨 (Added)
|
|
19
|
+
|
|
20
|
+
- AI 파이프라인 연동 기반 및 선택적 동기화 시스템 고도화
|
|
21
|
+
- **cli:** ticket list 명령에 --submodule 필터 추가
|
|
22
|
+
- **cli:** 티켓 아카이브 및 리포트 워크플로를 모듈형 아키텍처로 복구
|
|
23
|
+
- **rules:** Unity Client, WebApp, C++ 서버 하이브리드 환경을 위한 룰 고도화
|
|
24
|
+
- **ticket:** 분산형 티켓 관리 및 공유 정책 구현
|
|
25
|
+
- **ticket:** V2 YAML Front-matter 및 카테고리화된 리스트로 업그레이드
|
|
26
|
+
|
|
27
|
+
### 수정됨 (Fixed)
|
|
28
|
+
|
|
29
|
+
- **ticket:** LATEST.md를 폐기하고 ACTIVE_TICKET.md로 포인터 통일
|
|
30
|
+
- **ticket:** DeukAgentRules 현재 진행 중인 티켓 안 나오던 문제 해결
|
|
31
|
+
|
|
32
|
+
## [1.0.14] - 2026-04-02
|
|
33
|
+
|
|
34
|
+
### 추가됨 (Added)
|
|
35
|
+
|
|
36
|
+
- **cli:** 병합 도구 및 배포 문서 동기화 스크립트 확장
|
|
37
|
+
- **rules:** 커밋 제목 내 'sync' 금지 구문 룰 추가
|
|
38
|
+
- **handoff:** 인덱스 기반 Handoff 워크플로 및 CLI 신설
|
|
39
|
+
- **architecture:** 제로-터치 NPM 번들 스캐폴딩으로 템플릿 아키텍처 개편
|
|
40
|
+
|
|
41
|
+
### 수정됨 (Fixed)
|
|
42
|
+
|
|
43
|
+
- **cli:** 템플릿 생성기(init) 내부의 HTML 엔티티 문법 에러 핫픽스
|
|
44
|
+
|
|
45
|
+
### 변경됨 (Changed)
|
|
46
|
+
|
|
47
|
+
- **docs:** 외부 공개용 릴리즈 가이드 및 동기화 스크립트 주석 갱신
|
|
48
|
+
- **docs:** 리드미(README)에 토큰 비용 차단 메커니즘 설정 및 제로 터치 스캐폴딩 문서 개편
|
package/CHANGELOG.md
CHANGED
|
@@ -2,187 +2,197 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
**한글:** [CHANGELOG.ko.md](CHANGELOG.ko.md)
|
|
6
|
+
|
|
5
7
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
8
|
|
|
7
|
-
## [2.3.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
###
|
|
11
|
-
|
|
12
|
-
- **
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- **
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- **
|
|
38
|
-
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
- **
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
- **
|
|
54
|
-
- **
|
|
55
|
-
- **
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
- **
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
###
|
|
99
|
-
|
|
100
|
-
- **cli:**
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
###
|
|
112
|
-
|
|
113
|
-
- **
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
- **deuk-agent-rule:**
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
- **
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
9
|
+
## [2.3.2] - 2026-04-17
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **cli:** resolve `ERR_MODULE_NOT_FOUND` in distributed environments by fixing hardcoded `yaml` dependency path
|
|
15
|
+
- **dependencies:** add `yaml` to explicit dependencies list
|
|
16
|
+
|
|
17
|
+
## [2.3.1] - 2026-04-17
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- **readme:** add changelog and automated release instructions
|
|
23
|
+
|
|
24
|
+
## [2.3.0] - 2026-04-17
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
- Advance AI pipeline integration and optional synchronization system
|
|
30
|
+
- **cli:** add --submodule filter to ticket list command
|
|
31
|
+
- **cli:** restore ticket archive and reports workflows to modular architecture
|
|
32
|
+
- **rules:** advance rules for Unity Client, WebApp, and C++ Server hybrid environment
|
|
33
|
+
- **ticket:** implementation of decentralized ticket management & sharing policy
|
|
34
|
+
- **ticket:** upgrade to V2 YAML Front-matter and Categorized List
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Fixed
|
|
38
|
+
|
|
39
|
+
- **ticket:** deprecate LATEST.md, unify pointer to ACTIVE_TICKET.md
|
|
40
|
+
- **ticket:** resolve issue where active tickets were not listed for DeukAgentRules repo
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- **readme:** clarify YAML front matter preservation and distributed ticket workflow for v2.2.2
|
|
46
|
+
- **readme:** restore count headers and npm badges
|
|
47
|
+
- **rules:** enforce CLI usage for ticket reading to prevent manual JSON parsing
|
|
48
|
+
- Update CLI reference with close and migrate commands
|
|
49
|
+
|
|
50
|
+
## [1.0.18] - 2026-04-12
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Added
|
|
54
|
+
|
|
55
|
+
- **ai:** map conversational ticket requests to implicit CLI execution
|
|
56
|
+
- **cli:** implement ticket archive and reporting workflow
|
|
57
|
+
- **rules:** map conversational ticket aliases to implicit CLI execution
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Changed
|
|
61
|
+
|
|
62
|
+
- **readme:** add ticket archive and reports CLI usage to documentation
|
|
63
|
+
- **readme:** describe natural language CLI prompting alternatives
|
|
64
|
+
- **readme:** provide explicit conversational prompt examples inside option tables
|
|
65
|
+
- **readme:** provide explicit update guide
|
|
66
|
+
- **rules:** add prompting guide and execution report archival rule
|
|
67
|
+
|
|
68
|
+
## [1.0.17] - 2026-04-06
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Fixed
|
|
72
|
+
|
|
73
|
+
- **template:** move ticket repo-relative marker to bottom
|
|
74
|
+
|
|
75
|
+
## [1.0.16] - 2026-04-05
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Added
|
|
79
|
+
|
|
80
|
+
- **workflow:** add auto-verification and final report to agent workflows
|
|
81
|
+
|
|
82
|
+
## [1.0.15] - 2026-04-05
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Added
|
|
86
|
+
|
|
87
|
+
- Migrate and rename handoff terminology to ticket in CLI and templates
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Changed
|
|
91
|
+
|
|
92
|
+
- Add strict rule for DeukPack namespace requirement
|
|
93
|
+
- Completely eradicate legacy Handoff references from AGENTS.md, templates, and mdc rules
|
|
94
|
+
- Enforce DeukPack code format and API strictly as a hard rule
|
|
95
|
+
- Refactor README usage guide and workflow
|
|
96
|
+
|
|
97
|
+
## [1.0.14] - 2026-04-02
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Added
|
|
101
|
+
|
|
102
|
+
- **cli:** extend merge tooling and sync publish docs
|
|
103
|
+
- **rules:** forbid 'sync' word in commit titles in agent rules
|
|
104
|
+
- **handoff:** add indexed handoff workflow and CLI
|
|
105
|
+
- **architecture:** migrate template architecture to zero-touch NPM bundle scaffolding
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Fixed
|
|
109
|
+
|
|
110
|
+
- **cli:** resolve html entity syntax error in template generator
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Changed
|
|
114
|
+
|
|
115
|
+
- **docs:** public-facing RELEASING and changelog wording; sync-bundle comment
|
|
116
|
+
- **docs:** update README with token efficiency mechanism and zero-touch template scaffolding
|
|
117
|
+
|
|
118
|
+
## [1.0.13] - 2026-03-28
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Fixed
|
|
122
|
+
|
|
123
|
+
- **deuk-agent-rule:** `printHandoffTip` missing in CLI (handoff tip after `init`)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Changed
|
|
127
|
+
|
|
128
|
+
- **docs:** README § Handoffs; GitHub About text; npm keywords; CLI survey adds Claude, Windsurf, JetBrains AI Assistant
|
|
129
|
+
- **agents:** optional `.cursor/plans/*.plan.md` mirror for plan-style UI; chat `Path:` line and optional first-line path in handoff files
|
|
130
|
+
- **deuk-agent-rule:** `init` prints a short handoff tip after ensuring `.deuk-agent-handoff/`
|
|
131
|
+
- **deuk-agent-rule:** default `--rules prefix` overwrites existing `deuk-agent-rule-*.mdc` on repeat `init` (package updates without a separate `merge`)
|
|
132
|
+
- **deuk-agent-rule:** `.deuk-agent-rule.config.json` stores interactive choices; later `init` reuses them (`--interactive` to change; `--non-interactive` for CI only)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## [1.0.12] - 2026-03-27
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Fixed
|
|
139
|
+
|
|
140
|
+
- **ci:** release workflow runs on pushes to `master`
|
|
141
|
+
|
|
142
|
+
### Changed
|
|
143
|
+
|
|
144
|
+
- **agents:** require full repo-root paths for handoff file links
|
|
145
|
+
|
|
146
|
+
## [1.0.11] - 2026-03-26
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Added
|
|
150
|
+
|
|
151
|
+
- **ci:** GitHub Release workflow for version tags and `chore(release):` commits on `main` / `master`
|
|
152
|
+
|
|
153
|
+
## [1.0.10] - 2026-03-26
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Added
|
|
157
|
+
|
|
158
|
+
- **deuk-agent-rule:** changelog template headers without per-commit links
|
|
159
|
+
|
|
160
|
+
## [1.0.9] - 2026-03-27
|
|
161
|
+
|
|
162
|
+
### Added
|
|
163
|
+
|
|
164
|
+
- **deuk-agent-rule:** release changelog tooling; handoff directory gitignore; pre-work handoff scan; AGENTS inject newline fix
|
|
165
|
+
|
|
166
|
+
### Changed
|
|
167
|
+
|
|
168
|
+
- **agents:** DeukAgentRules/handoff/LATEST.md handoff path for consumer repos
|
|
169
|
+
|
|
170
|
+
## [1.0.8] - 2026-03-27
|
|
171
|
+
|
|
172
|
+
### Added
|
|
173
|
+
|
|
174
|
+
- This changelog and npm `files` entry so releases are traceable.
|
|
175
|
+
|
|
176
|
+
## [1.0.7] - 2026-03-27
|
|
177
|
+
|
|
178
|
+
### Added
|
|
179
|
+
|
|
180
|
+
- `init`: create `.deuk-agent-handoff/` and append `.gitignore` rules for local handoffs.
|
|
181
|
+
- CLI: pre-work handoff scan; `publish/AGENTS.md` and `multi-ai-workflow.mdc` updates.
|
|
182
|
+
|
|
183
|
+
### Fixed
|
|
184
|
+
|
|
185
|
+
- AGENTS tagged-region merge: trailing newline after injected blocks.
|
|
186
|
+
|
|
187
|
+
## [1.0.5] - 2026-03-26
|
|
188
|
+
|
|
189
|
+
### Changed
|
|
190
|
+
|
|
191
|
+
- README and package metadata (Deuk Family tagline, npm keywords, GitHub Topics note).
|
|
192
|
+
|
|
193
|
+
## [1.0.4] - 2026-03-26
|
|
194
|
+
|
|
195
|
+
### Changed
|
|
196
|
+
|
|
197
|
+
- Release packaging includes `package-lock.json` for reproducible installs.
|
|
198
|
+
- README: absolute links for the npm package page.
|
package/package.json
CHANGED
|
@@ -1,55 +1,57 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "deuk-agent-rule",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "DeukAgentRules: generic AGENTS.md + .cursor rule templates with init/merge CLI (npm name: deuk-agent-rule).",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"agents-md",
|
|
7
|
-
"cursor-rules",
|
|
8
|
-
"copilot",
|
|
9
|
-
"gemini",
|
|
10
|
-
"claude",
|
|
11
|
-
"windsurf",
|
|
12
|
-
"jetbrains",
|
|
13
|
-
"ticket",
|
|
14
|
-
"deuk-family",
|
|
15
|
-
"deukpack-ecosystem"
|
|
16
|
-
],
|
|
17
|
-
"license": "Apache-2.0",
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/joygram/DeukAgentRules.git"
|
|
21
|
-
},
|
|
22
|
-
"bugs": {
|
|
23
|
-
"url": "https://github.com/joygram/DeukAgentRules/issues"
|
|
24
|
-
},
|
|
25
|
-
"homepage": "https://github.com/joygram/DeukAgentRules#readme",
|
|
26
|
-
"files": [
|
|
27
|
-
"bundle/**/*",
|
|
28
|
-
"scripts/**/*.mjs",
|
|
29
|
-
"README.md",
|
|
30
|
-
"README.ko.md",
|
|
31
|
-
"CHANGELOG.md"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"bump
|
|
38
|
-
"bump:
|
|
39
|
-
"bump:
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "deuk-agent-rule",
|
|
3
|
+
"version": "2.3.2",
|
|
4
|
+
"description": "DeukAgentRules: generic AGENTS.md + .cursor rule templates with init/merge CLI (npm name: deuk-agent-rule).",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"agents-md",
|
|
7
|
+
"cursor-rules",
|
|
8
|
+
"copilot",
|
|
9
|
+
"gemini",
|
|
10
|
+
"claude",
|
|
11
|
+
"windsurf",
|
|
12
|
+
"jetbrains",
|
|
13
|
+
"ticket",
|
|
14
|
+
"deuk-family",
|
|
15
|
+
"deukpack-ecosystem"
|
|
16
|
+
],
|
|
17
|
+
"license": "Apache-2.0",
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/joygram/DeukAgentRules.git"
|
|
21
|
+
},
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/joygram/DeukAgentRules/issues"
|
|
24
|
+
},
|
|
25
|
+
"homepage": "https://github.com/joygram/DeukAgentRules#readme",
|
|
26
|
+
"files": [
|
|
27
|
+
"bundle/**/*",
|
|
28
|
+
"scripts/**/*.mjs",
|
|
29
|
+
"README.md",
|
|
30
|
+
"README.ko.md",
|
|
31
|
+
"CHANGELOG.md",
|
|
32
|
+
"CHANGELOG.ko.md"
|
|
33
|
+
],
|
|
34
|
+
"scripts": {
|
|
35
|
+
"sync": "node scripts/sync-bundle.mjs",
|
|
36
|
+
"prepack": "node scripts/sync-bundle.mjs",
|
|
37
|
+
"bump": "commit-and-tag-version",
|
|
38
|
+
"bump:patch": "commit-and-tag-version -r patch",
|
|
39
|
+
"bump:minor": "commit-and-tag-version -r minor",
|
|
40
|
+
"bump:major": "commit-and-tag-version -r major",
|
|
41
|
+
"merge:dry": "node scripts/cli.mjs merge --dry-run --cwd .. --agents skip",
|
|
42
|
+
"sync:oss": "node scripts/sync-oss.mjs"
|
|
43
|
+
},
|
|
44
|
+
"engines": {
|
|
45
|
+
"node": ">=18"
|
|
46
|
+
},
|
|
47
|
+
"bin": {
|
|
48
|
+
"deuk-agent-rule": "./scripts/cli.mjs"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"commit-and-tag-version": "^12.7.1"
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"ejs": "^5.0.2",
|
|
55
|
+
"yaml": "^2.8.3"
|
|
56
|
+
}
|
|
57
|
+
}
|
package/scripts/cli-utils.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { existsSync, readFileSync, writeFileSync } from "fs";
|
|
2
2
|
import { basename, dirname, join, relative } from "path";
|
|
3
|
-
import YAML from "
|
|
3
|
+
import YAML from "yaml";
|
|
4
4
|
|
|
5
5
|
export const INIT_CONFIG_FILENAME = ".deuk-agent-rule.config.json";
|
|
6
6
|
export const INIT_CONFIG_VERSION = 1;
|
package/scripts/sync-oss.mjs
CHANGED
|
@@ -49,6 +49,9 @@ cpSync(join(pkgRoot, "README.ko.md"), join(ossRoot, "README.ko.md"), { force: tr
|
|
|
49
49
|
if (existsSync(join(pkgRoot, "CHANGELOG.md"))) {
|
|
50
50
|
cpSync(join(pkgRoot, "CHANGELOG.md"), join(ossRoot, "CHANGELOG.md"), { force: true });
|
|
51
51
|
}
|
|
52
|
+
if (existsSync(join(pkgRoot, "CHANGELOG.ko.md"))) {
|
|
53
|
+
cpSync(join(pkgRoot, "CHANGELOG.ko.md"), join(ossRoot, "CHANGELOG.ko.md"), { force: true });
|
|
54
|
+
}
|
|
52
55
|
if (existsSync(join(pkgRoot, "package-lock.json"))) {
|
|
53
56
|
cpSync(join(pkgRoot, "package-lock.json"), join(ossRoot, "package-lock.json"), { force: true });
|
|
54
57
|
}
|
|
@@ -91,6 +94,7 @@ const outPkg = {
|
|
|
91
94
|
"README.md",
|
|
92
95
|
"README.ko.md",
|
|
93
96
|
"CHANGELOG.md",
|
|
97
|
+
"CHANGELOG.ko.md",
|
|
94
98
|
],
|
|
95
99
|
};
|
|
96
100
|
delete outPkg.private;
|