Merged
Conversation
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.
This pull request adds comprehensive support for using raw runtime YAML specs as direct inputs to the
voidctl execution submitandvoidctl execution dry-runcommands, automatically wrapping them into execution specs for a unified operator experience. It also introduces and documents the newvoid-controlskill for both Claude and Codex platforms, and expands documentation to clarify terminal operator workflows and validated patterns for runtime and orchestration. The changes include updates to the CLI, bridge logic, tests, and new skill documentation.Operator and Skill Documentation:
void-controlskill, including canonical skill files for both Claude and Codex, and detailed install and usage instructions for Codex. This ensures agents and users can operatevoid-controlfrom the terminal, launch and monitor executions, and follow validated patterns for runtime specs. (.claude/skills/void-control/SKILL.md [1] skills/void-control/SKILL.md [2] .codex/INSTALL.md [3]README.mdwith a new section on CLI operator flows, example commands, and guidance on using the new skill for both problem-driven and example-driven workflows. (README.md README.mdR180-R285)AGENTS.mdto clarify the expanded set of non-interactivevoidctl execution ...commands and when to use terminal vs. API/UI workflows. (AGENTS.md AGENTS.mdL173-R185)Bridge and CLI Logic Improvements:
/v1/executionsand/v1/executions/dry-runare detected, validated, written to disk, and automatically wrapped as orchestration executions, enabling seamless operator workflows from both structured and ad hoc YAML. (src/bridge.rs [1] [2] [3] [4]Testing:
These changes together provide a unified, robust operator experience for both human and agent users, supporting flexible workflows and ensuring best practices are followed for runtime and orchestration execution.