feat(silo): implement BOM auto-extraction from Assembly links #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Summary
The BOM_MERGE.md specification describes auto-populating Silo BOM from Assembly component links on save/commit. None of this is currently implemented.
The existing Silo_BOM command provides manual BOM editing only (view, add, edit, remove entries via server API). The specification requires automatic extraction.
What needs to be built
Phase 1: Client-side extraction
Phase 2: Server integration
Phase 3: Origin_Commit hook
References