You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.