Checklist
What is the idea?
After conda is updated with sharded repodata in conda.gateways.repodata.shards, conda-libmamba-solver stops hosting its own shards* modules and imports and calls conda’s gateway from index/plugin wiring instead.
Why is this needed?
Prevents two implementations and keeps libmamba aligned with the canonical client owned by conda.
What should happen?
- Local shard fetch/cache/subset logic is removed
- Implement plugin API for shards only
Additional Context
Depends on conda/conda#15906.
Checklist
What is the idea?
After conda is updated with sharded repodata in
conda.gateways.repodata.shards, conda-libmamba-solver stops hosting its own shards* modules and imports and calls conda’s gateway from index/plugin wiring instead.Why is this needed?
Prevents two implementations and keeps libmamba aligned with the canonical client owned by conda.
What should happen?
Additional Context
Depends on conda/conda#15906.