Files
FusionAGI/docs/maa_compliance_mapping.md
defiQUG c052b07662
Some checks failed
Tests / test (3.10) (push) Has been cancelled
Tests / test (3.11) (push) Has been cancelled
Tests / test (3.12) (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / docker (push) Has been cancelled
Initial commit: add .gitignore and README
2026-02-09 21:51:42 -08:00

39 lines
1.5 KiB
Markdown

# MAA Compliance Mapping (High-Level)
MAA is designed to align with the following standards where applicable. This document is a high-level mapping only; full compliance requires organization-specific controls and audits.
## Standards ↔ MAA Alignment
```mermaid
flowchart LR
subgraph standards [Standards]
ASME[ASME Y14]
ISO[ISO 9001/13485]
MIL[MIL-STD-810]
DoD[DoD Digital Thread]
end
subgraph maa [MAA Controls]
Gap[Gap Detection]
Lineage[Decision Lineage]
MPC[MPC / Versioning]
DLT[DLT Lineage]
end
ASME --> Gap
ISO --> Lineage
ISO --> MPC
MIL --> Lineage
DoD --> MPC
DoD --> DLT
```
| Standard / Requirement | MAA Alignment |
|------------------------|---------------|
| **ASME Y14** | Dimensioning, tolerancing, and datum practices can be enforced via gap detection (undefined datums, implicit tolerances) and intent/geometry lineage. |
| **ISO 9001 / 13485** | Traceability (decision lineage, MPC), versioning, and audit export support quality management and medical device traceability. |
| **MIL-STD-810** | Environmental bounding and load cases in Intent Engine; physics/simulation authority can reference environmental proof. |
| **DoD Digital Thread** | MPC and DLT lineage provide a digital thread from requirement to toolpath; immutable, versioned artifacts support audit. |
MAA does not replace formal certification; it provides technical controls (no manufacture without MPC, gap halt, lineage) that support compliance efforts.