next steps

This commit is contained in:
Your Name
2026-04-07 01:57:36 +00:00
parent f423affe6d
commit 81c8dac01c
11 changed files with 395 additions and 294 deletions
@@ -120,8 +120,9 @@ export class SimulationHarness {
}
// Inject the truncated view back into the graph
for (const ep of currentView) {
if (!currentHistory.find(c => c === ep)) {
for (let i = 0; i < currentView.length; i++) {
const ep = currentView[i];
if (!this.contextManager.getWorkingBufferView().find(c => c.id === ep.id)) {
this.eventBus.emitVariantReady({
targetId: ep.id,
variantId: 'v-emergency',
File diff suppressed because one or more lines are too long