Thanks for your interest. This is a small, focused MVP maintained by one person; contributions that keep it small are the most welcome kind.
cargo build --workspace
cargo test --workspaceNo external services or toolchains are needed for the core; the AffineScript
faces examples and the Agda proof are optional extras that degrade to SKIP
when their toolchains are absent.
- Bug reports with a minimal input text and the annotation you expected
- New extraction triggers or classifier heuristics, with tests (see
crates/invariant-path-core/src/lib.rsfor the test style) and an entry indocs/EXTENDING.md - Precision/recall evaluation corpora — the biggest known gap
- Code is MPL-2.0, docs are CC-BY-SA-4.0; keep SPDX headers on new files
#![forbid(unsafe_code)]stayscargo test --workspacemust pass;cargo fmtbefore committing- Heuristics favour false negatives over noise (see
DESIGN.md) — a change that makes the tool chattier needs a strong justification