Skip to content

Leogriel v1.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jul 22:11

Fixed

  • Ignore Leogriel-managed adapter targets during coexistence detection while continuing to report genuinely unmanaged skills.
  • Honor init --with-skill --no-prompt in non-interactive and JSON workflows.
  • Keep audit policy findings on domain exit code 1; exit code 2 remains reserved for invalid input and fatal failures.
  • Report npm versions without mislabeling them as Git commit provenance in remote info output.
  • Limit GitHub subpath extraction to the requested skill tree so unrelated repository symlinks do not break Windows installs.
  • Treat native Windows Codex sandbox launch failures as incomplete behavioral runs instead of successful completions.
  • Discover a complete standalone Codex installation on Windows so the elevated sandbox can locate both setup and command-runner helpers.
  • Exclude directory-only scaffolding from max-changed-files while continuing to count created, removed, and modified files and symlinks.
  • Update current Vercel skill examples to the repository's skills/web-design-guidelines path.
  • Include the root architecture document in coordinated version preparation so release candidates cannot retain a stale version label.
  • Keep idempotent release verification strict for runtime files while tolerating only cross-platform line endings in package documentation and generated completion scripts, plus non-runtime TypeScript incremental metadata.

Validation

  • Completed the opt-in Windows Codex live smoke through an explicit ChatGPT authentication profile, exact model gpt-5.4, elevated native sandbox, denied network, and a sandboxed Node.js file proof.
  • Exercised a real two-run paired test with the immutable public documentation-writer skill; Leogriel correctly returned inconclusive when one skill-side run timed out instead of claiming an unsupported improvement or regression.

Compare v1.0.0-beta.3...v1.0.0-beta.4