|
| 1 | +== Changelog |
| 2 | + |
| 3 | +All notable changes to `+scripts+` will be documented in this file. |
| 4 | + |
| 5 | +This file is generated from conventional commits by the |
| 6 | +https://github.com/hyperpolymath/standards/blob/main/.github/workflows/changelog-reusable.yml[`+changelog-reusable.yml+`] |
| 7 | +workflow (`+hyperpolymath/standards#206+`). Adopt the workflow in this |
| 8 | +repo’s CI to keep this file in sync automatically — see |
| 9 | +https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml[`+templates/cliff.toml+`] |
| 10 | +for the canonical config. |
| 11 | + |
| 12 | +The format follows https://keepachangelog.com/en/1.1.0/[Keep a |
| 13 | +Changelog]; this project aims to follow |
| 14 | +https://semver.org/spec/v2.0.0.html[Semantic Versioning]. |
| 15 | + |
| 16 | +=== [Unreleased] |
| 17 | + |
| 18 | +==== Added |
| 19 | + |
| 20 | +* feat: migrate bookmark scripts from Python to Julia |
| 21 | +* feat: add stapeln.toml container definition |
| 22 | +* feat: deploy UX Manifesto infrastructure |
| 23 | +* feat: add CLADE.a2ml — clade taxonomy declaration |
| 24 | +* feat(ci): enable Hypatia scanning |
| 25 | +* feat: add hyperpolymath utility scripts |
| 26 | + |
| 27 | +==== Fixed |
| 28 | + |
| 29 | +* fix(ci): sync hypatia-scan.yml to canonical (#47) |
| 30 | +* fix(ci): build Hypatia escript from repo root (estate dogfood drift) |
| 31 | +* fix(ci): Phase-2 fleet submission must not fail the security gate |
| 32 | +(#46) |
| 33 | +* fix(ci): move secret-scanner Cargo.toml gate from job-level if: to |
| 34 | +step-level (#45) |
| 35 | +* fix: replace deno -A with specific permission flags |
| 36 | +* fix(scorecard): enforce granular permissions and add fuzzing |
| 37 | +placeholder |
| 38 | +* fix(ci): Resolve workflow-linter self-matching and metadata issues |
| 39 | +* fix: correct email jonathan.jewell → j.d.a.jewell |
| 40 | +* fix(license): SPDX AGPL-3.0 → PMPL-1.0-or-later in dotfiles |
| 41 | +* fix: apply safety triangle fixes |
| 42 | +(recipe-heredoc-to-install,recipe-shell-quote-vars) |
| 43 | + |
| 44 | +==== Changed |
| 45 | + |
| 46 | +* refactor: reboot-tracker.ts → .mjs (TS types stripped) (#42) |
| 47 | +* refactor: migrate 6SCM → 6A2 (.scm → .a2ml format) |
| 48 | + |
| 49 | +==== Documentation |
| 50 | + |
| 51 | +* docs: add EXPLAINME.adoc — prove-it file backing README claims |
| 52 | +* docs: add CONTRIBUTING.md |
| 53 | +* docs: add checkpoint files for state tracking |
| 54 | + |
| 55 | +==== CI |
| 56 | + |
| 57 | +* build(deps): bump dtolnay/rust-toolchain from |
| 58 | +efa25f7f19611383d5b0ccf2d1c8914531636bf9 to |
| 59 | +3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 (#49) |
| 60 | +* build(deps): bump github/codeql-action from 4.32.6 to 4.36.0 (#50) |
| 61 | +* build(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#51) |
| 62 | +* build(deps): bump trufflesecurity/trufflehog from 3.93.8 to 3.95.3 |
| 63 | +(#52) |
| 64 | +* build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 (#53) |
| 65 | + |
| 66 | +=== Pre-history |
| 67 | + |
| 68 | +Prior commits to this file’s introduction are recorded in git history |
| 69 | +but not formally classified into Keep-a-Changelog sections. To backfill, |
| 70 | +run `+git cliff -o CHANGELOG.md+` locally using the canonical |
| 71 | +https://github.com/hyperpolymath/standards/blob/main/templates/cliff.toml[`+cliff.toml+`] |
| 72 | +— this is one-shot mechanical work. |
| 73 | + |
| 74 | +''''' |
0 commit comments