@neobiotechlabs/neobiotech-dev-agent 0.1.9 → 0.1.10
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +3 -2
- package/dist/index.js +1963 -460
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"source": "npm",
|
|
11
11
|
"package": "@neobiotechlabs/neobiotech-dev-agent",
|
|
12
12
|
"registry": "https://registry.npmjs.org",
|
|
13
|
-
"version": "0.1.
|
|
13
|
+
"version": "0.1.10"
|
|
14
14
|
},
|
|
15
15
|
"description": "의료기기 SW 규제 개발 자동화 (Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더)",
|
|
16
16
|
"category": "medical-device",
|
package/README.md
CHANGED
|
@@ -180,7 +180,7 @@ node ~/.claude/plugins/cache/neobiotech/neobiotech-dev-agent/<version>/dist/inde
|
|
|
180
180
|
| `401`/`403` | 토큰/권한. Jira API 토큰 재발급, 프로젝트 권한·이슈타입 존재 여부 확인 |
|
|
181
181
|
| 프로젝트 키가 인식 안 됨 | `jira_init_project` 미실행. consumer `CLAUDE.md`에 키가 있는지 확인 |
|
|
182
182
|
|
|
183
|
-
## 툴 목록 (
|
|
183
|
+
## 툴 목록 (49개)
|
|
184
184
|
|
|
185
185
|
### Jira 기본 CRUD (12)
|
|
186
186
|
|
|
@@ -199,7 +199,7 @@ node ~/.claude/plugins/cache/neobiotech/neobiotech-dev-agent/<version>/dist/inde
|
|
|
199
199
|
| `jira_delete_issue` | 이슈 삭제 |
|
|
200
200
|
| `jira_get_issue_type_schema` | 이슈 타입의 필드 스키마 동적 조회 |
|
|
201
201
|
|
|
202
|
-
### Confluence (
|
|
202
|
+
### Confluence (8)
|
|
203
203
|
|
|
204
204
|
| 툴 | 설명 |
|
|
205
205
|
|-----|------|
|
|
@@ -210,6 +210,7 @@ node ~/.claude/plugins/cache/neobiotech/neobiotech-dev-agent/<version>/dist/inde
|
|
|
210
210
|
| `confluence_delete_page` | 페이지 삭제 |
|
|
211
211
|
| `confluence_get_spaces` | 스페이스 목록 |
|
|
212
212
|
| `confluence_get_page_children` | 하위 페이지 조회 |
|
|
213
|
+
| `confluence_publish_doc` | **(High-level)** 마크다운 문서 → Confluence 페이지 게재 (create/update 자동 분기, 마크다운 → storage 변환 + 코드펜스 → 코드 매크로) |
|
|
213
214
|
|
|
214
215
|
### Risk Management (5)
|
|
215
216
|
|