Skip to content

Commit 487b8b4

Browse files
docs: seed CHANGELOG.md (Keep-a-Changelog format) (#45)
## Summary Adds an initial `CHANGELOG.md` in Keep-a-Changelog format. Recent commits are bucketed into Added/Fixed/Changed/Documentation/CI from their conventional-commit prefixes. Closes **Row-2 Phase 3** of the 2026-05-26 estate tech-debt audit chain for this repo. The audit ([standards#197](hyperpolymath/standards#197)) flagged 180/279 repos missing CHANGELOG (65% gap). ## Adopting auto-regeneration For ongoing auto-regeneration, adopt the [`changelog-reusable.yml`](https://github.com/hyperpolymath/standards/blob/main/.github/workflows/changelog-reusable.yml) workflow ([standards#206](hyperpolymath/standards#206)) in this repo's CI. Uses the canonical [`templates/cliff.toml`](https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b0699d3 commit 487b8b4

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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 `oblibeny` 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: integrate Oblibeny with Svalinn/Vordr verified container stack
24+
- feat: drive Oblibeny to 100% production-ready completion
25+
- feat: add comprehensive static analyzer with resource bounds
26+
- feat: complete oblibeny crypto FFI (90% → 100%)
27+
- feat: implement complete crypto FFI with liboqs and libsodium
28+
- feat: consolidate toolchain and examples into main repo
29+
- feat: complete first Lago Grey minimal image (14.6 MB) + ecosystem integration
30+
- feat(ci): enable Hypatia scanning
31+
32+
### Fixed
33+
34+
- fix(ci): sync hypatia-scan.yml to canonical (kill cd-scanner build drift) (#34)
35+
- fix(ci): build Hypatia escript from repo root (estate dogfood drift)
36+
- fix(ci): bump actions/checkout v4.1.1→v6.0.2 in workflow-linter.yml (Node.js 24 compat)
37+
- fix(ci): bump actions/checkout v4.1.1→v6.0.2 in codeql.yml (Node.js 24 compat)
38+
- fix: remove duplicate SCM files from root
39+
- fix(security): update editorconfig SHA and CodeQL language
40+
- fix: OpenSSF Scorecard compliance (permissions, SHA-pins, SAST)
41+
42+
### Documentation
43+
44+
- docs: update README and STATE.scm to reflect 100% completion
45+
- docs: update SCM files with project information
46+
- docs: add CONTRIBUTING.md
47+
- docs: add SCM checkpoint files
48+
- docs: add checkpoint files for state tracking
49+
50+
### CI
51+
52+
- ci: bump actions/upload-artifact SHA to current v4 (#30)
53+
- ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#29)
54+
- ci: fix workflow-linter YAML parse error + self-flag bug
55+
56+
## Pre-history
57+
58+
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.
59+
60+
---
61+
62+
<!-- 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

Comments
 (0)