v0.1.0 — Safe Grok Build delegation
Initial public release of the Windows Codex skill package.
Highlights
- Routes every headless task through a PowerShell wrapper rather than direct prompt command-line arguments.
- Preserves complex and multilingual prompts with a temporary prompt file.
- Isolates mutable Grok authentication state and commits it only after successful preflight, task completion, and postflight checks.
- Serializes calls with a named mutex to avoid overlapping Grok and OAuth sessions.
- Defaults to read-only execution with an exact-directory boundary, no Grok subagents, and no cross-session memory.
Validation
The repository includes a Windows-only deterministic verification script and GitHub Actions workflow. They parse the wrapper, validate skill metadata, exercise help output, and confirm an out-of-bound directory is rejected before the Grok CLI can run.
Scope
This release covers the full history shipped in v0.1.0. A live Grok account is not needed for the automated checks; authentication behavior is documented for interactive use.