1.4 KiB
1.4 KiB
Changelog
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.
Unreleased
Added
- Architecture Documentation: New
docs/*/architecture/section with ADRs- ADR-001: stratum-embeddings - Unified embedding library with caching, fallback, and VectorStore trait (SurrealDB for Kogral, LanceDB for Provisioning/Vapora)
- ADR-002: stratum-llm - Unified LLM provider library with CLI credential detection, circuit breaker, caching, and Kogral integration
- Bilingual ADRs: Full English and Spanish versions of all architecture documents
- README updates: Added Stratum Crates section and updated documentation structure
Changed
- Documentation structure now includes
architecture/adrs/subdirectory in both language directories (en/es)
0.1.0 - 2026-01-22
Added
- Initial repository setup
- Main documentation structure (bilingual en/es)
- Branding assets (logos, icons, social variants)
- CI/CD configuration (GitHub Actions, Woodpecker)
- Language guidelines (Rust, Nickel, Nushell, Bash)
- Pre-commit hooks configuration