-
-
Notifications
You must be signed in to change notification settings - Fork 65
Extract content-lane/* as one vertical slice #4880
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: The content-lane subtree (the curated-list rule engine) is explicitly self-documented as a leaf module with almost no cross-cutting imports into the rest of the review logic — the cleanest possible extraction boundary in the whole
review/tree, and a good place to validate the shim pattern on a genuinely new (not already-twinned) slice before touching anything more central.Area: ORB / gittensory-engine
Proposal: Move the entire content-lane subtree into
gittensory-engineas a self-contained unit, with a thin adapter file remaining insrc/to wrap it for the Worker.Deliverables:
Acceptance criteria: