From 90cbd745629abd9f3e5ab6bfb466610abedd78fb Mon Sep 17 00:00:00 2001 From: Hong Jiarong Date: Fri, 10 Jul 2026 02:34:54 +0800 Subject: [PATCH] docs: record checker format gate --- .../issues/08-prove-production-release-gate.md | 2 +- .../issues/09-restore-checker-format-gate.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .scratch/saas-production-readiness/issues/09-restore-checker-format-gate.md diff --git a/.scratch/saas-production-readiness/issues/08-prove-production-release-gate.md b/.scratch/saas-production-readiness/issues/08-prove-production-release-gate.md index 5fd3686..259940d 100644 --- a/.scratch/saas-production-readiness/issues/08-prove-production-release-gate.md +++ b/.scratch/saas-production-readiness/issues/08-prove-production-release-gate.md @@ -2,7 +2,7 @@ Type: task Status: open -Blocked by: 01, 02, 03, 04, 05, 06, 07 +Blocked by: 01, 02, 03, 04, 05, 06, 07, 09 ## Question diff --git a/.scratch/saas-production-readiness/issues/09-restore-checker-format-gate.md b/.scratch/saas-production-readiness/issues/09-restore-checker-format-gate.md new file mode 100644 index 0000000..8533bd2 --- /dev/null +++ b/.scratch/saas-production-readiness/issues/09-restore-checker-format-gate.md @@ -0,0 +1,11 @@ +# Restore the checker formatting gate + +Type: task +Status: open + +## Question + +Apply the repository's configured rustfmt output to the currently reported +Rust files, verify that no semantic changes are introduced, and restore +`cargo fmt --all --check` so the checker CI gate is green. +