anyrepair 0.2.8

A comprehensive Rust crate for repairing malformed structured data including JSON, YAML, XML, TOML, CSV, INI, Markdown, Diff, Properties, and Environment files with format auto-detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Architecture (supplementary)

The canonical architecture document lives at the repository root:

**[../ARCHITECTURE.md](../ARCHITECTURE.md)**

That file is kept in sync with the current codebase (v0.2.6, 10 formats, `key_value` module, 353 tests, CLI and MCP layout).

For additional detail, see:

- [MCP_SERVER.md]MCP_SERVER.md — MCP setup and protocol
- [STREAMING_FEATURE.md]STREAMING_FEATURE.md — Streaming design
- [TEST_SUMMARY.md]TEST_SUMMARY.md — Test inventory
- [INDEX.md]INDEX.md — Documentation index