docs(changelog): record engineering-standards rollout and CI resurrection - #50
Merged
Merged
Conversation
…tion The Unreleased section in docs/CHANGELOG.md was last updated on the v0.1.0 release. The major operational changes that landed on 2026-05-17 — the byte5ai engineering-standards rollout, the Actions re-enable, and the CI pipeline cleanup that followed — were never captured. This PR backfills them under Added + Fixed without disturbing the existing Changed block. The earlier consolidated CI PR (#35) did pick up these CHANGELOG edits in a cherry-pick on its branch, but only the ci.yml commits survived the squash-merge into main. This PR re-applies the docs portion cleanly against the current main.
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.
Summary
Backfills the
Unreleasedsection ofdocs/CHANGELOG.mdwith the operational changes that landed on 2026-05-17 but were never captured in the changelog:middleware/src/index.ts. Plus the broader test-suite consolidation that cleared the workshop-vs-public drift (back to 2168 passing / 0 failing, 7 documentedit.skips).The earlier consolidated CI PR (#35) had a cherry-pick of these CHANGELOG edits on its branch, but only the
ci.ymlcommits survived the squash-merge intomain. This PR re-applies the docs portion against the current main.Pure docs change — no impact on code, tests, or runtime behaviour. The existing
Changedblock is left untouched.Test plan
docs/CHANGELOG.md— should be a clean pass)