Purpose and inputs
Invocation requests fix → validate → commit → push for the named issues. Preserve unrelated work. Never force-push, never --no-verify, never --trailer. This is not /exec-push (no PR) and not a merge or deploy.
Steps
- Address the reported errors, warnings, or feedback (lint, types, tests, reviews).
- Run
pnpm qain Basilic (or the consuming repo's documented full gate). Fix failures before publishing. - Follow git-commit for intended paths only.
- Follow git-push. Do not use a bare
git pushthat skips those rules.
Verification
- The reported issues and the full gate were addressed.
- Commit and push used the child playbooks.
- Unrelated local changes remain intact.
Handoff
Report commit, branch, and push result. Do not open a PR unless the user asked /git-create-pr or /exec-push.