[docs] Update documentation for features from 2026-04-19#758
Open
danielmeppiel wants to merge 1 commit intomainfrom
Open
[docs] Update documentation for features from 2026-04-19#758danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project changelog to document a user-visible fix merged in the last day, ensuring the Keep a Changelog Unreleased notes reflect the corrected context file counting behavior in apm deps list.
Changes:
- Add an
[Unreleased] -> Fixedentry describing the.apm/context/(singular) directory fix for_count_package_filesaffectingapm deps listoutput (#748).
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds an Unreleased/Fixed changelog line documenting the context file count fix in apm deps list (#748). |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
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.
Documentation Updates - 2026-04-19
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
_count_package_filesnow correctly scans.apm/context/(singular) — context file counts inapm deps listwere previously always 0 (from fix(deps): align _count_package_files to use .apm/context/ (singular) dir #748)Changes Made
Fixedentry toCHANGELOG.mdfor PR fix(deps): align _count_package_files to use .apm/context/ (singular) dir #748Merged PRs Referenced
Notes
This was an internal bug fix with a user-visible impact:
apm deps listwas displaying 0 context files for any package that stores context files under.apm/context/, since the function was scanning the non-existent.apm/contexts/(plural) directory. The CHANGELOG entry clarifies the user-facing symptom.