-
-
Notifications
You must be signed in to change notification settings - Fork 91
Wire CLI dispatch for the real attempt pipeline (attempt command) #5132
Copy link
Copy link
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.maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.
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.maintainer-onlyOwner-only work — yields no Gittensor points.Owner-only work — yields no Gittensor points.
Projects
StatusShow more project fields
Done
Problem:
bin/gittensory-miner.js's full command table (init/status/doctor/manage/queue/claim/ledger/plan/governor/feasibility/hooks/state/discover) has noattemptorrunbranch.runMinerAttempt(packages/gittensory-miner/lib/attempt-runner.js:96, the real create→review→gate→submit orchestrator from #2337) is unreachable from the CLI entirely —git grep runMinerAttemptonmainreturns only its own definition andtest/unit/miner-attempt-runner.test.ts.Area: AMS / Miner
Proposal: Add a real CLI subcommand (e.g.
gittensory-miner attempt <target>) dispatching torunMinerAttempt, wiring itsAttemptDepsfrom real config/state — including the driver from #5131 and the slop-assessment implementation from the sibling issue below.Deliverables:
Acceptance criteria:
AttemptResult(not a test double).runMinerAttempt's own tests already verify.Boundaries:
Part of #5130.