Build:
cmake --preset linux-release && cmake --build --preset linux-release
Module Path: include/toolbox/
Canonical implementation roadmap: ../../src/toolbox/ROADMAP.md
Tracks public toolbox API contract stability, header-level coverage work, and future public entry points. Runtime implementation work remains in:
→ ../../src/toolbox/ROADMAP.md
All headers in include/toolbox/ are present and expose the shared text-processing, language detection, chunking, normalisation, quality scoring, fingerprinting, and content-toolbox bridging utilities surface.
- Public header surfaces documented in
ARCHITECTURE.md - Canonical cross-links to
src/toolbox/implementation docs established - Layer association (ANN/Tensor) marked and verified against
FUTURE_PLAN.md - Namespace layout (
themis::toolbox) documented
- Per-header deprecation and breaking-change notices aligned with
VERSIONING.md(Target: 2026-Q3)
- API contract index for high-frequency entry points with usage examples (Target: 2026-Q3)
- Compatibility matrix (C++17/20 and platform coverage) per header group (Target: 2026-Q4)
- CI-enforced compile checks for all public headers (Target: 2026-Q4)
- Public header surfaces documented
- Canonical links to implementation docs set
- Deprecation annotations consistent