Use '# Instructions' as the heading in description.md files - #2683
Merged
Merged
Conversation
configlet rewrites this heading when generating a track's .docs/instructions.md, so the track copy differs from the source by one line. Using the final heading here makes the track copies byte-identical to the source. configlet passes these files through unchanged, so no track needs to re-sync. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
BNAndras
approved these changes
Sep 17, 2026
IsaacG
approved these changes
Sep 17, 2026
ErikSchierboom
approved these changes
Sep 17, 2026
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.
This changes the first line of each
description.mdfrom# Descriptionto# Instructions.When configlet generates a track's
.docs/instructions.mdfrom adescription.md, it rewrites that heading, so every track copy differs from its source by one line. With this change the track copies are byte-identical to the source, which helps the translation effort: a translation of the source file can be reused for the track copy as-is.Nothing downstream changes:
# Description. These files now pass through unchanged and produce the same output as before, so no track is flagged as unsynced.90 files, one line each.
🤖 Generated with Claude Code