add process-compose process lifecycle commands - #2978
Open
Arshgill01 wants to merge 1 commit into
Open
Arshgill01 wants to merge 1 commit into
Arshgill01 wants to merge 1 commit into
Conversation
Arshgill01
marked this pull request as draft
July 3, 2026 22:54
Arshgill01
force-pushed
the
codex/process-compose-processes-lifecycle
branch
from
July 3, 2026 23:24
7b7eca5 to
db6e283
Compare
Arshgill01
marked this pull request as ready for review
July 4, 2026 02:37
cursor
Bot
force-pushed
the
codex/process-compose-processes-lifecycle
branch
from
September 15, 2026 04:58
db6e283 to
56b991a
Compare
Contributor
🔍 Suggested ReviewersBased on git blame analysis of the changed lines, the following contributors have significant experience with the modified code:
Please consider reviewing this PR as you have authored significant portions of the code being modified. Your expertise would be valuable! 🙏 This comment was automatically generated by git-blame-auto-reviewer Last updated: 2026-09-23T03:55:29.254Z |
cursor
Bot
force-pushed
the
codex/process-compose-processes-lifecycle
branch
2 times, most recently
from
September 18, 2026 03:48
ff74fb0 to
0a1f20d
Compare
4 tasks
cursor
Bot
force-pushed
the
codex/process-compose-processes-lifecycle
branch
2 times, most recently
from
September 22, 2026 03:49
4a59073 to
1784964
Compare
Rebase onto current main and restore list/wait for process-compose through the external-manager capability and client adapters. `devenv processes down` already worked; `devenv processes list` and `devenv processes wait` now talk to the running process-compose server using the configured package. Fixes cachix#2950. Co-authored-by: Arshdeep singh <arshgill6120@gmail.com>
cursor
Bot
force-pushed
the
codex/process-compose-processes-lifecycle
branch
from
September 23, 2026 03:55
1784964 to
d94ce71
Compare
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.
Fixes #2950.
What changed
devenv processes list,devenv processes wait, anddevenv processes down.devenv up.Why
Process-compose projects could be started with
devenv up, but the process lifecycle commands did not understand the process-compose runtime state.Validation
cargo fmtcargo check -p devenv-processesgit diff --checknix build --accept-flake-config .#devenv -L --no-link --print-out-pathsdevenv-run-tests run tests --only process-compose-mergedevenv-run-tests run tests --only process-compose-lifecycle