stratumiops/CHANGELOG.md
Jesús Pérez 0ae853c2fa
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: create stratum-embeddings and stratum-llm crates, docs
2026-01-24 02:03:12 +00:00

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