-
-
Notifications
You must be signed in to change notification settings - Fork 90
Extract the signals-engine file #4884
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Milestone
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Problem: This is the single largest, highest-fan-in file in the entire candidate set — thousands of lines, over a hundred exports, more than twenty external consumers across nearly every part of the codebase. It's the biggest blast-radius item in this whole initiative and should be done alone, last, not combined with any other phase.
Area: ORB / gittensory-engine
Proposal: Move the file into
gittensory-engine, leaving a temporary full re-export shim in its old location so none of its many consumers need an import-path change in the same PR. Follow the same playbook already recommended for the in-flight queue-decomposition work: one direction of movement per PR, verified against the coverage/rename tooling (per the first issue in this phase) before doing it for real.Deliverables:
Acceptance criteria:
Boundaries: