Name program files after their save date#30
Merged
Conversation
programs/program-20260718.md (+.html, .plan.yaml); a same-day second version gets -2, then -3. The version number lives in the frontmatter and plan yaml only — the store indexes versions by reading frontmatter, so pre-0.7 program-vN.* files stay readable in place. Bump to 0.7.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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
programs/program-20260718.md(+.html,.plan.yaml); a second version saved the same day gets a-2(then-3) suffix instead of being refused.program-vN.*files remain readable and adaptable in place — no migration.program-vN-<mode>-<locale>.pdfnames; the athlete-facing files are the ones renamed.Test Plan
uv run pytest— 1275 passed (new: same-day suffix chain, clean names across days; legacyprogram-v1.mdfixtures unchanged and passing)ruff check,ruff format --check,ty check— clean🤖 Generated with Claude Code