feat(nodes): add policy-gated system exec#3282
Closed
bogdanovich wants to merge 930 commits into
Closed
Conversation
fix(evolution): disable automatic skill mutation
fix(tasks): recover durable async deliverables
…ntion fix(tasks): enforce event retention independently
…ntion feat(tasks): bound task registry snapshot size
…-eval feat(eval): add self-evolution effectiveness gate
feat(agent): classify pending tools during steering
…-observability feat(tasks): configure task registry retention
…nt-pruning fix(tasks): prune orphan events from empty registries
feat(eval): audit self-evolution draft corpus
feat(eval): support live isolated evolution trials
…on-runtime refactor(evolution): remove learning runtime
fix(web): remove duplicate lockfile entries
…-verdict docs(evolution): record held-out effectiveness verdict
…tifacts refactor(eval): remove evolution artifacts
fix(agent): scope runtime sessions by workspace
feat(agent): adopt exact trace scopes
…ervation feat(interactions): add ordered observation boundary
refactor(eval): extract durable trace writer
refactor(eval): centralize bounded trace assembly
feat(nodes): persist companion invocations
feat(nodes): dispatch companion invocations concurrently
fix(pico): bound websocket writes
feat(nodes): add durable invocation cancellation
Contributor
Author
|
Opened against upstream by CLI repository auto-detection; this ForgeClaw-specific change belongs in the fork. |
This was referenced Jul 21, 2026
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 or was removed
system.exec.v1to the slim node companionsystem_execis explicitly configuredWhy
The node MVP needs useful remote execution without turning pairing or gateway approval into unlimited host authority. This adds the narrow execution primitive described by the node-companion architecture while retaining an independent node-local maximum policy.
User and developer impact
Operators may opt in with
system_exec.working_roots,system_exec.executables, and an optional environment-name allowlist, plus the existing local command policy. Existing companion configurations and catalogs are unchanged by default. Commands receive only explicitly allowlisted environment variables; shell interpreters are rejected.Validation
go test -race ./pkg/nodes/... ./cmd/picoclaw-nodego test -tags goolm,stdjson ./...golangci-lint run --build-tags=goolm,stdjsonGOOS=windows GOARCH=amd64 go test -c ./pkg/nodes/companionGOOS=windows GOARCH=amd64 go build ./cmd/picoclaw-nodego generate ./...Later PRs