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
review --full can auto-apply connect's links (opt-in, review.full.autoConnect, default false). When the flag is on, the --full chain's connect step writes its suggested links without a per-suggestion prompt (connect Step 5.5) and reports every write — so closing a session no longer stops on "apply these? (y/N)". The user typing --fulland setting the flag is the consent, mirroring review.lint.autoStampReviewed: it's the second, default-off exception to the non-destructive principle (docs/design-decisions.md). A standalone /mn:connect / $mnemo:connect never auto-applies regardless of the flag, and the default install is byte-for-byte unchanged (connect stays suggest-only). Dual-runtime by construction — the behavior lives in the shared SKILL.md prose that both Claude Code and Codex read; the Claude-only model: frontmatter is untouched. test-skill-write-contracts.py pins the new invariants (flag default false, standalone never auto-applies, verify pass still never links).