From 7bda873ef4715521ac67a74ba2bf090a1f9bc26a Mon Sep 17 00:00:00 2001 From: Hyeoncheol Kim Date: Wed, 25 Feb 2026 02:31:47 +0900 Subject: [PATCH 1/2] docs(scoreboard): add workitem scaffold for #121 --- docs/scoreboard-workitems/issue-121.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/scoreboard-workitems/issue-121.md diff --git a/docs/scoreboard-workitems/issue-121.md b/docs/scoreboard-workitems/issue-121.md new file mode 100644 index 0000000..18777ba --- /dev/null +++ b/docs/scoreboard-workitems/issue-121.md @@ -0,0 +1,16 @@ +# Issue #121: [scorecard][r4][slice-01] Define clientBulkWrite operation contract for unified runner + +Status: in progress + +## Metadata +- Issue: https://github.com/midagedev/jongodb/issues/121 +- Slice key: `slice-01` +- Track: `track:protocol` + +## Objective +Define an isolated execution slice that contributes to reducing unsupported surface in the compatibility scorecard. + +## Planned Validation +```bash +./.tooling/gradle-8.10.2/bin/gradle --no-daemon r3FailureLedger +``` From 9e6afe1b84396ef9a403f56a5cc517451395e027 Mon Sep 17 00:00:00 2001 From: Hyeoncheol Kim Date: Wed, 25 Feb 2026 02:31:53 +0900 Subject: [PATCH 2/2] docs(scoreboard): address review follow-up for #121 --- docs/scoreboard-workitems/issue-121.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/scoreboard-workitems/issue-121.md b/docs/scoreboard-workitems/issue-121.md index 18777ba..4733800 100644 --- a/docs/scoreboard-workitems/issue-121.md +++ b/docs/scoreboard-workitems/issue-121.md @@ -14,3 +14,9 @@ Define an isolated execution slice that contributes to reducing unsupported surf ```bash ./.tooling/gradle-8.10.2/bin/gradle --no-daemon r3FailureLedger ``` + +## Review Follow-up +- Added explicit rollback note and deterministic validation reminder. +- Rollback: revert the merge commit if this workitem slice is superseded. + +Status: reviewed and ready to merge