docs: fix all remaining review issues for 10/10 accuracy
function-inventory.md: - Fix SnapshotStateMapper → OwnClientSnapshotState + add 3 missing functions - Fix enum variant counts: CoreError 7→12, ProtocolError 9→10, BridgeError 8→7, AudioError 7→8 coverage-analysis.md: - Fix total Dart tests 221→233 - Fix chat_views_test.dart count 18→29 - Fix widget test count 13→14, add audio_device_list_tile_test.dart - Fix total doc count 55→86 doc-quality-analysis.md: - Relabel 'Useless Content' → 'Path Record Files (DV Navigation Aids)' - Soften 'identical' → 'overlapping' for commit examples README.md: - Update Dart test count 221→233
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
| Document | Description | Status |
|
||||
|----------|-------------|--------|
|
||||
| [function-inventory.md](function-inventory.md) | Complete public API inventory for all 10 Rust crates + 56 Dart files. Includes dead code analysis. | Reviewed |
|
||||
| [coverage-analysis.md](coverage-analysis.md) | Test coverage (312 Rust tests, 221 Dart tests) and documentation coverage gaps. | Reviewed, corrected |
|
||||
| [coverage-analysis.md](coverage-analysis.md) | Test coverage (312 Rust tests, 233 Dart tests) and documentation coverage gaps. | Reviewed, corrected |
|
||||
| [doc-quality-analysis.md](doc-quality-analysis.md) | Duplicated content, useless content, and broken references in docs/. | Reviewed, corrected |
|
||||
| [link-coverage-report.md](link-coverage-report.md) | All internal/external links validated. 2 broken LICENSE links, 5 broken doc-path refs. | Reviewed, corrected |
|
||||
| [docs-code-mismatch.md](docs-code-mismatch.md) | 17 doc-code mismatches found (2 critical, 4 major, 11 minor). | Reviewed, corrected |
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
### Test Coverage
|
||||
- **Rust**: 312 inline tests + 6 integration tests across 8/10 crates
|
||||
- **Dart**: 221 tests (widgets: 58%, services: 90%)
|
||||
- **Dart**: 233 tests (widgets: 58%, services: 90%)
|
||||
- **Untested crates**: chanora_bridge, chanora_cache, chanora_prefetch
|
||||
|
||||
### Documentation Gaps
|
||||
|
||||
Reference in New Issue
Block a user