Skip to content

Sweep for pure logic stranded inside I/O-bound files #4882

Description

@JSONbored

Problem: Some genuinely pure helper functions live at the function level inside otherwise I/O-heavy files — for example, a pure regex-based parser living inside the very large D1-query-heavy repository-access file. A file-list-driven extraction plan misses these entirely.

Area: ORB / gittensory-engine

Proposal: Do a targeted sweep of the largest I/O-bound files (the repository-access layer, the queue processor, the GitHub-command layer) specifically for pure, side-effect-free helper functions that could be extracted independently of their containing file.

Deliverables:

  • A list of identified stranded-pure-logic candidates, with at least the most valuable ones actually moved into the engine package as standalone functions.

Acceptance criteria:

  • Each moved function has its own test moved or added alongside it.

Metadata

Metadata

Assignees

Labels

maintainer-onlyOwner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions