-
-
Notifications
You must be signed in to change notification settings - Fork 87
Make doctor validate config content, not just its path #4873
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.help wantedExtra attention is neededExtra attention is needed
Description
Activity
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:
doctoronly reports the config file's path today — it doesn't validate the file's actual content, so a malformed config silently degrades to defaults rather than being caught before a run.Area: AMS / Self-host
Proposal: Add real schema validation of
.gittensory-miner.yml/.jsoncontent todoctor.Deliverables:
doctorreports specific, actionable config errors rather than just a file path.Acceptance criteria:
doctor.