docs(agents): document changelog/TODO fragment system in copilot-instructions#335
Merged
Conversation
…ructions The changelog.d/ and todo.d/ fragment systems were documented in CLAUDE.md but not in .github/copilot-instructions.md — the detailed file CLAUDE.md points agents to. Add a "Use the Fragment System" section so agents that follow the pointer find the rule: use changelog.d/ and todo.d/ fragments instead of editing CHANGELOG.md / the TODO.md inbox directly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013vU67T2LJDCbYTBs9ZFAf2
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
The
changelog.d/andtodo.d/fragment systems were documented inCLAUDE.mdbut not in.github/copilot-instructions.md— the detailed instruction file thatCLAUDE.mdexplicitly points agents to. An agent following the pointer would find nothing about fragments.This adds a "Changelog & TODO — Use the Fragment System (MANDATORY)" section to
.github/copilot-instructions.md, closing that gap in the source of truth. Phase 1 of propagating the rule; focused doc PRs to the 12 adopting repos follow.Changes
.github/copilot-instructions.md— append the fragment-system section; bumpversion2.4.0 → 2.5.0changelog.d/— fragment🤖 Generated with Claude Code