v2.3.1
Changes
- Remove file-based session persistence — daemon memory is the single source of truth. Eliminated StateWriter, SessionManager, RingBuffer file dumps, and session recovery logic. Reduces crash risk from I/O failures.
- Simplify Inspector output — strip parent/siblings, text content, and decorative attributes. Keep only selector + tag + actionable attrs (type, name, placeholder, value, href, src, role, aria-label) for minimal AI token usage.
- Add
license: MITfield to package.json
Full Changelog: v2.3.0...v2.3.1