Chore/jsonl lfs item60#171
Merged
Merged
Conversation
Estate Tech-Debt Recovery Plan Item 60. fix-outcomes.jsonl is a 3.1MB / 21,585-line unbounded append-only learning log the fleet consumes (learning-monitor.sh, fleet-coordinator.sh). Committing it to git proper grew the repo without bound. Track shared-context/learning/*.jsonl via git-LFS (.gitattributes) and re-add the existing files as LFS pointers. This is going-forward only: old blobs remain in history (a history purge is the destructive Item-84 step, gated on explicit per-repo confirmation — deferred). Part of the estate-wide committed-jsonl-dataset class (Items 60/64/82); same .gitattributes-LFS pattern applies to hypatia #64 and echidna #82. Follow-up: ensure fleet CI/agents run `git lfs` so the smudge filter populates the file for the bots that read it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…l data Atomic with the LFS migration: without this, merging would open a window where fleet bots read LFS pointer stubs instead of the learning log. - 3 learning-data workflows (learning-loop, repo-integrity-guard, supervised-fleet-scan) checkout with lfs: true. Other workflows left untouched (no LFS bandwidth cost on jobs that do not read the data). - setup.sh: best-effort git lfs install + pull (guarded; warns rather than aborting under set -euo pipefail when git-lfs is absent). Co-Authored-By: Claude Opus 4.7 <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.
No description provided.