chore(backup): adopt backup/sessions/ convention#1
Merged
abitofhelp merged 1 commit intomainfrom Apr 15, 2026
Merged
Conversation
Mechanical migration produced by migrate_to_backup_sessions from the shared scripts submodule (hybrid_scripts_python PR #3). Changes: - Create backup/sessions/ with README describing the convention - Create backup/sessions/raw/.gitignore (track dir, ignore contents) - Add exports/ to root .gitignore with explanatory comment - Bump scripts/python/shared submodule pointer: 4976849 -> cf36a0f No source code, build system, or formal-doc changes. Canonical locations post-merge: - backup/sessions/ git-tracked, durable session artifacts - backup/sessions/raw/ gitignored, compressed .jsonl archives for external storage - exports/ local scratch only, no longer tracked Context: The Claude Code CLI /export command has been silently writing 0-byte files for weeks. The session_snapshot + jsonl_snapshot tools in the shared scripts submodule replace that workflow with a git-tracked, SHA-256-verified backup mechanism. astfmt was the pilot (astfmt PR #58). This PR brings zoneinfo_ada into conformance via the migrate_to_backup_sessions rollout helper.
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.
Mechanical migration from
migrate_to_backup_sessionsin the shared scripts submodule. Createsbackup/sessions/with README +raw/.gitignore, addsexports/to root gitignore, bumpsscripts/python/sharedsubmodule pointer. No source/build/doc changes. See hybrid_scripts_python PR #1/#2/#3 and astfmt PR #58 for convention rationale.