@neobiotechlabs/neobiotech-dev-agent 0.1.13 → 0.1.14

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.
@@ -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"
13
+ "version": "0.1.14"
14
14
  },
15
15
  "description": "의료기기 SW 규제 개발 자동화 (Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더)",
16
16
  "category": "medical-device",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neobiotech-dev-agent",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "displayName": "NeoBiotech Dev Agent (MedDev)",
5
5
  "description": "의료기기 SW 규제 개발 자동화 — Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더",
6
6
  "author": {
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
- ## 툴 목록 (51개)
183
+ ## 툴 목록 (54개)
184
184
 
185
185
  ### Jira 기본 CRUD (12)
186
186
 
@@ -308,7 +308,14 @@ IEC 62304 추적성 관리.
308
308
  |-----|------|
309
309
  | `jira_init_project` | 프로젝트 폴더에 Jira 프로젝트 키 초기 설정 |
310
310
 
311
- ## MDR 전문가 에이전트 (subagent)
311
+
312
+ 큰 마크다운 문서(PRD/Plan/Spec 등)를 Jira description(~32K 한계)에 담기 어려울 때, PDF 변환 후 첨부하는 경로. 시스템 폰트 자동 감지(noto-cjk/malgun-gothic fallback), 표지·머리말/꼬리말 옵션, 50MB warning / 100MB hard limit, `X-Atlassian-Token: no-check` 헤더 강제, 자체 60s AbortController. description은 손대지 않고 summary는 코멘트로 게시.
313
+
314
+ | 툴 | 설명 |
315
+ |-----|------|
316
+ | `markdown_to_pdf` | 마크다운 → PDF 변환 (시스템 폰트 자동 감지, 표지·머리말/꼬리말 옵션). base64 또는 tmpfile 출력. |
317
+ | `jira_attach_file` | Jira 이슈에 파일 첨부 (file_path 또는 base64, 50MB warning / 100MB hard limit). |
318
+ | `jira_attach_pdf_from_markdown` | 마크다운 → PDF → Jira 첨부 원샷 (description 미수정, summary 코멘트 옵션). |## MDR 전문가 에이전트 (subagent)
312
319
 
313
320
  역할별 규제 검토는 전문가 **subagent**가 담당합니다. consumer가 명시적으로 dispatch해야 동작합니다 (자동 트리거 없음):
314
321
 
@@ -328,7 +335,6 @@ IEC 62304 추적성 관리.
328
335
  ```
329
336
 
330
337
  > subagent는 plugin의 `agents/` 디렉터리가 Claude Code에 의해 자동 재귀 스캔되어 노출됩니다. `marketplace.json` 수정은 불필요하며, npm 패키지에 포함되려면 `package.json` `files`에 `"agents"`가 있어야 합니다. 상세 설계: [docs/superpowers/specs/2026-07-07-mdr-expert-agents-design.md](docs/superpowers/specs/2026-07-07-mdr-expert-agents-design.md).
331
-
332
338
  ## doc_render 작성 skill (consumer 워크플로우)
333
339
 
334
340
  이 서버는 `.claude/skills/doc-render/` 절차 가이드를 함께 제공합니다. `/plugin install` 하면 consumer(Claude Code)에게 skill도 자동으로 배포되므로, consumer는 doc_render 출력으로 MDR/dev 문서를 자동 작성해 자기 repo `docs/`에 저장하고 Jira 티켓 description에 미러할 수 있습니다.