Files
anomalyco_opencode/packages/opencode/test/session
Kit Langton b0ccf0486d refactor(session): convert SystemPrompt facade calls to effectful versions
Replace `Effect.promise(() => SystemPrompt.skills(...))` and
`Effect.promise(() => SystemPrompt.environment(...))` with direct
effectful calls. `environment` is now a plain sync function (the async
Ripgrep.tree call was dead code behind `&& false`). `skills` is now an
`Effect.fn` that takes the Skill service as a parameter.
2026-04-10 23:41:14 -04:00
..
2026-04-01 23:49:44 +00:00