Skip to content

Ghost OS v2.2.1

Latest

Choose a tag to compare

@mcheemaa mcheemaa released this 12 Mar 05:27
· 6 commits to main since this release

Complete recipe JSON schema documentation and verify-before-save workflow.

What changed:

  • Documented the full recipe JSON schema in GHOST-MCP.md (all 10 action types, all params, target/Locator fields, wait conditions)
  • Added verify-before-save flow: agents must test recipes end-to-end before saving
  • Fixed codesign issue in release binary (linker-signed adhoc broke on copy)
  • Updated README: star count, line count

Agents can now author recipes correctly on the first attempt. Previously required reverse-engineering the schema from bundled recipes.

Upgrade:

brew upgrade ghost-os

Or manual install:

curl -sL https://github.com/ghostwright/ghost-os/releases/download/v2.2.1/ghost-os-2.2.1-macos-arm64.tar.gz | tar xz
cp ghost /opt/homebrew/bin/
cp ghost-vision /opt/homebrew/bin/

Fixes #11, fixes #12