Add single-shot profile shaping closure path (sprint 247)

This commit is contained in:
Bill
2026-02-26 15:33:36 -07:00
parent daf9d9b8c4
commit dfb10ea40f
8 changed files with 194 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
// Sprint 247 integration summary:
// - Added single-shot profile shaping path for native decomposition coverage closure.
// - Pipeline can shape first-pass generated tasks into profile-compliant task bundles.
// - Enforced impact coverage now passes with multishot and autofill disabled when shaping is enabled.