aprender 0.31.2

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
<!-- PCU: examples-qa-falsify | contract: contracts/apr-page-examples-qa-falsify-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example qa_falsify -->
<!-- Status: enforced -->

# QA Infrastructure Falsification Tests

Attempts to falsify the claims made about the QA infrastructure (PMAT-098 Red Team):

1. Hang detection reliability
2. Garbage detection completeness
3. Server lifecycle cleanup
4. Matrix integrity (27-test coverage)
5. Answer verification brittleness

## Run

```bash
cargo run --example qa_falsify
```

## Source

```rust,ignore
// Run this example:
//   cargo run --example qa_falsify
//
// See the CLI reference and source code in crates/ for implementation details.
```