From 1c5a46c034d9992afcef3a18ab0796946da96e6c Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 17:07:16 -0700 Subject: [PATCH] Add stewardship readiness asset: docs/PROVENANCE_CHECKLIST.md --- docs/PROVENANCE_CHECKLIST.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/PROVENANCE_CHECKLIST.md diff --git a/docs/PROVENANCE_CHECKLIST.md b/docs/PROVENANCE_CHECKLIST.md new file mode 100644 index 0000000..8d41990 --- /dev/null +++ b/docs/PROVENANCE_CHECKLIST.md @@ -0,0 +1,12 @@ +# Provenance Checklist + + +Use this before claiming ownership or publishing artifacts. + +- [ ] Identify original upstream source, if any. +- [ ] Record fork URL, commit, tag, or archive source. +- [ ] Preserve third-party notices and license files. +- [ ] Separate local patches from imported code where practical. +- [ ] Record binary build inputs, toolchain versions, and source commit. +- [ ] Publish checksums for release assets. +- [ ] Mark unknown-origin content as blocked until resolved.