@neobiotechlabs/neobiotech-dev-agent-codex 0.1.39

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.
Files changed (87) hide show
  1. package/.codex-plugin/plugin.json +36 -0
  2. package/.mcp.json +20 -0
  3. package/data/cyber_sec.png +0 -0
  4. package/data/hazard_panel.png +0 -0
  5. package/data/review-criteria.md +185 -0
  6. package/data/risk_score.png +0 -0
  7. package/dist/build/plantuml-1.2026.1.jar +0 -0
  8. package/dist/data/Courier-Bold.afm +342 -0
  9. package/dist/data/Courier-BoldOblique.afm +342 -0
  10. package/dist/data/Courier-Oblique.afm +342 -0
  11. package/dist/data/Courier.afm +342 -0
  12. package/dist/data/Helvetica-Bold.afm +2827 -0
  13. package/dist/data/Helvetica-BoldOblique.afm +2827 -0
  14. package/dist/data/Helvetica-Oblique.afm +3051 -0
  15. package/dist/data/Helvetica.afm +3051 -0
  16. package/dist/data/Symbol.afm +213 -0
  17. package/dist/data/Times-Bold.afm +2588 -0
  18. package/dist/data/Times-BoldItalic.afm +2384 -0
  19. package/dist/data/Times-Italic.afm +2667 -0
  20. package/dist/data/Times-Roman.afm +2419 -0
  21. package/dist/data/ZapfDingbats.afm +225 -0
  22. package/dist/data/sRGB_IEC61966_2_1.icc +0 -0
  23. package/dist/doctor.js +15106 -0
  24. package/dist/doctor.js.map +1 -0
  25. package/dist/fonts/LICENSE.txt +94 -0
  26. package/dist/fonts/Pretendard-Bold.ttf +0 -0
  27. package/dist/fonts/Pretendard-Regular.ttf +0 -0
  28. package/dist/index.js +185999 -0
  29. package/dist/index.js.map +1 -0
  30. package/dist/setup-codex.js +164 -0
  31. package/dist/setup-codex.js.map +1 -0
  32. package/package.json +34 -0
  33. package/skills/doc-render/SKILL.md +84 -0
  34. package/skills/role-document-content-reviewer/SKILL.md +68 -0
  35. package/skills/role-mdr-cybersecurity-reviewer/SKILL.md +47 -0
  36. package/skills/role-mdr-regulatory-architect/SKILL.md +48 -0
  37. package/skills/role-requirement-coverage-tracker/SKILL.md +108 -0
  38. package/skills/role-sw-architect/SKILL.md +61 -0
  39. package/vendor/dev-docs-templates/templates/dev_docs/plan_template.md +104 -0
  40. package/vendor/dev-docs-templates/templates/dev_docs/prd_template.md +110 -0
  41. package/vendor/dev-docs-templates/templates/dev_docs/spec_template.md +81 -0
  42. package/vendor/dev-docs-templates/templates/dev_docs/tasks_template.md +122 -0
  43. package/vendor/dev-docs-templates/templates/mdr_docs/CA/checklist-clinical-evaluation.md +81 -0
  44. package/vendor/dev-docs-templates/templates/mdr_docs/CA/checklist-gspr-mdr.md +403 -0
  45. package/vendor/dev-docs-templates/templates/mdr_docs/CA/clinical-evaluation-report.md +492 -0
  46. package/vendor/dev-docs-templates/templates/mdr_docs/CA/instructions-for-use.md +132 -0
  47. package/vendor/dev-docs-templates/templates/mdr_docs/CA/literature-evaluation-table.md +15 -0
  48. package/vendor/dev-docs-templates/templates/mdr_docs/CA/mdr-declaration-of-conformity.md +75 -0
  49. package/vendor/dev-docs-templates/templates/mdr_docs/CA/post-market-clinical-follow-up-plan.md +162 -0
  50. package/vendor/dev-docs-templates/templates/mdr_docs/CA/post-market-surveillance-plan.md +175 -0
  51. package/vendor/dev-docs-templates/templates/mdr_docs/CA/risk-management-cybersecurity-checklist.md +67 -0
  52. package/vendor/dev-docs-templates/templates/mdr_docs/CA/risk-management-report.md +111 -0
  53. package/vendor/dev-docs-templates/templates/mdr_docs/CA/usability-evaluation-report.md +70 -0
  54. package/vendor/dev-docs-templates/templates/mdr_docs/EA/clinical-evaluation-plan.md +154 -0
  55. package/vendor/dev-docs-templates/templates/mdr_docs/EA/list-of-hazard-related-use-scenarios.md +34 -0
  56. package/vendor/dev-docs-templates/templates/mdr_docs/EA/risk-table-fmea.md +155 -0
  57. package/vendor/dev-docs-templates/templates/mdr_docs/EA/software-architecture-description.md +307 -0
  58. package/vendor/dev-docs-templates/templates/mdr_docs/EA/software-detailed-design.md +321 -0
  59. package/vendor/dev-docs-templates/templates/mdr_docs/EA/software-requirements-list.md +156 -0
  60. package/vendor/dev-docs-templates/templates/mdr_docs/EA/soup-list.md +82 -0
  61. package/vendor/dev-docs-templates/templates/mdr_docs/EA/usability-evaluation-plan.md +103 -0
  62. package/vendor/dev-docs-templates/templates/mdr_docs/ER/global/bug-fixes-documentation-list.md +35 -0
  63. package/vendor/dev-docs-templates/templates/mdr_docs/ER/global/change-evaluation-list.md +100 -0
  64. package/vendor/dev-docs-templates/templates/mdr_docs/ER/global/list-of-known-anomalies.md +29 -0
  65. package/vendor/dev-docs-templates/templates/mdr_docs/ER/sprint/algorithm-validation-report.md +170 -0
  66. package/vendor/dev-docs-templates/templates/mdr_docs/ER/sprint/checklist-software-release.md +52 -0
  67. package/vendor/dev-docs-templates/templates/mdr_docs/ER/sprint/checklist-software-requirements-review.md +50 -0
  68. package/vendor/dev-docs-templates/templates/mdr_docs/ER/sprint/software-architecture-checklist.md +41 -0
  69. package/vendor/dev-docs-templates/templates/mdr_docs/ER/sprint/software-system-test-plan.md +155 -0
  70. package/vendor/dev-docs-templates/templates/mdr_docs/ER/sprint/usability-evaluation-protocol.md +63 -0
  71. package/vendor/dev-docs-templates/templates/mdr_docs/PA/configuration-management-plan.md +112 -0
  72. package/vendor/dev-docs-templates/templates/mdr_docs/PA/intended-use.md +116 -0
  73. package/vendor/dev-docs-templates/templates/mdr_docs/PA/mdr-classification-document.md +114 -0
  74. package/vendor/dev-docs-templates/templates/mdr_docs/PA/risk-management-plan.md +198 -0
  75. package/vendor/dev-docs-templates/templates/mdr_docs/PA/security-management-plan.md +101 -0
  76. package/vendor/dev-docs-templates/templates/mdr_docs/PA/software-development-maintenance-plan.md +213 -0
  77. package/vendor/dev-docs-templates/templates/mdr_docs/PA/system-requirements-spec.md +182 -0
  78. package/vendor/dev-docs-templates/templates/mdr_docs/global/information_security/information-security-controls.md +966 -0
  79. package/vendor/dev-docs-templates/templates/mdr_docs/global/information_security/information-security-policy-and-scope.md +99 -0
  80. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/quality-manual-policy-objectives.md +187 -0
  81. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-capa.md +112 -0
  82. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-change-management.md +128 -0
  83. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-clinical-evaluation.md +102 -0
  84. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-feedback-management.md +140 -0
  85. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-integrated-software-development.md +361 -0
  86. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-post-market-surveillance.md +159 -0
  87. package/vendor/dev-docs-templates/templates/mdr_docs/global/qms/sop-software-problem-resolution.md +99 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.