termgrid-core 1.5.5

Deterministic terminal grid state engine with invariant enforcement and backend decoupling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Feature Flags

## `debug-validate`

Enables invariant validation after each operation application.

When enabled:

- The renderer validates `Grid` invariants after each `RenderOp`.
- Violations are treated as logic errors and result in panic.

Intended usage:

- Development builds
- CI (test and fuzz/proptest runs)

`debug-validate` may materially reduce throughput and is not recommended for latency/throughput sensitive production use unless correctness tripwires are explicitly desired.