Added
sdd preflightcommand: pre-flight check that aggregates the four signals a developer (or CI) needs before claiming a project is clean: documentation validation (cross-references, frontmatter), transient docs (new/changed/deleted), abandoned drafts (docs/CRs/bugs), pending change requests, and open bugs. Prints a single readable report and exits non-zero if anything is pending — designed to compose withcompact(sdd preflight && sdd compact), to run beforesdd sync, or to gate a PR in CI.--no-validateskips the documentation validation step if you only care about state.- New
SDD.preflight()method on the core facade and newPreflightResulttype exported from@applica-software-guru/sdd-core.
Full Changelog: v1.9.1...v1.9.2