From 086ba907239311f4647693250268778411fba05f Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 23 Dec 2025 06:40:03 +0000 Subject: [PATCH] docs: Add P3.1 completion entry to changelog --- docs/progress/00-STATUS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/progress/00-STATUS.md b/docs/progress/00-STATUS.md index 63ab8db..0055854 100644 --- a/docs/progress/00-STATUS.md +++ b/docs/progress/00-STATUS.md @@ -74,6 +74,11 @@ None currently. - Moved `ios/App/` to `test-apps/ios-app-legacy/` (legacy test harness) - Active test app remains at `test-apps/ios-test-app/` - Verified `ios/App` no longer appears in npm package +- [x] P3.1: Performance optimization & metrics + - Created metrics contract infrastructure (src/core/metrics.ts) + - Instrumented recovery paths (Android + iOS) with timing + - Instrumented database operations (Android) with timing + - Created performance characteristics documentation (docs/PERFORMANCE.md) ---