Add ADR 0001 for non-measurable item weight logic
Added ADR 0001 detailing the approach for deriving and persisting pallet weights for non-measurable items using product average weight and tare. Updated README.md to document the ADR process and index the new ADR.
This commit is contained in:
parent
5c20b3a04c
commit
dbc7fd31d3
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Architecture Decision Records (ADR)
|
||||||
|
|
||||||
|
Architektúra-szintű döntések durable rekordjai (Nygard-stílus): egy fájl = egy döntés, `NNNN-<slug>.md` néven. Minden ADR: kontextus → döntés → következmények → alternatívák. A `Status` a Nygard 4-értékű szótár: `Proposed` / `Accepted` / `Superseded by ADR-XXXX` / `Rejected` (ez KÜLÖN a `_ISSUES.md`/`_TODO.md` 3-értékű `Open`/`InProgress`/`Closed` szótárától).
|
||||||
|
|
||||||
|
> Formátum + folyamat: `adr-author` skill (AyCode.Core `.github/skills/adr-author/`), sablon: `references/ADR_TEMPLATE.md`.
|
||||||
|
|
||||||
|
## Index
|
||||||
|
|
||||||
|
| ADR | Cím | Status |
|
||||||
|
|---|---|---|
|
||||||
|
| [0001](0001-non-measurable-item-derived-weight.md) | Nem mérendő tétel súlya — derivált pallet-mérés a termék átlagsúlyából és tárájából | Proposed (2026-07-14) |
|
||||||
Loading…
Reference in New Issue