Changelog
This changelog tracks changes to the BCLS specification itself. Format follows Keep a Changelog; versioning follows SemVer applied to the spec’s contract:
- MAJOR — a previously-conformant release note would now be non-conformant (rules removed, renamed, or tightened).
- MINOR — additive: new optional rules, new templates, new categories, new framework addendums. Older notes still pass.
- PATCH — typos, clarifications, example fixes, reworded rationale. Zero behavior change.
Downstream apps SHOULD pin to the MAJOR of the spec they conform to.
Archival policy
Section titled “Archival policy”- The repo root always holds the current MAJOR of the spec.
- When
v(N+1).0.0ships, the finalvN.xsnapshot is copied intoLegacy/vN/(mirroring root paths) and frozen. - MINOR / PATCH versions are not snapshotted — use
git checkout vX.Y.Zif you need an exact intermediate. - An archived MAJOR receives no edits except typo fixes, noted here as
[X.Y.Z-archive].
[1.0.0] — 2026-05-05
Section titled “[1.0.0] — 2026-05-05”Initial public release of the spec.
- §0 Conformance — RFC 2119 keywords (MUST / SHOULD / MAY) and downstream version-pinning guidance.
- §1 Tagging & versioning rules.
- §2 Required top-of-body section order.
- §3 Downloads block (3-column OS table).
- §4 Important callout (with stack-specific signing paragraphs).
- §5 The
Changes insection: heading format (vX.Y.Z:invariant —vprefix and trailing colon both inside backticks), optional banners, bullet syntax, closed canonical category list (withMisccanonical andMISCflagged non-conformant),PKG: Updated packages.convention. - §6 Carry-forward rule — every body MUST contain
## Changes infor current + immediately previous patch + current minor milestone + current major milestone, in that order; older patches link out via §6.1. - §6.1
Full vN changelogcollapsible link section. - §6.2 heading-anchor pin + §6.3 dates policy.
- §7 Beta / RC conventions (RC parenthetical inside backticks).
- §8 Special callouts (MSI, major-version hero sections, manual-update / security banner).
- §8.2.1 Hero persistence — the
vN.0.0hero block carries through everyvN.0.xpatch body and MUST be removed atvN.1.0. - §9 Release Info footer — heading is exactly
## ℹ️ Release Info(alternative names non-conformant). - §10 Tone & voice.
- §11 Casing & formatting rules —
Misc(notMISC),Beta build(notBETA build),macOS(notMacOS). - §12 Framework addendums matrix (Tauri V2 / Electron / Flutter / MS Store) — Dacx’s Flutter footer additions allowed in addition to, not in place of, the canonical §9 footer.
- §12.1 Image & screenshot policy.
- §12.2 Language / i18n note.
- §13 Don’ts.
- §14 Worked mini-example + Appendix A cheat sheet.
- §1 Subtitle inheritance —
vN.0.xpatches MAY inherit the major’s subtitle.
AGENTS.md— condensed checklist for AI agents, with sync-version stamp.TEMPLATES/—patch.md,minor.md,major.md,beta.md,security.md, plus reusable_partials/.EXAMPLES/— annotated walkthroughs from real releases (lint-passing aspartial).scripts/lint.mjs— regex linter for the machine-checkable MUST rules (M001–M009), with<!-- bcls:partial -->and<!-- bcls:ignore-start/end -->pragmas.- CC0-1.0 license.