Prompt Timeline
Key point
Turned Anthropic's Claude system prompt history into something you can browse like git.
Details
When Anthropic released the public history of system prompts for Claude chat as Markdown, it was restructured so it could be browsed like a git timeline.
Using Claude Code, the single document was split into separate files by model, model family, and revision, with fake git commit dates attached so the flow of changes could be followed in GitHub's commit view.
This approach made the following tasks easier:
- Tracing prompt evolution with
git log - Comparing differences between versions with
diff - Pinpointing when specific changes occurred with
blame
Changes could be tracked by date and version without manual parsing, and this tool was also used to summarize the differences between Claude Opus 4.6 and 4.7.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.