This commit is contained in:
Your Name
2026-04-08 23:37:46 +00:00
parent fd5a703684
commit 6e7987696f
17 changed files with 125 additions and 243 deletions
@@ -129,15 +129,8 @@ export class SimulationHarness {
'gc_backstop',
currentView,
new Set(currentView.map(e => e.id)),
{
currentTokens,
maxTokens: this.config.budget.maxTokens,
retainedTokens: this.config.budget.retainedTokens,
isBudgetSatisfied: false,
deficitTokens: currentTokens - this.config.budget.maxTokens,
protectedLogicalIds: new Set<string>(),
});
new Set<string>(),
);
// Inject the truncated view back into the graph
for (let i = 0; i < currentView.length; i++) {
const ep = currentView[i];