Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ headings, Inter for body — matching `web-app/src/theme.ts`.
(`cb6eab9`, 2026-04-18). Rotation is operator-gated. Playbook: parent
`docs/SECURITY_INCIDENTS.md`.

See `docs/TODO.md` for the integration backlog and `ROADMAP_AUTH_2026-05-30.md` (parent) for
See the open GitHub issues for the integration backlog and `ROADMAP_AUTH_2026-05-30.md` (parent) for
the auth program tracker.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Google Authenticator or Microsoft Authenticator:
tap-to-copy, swipe-delete confirmation, manual account entry

The core engine lives in `shared/src/commonMain/kotlin/com/fivucsas/authenticator/totp/`
via KMP `expect`/`actual`, so iOS and Desktop will reuse it once their HMAC
actuals land (tracked in `docs/TODO.md`). QR code scanning is deferred; manual
entry is the supported flow in 5.1.0.
via KMP `expect`/`actual`; the Android, Desktop and iOS HMAC actuals are all
implemented, so the engine is shared across platforms. QR-code account import
is supported on Android (`OtpQrScannerScreen` + `OtpauthUri.parse()`) alongside
manual entry.


## Feature coverage matrix
Expand Down
125 changes: 0 additions & 125 deletions ROADMAP_CLIENT_APPS.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/MOBILE_TESTING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ server **200** — always check the server verdict before assuming the API faile
## 8. Reference
- `README.md`, `CLAUDE.md` — architecture & conventions.
- `docs/RELEASE.md`, `docs/SIGNING.md` — signing & release.
- `ROADMAP_CLIENT_APPS.md` — roadmap.
- Open GitHub issues — current backlog / roadmap.
97 changes: 0 additions & 97 deletions docs/MOBILE_TRIAGE_2026-06-03.md

This file was deleted.

Loading