docs: migrate roadmap to structured yaml tasks
This commit is contained in:
15
docs/roadmap/backlog/CORE-001D-decimal-boundary-cleanup.yaml
Normal file
15
docs/roadmap/backlog/CORE-001D-decimal-boundary-cleanup.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
id: CORE-001D
|
||||
title: External Boundary and Persistence Cleanup for Decimal Unit Types
|
||||
status: backlog
|
||||
priority: P2
|
||||
effort: M
|
||||
depends_on:
|
||||
- CORE-001B
|
||||
- CORE-001C
|
||||
tags: [core, decimal, persistence]
|
||||
summary: Make Decimal/unit-safe values reliable across persistence, APIs, and provider boundaries.
|
||||
acceptance_criteria:
|
||||
- Persistence format for unit-safe values is explicit and stable.
|
||||
- Decimal-bearing JSON/API serialization is documented and tested.
|
||||
- Float-heavy integrations have named conversion boundaries.
|
||||
- Remaining raw-float domain hotspots are identified or removed.
|
||||
Reference in New Issue
Block a user