Add BOM decomposition contract

This commit is contained in:
Mikhail Chusavitin
2026-03-07 15:07:59 +03:00
parent 0e61346d20
commit 72e10622ba
2 changed files with 303 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ rules/patterns/ — shared engineering rule contracts
go-background-tasks/ — Task Manager pattern, polling
go-code-style/ — layering, error wrapping, startup sequence
go-project-bible/ — how to write and maintain a project bible
bom-decomposition/ — one BOM row to many component/LOT mappings
import-export/ — CSV Excel-compatible format, streaming export
table-management/ — toolbar, filtering, pagination
modal-workflows/ — state machine, htmx pattern, confirmation