]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
feat(sandcastle): add roundHistory to LoopResult and plannerOutput to TaskSpec
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 May 2026 22:36:27 +0000 (00:36 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 7 May 2026 22:36:27 +0000 (00:36 +0200)
commit32e774c7ca15f2ad965cb244c85cd3bb0af9b055
tree4e47fbffecb401683ed21221e5e180a19e6c068f
parent2a98dc8b2bc98a2c3136e1737894f4c29891350a
feat(sandcastle): add roundHistory to LoopResult and plannerOutput to TaskSpec

Replace the unused onRoundComplete callback with a structured
roundHistory array that accumulates RoundSnapshot per round
(including post-loop validation retry). Attach raw planner stdout
to TaskSpec.plannerOutput for downstream verification use.

This enables a future planner-verification step to receive the full
findings history alongside the original plan context.
.sandcastle/refinement-loop.ts
.sandcastle/task-source.ts
.sandcastle/types.ts