From 015b636e2417afcbf029823649a948d47828d7b6 Mon Sep 17 00:00:00 2001 From: Hyeoncheol Kim Date: Wed, 25 Feb 2026 02:29:48 +0900 Subject: [PATCH 1/2] docs(scoreboard): add workitem scaffold for #118 --- docs/scoreboard-workitems/issue-118.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/scoreboard-workitems/issue-118.md diff --git a/docs/scoreboard-workitems/issue-118.md b/docs/scoreboard-workitems/issue-118.md new file mode 100644 index 0000000..ae9f63d --- /dev/null +++ b/docs/scoreboard-workitems/issue-118.md @@ -0,0 +1,16 @@ +# Issue #118: [scorecard][r4][slice-02] Design ordered clientBulkWrite execution model + +Status: in progress + +## Metadata +- Issue: https://github.com/midagedev/jongodb/issues/118 +- Slice key: `slice-02` +- Track: `track:engine` + +## 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 0bd7c28abdc0854f0d55236933d3d88eba45f9fb Mon Sep 17 00:00:00 2001 From: Hyeoncheol Kim Date: Wed, 25 Feb 2026 02:29:54 +0900 Subject: [PATCH 2/2] docs(scoreboard): address review follow-up for #118 --- docs/scoreboard-workitems/issue-118.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/scoreboard-workitems/issue-118.md b/docs/scoreboard-workitems/issue-118.md index ae9f63d..4748fb9 100644 --- a/docs/scoreboard-workitems/issue-118.md +++ b/docs/scoreboard-workitems/issue-118.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