Skip to content

v0.7.0

Latest

Choose a tag to compare

@robcsaszar robcsaszar released this 14 Aug 10:12
· 3 commits to main since this release

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