Skip to content

Commit 0de7116

Browse files
docs: seed CHANGELOG.md (Keep-a-Changelog format) (#74)
Closes Row-2 Phase 3 of the 2026-05-26 estate tech-debt audit chain for this repo. The 2026-05-26 documentation-debt audit (hyperpolymath/standards#197) flagged that 180 of 279 estate repos lacked a CHANGELOG.md (65% gap) — this seed closes that finding here. The seed: - Uses Keep-a-Changelog format with an [Unreleased] section. - Buckets the most recent 100 commits by conventional-commit prefix (feat/fix/refactor/docs/ci/build) into Added/Fixed/Changed/ Documentation/CI sections. - References standards#206's changelog-reusable.yml + the canonical templates/cliff.toml for full-regeneration via git-cliff. The file is initial — the maintainer can adopt changelog-reusable.yml in this repo's CI to keep it auto-regenerated, or regenerate manually. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 07e62a4 commit 0de7116

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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 `my-lang` 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(solo/stdlib): fs_list_dir(path) -> Array<String> (#56)
24+
- feat(solo/stdlib): date_today() -> ISO YYYY-MM-DD (UTC) (#54)
25+
- feat(solo/stdlib): json_parse / json_stringify + fix string escapes (#53)
26+
- feat(solo/stdlib): string-keyed Map/dict builtins (#49)
27+
- feat(parser): add MAX_PARSE_EXPR_DEPTH guard + recover partial AST (closes #15) (#21)
28+
- feat(stdlib): add fs_*/env_args/format builtins + my-cli argv forwarding (#10)
29+
- feat(stdlib): add fs_*/env_args/format builtins + my-cli argv forwarding (#8)
30+
- feat(stdlib): add fs_*/env_args/format builtins + my-cli argv forwarding (#2)
31+
- feat(my-lang): add Ensemble dialect grammar and implement Variant B types
32+
33+
### Fixed
34+
35+
- fix(licence): clear scaffold-placeholder leak (isolated; dirty repo) (#64)
36+
- fix(vscode): make the packaged .vsix actually load (Refs #62) (#63)
37+
- fix(vscode-ext): pass real callbacks to registerCommand (affinescript#35 P2) (#60)
38+
- fix(vscode-ext): correct affinescript compile invocation + document build (#58)
39+
- fix(ci): pin upload-artifact to valid SHA in hypatia-scan.yml (Refs standards#48) (#50)
40+
- fix(checker): general non-overflowing AST teardown + measured MAX_EXPR_DEPTH (#37) (#43)
41+
- fix(ci): sync hypatia-scan.yml to canonical (kill cd-scanner build drift) (#44)
42+
- fix(ci): Phase-2 fleet submission must not fail the security gate (#42)
43+
- fix(#34): resolve Hypatia backlog at source; finalize baseline (#35)
44+
- fix(lib/common): two latent correctness bugs in stdin/radix paths (refs #22) (#24)
45+
46+
### Changed
47+
48+
- perf(checker): memoise environment-independent subexpressions (closes #16) (#31)
49+
- refactor: wire up dead fields, derive Default, clarify package-mgr stubs (refs #22) (#26)
50+
- refactor: rename 7-tentacles → frontier-practices, sideline dialects/me
51+
52+
### Documentation
53+
54+
- docs: mark Maps/JSON/Date stdlib rows Shipped in ecosystem roadmap (#59)
55+
- docs: replace never-built stdlib .my-module/@ffi sketch with reality (#52)
56+
- docs(checker): reframe MAX_EXPR_DEPTH as a stack-recursion bound (closes #14) (#36)
57+
- docs(#14) record + fix repeated Hypatia scan noise (#33)
58+
- docs(readme): add SPDX header, OSSF and GWF badges
59+
60+
### CI
61+
62+
- ci(spark): adopt estate SPARK Theatre Gate (standards#135) (#65)
63+
- ci(codeql): scan `actions` instead of javascript-typescript (#32)
64+
- ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#17)
65+
- ci(antipattern): fix top-level dir matching + benchmarks/lsp/bench filename allowlists (#7)
66+
- ci(antipattern): TS check reads .claude/CLAUDE.md exemption table (#6)
67+
68+
## Pre-history
69+
70+
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.
71+
72+
---
73+
74+
<!-- 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)