feat(silo): BOM auto-extraction from Assembly links (#276) #49
Reference in New Issue
Block a user
Delete Branch "feat/bom-sync-and-manifest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 1 implementation:
Assembly, resolve SiloItemId UUIDs to part numbers, diff against
server BOM, apply adds/qty updates via individual CRUD calls.
(same non-blocking pattern as DAG sync).
manifest after successful upload (#277).
Merge rules: auto-add, auto-update qty, NEVER auto-delete removed
entries (warn only).
Refs: #276, #277