-
-
Notifications
You must be signed in to change notification settings - Fork 65
Extract the signals-engine file #4884
Copy link
Copy link
Open
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
Milestone
Description
Metadata
Metadata
Assignees
Labels
maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)On the Wave-2 agent-layer roadmap board (project 9)
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: