@neobiotechlabs/neobiotech-dev-agent 0.1.18 → 0.1.20
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 +8 -6
- package/dist/index.js +277 -208
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- /package/vendor/dev-docs-templates/templates/mdr_docs/{ER/sprint → EA}/software-detailed-design.md +0 -0
|
@@ -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.20"
|
|
14
14
|
},
|
|
15
15
|
"description": "의료기기 SW 규제 개발 자동화 (Jira·Confluence·Risk·CVSS·Xray·IEC 62304/62366·MDR·문서 렌더)",
|
|
16
16
|
"category": "medical-device",
|
package/README.md
CHANGED
|
@@ -413,7 +413,7 @@ PA Gate
|
|
|
413
413
|
└── Use Scenario ── Relates ──→ Use Spec
|
|
414
414
|
└── Abnormal Use Scenario ── Risk Source ──→ Hazard
|
|
415
415
|
|
|
416
|
-
EA Gate
|
|
416
|
+
EA Gate (8 living documents — EA 초기 결정·승인 / ER 개발·검증 중 갱신 / CA 최종 확정)
|
|
417
417
|
├── [Risk Management Report] ── Blocks ──→ Gate
|
|
418
418
|
│ └── Hazard ── Risk Source ──→ IU/SyRS / Use Scenario
|
|
419
419
|
│ └── Hazard ── Relates ──→ RMR Document
|
|
@@ -422,11 +422,13 @@ EA Gate
|
|
|
422
422
|
│ └── Requirement ── Implements ──→ System Requirement
|
|
423
423
|
├── [SW Architecture Document] ── Blocks ──→ Gate
|
|
424
424
|
│ └── Architecture ── Implements ──→ Requirement
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
425
|
+
├── [SW Detailed Design Document] ── Blocks ──→ Gate
|
|
426
|
+
│ └── Detailed Design ── Implements ──→ Requirement/Architecture
|
|
427
|
+
│ └── Task ── Implements ──→ Detailed Design
|
|
428
|
+
├── [SOUP List] ── Blocks ──→ Gate (doc_render; CA 최종 SBOM 기반 확정)
|
|
429
|
+
├── [Usability Evaluation Plan] ── Blocks ──→ Gate (doc_render; use_spec/scenarios 연계)
|
|
430
|
+
├── [Clinical Evaluation Plan] ── Blocks ──→ Gate (doc_render)
|
|
431
|
+
└── [List of Hazard-Related Use Scenarios] ── Blocks ──→ Gate (abnormal scenarios 연계)
|
|
430
432
|
```
|
|
431
433
|
|
|
432
434
|
## 릴리즈 절차
|