Merged
Conversation
Improve factoring of agent instructions for Copilot/Claude Simplify devcontainer config and add per-file debug launch config
Update changelog to match Keep A Changelog formatting
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates repository AI/dev tooling configuration and reformats the project changelog to align with the Keep a Changelog format and SemVer conventions.
Changes:
- Reformats
docs/source/changelog.mdinto Keep a Changelog sections and adds footer compare links. - Adjusts GitHub Copilot instruction files to point to a centralized instructions document with front matter.
- Updates devcontainer defaults (pytest args, debug launch config) and tweaks Claude-related repo files/ignores.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/source/changelog.md | Reformats release notes into Keep a Changelog structure and adds version/compare link footer. |
| .gitignore | Stops ignoring the entire .claude directory; ignores only a local settings file. |
| .github/instructions/space_packet_parser.instructions.md | Adds front matter (applyTo: "**") for instructions applicability. |
| .github/copilot-instructions.md | Replaces long instructions with a pointer to the centralized instructions file. |
| .devcontainer/setup-dev-environment.sh | Improves authentication/signing troubleshooting messages and fixes formatting. |
| .devcontainer/Dockerfile | Removes copying Claude config into the container image. |
| .devcontainer/devcontainer.json | Removes -s from pytest args and adds a debug launch configuration. |
| .claude/skills/update-changelog/SKILL.md | Adds a documented “update changelog” skill/playbook. |
| .claude/settings.json | Adds Claude settings committed to the repo. |
| .claude/CLAUDE.md | Points Claude to the repository instructions file. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
=======================================
Coverage 94.85% 94.85%
=======================================
Files 48 48
Lines 3885 3885
=======================================
Hits 3685 3685
Misses 200 200 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <175728472+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.
Summary
Improve AI tooling and reformat the changelog to match the Keep A Changelog standard