Skip to content

v0.6.0

Choose a tag to compare

@robcsaszar robcsaszar released this 07 Aug 05:46
· 7 commits to main since this release
85528f2

Added

  • Unattended mode, opt-in via onboarding: tend-onboard now offers (Phase 4) to install a GitHub Actions sweep workflow with a user-chosen cadence. The template ships inside the skill at skills/tend-onboard/assets/tend-sweep.yml; the workflow — never the skill — commits and opens one labeled PR per fix, gated by an open-PR cap and per-skill duplicate guard.
  • README "Unattended use" section documenting the wrapper design and its backpressure.
  • tend-onboard evals (the one skill that was missing them).

Fixed

  • tend-refactor's scoped-style extraction guidance now describes Svelte's compile-time scoping class semantics instead of Astro slot scoping.