docs: mark test tools and platform eval complete (TODO-024,044,047)

TODO-024: leave as-is (single-crate cfg gates correct architecture).
TODO-044: audio-test tool implemented. TODO-047: protocol-probe tool implemented.
This commit is contained in:
Edison Jwa
2026-06-11 21:59:16 +09:00
parent 523eafd4d7
commit 370dd37a22
@@ -210,6 +210,7 @@
- **Description:** Split into `chanora_audio` (core ~8K lines), `chanora_audio_android` (~3.2K), `chanora_audio_apple` (~1.4K), `chanora_audio_desktop` (~3.5K). Platform backends are already cfg-gated. - **Description:** Split into `chanora_audio` (core ~8K lines), `chanora_audio_android` (~3.2K), `chanora_audio_apple` (~1.4K), `chanora_audio_desktop` (~3.5K). Platform backends are already cfg-gated.
- **Effort:** XL - **Effort:** XL
- **Dependencies:** TODO-022 (split engine.rs first) - **Dependencies:** TODO-022 (split engine.rs first)
- **Status:** LEAVE AS-IS — Single-crate with module-level cfg gates is correct. Splitting adds dependency complexity with no benefit. (2026-06-11)
### TODO-025 — Reduce `.map_err(format!)` boilerplate across 5 Rust crates ### TODO-025 — Reduce `.map_err(format!)` boilerplate across 5 Rust crates
- **Priority:** P2 - **Priority:** P2
@@ -360,8 +361,7 @@
- **Description:** Audio processing test tool is a documented requirement with no implementation. - **Description:** Audio processing test tool is a documented requirement with no implementation.
- **Effort:** L - **Effort:** L
- **Dependencies:** None - **Dependencies:** None
- **Status:** IMPLEMENTED — tools/audio-test/ binary for DSP pipeline benchmarking. (2026-06-11)
### TODO-045 — Complete input validation (SysRS-157, SRS-094)
- **Priority:** P2 - **Priority:** P2
- **Source:** codebase-analysis §11 - **Source:** codebase-analysis §11
- **Description:** Input validation is partially implemented. Needs completion per spec. - **Description:** Input validation is partially implemented. Needs completion per spec.
@@ -381,10 +381,7 @@
- **Description:** Protocol probe tool is a documented requirement with no implementation. - **Description:** Protocol probe tool is a documented requirement with no implementation.
- **Effort:** L - **Effort:** L
- **Dependencies:** None - **Dependencies:** None
- **Status:** IMPLEMENTED — tools/protocol-probe/ binary for server capability probing. (2026-06-11)
---
## 7. Infrastructure
### TODO-048 — Add Android CI build job ### TODO-048 — Add Android CI build job
- **Priority:** P1 - **Priority:** P1