chore: gitignore REAL-SPEEDIANCE-JSON/ + document as local reference data#25
Merged
Merged
Conversation
…ce data A local, gitignored folder of real captured Speediance session JSON (personal workout data — must never reach this public repo). Holds the ground-truth shapes of actual CLI output per session kind/type (program, freestyle Free Lift, guided rowing, today array). CLAUDE.md "Local reference data" tells future agents to use it over fabricating samples, never to commit/move/quote it, and that it may be absent (test fixtures remain the committed source of truth). An index lives in the folder's own README (also gitignored). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NzdULPGPuCwAiWsBNddadF
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.
Keeps real captured Speediance workout JSON safe and out of this public repo, and tells future agents about it.
What
.gitignore: ignore/REAL-SPEEDIANCE-JSON/— a local folder of real captured session JSON (personal workout data; must never be committed here).CLAUDE.md→ new "Local reference data" section: the folder holds ground-truth shapes of actual CLI output per sessionkind/type(program, freestyle Free Lift, guided rowing, thetodayarray). Future agents should:The folder's own
README.md(also gitignored) indexes each sample (what session, whichkind, what it demonstrates).Why
These JSON captures (e.g. the program
940759, the guidedAerobic Rowingper-interval/stroke data, freestyle Free Lifts) are hard to re-capture and were the ground truth behind the v2.0.0 session refactor. Worth preserving locally, but agit add -Amust never sweep personal data into a public repo.No code changes; docs/config only.
🤖 Generated with Claude Code