v1.5.1
Engram v1.5.1 — OpenCode JSONC & Session Scoping
Fixes two bugs and adds PR/issue templates for contributors.
Bug Fixes
- OpenCode JSONC support —
engram setup opencodenow correctly detectsopencode.jsoncfiles and strips JSONC comments before parsing (#18) - Session ID scoping — default session IDs are now scoped by project name, preventing cross-project session collisions (#25)
Community
- Added PR and issue templates (contributed by @SantiagoBobrik)
- Added corner-case tests for JSONC stripping and session scoping