feat: harden scheduling/reconciliation observability, add safe VM artifact cleanup, and upgrade client + CI/CD workflows#3
Merged
miladhzzzz merged 25 commits intomainfrom Feb 18, 2026
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
This PR improves reliability, traceability, and delivery workflows across the agent by:
What Changed
1) Scheduling/Reconciliation Reliability
unknown/not found) instead of silently skipping.2) Action History API
ListActionsRPC to return action/task history since startup.workload_id,action_type,status,limit,newest_first).-action list-actions.3) Task Queue Correctness
4) VM Delete Safety (Disk Cleanup)
5) Example Client Expansion
-spec-fileexamples/client/:compose*.yaml,cloud-init*.yamlencode-compose.sh(base64 + optional JSON update)quick-test.sh(smoke test apply/status/list-actions/delete for container/compose/(optional vm))6) Dockerfile Optimization
runtime(optimized default)full-runtime(includes additional local daemon tooling)7) CI Workflow Upgrade
lint-and-validate: gofmt, shell syntax, golangci-lintproto-drift-check: regenerate protobuf + fail on driftunit-tests: race + coverage artifacte2e-testsbuild-binaries: agent + client compile checksdocker-build: validates both Docker targets with Buildx cache8) Control Plane Communication via mTLS + gRPC
Validation
go test ./...Impact