II.
LibraryProcess JSON
Structured · livelib-process:mechanical-engineering--first-article-inspection
first-article-inspection json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mechanical-engineering--first-article-inspection",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "first-article-inspection",
"description": "First Article Inspection (FAI) per AS9102 - complete dimensional verification and documentation",
"libraryPath": "library/specializations/domains/science/mechanical-engineering/first-article-inspection.js",
"specialization": "mechanical-engineering",
"example": "const result = await process({\n partNumber: 'FAI-2024-001',\n serialNumber: 'SN-001',\n drawing: { number: 'DWG-001', revision: 'C' },\n purchaseOrder: { number: 'PO-12345', requirements: [...] },\n manufacturingRecords: { traveler: {...}, certifications: [...] }\n});",
"usesAgents": [
"quality-engineer",
"document-controller",
"inspection-planner",
"cmm-programmer",
"inspector",
"mrb-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "skill-area:physics-simulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "skill-area:mathematical-reasoning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "skill-area:motion-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "domain:mechanical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "role:systems-integration-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mechanical-engineering--first-article-inspection",
"to": "specialization:mechanical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}