Releases: rx6ru/strata
Releases · rx6ru/strata
Release list
Strata v0.1.1
Strata 0.1.1 polishes the public repo and republishes the agent skill from the current source.
Changes:
- Adds inspectable SVG brand assets for the README banner, icon, and logo.
- Tightens the README around the hosted agent-memory workflow.
- Removes remaining stale phrasing from source text.
- Bumps the Python package and MCP server info to 0.1.1.
Verification:
- PYTHONPATH=. bash scripts/verify-release.sh passes locally.
- GitHub CI passes on Python 3.9 and 3.11 for commit 91f77dd.
- dist/strata.skill SHA-256: 3111a3365d5b89a40f7e0448218d287aacdc60440c10ea824fd353b54d93ba5f
Strata v0.1.0
First public release of Strata, one memory for every agent.
Highlights:
- Append-only, content-addressed canonical knowledge with integrity roots
- Strict namespace isolation, verified evidence, and secret/raw-transcript rejection
- REST and MCP interfaces for compatible agents
- Caller-owned reasoning with no server-side LLM provider required
- Optional Hindsight-derived recall, clearly separated from canonical truth
- Portable Docker Compose and optional systemd deployment
- Reusable Strata Agent Skill with no infrastructure hardcoding
Verification:
- 131 tests pass
- Python 3.9 compatibility parse passes
- Agent Skill validation passes
- Public-tree and clean-history identity scans report zero findings
- Docker REST, MCP, multi-agent isolation, lifecycle, and export/restore flows pass
- GitHub CI passes on Python 3.9 and 3.11
Known validation boundary: the optional systemd installer is contract- and syntax-tested but has not been installed on a fresh remote systemd host.