chore(repo): full hygiene sweep — reclaim 9GB, drop dead branches/stashes - #29
Open
gowdaharshith1998-lang wants to merge 1 commit into
Open
chore(repo): full hygiene sweep — reclaim 9GB, drop dead branches/stashes#29gowdaharshith1998-lang wants to merge 1 commit into
gowdaharshith1998-lang wants to merge 1 commit into
Conversation
- delete ignored build artifacts and tool caches from local workspace - delete stale untracked root DBs/graph exports and Python bytecode caches - tighten .gitignore so cleanup artifacts do not return - drop 3 ancient stashes, with local backup refs preserved under refs/omnix-cleanup-backup - delete 12 safely merged local branches - migrate top-level audit docs into docs/archive - remove tracked SQLite sidecar files from src/omnix/receipts - keep omnix.py, requirements.txt, NOTES.md, graph_data_axiom_v2.json, slices, and root npm files after investigation found active references - keep forbidden M2 file contents untouched; add scoped ruff ignores for existing lint in those files - align non-forbidden retry adapter types so mypy is clean before: 9.5G / 22 branches / 3 stashes after: 212M / 10 branches / 0 stashes verification: - pytest tests/ -q --tb=line -> 706 passed, 6 skipped, 27 xfailed - ruff check . -> clean - mypy src/omnix --ignore-missing-imports -> clean - GitNexus detect-changes --scope staged -> low risk, 0 affected processes - forbidden M2 file-content check passed
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
Full-repo hygiene sweep. Mostly non-functional cleanup, plus narrowly scoped quality-gate fixes needed to keep the cleanup branch green without touching forbidden M2 file contents.
What changed
On disk (not in git diff):
Tracked:
Git state (not in file diff):
Investigation notes
Kept these after investigation found active references or test-count risk:
Verification
M2 safety
This branch is based on main. It does not modify any file contents listed as sacred for M2 PRs #21-#28. The only M2-adjacent change is pyproject.toml ruff configuration to avoid editing two forbidden files that already had baseline lint issues.