projectops 4.2.18 → 4.2.19

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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  > 이슈 등록부터 커밋, 보고서, 배포까지. 개발자는 코드만 작성하세요.
8
8
 
9
9
  <!-- AUTO-VERSION-SECTION: DO NOT EDIT MANUALLY -->
10
- ## 최신 버전 : v4.2.17 (2026-07-14)
10
+ ## 최신 버전 : v4.2.18 (2026-07-14)
11
11
 
12
12
  [전체 버전 기록 보기](CHANGELOG.md)
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projectops",
3
- "version": "4.2.18",
3
+ "version": "4.2.19",
4
4
  "description": "ProjectOps — 완전 자동화 GitHub 프로젝트 관리 템플릿 통합 CLI",
5
5
  "keywords": [
6
6
  "devops",
package/src/ui/summary.js CHANGED
@@ -128,10 +128,12 @@ export function printSummary(ctx, targetRoot = ".") {
128
128
 
129
129
  err(" 📖 TEMPLATE REPO: https://github.com/Cassiiopeia/projectops");
130
130
  err(" 📚 워크플로우 가이드: .github/workflows/project-types/README.md");
131
- // #493 — 이번 실행의 마이그레이션 기록 (수동 체크리스트·breaking 조치·AI 메타데이터)
131
+ // #493 — 이번 실행의 마이그레이션 기록. "뭐가 남았고 AI에게 어떻게 시키는지"가 바로 보이게 행동 유도형으로 안내.
132
132
  if (ctx?.migrationGuidePath) {
133
133
  err(` 🧭 마이그레이션 가이드: ${ctx.migrationGuidePath}`);
134
- err(" (이번 실행의 변경 내역, 수동 확인 체크리스트, AI Agent용 메타데이터가 기록됐습니다)");
134
+ err(" 이번 설치에서 바뀐 내용과 직접 확인해야 작업이 파일에 정리되어 있습니다.");
135
+ err(" 💡 AI Agent(Claude, Cursor 등)에게 \"마이그레이션 가이드 확인하고");
136
+ err(" 남은 작업 처리해줘\"라고 요청하면 이 문서를 읽고 대신 진행합니다.");
135
137
  }
136
138
  err("");
137
139