This project is licensed under the Apache-2.0 license; contributions are accepted under the same license.
Contributions are gated on the Developer Certificate of Origin (DCO 1.1). By signing off you certify the DCO's terms for your contribution. Sign off every commit with:
git commit -sThis appends a Signed-off-by: Your Name <you@example.com> trailer. Amend a commit
that's missing it with git commit --amend -s.
This project runs the PDCA quality cycle (Plan · Do · Check · Act). Read
PCDA/quality-cycle/ for the model and docs/INTEGRATION.md for this repo's
concretizations. Keep the deterministic Check gates green before contributing — see
pdca gates and .github/ for how they re-run at the merge boundary.