Packages

Altar provides a robust, type-safe foundation for building AI agent tools in Elixir. It offers a clean contract to define and execute tools locally, with a clear promotion path to future distributed systems.

Current section

Files

Jump to
altar CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.1] - 2025-08-03
### Added
- **Initial Project Setup**: Created the `mix.exs` file for the `altar` hex package.
- **Protocol Specification**: Finalized the v1.0 Altar Protocol specification, including the design, requirements, and implementation plan.
- **Documentation**: Created the initial `README.md` with project overview, vision, and documentation links.
- **Styling**: Applied a professional color scheme to all Mermaid diagrams based on the project logo.
- **Configuration**: Created a comprehensive `.gitignore` file for a standard Elixir project.
- **License**: Added the MIT License.
### Changed
- **Project Status**: The project is now considered v1.0 complete and is ready for implementation.
### Fixed
- N/A (Initial Release)