Skip to content

ATLAS v0.3.1

Choose a tag to compare

@harshitwandhare harshitwandhare released this 23 Jul 12:14
· 42 commits to main since this release
9482561

Patch release focused on retrieval durability, plus the branding and open-source docs added since v0.3.0.

Fixed

  • Semantic memory resilienceSemanticStore.search now skips blank or half-written records in the append-only docs.jsonl instead of raising JSONDecodeError. 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.