fix(core): publish skill source updates

This commit is contained in:
Dax Raad 2026-07-10 20:42:44 -04:00
commit aca3b7813d
2 changed files with 18 additions and 0 deletions

View file

@ -92,6 +92,7 @@ const layer = Layer.effect(
},
list: () => draft.sources as Source[],
}),
finalize: () => events.publish(Event.Updated, {}).pipe(Effect.asVoid),
})
const load = Effect.fn("SkillV2.load")(function* (source: Source) {