-
-
Notifications
You must be signed in to change notification settings - Fork 65
Finish the settings/ slice extraction #4879
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: Most of ORB's settings-resolution logic is confirmed pure (no D1/
Envdependency) and is the lowest-risk, most-precedented extraction target — the engine package already has a working shim/twin convention established for part of this directory.Area: ORB / gittensory-engine
Proposal: Move the remaining confirmed-pure settings files into
gittensory-engine, converting each to a thin re-export shim insrc/, following the existing convention exactly. Leave the one confirmed I/O-bound settings file (the one that directly queries the database) behind insrc/.Deliverables:
src/settings/moved intogittensory-engine, with working shims.Acceptance criteria:
Boundaries: