Skip to content

v0.11.1

Choose a tag to compare

@Rahspide Rahspide released this 16 Jun 23:02

v0.11.1 (2026-06-17)

Post-v0.11.0 cleanup. No API changes.

Changed

  • Path canonicalization: ~/.local/share/SFFMC and ~/.config/SFFMC auto-rename to lowercase sffmc on next plugin load (one-shot, idempotent). All 11 packages updated.
  • Shared logger: 40+ console.warn/console.log calls replaced with a shared createLogger(prefix) helper across 8 packages (auto-max, eos-stripper, extra, log-whitelist, max-mode, safety, watchdog, workflow).
  • Composite workspace imports: safety, agentic, and memory composite packages now use @sffmc/<name> workspace imports instead of relative paths.
  • Test utilities: 4 test helpers added to @sffmc/workflow (makeMockCtx, makeSlowMockCtx, makeCountingMockCtx, makeRuntimeWithMockCtx) in tests/test-utils.ts.