-
-
Notifications
You must be signed in to change notification settings - Fork 90
Stack auto-detection #4785
Copy link
Copy link
Closed
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.
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.
Projects
StatusShow more project fields
Done
Problem: The loop needs to know a target repo's language, build tool, test runner, and lint/format conventions before it can safely make changes — today none of that is detected, it's assumed.
Area: AMS / Miner
Proposal: Build a detection step that inspects a target repository (manifest files, lockfiles, config files) and infers its stack and conventions before any code-generation step runs.
Deliverables:
Acceptance criteria:
Test scenarios:
Boundaries:
Part of #4778.