muno-claude-plugin 1.4.2 → 1.4.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muno-claude-plugin",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Unleash Claude Code's full power - Complete development workflow with expert personas, TDD-based agents, and automated documentation",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {
@@ -11,7 +11,7 @@ AI 기반 개발 워크플로우 스킬 체계입니다.
11
11
 
12
12
  | 스킬 | 설명 | 주요 입력 |
13
13
  |------|------|----------|
14
- | `/architecture` | System Architecture (SAD) | 시스템 정보 |
14
+ | `/architecture-design` | System Architecture (SAD) | 시스템 정보 |
15
15
  | `/prd-generator` | PRD 생성 | 요구사항 |
16
16
  | `/epic-story-generator` | Epic & Story 생성 | PRD (선택) |
17
17
  | `/hld-generator` | Feature HLD | SAD + PRD + Story |
@@ -1,4 +1,4 @@
1
- ${{skill:architecture}}
1
+ ${{skill:architecture-design}}
2
2
 
3
3
  ---
4
4
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: architecture
2
+ name: architecture-design
3
3
  description: |
4
4
  전체 시스템 아키텍처 문서(SAD)를 생성하거나 업데이트합니다.
5
5
  SAD는 시스템의 큰 그림을 담는 단일 문서로, 피처 HLD의 기반이 됩니다.
@@ -26,7 +26,7 @@ allowed-tools: Read, Glob, Grep, Write, Edit, WebSearch, WebFetch
26
26
  ```
27
27
  ┌─────────────────────────────────────────────────────────────────┐
28
28
  │ SAD (System Architecture Document) │
29
- │ • 전체 시스템 1개, /architecture 생성
29
+ │ • 전체 시스템 1개, /architecture-design으로 생성
30
30
  │ • "우리 시스템은 이렇게 생겼다" │
31
31
  └─────────────────────────────────────────────────────────────────┘
32
32
  │ 참조
@@ -114,7 +114,7 @@ Feature HLD 작성 전 SAD와 PRD 존재 여부를 확인합니다.
114
114
  documents/architecture/system-architecture.md 파일 확인
115
115
 
116
116
  있으면 → SAD 참조하여 HLD 작성
117
- 없으면 → SAD 없이 진행 가능 (권장: /architecture 먼저 작성)
117
+ 없으면 → SAD 없이 진행 가능 (권장: /architecture-design으로 먼저 작성)
118
118
  ```
119
119
 
120
120
  ### SAD가 있는 경우