Skip to content

v0.2.1 — patch: externalized lessons + MCP guard hardening

Latest

Choose a tag to compare

@subkoks subkoks released this 25 Jun 00:07
· 42 commits to main since this release
31eed3a

Patch release — 3 unreleased changes since v0.2.0. No CLI or MCP contract changes.

Added

  • Externalized lesson status (externalized): lessons promoted to production rules in ~/AGENTS.md are now classified as externalized rather than cycling back through pending — prevents false-positive DRIFT alerts after a rules update.

Fixed

  • Self-referential guard now covers all BSELA MCP envelope keys, not only BSELA_HOME — prevents the session capture from re-ingesting its own running environment.
  • Stack-trace detector no longer fires on BSELA's own serialized error output in stack_trace fields — reduces false-positive error classification on recursive BSELA runs.

Full diff: v0.2.0...v0.2.1