Skip to content

v0.12.4

Choose a tag to compare

@github-actions github-actions released this 11 Jun 13:59
24e664d
  • yoe skills install adds yoe's AI skills to your project. The skills that
    power /new-unit, /diagnose, /audit-unit, and friends now ship inside the
    yoe binary; run yoe skills install to drop editable copies into your
    project's .claude/skills so Claude Code picks them up. They're yours to
    edit, and yoe skills update refreshes them to the latest versions when you
    upgrade yoe. New projects from yoe init get them installed automatically.
  • The skills are also available as a Claude Code plugin. If you'd rather
    Claude Code manage updates for you, add the marketplace with
    /plugin marketplace add yoebuild/yoe and install yoe@yoe — the same
    skills, delivered the standard plugin way.
  • New projects ignore the right files out of the box. yoe init now writes
    a .gitignore that also covers the local apk repository (repo/) and your
    per-developer local.star, so a fresh project stays clean in Git without you
    curating ignores by hand.

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.