ATLAS v0.3.1
Patch release focused on retrieval durability, plus the branding and open-source docs added since v0.3.0.
Fixed
- Semantic memory resilience —
SemanticStore.searchnow skips blank or half-written records in the append-onlydocs.jsonlinstead of raisingJSONDecodeError. A write interrupted by a crash can no longer take down retrieval for every later query. This brings the semantic store in line with how the skill store already tolerates malformed files, and is covered by a new test.
Added
- Brand — geometric peak logo (light/dark variants) wired into the README and dashboard.
- Docs — SECURITY.md policy and an expanded CONTRIBUTING guide for the public release.
Full history in CHANGELOG.md.