All notable changes to this project will be documented in this file.
[1.0.0] - 2026-05-23
Added
- Initial
jido_ectopackage structure. Jido.Ecto.Storageimplementation backed byEcto.Repo.Jido.Ecto.Migrations.create_storage_tables/1migration helper.- Checkpoint, thread metadata, and thread entry schemas for storage persistence.
- End-to-end storage and
Jido.Persisttest coverage with SQLite. - Contributor docs, CI workflow, and release automation aligned with Jido package standards.
Changed
- Thread loads now rebuild from a serialized snapshot stored in
jido_threads, while keepingjido_thread_entriesas the ordered journal. Jido.Ecto.Migrations.create_storage_tables/1now requires an explicit storage schema version.- Test coverage now includes migration contract checks and a PostgreSQL CI path.