Skip to content

[codex] Refactor large modules and fix runtime errors#1136

Merged
binaricat merged 1 commit into
mainfrom
codex/split-large-files-fix-runtime-errors
May 28, 2026
Merged

[codex] Refactor large modules and fix runtime errors#1136
binaricat merged 1 commit into
mainfrom
codex/split-large-files-fix-runtime-errors

Conversation

@binaricat
Copy link
Copy Markdown
Owner

Summary

  • Split oversized source files into focused modules so all source files are at or below 1000 lines.
  • Cleared the reported lint warnings and tightened the split module wiring.
  • Fixed startup and connection regressions, including the missing storage adapter, focus mode initialization, and SSH start dependency wiring.

Validation

  • npm run lint -- --max-warnings=0
  • npm run build
  • npm test
  • Source file line-count scan for files over 1000 lines
  • SSH start probe reached the connection layer without the previous buildAlgorithms is not defined failure

Notes

  • Draft PR because this is a broad mechanical refactor plus targeted runtime fixes and will benefit from review before merge.

@binaricat binaricat marked this pull request as ready for review May 28, 2026 06:59
@binaricat binaricat merged commit 1fec592 into main May 28, 2026
20 checks passed
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