Skip to content

v0.1.9

Choose a tag to compare

@tkimball83 tkimball83 released this 08 Sep 00:09
· 3 commits to main since this release

Fixes

  • Detect interrupted output streams and report supervisor failures while preserving force-kill escalation and cancellation grace.
  • Save completed results before final logging. Tolerate a missing final log during concurrent cleanup; other logging errors still propagate.
  • Standardize short skill names and description formatting in the skills menu.
  • Reorganize README and contributor guidance into shorter bullets and topic sections, preserving documented behavior and adaptation constraints.
  • Add regression coverage for completion ordering, failure reporting, helper cleanup, and bounded fake-helper readiness.

Validation

  • npm run check: lint, formatting, plugin/skill validation, and all 232 tests.
  • GitHub CI: Ubuntu and macOS, each with Node 22 and 24, verified for the release commit and tag before publication.