From 238706a44ea3a1664d5a5dc450280b4e80a61cd7 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 #123 --- docs/scoreboard-workitems/issue-123.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/scoreboard-workitems/issue-123.md diff --git a/docs/scoreboard-workitems/issue-123.md b/docs/scoreboard-workitems/issue-123.md new file mode 100644 index 0000000..1694bc8 --- /dev/null +++ b/docs/scoreboard-workitems/issue-123.md @@ -0,0 +1,16 @@ +# Issue #123: [scorecard][r4][slice-03] Design clientBulkWrite delete model parity subset + +Status: in progress + +## Metadata +- Issue: https://github.com/midagedev/jongodb/issues/123 +- Slice key: `slice-03` +- 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 842733c04d50edfcdf6c79815c56da9a5fb076f5 Mon Sep 17 00:00:00 2001 From: Hyeoncheol Kim Date: Wed, 25 Feb 2026 02:31:54 +0900 Subject: [PATCH 2/2] docs(scoreboard): address review follow-up for #123 --- docs/scoreboard-workitems/issue-123.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/scoreboard-workitems/issue-123.md b/docs/scoreboard-workitems/issue-123.md index 1694bc8..4fdfaf5 100644 --- a/docs/scoreboard-workitems/issue-123.md +++ b/docs/scoreboard-workitems/issue-123.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