Skip to content

Reference index

This site does not duplicate authoritative content that lives elsewhere. The pages below are the canonical sources; this site links to them and explains how they fit together.

Canonical artefacts inside the BioFlow Pro repo

Section titled “Canonical artefacts inside the BioFlow Pro repo”
ArtefactPathWhat it is
Authoring rules + workflow definitions.claude/skills/strictdoc-requirements/SKILL.mdSource of truth for terminology, type taxonomy, field shapes, review-state semantics, change-record process. The TRACE ALM site references this file repeatedly.
StrictDoc operational notesdev-docs/strictdoc.mdLocal install, export, server, version bumps, SOUP register
Codebase architecturedev-docs/architecture.mdHexagonal layout, dependency rules, code patterns
System / stakeholder requirementsregulatory-docs/10_system.sdocDevice-level commitments (SYS- prefix) — IEC 62304 / ISO 29148
Software requirementsregulatory-docs/11_srs.sdocSoftware-level requirements (SRS- prefix) — IEC 62304 §5.2
Software architectureregulatory-docs/20_architecture.sdocArchitectural elements (ARCH- prefix) — subsystems, interfaces, SOUP, segregation — IEC 62304 §5.3
Test specificationsregulatory-docs/UT / IT / ST specifications (30_unit_tests.sdoc, 31_integration_tests.sdoc, 32_system_tests.sdoc)
Change-record formatchanges/README.mdYAML frontmatter, state transitions, parent/child propagation
Post-processor sourcetools/post_processor/rtm.pyThe interpretation engine
Auto-stamp sourcetools/auto_stamp/The stamping logic
PR pipeline.github/workflows/pr_branch_tests.ymlCI definition
Auto-stamp workflow.github/workflows/auto-stamp.ymlAuto-stamp Action definition
CODEOWNERS.github/CODEOWNERSReviewer policy
ToolSite
StrictDochttps://strictdoc.readthedocs.io
Allure Frameworkhttps://allurereport.org/docs/
VisionTraceSource: Corona-Project-Life/VisionTrace — README + module docstrings serve as canonical reference
Signet<SIGNET_DOCS_URL>
Astro / Starlight (this site’s framework)https://starlight.astro.build

Regulatory standards referenced by TRACE ALM

Section titled “Regulatory standards referenced by TRACE ALM”
StandardScope
ISO 62304:2006+AMD1:2015Medical-device software lifecycle processes
ISO 14971:2019Application of risk management to medical devices
ISO 13485:2016Quality management systems for medical devices
IEC 81001-5-1Security activities in the product life cycle for health software
21 CFR Part 11FDA — Electronic records; electronic signatures (subpart B sections §11.10, §11.30, §11.50, §11.70, §11.200)
HIPAA Security Rule45 CFR §164.312
FDA Computer Software Assurance (CSA) guidanceTool qualification for regulated workflows

For the regulatory rationale of each TRACE ALM design decision — why a particular tool / configuration / process satisfies a particular standard clause — see the skill file, which carries source tags like [62304 §5.2.2] on every rule.