Use the Makefile targets to work with the entire workspace:
make buildcompiles every crate in debug mode.make testruns all unit tests and the behaviour tests powered byrstest-bdd.make check-fmt,make lint, andmake fmtmirror the repository quality gates described inAGENTS.md.make json-schemaregenerates the publishedTeiDocumentJSON Schema snapshots underschemas/.make validate-xmlgenerates XML fixtures and validates them against the TEI Episodic Profile Relax NG schema usingjing. This requires jing to be installed (see "External XML validation" below).