Correct the published Jekyll version, and record the File extension fix under Unreleased - #29
Merged
Merged
Conversation
The section said Pages builds with Jekyll 3.9.x. It is currently github-pages gem 232 / Jekyll 3.10.0, per https://pages.github.com/versions/, which is now cited so the number can be re-checked rather than trusted. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014YoptGkAybNWydzzs3WaUs
Also moves the [Unreleased] heading to the top of the file. It sat below every released version, next to the "VERSION - DATE" template scaffold, so adding a second one at the top would have left two [Unreleased] sections. Keep a Changelog, which this file states it follows, puts Unreleased first. The template scaffold stays at the bottom. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014YoptGkAybNWydzzs3WaUs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small documentation corrections, both follow-ups to earlier PRs in this series.
Correct the published Jekyll version
The
The docs sitesection added to CLAUDE.md in #28 said GitHub Pages builds with Jekyll 3.9.x. Checked against the canonical list: it is currently github-pages gem 232 / Jekyll 3.10.0.The source is now cited — https://pages.github.com/versions/ — so the number can be re-checked rather than trusted, since it moves without notice. The point it supports (local Jekyll 4.x vs published Jekyll 3.x) is unaffected.
Record the
File extenionfix under Unreleasedpanopticas filelabelled its first table rowFile extenion; fixed in #26. That is the only change to shipped code since 0.0.19 — the sole othersrc/change in this series was a comment path inconstants.py.No library function, tag or JSON field changed, so kospex is unaffected and its pin does not need bumping for this. The entry says so explicitly, so whoever cuts the next release does not have to re-derive it.
Note on the
[Unreleased]headingOne already existed, at the bottom of CHANGELOG.md below every released version, beside the
## VERSION - DATEtemplate scaffold. Adding a second at the top would have left two[Unreleased]sections, so it is moved rather than duplicated — Keep a Changelog, which this file states it follows, puts Unreleased first. The template scaffold stays at the bottom.🤖 Generated with Claude Code