Add introducing conda-workspaces blog post - #358
Draft
jezdez wants to merge 9 commits into
Draft
Conversation
✅ Deploy Preview for conda-dot-org ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Announces conda-workspaces 0.4.0 and explains the workspace model (TOML manifest, named environments composed from features, multi-platform conda.lock, and built-in task runner) by reusing pixi's manifest schema on top of conda's existing solver, package cache, and channel authentication. Also enables Prism syntax highlighting site-wide for toml, yaml, bash, diff, and json so the new post (and future ones) render code blocks correctly without language-specific overrides.
for more information, see https://pre-commit.ci
Replace the `context._subdir` mechanic with what it achieves: conda is pointed at the target platform so the right repodata is fetched and the matching `__linux` / `__osx` / `__win` virtual packages are reported, making a cross-platform lock see the same world the target machine would.
Drops "genuinely good" (an empty intensifier flagged in AI-detection guides), removes the anthropomorphic "the polite one" framing of the pyproject-toml exporter in favour of a plain conditional, and replaces the PM-jargon "long pole" with "bottleneck" in the CI-split section. No content changes.
Open with the lived experience of a maturing conda project (concrete tools: environment.yml, Makefile/tox.ini, conda-lock) and name the gap in one sentence: conda underneath, but conda itself never sees the project the pieces belong to. The change paragraph stays concept-first (what a workspace is, what the manifest declares, conda CLI drives it, conda underneath is unchanged) and drops the mid-paragraph mechanics about .conda/envs/ and install writing conda.lock, which are already covered in the dedicated feature sections later.
Drop dismissive "bolted on" framing of conda-lock and Makefile/tox. Describe a typical conda project's moving pieces, name the existing good tools respectfully, and position conda-workspaces as the layer above them rather than as a fix for something broken.
Replace the unsupported "typical conda project has these tools" claim with a two-paragraph intro that opens on Dan Yeaw's vision post and credits pixi as the source of the workspace model. Move the vision link above the truncate so it shows on the index and RSS. Trim the "Isn't that what pixi is for?" section opener so it doesn't restate the credit the intro now gives.
Aligns with the conda CLI vision post's endorsement of conda-workspaces as the future of environment management.
jezdez
force-pushed
the
blog/introducing-conda-workspaces
branch
from
May 21, 2026 01:51
eab8803 to
988f7f2
Compare
for more information, see https://pre-commit.ci
jezdez
marked this pull request as draft
June 1, 2026 09:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
conda.lock, built-in task runner) layered on conda's existing solver, package cache, and channel auth.toml,yaml,bash,diff, andjsonso the post (and future ones) render code blocks correctly.Contents
.conda/envs/vs.pixi/envs/).conda workspace/conda task/conda workspace quickstartflow.conda-pypiandconda-rattler-solver), multi-platformconda.lock, CI-split locking with--merge, cross-format export/import, and the task runner.conda/mamba/micromamba/pixi global) and a "what it doesn't do" section against pixi.conda-workspacesdocs pages and the fourcoming-from/*migration tutorials.Test plan
npm run startrenders the post (images, mermaid, syntax highlighting, tabs, admonitions).npm run buildsucceeds with no new warnings.conda-workspaces 0.4.0conda-forge release.Notes
2026-04-27is a placeholder; happy to bump if review/release slips.additionalLanguagesindocusaurus.config.jsis broadly useful and not specific to this post; can be split out if reviewers prefer.