All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-01-09
- Ash DSL extension (
AshJido) for defining Jido actions within Ash resources lib/ash_jido/generator.ex- GeneratesJido.Actionmodules from Ash action definitionslib/ash_jido/type_mapper.ex- Maps Ash types to Jido schema typeslib/ash_jido/mapper.ex- Handles data transformation between Ash and Jido formats- Support for action inputs, outputs, and metadata configuration
- Compile-time code generation for Jido actions