chore: update Unreleased changelog with PRs merged since v0.7.7#271
Merged
danielmeppiel merged 2 commits intomainfrom Mar 12, 2026
Merged
chore: update Unreleased changelog with PRs merged since v0.7.7#271danielmeppiel merged 2 commits intomainfrom
danielmeppiel merged 2 commits intomainfrom
Conversation
Add 14 PRs merged after v0.7.7 to the Unreleased section, organized by Keep a Changelog categories (Added, Fixed, Changed). External contributors credited inline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Unreleased section of CHANGELOG.md to reflect PRs merged since v0.7.7, following Keep a Changelog structure.
Changes:
- Added new Added / Fixed / Changed bullets under Unreleased for the 14 merged PRs since
v0.7.7. - Captured highlights across install drift detection, diagnostics, unpack logging, docs migration, refactors, dependency bumps, and test coverage.
Comments suppressed due to low confidence (1)
CHANGELOG.md:27
- This entry lists #258 as part of the README revamp, but #258 is the docs narrative redesign PR (not a README change). Update the PR references so this bullet only cites the README-related PRs (e.g., #251 and #256), and reference #258 in its own appropriate changelog entry.
- Revamp README as storefront for documentation site (#251, #256, #258)
| - Diff-aware `apm install` — manifest as source of truth: removed packages, ref/version changes, and MCP config drift in `apm.yml` all self-correct on the next `apm install` without `--update` or `--force`; introduces `drift.py` with pure helper functions (#260) | ||
| - `DiagnosticCollector` for structured install diagnostics (#267) | ||
| - Detailed file-level logging to `apm unpack` command (#252) | ||
| - Astro Starlight documentation site with narrative redesign (#243) |
There was a problem hiding this comment.
This bullet conflates two separate PRs: #243 is the Starlight docs site migration, while the “narrative redesign” work is in #258. To keep the changelog accurate, split this into distinct entries and ensure #258 is referenced on the correct line/section (likely under Changed).
This issue also appears on line 27 of the same file.
Codifies Keep a Changelog conventions: one line per PR, external contributor attribution, grouped by Added/Changed/Fixed, etc. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Updates the Unreleased section of
CHANGELOG.mdwith all 14 PRs merged intomainsince thev0.7.7tag, following Keep a Changelog format.Added
Fixed
Changed
No code changes — documentation only.