Thanks for improving CEQA Preflight.
- Read DISCLAIMER.md and GOVERNANCE.md.
- Do not submit real filing packages, personal information, confidential locations, or copyrighted third-party documents without explicit permission.
- Do not add a CEQA-specific rule without a current official source and tests.
- Periodically confirm rule source citations still resolve with
make audit-sources(network access required; not part ofmake verify). - Keep the default
checkpath local; do not add telemetry or network calls to it. Model calls live only in the opt-inaicommand group (ADR 0002), import the SDK lazily, and never produce a finding. - Read the vendored Portfolio Standards; project-specific applicability is declared in the README.
uv sync --all-groups
make verify
Keep each pull request narrowly scoped. Include tests and documentation for behavior changes. Explain any source, rule-version, or accessibility impact.
Run pre-commit run --all-files and make verify before opening a pull
request. Changes to rules, data handling, or output must update the relevant
audit, data-card, and/or accessibility evidence.
For rule changes, link to the traceability entry and identify the qualified reviewer. Do not claim that a rule establishes legal sufficiency.