feat: add private Phase 8 grouped rewrite - #260
Draft
binaryaaron wants to merge 21 commits into
Draft
Conversation
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
binaryaaron
force-pushed
the
codex/anonymizer-grouped-rewrite-p9
branch
from
September 4, 2026 11:11
1292e00 to
614e1f4
Compare
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the private graph-profile implementation of SDK Phase 8 Grouped Rewrite. A grouped operation now produces one complete keyed group result or fails as a group, with exact evaluation/repair accounting, Phase 4 release qualification, capability checkpoints, and cleanup evidence.
This is stacked on the P8 intake branch from #253. It does not implement RFC Phase 9 Result Compatibility and does not expose Grouped Rewrite through the public API.
Design
NddAdapter.run_workflow()with exact model roles and typed compile/open/per-dispatch/close capability snapshots.Compatibility and non-goals
Public Rewrite remains on its existing legacy/combined path. Redact, Annotate, Hash, Substitute, run/preview/evaluate behavior, result types, CLI, docs, and the bundled skill are unchanged.
This PR does not start Result Compatibility, inspection, independent runtime, durable state, or production Intake/OpenShell work.
Validation
make format-checkmake typecheckmake test: 4,675 passed, 11 skippedmake coverage: 4,675 passed, 11 skipped; 90% total coveragemake build-wheelplus clean-environment inventory/import/resource/public-boundary checks614e1f4104e107a673864eb7a2e12de5e49607f0Full implementation and review evidence: #257 (comment)
DCO correction and exact-head evidence: #257 (comment)
Final CI evidence: #257 (comment)
CI run: https://github.com/NVIDIA-NeMo/Anonymizer/actions/runs/33866860829
P8 evidence: #257 (comment)
Reviewer path
Start with the frozen contract and admission model, then review the NDD capability/wire boundary, group operation ledger, Phase 4 release/cleanup service, and finally the independent reference and mutation suites.
This PR must remain draft. Do not mark #253 or this PR ready, and do not merge either PR without a separate operator approval.