heddle-devtools 0.10.4

Developer tooling for the Heddle workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# heddle-devtools

Workspace-internal tooling. Not published to crates.io.

## Commands

- `heddle-devtools audit-coverage <lcov> --gate <crate>=<pct> ...`  parse `lcov.info` and fail if any gated crate falls below its
  per-crate line-coverage threshold.
- `heddle-devtools check-no-silent-default-tree-load` — repo-wide
  audit that no code path silently loads the default working tree
  (see the source for the full rule).

The public protobuf contract, descriptor audits, and Rust/TypeScript generation
tooling are owned by [`HeddleCo/api`](https://github.com/HeddleCo/api). Heddle's
developer tools intentionally do not generate or publish API packages.