Skip to content

Audit current codebase before cleanup#5

Merged
OrF8 merged 2 commits into
cleanup/reorganize-codebasefrom
cleanup/audit-codebase
Jun 27, 2026
Merged

Audit current codebase before cleanup#5
OrF8 merged 2 commits into
cleanup/reorganize-codebasefrom
cleanup/audit-codebase

Conversation

@OrF8

@OrF8 OrF8 commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • documents the current project pipeline and execution order
  • inventories tracked scripts, notebooks, configuration, results, and intermediate files
  • identifies possible unused code and files without removing them
  • records duplicated logic, hard-coded configuration, and generated artifacts
  • proposes a safe order for later cleanup

Scope

This PR is intentionally non-destructive. It does not delete, move, rename, or refactor source code, and it does not rerun expensive notebooks.

Validation

  • python -m compileall -q .
  • git diff --check
  • repository-wide static searches
  • no full notebook reruns

@OrF8 OrF8 requested a review from noam-kimhi as a code owner June 27, 2026 19:25
@OrF8 OrF8 self-assigned this Jun 27, 2026
@OrF8 OrF8 merged commit 125d779 into cleanup/reorganize-codebase Jun 27, 2026
3 checks passed
@OrF8 OrF8 deleted the cleanup/audit-codebase branch June 27, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant