|
| 1 | +<!-- |
| 2 | +SPDX-License-Identifier: MPL-2.0 |
| 3 | +SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) |
| 4 | +--> |
| 5 | + |
| 6 | +# Changelog |
| 7 | + |
| 8 | +All notable changes to `maa-framework` will be documented in this file. |
| 9 | + |
| 10 | +This file is generated from conventional commits by the |
| 11 | +[`changelog-reusable.yml`](https://github.com/hyperpolymath/standards/blob/main/.github/workflows/changelog-reusable.yml) |
| 12 | +workflow (`hyperpolymath/standards#206`). Adopt the workflow in this repo's CI to keep this file in sync automatically — see |
| 13 | +[`templates/cliff.toml`](https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml) |
| 14 | +for the canonical config. |
| 15 | + |
| 16 | +The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); |
| 17 | +this project aims to follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 18 | + |
| 19 | +## [Unreleased] |
| 20 | + |
| 21 | +### Added |
| 22 | + |
| 23 | +- feat(crg): add crg-grade and crg-badge justfile recipes |
| 24 | +- feat: add comprehensive test suite to achieve CRG C compliance |
| 25 | +- feat: add benchmarks, unit tests, E2E and aspect tests for absolute-zero |
| 26 | +- feat: add stapeln.toml container definition |
| 27 | +- feat: deploy UX Manifesto infrastructure |
| 28 | +- feat: add CLADE.a2ml — clade taxonomy declaration |
| 29 | + |
| 30 | +### Fixed |
| 31 | + |
| 32 | +- fix(baseline): unblock 2 baseline-rot checks blocking dependabot #69 (#70) |
| 33 | +- fix(ci): pin upload-artifact to valid SHA in hypatia-scan.yml (Refs standards#48) (#57) |
| 34 | +- fix(ci): bump a2ml/k9-validate-action pins to canonical (#55) |
| 35 | +- fix(ci): sync hypatia-scan.yml to canonical (#54) |
| 36 | +- fix(ci): build Hypatia escript from repo root (estate dogfood drift) |
| 37 | +- fix(ci): adopt canonical hypatia-scan.yml (#52) |
| 38 | +- fix(ci): rsr-antipattern.yml duplicate heredoc (#49) |
| 39 | +- fix(ci): move secret-scanner Cargo.toml gate from job-level if: to step-level (#50) |
| 40 | +- fix: remove eval, quote vars, use mktemp in absolute-zero shell scripts |
| 41 | +- fix: eliminate all 3 sorry in LambdaCNO proofs |
| 42 | + |
| 43 | +### Documentation |
| 44 | + |
| 45 | +- docs: substantive CRG C annotation (EXPLAINME.adoc) |
| 46 | +- docs(test): achieve CRG C — document all test categories passing |
| 47 | +- docs: add EXPLAINME.adoc — prove-it file backing README claims |
| 48 | + |
| 49 | +### CI |
| 50 | + |
| 51 | +- build(deps): bump dtolnay/rust-toolchain from efa25f7f19611383d5b0ccf2d1c8914531636bf9 to 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 (#69) |
| 52 | +- build(deps): bump haskell-actions/setup from 2.7.5 to 2.11.0 (#68) |
| 53 | +- build(deps): bump actions/upload-pages-artifact from 3.0.1 to 5.0.0 (#67) |
| 54 | +- build(deps): bump actions/checkout from 4.1.1 to 6.0.2 (#66) |
| 55 | +- build(deps): bump actions/configure-pages from 5.0.0 to 6.0.0 (#65) |
| 56 | + |
| 57 | +## Pre-history |
| 58 | + |
| 59 | +Prior commits to this file's introduction are recorded in git history but not formally classified into Keep-a-Changelog sections. To backfill, run `git cliff -o CHANGELOG.md` locally using the canonical [`cliff.toml`](https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml) — this is one-shot mechanical work. |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +<!-- This file was seeded by the 2026-05-26 estate tech-debt audit follow-up (Row-2 Phase 3); see [`hyperpolymath/standards/docs/audits/2026-05-26-estate-documentation-debt.md`](https://github.com/hyperpolymath/standards/blob/main/docs/audits/2026-05-26-estate-documentation-debt.md). --> |
0 commit comments