fix: align owlv2 with latest owl - #1279
Merged
Merged
Conversation
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
sourishkrout
force-pushed
the
owlv2-integration
branch
from
July 30, 2026 22:51
b06599d to
1389a41
Compare
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
sourishkrout
added a commit
that referenced
this pull request
Aug 6, 2026
- bumps `github.com/runmedev/owl` to the latest Owl main pseudo-version after Owl PR #15 - implements the new Owl `ProjectSpec` command-client method by delegating to Owl's local client - aligns the Owl-backed Runme session source label from `[system]` to `[process]` - follows Owl's current empty-secret snapshot semantics (`[masked]`, not unresolved) - removes stale `core/host` / `core/port` primitive type suggestions from Runme's hidden env-store type helper - targets `owlv2` as an incremental integration branch - keeps PR #1258 as the umbrella Owl v2 branch - does not change public Runme docs or make the Owl v2 branch non-draft - `go test ./cmd ./runner ./session -count=1` - `runme run test` - `pre-commit run --all-files` --------- Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
sourishkrout
added a commit
that referenced
this pull request
Aug 7, 2026
- bumps `github.com/runmedev/owl` to the latest Owl main pseudo-version after Owl PR #15 - implements the new Owl `ProjectSpec` command-client method by delegating to Owl's local client - aligns the Owl-backed Runme session source label from `[system]` to `[process]` - follows Owl's current empty-secret snapshot semantics (`[masked]`, not unresolved) - removes stale `core/host` / `core/port` primitive type suggestions from Runme's hidden env-store type helper - targets `owlv2` as an incremental integration branch - keeps PR #1258 as the umbrella Owl v2 branch - does not change public Runme docs or make the Owl v2 branch non-draft - `go test ./cmd ./runner ./session -count=1` - `runme run test` - `pre-commit run --all-files` --------- Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
sourishkrout
added a commit
that referenced
this pull request
Sep 1, 2026
- bumps `github.com/runmedev/owl` to the latest Owl main pseudo-version after Owl PR #15 - implements the new Owl `ProjectSpec` command-client method by delegating to Owl's local client - aligns the Owl-backed Runme session source label from `[system]` to `[process]` - follows Owl's current empty-secret snapshot semantics (`[masked]`, not unresolved) - removes stale `core/host` / `core/port` primitive type suggestions from Runme's hidden env-store type helper - targets `owlv2` as an incremental integration branch - keeps PR #1258 as the umbrella Owl v2 branch - does not change public Runme docs or make the Owl v2 branch non-draft - `go test ./cmd ./runner ./session -count=1` - `runme run test` - `pre-commit run --all-files` --------- Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
sourishkrout
added a commit
that referenced
this pull request
Sep 3, 2026
- bumps `github.com/runmedev/owl` to the latest Owl main pseudo-version after Owl PR #15 - implements the new Owl `ProjectSpec` command-client method by delegating to Owl's local client - aligns the Owl-backed Runme session source label from `[system]` to `[process]` - follows Owl's current empty-secret snapshot semantics (`[masked]`, not unresolved) - removes stale `core/host` / `core/port` primitive type suggestions from Runme's hidden env-store type helper - targets `owlv2` as an incremental integration branch - keeps PR #1258 as the umbrella Owl v2 branch - does not change public Runme docs or make the Owl v2 branch non-draft - `go test ./cmd ./runner ./session -count=1` - `runme run test` - `pre-commit run --all-files` --------- Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
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
github.com/runmedev/owlto the latest Owl main pseudo-version after Owl PR Execute other languages than sh/bash/golang #15ProjectSpeccommand-client method by delegating to Owl's local client[system]to[process][masked], not unresolved)core/host/core/portprimitive type suggestions from Runme's hidden env-store type helperNotes
owlv2as an incremental integration branchVerification
go test ./cmd ./runner ./session -count=1runme run testpre-commit run --all-files