docs: record OTP template parsing checkpoint

This commit is contained in:
2026-08-30 14:58:32 +03:30
parent f10dd3f950
commit 56d8123f44
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -283,6 +283,7 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P
### `A004` — OTP application checkpoint
- Extracted OTP code generation and the default expiration into the transport-independent `application/otp` package while preserving the existing disabled-code and six-digit behavior; focused and full Auth tests pass in `0c92b14`.
- Extracted OTP template parameter decoding into the same application package and kept persistence JSON types at the infrastructure boundary; full Auth tests pass in `62fb1b1`.
- A004 remains in progress: template lookup, delivery, verification, and thin gRPC adapter extraction still use the legacy use-case/repository composition.
### `I001` — publisher-backed ICO purchase map