Skip to content

Releases: robcsaszar/tend

v0.7.0

Choose a tag to compare

@robcsaszar robcsaszar released this 14 Aug 10:12

Changed

  • tend-onboard, tend-refactor, tend-security, tend-tests: added failure branches for their validator scripts. A validator that runs and rejects still blocks unconditionally; a validator that cannot run (missing node, missing script, usage error) now continues with a recorded ⚠ unvalidated label rather than leaving the outcome undefined. Both cases exit 1, so the branches key on the error text.
  • tend-onboard: a config that could not be validated must not be left on disk unmarked for the other tend-* skills to trust — it is now either removed or stamped unvalidated.
  • tend-tests: added an explicit stop for repos with no test runner configured; selecting a runner is a project decision, not a coverage fix.
  • tend-docs, tend-tests: descriptions rewritten as human-facing prose with trigger phrasing removed, matching the house rule for skills that set disable-model-invocation: true (their descriptions never reach the router).

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@robcsaszar robcsaszar released this 07 Aug 05:46
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.

v0.5.0

Choose a tag to compare

@robcsaszar robcsaszar released this 06 Aug 21:06