docs: record OTP application ports checkpoint

This commit is contained in:
2026-08-30 15:06:53 +03:30
parent d4a09445c7
commit 987559f370
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -285,6 +285,7 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P
- 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`.
- Extracted the three-attempt retry and already-used verification policy into `application/otp`; the gRPC use-case retains compatible status/error mapping and full tests pass in `133fcc3`.
- Added explicit OTP `Store` and `Sender` application contracts, isolating persistence and delivery concerns for the next adapter migration; full Auth tests pass in `8fbfcff`.
- 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