Releases: robcsaszar/tend
Releases · robcsaszar/tend
Release list
v0.7.0
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 (missingnode, missing script, usage error) now continues with a recorded⚠ unvalidatedlabel rather than leaving the outcome undefined. Both cases exit1, 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 othertend-*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 setdisable-model-invocation: true(their descriptions never reach the router).
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Added
- Unattended mode, opt-in via onboarding:
tend-onboardnow offers (Phase 4) to install a GitHub Actions sweep workflow with a user-chosen cadence. The template ships inside the skill atskills/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-onboardevals (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
Full Changelog: https://github.com/robcsaszar/tend/commits/v0.5.0