docs: Add P3.1 completion entry to changelog

This commit is contained in:
Matthew Raymer
2025-12-23 06:40:03 +00:00
parent 21dcc71eae
commit 086ba90723

View File

@@ -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)
---