feat(recipes): add common development environments - #80
Merged
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: NovusEdge <novusedge0@gmail.com>
Signed-off-by: NovusEdge <novusedge0@gmail.com>
Signed-off-by: NovusEdge <novusedge0@gmail.com>
Signed-off-by: NovusEdge <novusedge0@gmail.com>
Signed-off-by: NovusEdge <novusedge0@gmail.com>
Signed-off-by: NovusEdge <novusedge0@gmail.com>
NovusEdge
force-pushed
the
codex/dev-recipes-common
branch
from
September 6, 2026 09:25
fba154d to
628a797
Compare
This was referenced Sep 6, 2026
NovusEdge
marked this pull request as ready for review
September 6, 2026 10:56
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.
What changed
Upgrade
devtoolsto recipe schema 3 with compiler, editor, and Git outputs, and addpython-devfor an isolated Python environment. Both common recipes cover Alpine, Ubuntu, Debian, Fedora, and Arch.python-devrequires an explicit existinguser. An emptyvenv_dirperforms a temporary smoke check; an absolute path creates or reuses a user-owned environment. Reapplication preserves existing files and rejects incompatible paths with actionable errors. It does not install packages into system Python with pip.Why
Provide two useful development defaults with observable outputs and health checks. The curated recipe policy now permits this bounded bundled expansion. Additional guest adapters are a separate follow-up.
Tests run
just checkandjust testat628a797Independent test author and implementer, followed by Sol review and one bounded fix round. Final static review is clear. Behavior tests cover package selection, outputs, explicit user handling, literal paths, environment ownership, and preservation of existing environments including the pip-missing case. Cloud provisioning requires #86 before the matrix is rerun.
OS matrix
The live gate checks the binary hash, guest cloud-init, applied markers, live health, returned executable paths, a C compilation fixture, Python/pip, and a sentinel surviving run-once reapplication. Prior-candidate results do not qualify the final candidate.
Docs
Draft pending #86 and live qualification in #81. No merge is requested before final maintainer review.