|
| 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 `odds-and-sods-package-manager` 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(storage): S3/IPFS tarball cache backends replacing /tmp-only caching |
| 24 | +- feat(security): CVE/OSV scanning + typosquat detection |
| 25 | +- feat(tui): wire opsm tui dispatch to ratatui binary |
| 26 | +- feat(cli): history undo <n> by position/ID + pin-aware update |
| 27 | +- feat(bots): scaffold .bot_directives/ for gitbot-fleet targeting |
| 28 | +- feat(e2e): enterprise trust pipeline live-service E2E tests + CI workflow |
| 29 | +- feat(crg): achieve grade B — 6 diverse external targets documented |
| 30 | +- feat(fuzz): property-based fuzz harness covering 6 OPSM boundary surfaces |
| 31 | +- feat(gossamer): complete Tauri elimination; Gossamer-native IPC |
| 32 | +- feat(e2e): add error-handling + workspace audit E2E scenarios; wire into CI |
| 33 | + |
| 34 | +### Fixed |
| 35 | + |
| 36 | +- fix(affine): migrate record literals to #{ } (affinescript#218) (#29) |
| 37 | +- fix(ci): pin upload-artifact to valid SHA (Refs standards#48) (#27) |
| 38 | +- fix(ci): bump a2ml/k9-validate-action pins to canonical (standards#85) (#25) |
| 39 | +- fix(ci): sync hypatia-scan.yml to canonical (kill cd-scanner build drift) (#24) |
| 40 | +- fix(ci): build Hypatia escript from repo root (estate dogfood drift) |
| 41 | +- fix(ci): Phase-2 fleet submission must not fail the security gate (#23) |
| 42 | +- fix(security): bump rand 0.9.2 → 0.9.3 in opsm-tui (GHSA-cq8v-f236-94qc) (#17) |
| 43 | +- fix(ci): root-cause three pre-existing infra failures (#18) |
| 44 | +- fix(ci): rsr-antipattern.yml duplicate heredoc (#19) |
| 45 | +- fix(ci): repair YAML block-scalar in workflow-linter Check Permissions step (#20) |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +- refactor(contractiles): complete layout migration to .machine_readable/contractiles/ |
| 50 | +- refactor(arch): architectural reconciliation — compose profiles, TOML parsers, SPDX, pipeline fix |
| 51 | + |
| 52 | +### Documentation |
| 53 | + |
| 54 | +- docs(test-needs): update for v1.5 deliverables (TUI, CVE/OSV, S3/IPFS) |
| 55 | +- docs(roadmap+tests): bring ROADMAP and TEST-NEEDS fully current |
| 56 | +- docs(6a2): populate META ADRs and ECOSYSTEM relationships |
| 57 | +- docs(rsr): add RSR_COMPLIANCE.adoc — filled compliance record |
| 58 | +- docs: add paper sketch for Zenodo/arXiv submission on cross-ecosystem package management |
| 59 | +- docs: substantive CRG C annotation (EXPLAINME.adoc) |
| 60 | +- docs: add TEST-NEEDS.md and/or PROOF-NEEDS.md from audit |
| 61 | + |
| 62 | +### CI |
| 63 | + |
| 64 | +- ci: redistribute concurrency-cancel guard to read-only check workflows (#28) |
| 65 | +- ci: bump actions/upload-artifact SHA to current v4 (#16) |
| 66 | +- ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#15) |
| 67 | +- ci: SHA-pin hyperpolymath validate-actions in dogfood-gate |
| 68 | +- ci(antipattern): fix top-level dir matching + benchmarks/lsp/bench filename allowlists (#14) |
| 69 | + |
| 70 | +## Pre-history |
| 71 | + |
| 72 | +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. |
| 73 | + |
| 74 | +--- |
| 75 | + |
| 76 | +<!-- 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